Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack

Filling a DataSet or a DataTable from a LINQ query result set

c# linq web-services .net-3.5

Why can't an anonymous method be assigned to var?

Converting a generic list to a CSV string

c# generics .net-3.5

Named string formatting in C#

Creating a DateTime in a specific Time Zone in c#

How to read an entire file to a string using C#?

c# string file-io .net-3.5

Why Response.Redirect causes System.Threading.ThreadAbortException?

c# asp.net .net-3.5

Generic method with multiple constraints

c# generics .net-3.5

How to parse a string into a nullable int

c# .net string .net-3.5 nullable

Could not find default endpoint element

How to bind inverse boolean properties in WPF?

wpf .net-3.5 styles

What is the difference between IQueryable<T> and IEnumerable<T>?

WCF - How to Increase Message Size Quota

.net asp.net wcf .net-3.5

Concat all strings inside a List<string> using LINQ

c# linq .net-3.5

Use LINQ to get items in one List<>, that are not in another List<>

c# linq .net-3.5

Which method performs better: .Any() vs .Count() > 0?

Creating a byte array from a stream

c# .net-3.5 inputstream

LINQ query on a DataTable

c# .net linq datatable .net-3.5

LINQ's Distinct() on a particular property

c# linq .net-3.5 distinct