Welcome to SpellCoder Sign in | Join | Help

January 2008 - Posts

C#.Next, What do you expect?

I have been searching for any clue about the next version of C# and what the features to be included, and I finally found something on Charlie Calvert's blog. The Dynamic Lookup, a.k.a Late Binding, this feature will be great in the interoperability between
posted by Mohammed Hossam | 0 Comments
Filed Under: ,

C# 3.0 Properties Acessor Tips

If you are familiar with C# 3.0, you would already noticed the new shortcut for defining a property without the need to declare the variable behind the property, so for creating a property called Length, all what you have to do is write it like this.

Using WebHttpBinding & JSON Support in WCF

I had some cool time working with WCF new features shipped with .net 3.5, one of the most ineteresting and useful features is the JSON support and how easy you can enable the JSON support for your current WCF services by changing the configurations.
posted by Mohammed Hossam | 7 Comments
Attachment(s): Chat.zip