WCF Binding Selection

Windows Communication Foundation(WCF) Services exposes endpoint(s) and each endpoint has information of ABC i.e. Address, Binding and Contract. Binding defines the underlying protocol, message encoding and transport details which are essential for client and service to communicate with each other. WCF provides several pre-configured bindings having different protocols, encoding scheme Read more…

C# 4.0

After watching the Anders Hejlsberg’s session “The Future of C#” on Channel 9, I’ve got excited to get hands on the upcoming features of C#. Since the inception of C#, each version bought some major changes and amendments in the language. Like, In C# 1.0 the major theme was Managed Read more…

Visual Studio 2010 CTP

Greetings! In order to try out fantastic features in the upcoming C# 4.0, today I downloaded Microsoft Visual Studio 2010 and .NET Framework 4.0 Community Technology Preview (CTP). Microsoft is currently providing Virtual Machine(VM) hard disk to be run on Microsoft Virtual PC SP1. The first look of VS 2010 Read more…