win应用程序c#中使用MVC进行CRUD

发布于 2024-10-14 16:47:42 字数 194 浏览 1 评论 0原文

我在 google 上搜索了很多,发现了很多关于使用 MVC 进行 CRUD 操作的文章,但大多数都是针对 asp.net 的。我一直在 win 应用程序中使用 MVC 寻找 C# 中的 CRUD 操作代码,因此我可以看到他们的流程并了解他们如何在 MVC 中开发他们的层。如果有人知道我可以在其中获得用于 win 表单的 RUD 和 MVC 示例代码的网址,请告诉我。谢谢

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

奈何桥上唱咆哮 2024-10-21 16:47:42

下面是我整理的一个示例,展示了在 ASP.NET MVC 应用程序中处理 CRUD 的一种方法。

http://gpsnerd.codeplex.com/

在此示例中,CRUD 由存储库模式处理。如果您有任何疑问,请告诉我。

鲍勃

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

独闯女儿国 2024-10-21 16:47:42

你检查了吗
1. Rocket Framework

虽然它不是完全的 MVC,但它是用 n 层模式开发的,这似乎对任何人都有好处企业系统..

在承诺将其用于大容量企业规模系统之前,请与项目所有者交谈或检查代码

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文