Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .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

Using .NET 2.0, how do I FTP to a server, get a file, and delete the file?

c# .net .net-2.0 ftp

Can you use a .net 3.5 DLL with a .net 2.0 website?

.net asp.net .net-3.5 .net-2.0

Using Extension Methods with .NET Framework 2.0

How to resolve XSL includes in a Transformation that loads XSL from a String?