Click here to Skip to main content
15,919,132 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what is the prosess for adding editing and deleting records in mvc visulastudio2012
Posted
Comments
♥…ЯҠ…♥ 11-Nov-13 2:43am    
Can you more precise on what you want? Do you want sample application on basic CRUD operation in MVC?
sailaja123456 11-Nov-13 3:37am    
sample application for add edit view code using c# razor code and explain how to get that

1 solution

Hi Sailaja,

Best MVC tutorial link[^] which has CRUD operations, which will definitely useful for you.
After completing you will such a nice idea about MVC and CRUD operation to do with MVC.
I suggest this link because its official link and its more preferable to beginners.

Presentation layer - MVC
Service Layer - WCF
Buniess Layer - C# library
DataAccess layer - C# library

Flow should be like Presentation->Servie->Business->DataAccess

Updated solution as per your request:

You can refer this link[^] for 3 tier architecture.

Still you are not satisfied with a solution just click this link[^]

Hope this helps you a bit.

Regards,
RK
 
Share this answer
 
v3
Comments
sailaja123456 11-Nov-13 3:53am    
this one i did but i want using 3 tier archtecture
sailaja123456 11-Nov-13 4:28am    
cam u give sample application
♥…ЯҠ…♥ 11-Nov-13 4:45am    
have previous experience in 3 tier architecture?
sailaja123456 11-Nov-13 5:03am    
no this is first time but i dont know how to implement plese give sample forms
♥…ЯҠ…♥ 11-Nov-13 5:08am    
First do some research on n-tier architecture, then instead of traditional asp.net presentation layer use MVC,that's it not a big deal right?

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