Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

Using LINQ to convert List<U> to List<T>

c# linq list .net-3.5 casting

Getting the date of a .NET assembly [duplicate]

c# .net-3.5

someString.IndexOf(someString) returns 1 instead of 0 under .NET 4

c# string .net-4.0 .net-3.5

What to use: var or object name type? [duplicate]

How can I convert an integer into its verbal representation?

c# .net .net-3.5

Generating numbers list in C#

c# .net visual-studio .net-3.5

Embedding one dll inside another as an embedded resource and then calling it from my code

c# .net-3.5 dll

LINQ - Find all items in one list that aren't in another list

c# .net linq .net-3.5

Get first element from a dictionary

c# asp.net .net .net-3.5

Error when using extension methods in C#

A method to count occurrences in a list

c# .net-3.5 list count match

Equivalent of Tuple (.NET 4) for .NET Framework 3.5

c# .net-3.5 tuples

How to tell Pex not to stub an abstract class that has concrete implementations

LINQ: Dot Notation vs Query Expression

linq .net-3.5 lambda

HTTP Error 500.22 - Internal Server Error (An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.)

Is it possible to bind a Canvas's Children property in XAML?

LINQ on the .NET 2.0 Runtime

.net linq .net-3.5 .net-2.0 clr

Get Absolute URL from Relative path (refactored method)

c# .net asp.net .net-3.5

Change the Textbox height?

c# winforms .net-3.5 textbox

LINQ - selecting second item in IEnumerable

c# linq .net-3.5 c#-3.0