Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

Why is this property Getter virtual?

c# .net reflection .net-3.5

The name 'HttpContext' does not exist in the current context

c# asp.net .net .net-3.5 asmx

How would you refactor this smelly code? (Logging, Copy and Paste, .Net 3.5)

c# .net .net-3.5 refactoring

C# code to serialize plain-old-CLR-objects to JSON

Using conditional operator in lambda expression in ForEach() on a generic List?

How do I programmatically scroll TreeView?

c# winforms .net-3.5

How do I pick the best number of threads for hyptherthreading/multicore?

c# multithreading .net-3.5

How to target multiple versions of .NET Framework from MSBuild? [duplicate]

c# .net-3.5 msbuild .net-4.0

How can I implement my own type of extern?

Whats the difference between <RequiredTargetFramework> and <targetframeworkversion>?

Upgrade to ASP.NET 3.x

asp.net .net-3.5

Need second (and third) opinions on my fix for this Winforms race condition

How do I determine visibility of a control?

How to force .NET application to run in 32bit mode

.net-3.5 x86 64-bit corflags

How can I detect when the .NET Framework feature is "turned off" in Windows 7 / Vista?

HTML table tag with col, colgroup, tbody, and thead throws compile error in Visual Studio 2010 and Visual Studio 2012

migratordotnet - Run migrations from within application (w/o nant or build)

Entity Framework and multithreading

Best way to print a datagridview with all rows and all columns? [duplicate]

c# .net-3.5

Is there any way to bind a checkbox list to a model in asp.net mvc