WCF Service or ASP.NET Web APIs?
Few days back, while going through a technical forum, I read the following… “Why do we need WCF now? We can go for new ASP.NET Web APIs framework” Actually, Windows Communication Foundation is designed to exchange SOAP-based messages using variety of transport protocols like HTTP, TCP, NamedPipes or MSMQ etc. While ASP.NET API is a… Read More »
