Latest Articles ::
This article describes a small library for ASP.NET MVC, that can be used as a facility for registering global filters. It is similar to Global Filter...
Multicore and parallel programming requires new abilities from C# developers. In order to solve problems that arise in concurrently running threads...
C# 2.0 introduced partial types to allow class definitions to be split between several files. C# 3.0 extends the concept with partial methods,...
The final part of our C# 3.0 series is about Linq - Language Integrated Query. Learn:
* What declarative programming is
* How to write Linq...
A quick look at what implicit variable declaration is, with code examples in C# and VB.Net. The article also contains a walk-through to help you...
At the PDC 2005, on the eve of the release of C# 2.0 (C# Whidbey), Microsoft previewed its plans for C# 3.0 (C# Orcas). Along with a list of...
One of the numerous exciting new features in C# 3.0 is extension methods: static methods that you can invoke using the instance method syntax. This...