Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net

Delayed Job for ASP.NET to running async code?

Strongly typed datasets and schema changes

Sporadic windows service failure under .NET 4, followed by port blocked on restart attempt

.net

which frameworks(MVVM light, Prism, MEF,..) should i use for my Financial Silverlight application?

NDepend - Several .NET assemblies have the name {MyAssembly} but they are different

.net ndepend

Moving data across the appdomain with good performance?

Applying XSLT to WCF message

.net xml wcf

Using custom root with FiddlerCore

.net ssl https fiddler

Visual Studio 2008 - Program exits immediately with F5 (start debugging)

c# .net wpf visual-studio-2008

Can someone explain, in plain English, the difference between ConfigurationSection and ConfigurationElement?

Handling Known Errors and Error Messages in a Method

c# .net

Fetch n bind data from StoredProcedure with Join, LINQ then Split. using IMultipleResults,Linq2SQL

Custom / Nested XML settings in ServiceConfiguration.cscfg

How often will DownloadProgressChangedEventHandler be called

c# .net asp.net

How to calculate/profile percentage of parallelized C# Code

c# .net multithreading

Aggregate large number of observables into new observable

c# .net system.reactive

Any free C# libraries for video recording (of the screen) around?

Is there any tool to generate DTOs from entities?

Outlook 2007 Addin C# - Startup Path

Heuristic for "this" and closures OK? (Expression trees)

.net linq expression-trees