Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

How to get distinct instance from a list by Lambda or LINQ

c# linq .net-3.5 lambda

Why does passing null to a params method result in a null parameter array?

c# .net .net-3.5 params

Monitoring Garbage Collector in C#

The call is ambiguous between the following methods or properties (bug??)

c# .net asp.net-mvc .net-3.5

What do I need to change to allow my IIS7 ASP.Net 3.5 application to create an event source and log events to Windows EventLog?

How do I detect a change of tab page in TabControl prior to SelectedIndexChanged event?

c# winforms .net-3.5

"GenerateResource" task CLR2 runtime error

Where is ConfigurationManager's namespace?

Client Profile vs Full [duplicate]

.net .net-3.5 .net-4.0

yield return with try catch, how can i solve it

Datagridview: How to set a cell in editing mode?

Possible to calculate MD5 (or other) hash with buffered reads?

c# .net-3.5 hash md5 buffer

Difference between CultureInfo.CreateSpecificCulture() and the constructor of the class?

Which .Net collection for adding multiple objects at once and getting notified?

c# .net-3.5 collections

Given 3 points, how do I calculate the normal vector?

c# math .net-3.5 geometry

Get the calling function name from the called function [duplicate]

c# .net .net-3.5 function

Serializing anonymous delegates in C#

c# .net-3.5 serialization

Recursive control search with LINQ

What are some good alternatives to multiple-inheritance in .NET?

Store Dictionary<string,string> in application settings