Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

Explanation why IEnumerable is more efficient than a List

generics .net-3.5

Replacing Process.Start with AppDomains

Guid == null should not be allowed by the compiler

c# .net .net-3.5 guid

See if user is part of Active Directory group in C# + Asp.net

Lambda Expression using Foreach Clause [duplicate]

c# .net-3.5 lambda foreach

Bind datagrid column visibility MVVM

c# wpf xaml .net-3.5 wpftoolkit

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