C#

Single WCF Generic Endpoint for One-Way and Request-Reply Call Forwarding

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

Linq to SQL with WCF in a Multi Tiered Environment – Part 1

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 on "C# in Depth"

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

New way of intializing Object and Collection in C# 3.0

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

Exploring Auto-Implemented Properties of C# 3.0

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

'Move with Replace' C# method

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

Microsoft & .NET Titles by Apress, Manning, O'Reilly and InformIT

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

Is LINQ leaving Java in the dust?

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

C# Bulk Image Downloader for Wordpress Users

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