Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Please tell me how to make a website using MVC architecture, WCF in Asp.Net?
Posted
Updated 18-Mar-10 6:39am
v3

That is a big question and very tough to answer through a forum post. You might want to get books on ASP.NET, ASP.NET MVC and WCF to make a successful application.t
 
Share this answer
 
In MVC pattern we are communicate with database using Model, so you can use WCF Service as a model by creating WCF Service Application and then after you have to use that service by adding service reference in your MVC Project
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900