Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-3.0

C# 3.0 Tuple Equivalents (for poor men)

c#-3.0 tuples

How to implement an inherited Dictionary over WCF

c# wcf c#-3.0

Workaround for optional ref parameters in C#

Do you think generic properties would be useful in .NET?

How to get last Friday of month(s) using .NET

c# .net c#-3.0

Looking for a better way to sort my List<T>

c# .net-3.5 c#-3.0

Make new row dirty programmatically and insert a new row after it in DataGridView

Java: Does String.Format exist in Java like in C#?

java c#-3.0

Incorrect ID is returned after insert using TableAdapter

c# c#-3.0 tableadapter

Does C# Collection Initialization Syntax Avoid Default Initialization Overhead

Logging state of object. Getting all its property values as string

c# reflection .net-3.5 c#-3.0

Double quotes in c# doesn't allow multiline

c# json c#-4.0 c#-3.0

Get List<int> from List<Customer> using linq [closed]

c# linq c#-3.0

Corner case in using lambdas expression in base constructor

c# linq c#-3.0 lambda

C# Access denied to path in a Windows Application

c# c#-3.0

Can I avoid exceptions in C#, continuing code execution?

Prevent Entity Framework to automatically attach entities

c# entity-framework c#-3.0

How to run setup (*.exe) file with out using MSI File?

c# .net visual-studio c#-3.0

Comparing Docx files using OOXML

Validating result of JsonConvert.DeserializeObject (think "try parse") using JSON.Net

c# c#-3.0 json.net