Browse by Tags

ASP.NET AJAX Client Libraries Webcast from Rob Bagby
Published Thu, Dec 25 2008 4:57 | abu
This series of Webcast includes A2Z[complete] ASP.NET AJAX Client Libraries - calling Web services, object-oriented development, creating controls, creating behaviors, and tips and tricks for development WCF Services from ASP.NET AJAX MSDN WEBCAST: CALLING...
Filed under: , ,
Url Rewriting using WCF
Published Mon, Dec 22 2008 21:26 | abu
One of my interesting thing is "URL Rewriting". The first time I have implemented it through implementing HTTPHandler using .NET 1.1. Same concept I have applied to a Document Management Service [DMS] project to PUT the document and GET the...
Filed under: , , , ,
IIS 7.0 Architecture
Published Tue, Nov 18 2008 5:49 | abu
If you are an ASP.NET, WCF advanced serious developer, would like to play with internals of ASP.NET, Web Service, WCH hosting with IIS 7.0; this this article will be very useful to know it's architecture. http://learn.iis.net/page.aspx/101/introduction...
Filed under: , ,
Web Services to WCF
Published Sat, Nov 8 2008 18:32 | abu
Those who are familiar ASN.NET/WinForm development and .NET Websevice to know better way WCF by comaring with WS, this arcticles will help a lot... Comparing ASP.NET Web Services to WCF Based on Development http://msdn.microsoft.com/en-us/library/aa738737...
Filed under: , ,
Understanding Hosting WCF Application using Windows Process Activation Service (WAS) in IIS 7.0
Published Sat, Nov 8 2008 12:46 | abu
If you want to host WCF appication using IIS, it will be easy and robust. Windows Process Activation Service (WAS) in IIS 7.0 makes it possible to host WCF services beyond HTTP and without having to install the whole IIS package. "Extend Your WCF...
Filed under: , ,