开发者

CRUD with MVC in win application c#

开发者 https://www.devze.com 2023-02-07 13:37 出处:网络
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

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. th开发者_JAVA技巧anks


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

0

精彩评论

暂无评论...
验证码 换一张
取 消