.NET Framework 3.0 introduces new and exciting feature i.e. Windows Communication Foundation (WCF), where as earlier versions of the framework were containg ASP.NET Web Services only. In this Post I would be mainly comparing the WCF with ASP.NET Web Service Windows Communication Foundation (WCF) ASP.NET Web Service WCF supports multiple bindings HTTP, WSHTTP, TCP, MSMQ. [...]
Archive for the ‘.NET Framework 3.0/3.5’ Category
ASP.NET Web Services Vs WCF
Posted in .NET Framework 3.0/3.5 on June 15, 2009 | 4 Comments »
An Introduction To Windows Communication Foundation [WCF]
Posted in .NET Framework 3.0/3.5 on June 5, 2009 | 3 Comments »
1.0 What Is WCF? WCF stands for Windows Communication Foundations. WCF combines the functionality from ASP.NET Web Services, .NET Remoting, Message Queuing and Enterprise Services. WCF provides the following features, Hosting For Component & Services WCF Service can be hosted in ASP.NET Runtime, a Windows Service, a COM+ Component or just a Windows form application [...]
LINQ For Beginners
Posted in .NET Framework 3.0/3.5 on January 8, 2009 | 30 Comments »
1.0 What is LINQ? LINQ stands for Language INtegrated Query. Means query language integrated with Microsoft .NET supporting languages i.e. C#.NET, VB.NET, J#.NET etc. Need not to write\ use explicit Data Access Layer. Writing Data Access Layer require much proficiency as a Data Access Layer should be capable of at least Efficient Extraction (Select) \ [...]