Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

How to convert NameValueCollection to Hashtable

c# .net .net-3.5

VS2008 Setup Project always requires .NET 3.5 at install time but I don't need it!

Migrate VB.NET 2.0 Winform to 3.5 WPF

LINQ to SQL in and not in

c# linq .net-3.5

Free NHibernate helper tools?

.NET 3.5 published in 11/07 .NET 3.0 in 11/06. Why are most people still using .NET 2.0? [closed]

Alternative to HttpUtility for .NET 3.5 SP1 client framework?

MVC 2 AreaRegistration Routes Order

What to choose? ASMX web service or WCF in .net 3.5?

Is there a case where delegate syntax is preferred over lambda expression for anonymous methods?

What is different when accessing BindingContext[dataSource] vs BindingContext[dataSource, dataMember]?

c# winforms binding .net-3.5

Why would I get a format exception when updating a boolean binding with WriteValue?

Fire event when client connects to WCF-hosted endpoint

.net-3.5 wcf

Can .NET intercept and change css files?

How can I compile .NET 3.5 C# code on a system without Visual Studio?

c# .net-3.5

If app.config for a DLL should be in the "main config"… what do we do with WCF References in DLLs?

WCF hosted in a Web application and compatibility mode

.net .net-3.5 wcf

What cultures are supported by the CultureInfo class in .NET 3.5?

Using two DLLs with same name and same namespace

c# .net-3.5

Can I combine a using() {} block with a method's out parameter?

c# .net-3.5 using-statement