Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

WPF: How to style or disable the default ContextMenu of a TextBox

wpf xaml .net-3.5

WPF Grid not showing scroll bars

c# wpf grid .net-3.5 scrollbar

How do I compile my App.config into my exe in a VS2010 C# console app?

Activator.CreateInstance - How to create instances of classes that have parameterized constructors

c# .net .net-3.5

How do I return the first string variable that isn't null or empty

c# .net-3.5

Finding all classes with a particular attribute

c# .net reflection .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