Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-3.5

WPF: Remove the title/control box

c# .net wpf .net-3.5 .net-4.0

TypeInitializationException: The type initializer for '<Module>' threw an exception

c# wpf exception .net-3.5

Is passive logging possible in .NET?

c# .net asp.net vb.net .net-3.5

Counting words in a collection using LINQ

c# .net linq .net-3.5

Implementing a Random provider in .Net 3.5

c# .net .net-3.5 random

Why Would a Dependency-Property Implementation Crash My Application When I Provide a Default Value?

Trying to get distinct values from two List<int> objects

.net .net-3.5

What is an efficient way to check the precision and scale of a numeric value?

c# sql-server .net-3.5

Why does this unit test fail when testing DateTime equality?

How can I upgrade multiple projects (same solution) that's targeting 3.5 to 4.0 in one go?

How to check object is null or empty in C#.NET 3.5?

c# asp.net .net-3.5

Simplest way to perform data validation for fields on Windows Forms

Where is System.Windows.Threading.DispatcherTimer?

.net-3.5

Using multithreading for loop

c# multithreading .net-3.5

Cannot find System.Web.Script.Service namespace error after upgrading to Visual studio 2010

DateTime Format in C#

c# wpf .net-3.5

WPF / Windows 7: Disable Default Progress Bar Glow Animation

is Queue.Synchronized faster than using a Lock()?

How can I prevent my asp.net site from being screen scraped? [closed]

Acessing the backing field in an auto property