Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-2.0

Visual Studio 2012 Test Project Mixed Mode Runtime

What's the best method of Encryption whilst using ProtoBuf?

How to configure security when calling WCF Service from .Net 2.0 Client

wcf security .net-2.0

Unique List<T> in .NET 2

Using yield to iterate over a datareader might not close the connection?

.net-2.0 yield

.NET 2.0 : File.AppendAllText(...) - Thread safe implementation

Casting List<T> - covariance/contravariance problem

How to speed up dumping a DataTable into an Excel worksheet?

Chinese language codes

.net localization .net-2.0 cjk

Is (HttpContext.Current.User != null) enough to assume that FormsAuthentication has authenticated the user

Why not upgrade to the latest .NET framework?

Determine version of SQL Server from ADO.NET

FIFO/Queue buffer specialising in byte streams

c# .net .net-2.0 data-stream

Nullable value with xsd.exe generated class

Allow C# application built with .NET 2.0 to run on .NET 4.0/4.5

c# .net .net-4.0 .net-2.0

"Could not load file or assembly System.Drawing or one of its dependencies" error on .Net 2.0, VS2010 and Windows 8

Need I remove controls after disposing them?

Why does nullable KeyValuePair<,> have no key property?

c# .net generics .net-2.0

How to build XmlNodes from XmlReader

c# xml .net-2.0 xmlreader

Accessing private member of a parameter within a Static method?

c# .net .net-2.0