Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c#-3.0

How to catch all un-handled exceptions in a .net assembly (library type, not application)

.net vb.net exception c#-3.0

How to convert a list of strings to ints ignoring non integers

linq lambda c#-3.0

Why cannot type arguments be inferred from this simple code?

linq c#-3.0

string split based on char \

c# c#-3.0 c#-2.0

how to suppress a message box while unit testing?

Way to add an Extension method?

c# c#-3.0

What is the best unit testing framework for ASP.NET (C# .NET 3.5)?

Can I get the instances of alive objects of a certain type in C#?

winforms c#-3.0

json.net IEnumerable

c# c#-3.0 json.net

Creating an IList<T> of Item<U>?

c# .net generics c#-3.0

How can I get data from a list with a where clause to another list?

c# linq .net-3.5 c#-3.0

WCF Web Service: Upload a file, Process that file, Download that processed file back

wcf c#-3.0

Throwing an Exception in an if-else block

c# exception c#-3.0

Why Resource (.resx) file added on merely changing Form size and on adding button which is not resource

Extending IQueryable to return objects where a property contains a string

How to call a destructor [duplicate]

c# .net c#-4.0 c#-3.0 c#-2.0

Set the list value using linq

linq class c#-3.0

Why do I need a finalizer if my class implements IDisposable?

c# .net c#-3.0

Sort DataRow[] using LINQ

c# linq c#-3.0

Cannot deserialize xml string with Newtonsoft.Json.JsonConvert.DeserializeObject