Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
please provide sample mvc2.0 web application for insert,update,delete,select and login using custom database not aspnetdb
Posted
Comments
[no name] 13-Aug-12 9:31am    
I think you have mistaken CodeProject for a jobs board. You might try the rent a coder site to hire someone to do this for you. Be warned though, you will have to come up with some better requirement decriptions than this.
bbirajdar 13-Aug-12 10:31am    
I fear posting an answer to this question will encourage you to post more questions like this. This question can be solved by simple Google search... But luckily I knew a good website in mvc.. So posting the link here http://mvcmusicstore.codeplex.com/releases/view/44445

1 solution

MVC 2.0 is out of date and SUCKED. 3.0, on the other hand, is brilliant. However, the DB you connect to, is the DB in your connection string. You can connect to your own DB, you just need to write the code to manage storing the data more directly. If you use Entity Framework, the code is trivial. Either way, as has been said, if you want to give demands for people to write code for you, be prepared to pay for it.
 
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