Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

Error in LINQ Left JOIN

C# Numeric Only TextBox Control [duplicate]

c# textbox .net-3.5

Change .NET Framework version of application pool to 3.5?

How do I determine which monitor my winform is in?

Is it possible to trigger a click event from another form?

Is there a CLR profiler that works with .NET 3.5 SP1 and WPF?

wpf .net-3.5 profiler

Compiler error "Default parameter specifiers are not permitted"

What's the quickest way to test if an object is IEnumerable?

c# .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