« Oracle Database 11g | Main | Oracle Database 11g successfully installed in Virtual PC 2007 running Windows XP »

WCF Service using Visual Web Developer 2008 Express Edition (Beta 2)

WCF Service using Visual Web Developer 2008 Express Edition (Beta 2)

 

Template is great and fun. Visual Web Developer comes with a new template, WCFService. This template will generate few files for the project. Those files that attract my attention are IService.cs, Service.cs and Service.svc.

 

After creating the WCFService then start a new session of Visual Web Developer and create an ASP.NET Web Site. Add the WCF Service in the web site by clicking the Website on the pull down menu then choose Add Service Reference� 

 

Type in the address for the service in address textbox, http://localhost/webwcf/service.svc is the default, then click Go. Then the developers should be able to instantiate the service like:

 

ServiceReference.ServiceClient svc = new ServiceReference.ServiceClient();

 

It is simple to create and use. Nevertheless, I have a question that still finding the answer. The question is, what are the advantages of using WCFService over Web Service? Comment is very much welcome.

 

Download Visual Web Developer 2008 Express Edition (Beta 2) here: http://msdn2.microsoft.com/en-us/express/default.aspx

Post a comment

About This Entry

This page contains a single entry from the blog posted on October 11, 2007 5:34 AM.

The previous post in this blog was Oracle Database 11g.

The next post in this blog is Oracle Database 11g successfully installed in Virtual PC 2007 running Windows XP.

Many more can be found on the main index page or by looking through the archives.

Top Tags

Powered by
Movable Type and Oracle