WCF is the grown up version of webservices so whereever you would see in your old architecture a .asmx file, you can replace it with a corresponding .csv file.
Grz, Kris.
Read my blog | Twitter Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
dandamudi2
Member
96 Points
89 Posts
how to design Asp.net project with wcf ?
Dec 18, 2011 06:29 AM|LINK
Hi all,
I am new to wcf, currently we are using the below architecture to develop Asp.net webapplication
1) DAL-->BAL-->Abstract with Model
2 )WEBSERVICES+UI
we implement interface methods in webservice.cs.
now if we use wcf how to design, please help.
Thanks in advance.
XIII
All-Star
182684 Points
23455 Posts
ASPInsiders
Moderator
MVP
Re: how to design Asp.net project with wcf ?
Dec 18, 2011 07:08 PM|LINK
Hi,
WCF is the grown up version of webservices so whereever you would see in your old architecture a .asmx file, you can replace it with a corresponding .csv file.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
dandamudi2
Member
96 Points
89 Posts
Re: how to design Asp.net project with wcf ?
Dec 19, 2011 03:42 AM|LINK