Implementing a WCF forwarding router
consists of providing an endpoint with a generic contract which accepts
untyped messages. These messages can then be...
1 replies - 2809 views - 06/11/08 by sashag in News
In many places, forums, blogs,
or techy talks with some colleagues I hear some ongoing urban legends
about Linq to SQL I came across:
You can not implement...
4 replies - 2307 views - 06/10/08 by sidarok in News
Jon Skeet has worked with C# since 2002, and has been a
Microsoft C# MVP since October 2003. Jon Skeet is also the author of the latest book by Manning called...
0 replies - 1413 views - 04/28/08 by Meera Subbarao in News
Howdy everybody! This is the second part of my C# 3.0 tutorial series in my blog. Today, we are gonna talk about object and collection initializers, one of the...
0 replies - 793 views - 03/01/08 by Michael Sync in News
Note: This is the first part of my C# 3.0 tutorial series.
Auto-implemented properties is the C# 3.0 new feature that make
property-declaration more concise....
0 replies - 1501 views - 02/29/08 by Michael Sync in News
You may not realize that System.IO.File.Move() doesn't support overwriting of an existing file. In fact, it will throw an IOException if a file with the same...
1 replies - 3886 views - 02/28/08 by Ttt Ddd in Tips and Tricks
There are several ways to keep yourself updated in the ever
changing world of IT, be it Java or .NET or any other technology; we use online
forums, web sites,...
0 replies - 3765 views - 02/02/08 by Meera Subbarao in Articles
Interesting story today asking whether LINQ has given .NET an edge over Java. LINQ is best-known as a way to embed SQL-like statements directly in code. ...
3 replies - 9834 views - 01/30/08 by Alex Miller in News
A tool for downloading images from your Wordpress.com blog to your local machine. It is also an example of how to use XML RPC service in C#.
2 replies - 2995 views - 01/28/08 by Michael Sync in News