简体   繁体   中英

CRUD with MVC in win application c#

i search a lot google and found many article for CRUD operation with MVC but most of them was for asp.net. i was looking for CRUD operation code in c# with MVC in win application as a result i can see their flow and understand how they are developing their layer in MVC. if anyone know about the url from where i can have sample code for RUD with MVC for win form then please let me know. thanks

Here is a sample that I put together of one way to handle CRUD in an ASP.NET MVC application.

http://gpsnerd.codeplex.com/

In this example, the CRUD is handled by a Repository pattern. Let me know if you have any questions.

Bob

Did you check 1. Rocket Framework

Though it is not fully MVC, it is developed with n-tier pattern which seems good for any enterprise system..

Please talk to the project owner or check the code before making any commitment to use it with high volume enterprise scale systems

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM