Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

FormView ConvertEmptyStringToNull and binding

Simple HttpWebRequest over SSL (https) gives 404 Not Found under C#

.net-3.5 ssl httpwebrequest

How to order a IEnumerable<T> of anonymous type?

c# .net-3.5 anonymous-types

Array.IsReadOnly inconsistent depending on interface implementation

.net c#-3.0 .net-3.5

Windows Service throws System.BadImageFormatException on Windows Server 2008, x64, .NET 4 migrated from 3.5

learning CSLA.NET framework

c# .net .net-3.5 csla

Why doesn't the SourceUpdated event trigger for my Image Control in WPF?

c# wpf .net-3.5

Out of curiosity - is there a better performing approach to do this string replace?

c# .net string .net-3.5 c#-3.0

Offline installer for .Net 3.5 SP1 not working

System.ArgumentException: Object is not an ADODB.RecordSet or an ADODB.Record

c# ssis .net-3.5 etl

Delayed Producer Consumer pattern

c# .net-3.5

Unable to cast object of type 'X' to type 'X' - ASP.NET

Call .Net 3.5 WCF service from .Net 2.0 Standard ASMX Web Service Client

c# wcf .net-3.5 .net-2.0 asmx

Difference betwwen Datacontext and ItemSource in WPF

c# wpf .net-3.5

How can I convince my admins to upgrade from ASP.NET 2.0 to 3.5?

WPF: DataBinding a ListBox where each item is a Tab Stop

c# wpf .net-3.5

Should I keep a SerialPort connection open?

.NET - Are there any flip clock controls?

c# winforms .net-3.5 clock

How can I accomplish ThreadPool.Join?

What's the best way to implement a dynamic proxy in C#?