Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-2.0

How to add to a textbox the red line (like bad spelling in Word)?

c# .net .net-2.0

Event handler and memory leaks

FileSystemWatcher and network disconnect?

Hashtable insert failed. Load factor too high. - ASP.NET 2.0

asp.net exception .net-2.0

Given a user's SID, how do I get their userPrincipalName?

Remove part of the full directory name?

c# .net-2.0

Why the version of System.dll is 2.x in my .net project targeting .net framework 3.5?

ICollection, readonly collections, and synchronisation. Is this right?

c# .net-2.0

appSettings not being read from machine.config in Vista

Performance implications of BeginInvoke

Emulate waiting on File.Open in C# when file is locked

Use of Uri IsWellFormedUriString when Uri TryCreate works perfectly

c# .net url .net-2.0 uri

Help accessing application settings using ConfigurationManager

c# .net .net-2.0

How to determine whether SqlConnection is enlisted into a System.Transactions' tx or not?

.NET Application broken on one PC, unhandleable exception

.net exception .net-2.0

C# generics: using class generic in where clause of method generic

c# generics .net-2.0

Trim the contents of a String array in C#

The client (desktop app) pulls data...but I want the server (web app) to push data

How does one test a function that has no return value?

Fastest way to convert datatable to generic list