学习asp.net mvc 3的开源项目
我有 Java 的基础知识和一些 MVC 模式的经验。我已经关注了 Microsoft ASP.NET 官方网站上的 asp.net mvc 3 教程和视频,现在想永久迁移到 asp.net mvc 3。
我个人认为最好的方法之一是在开源项目中做出贡献学习借鉴。但不知道如何实现这一点。
例如,我如何注册开源项目? 有人知道我可以从中学习的开源项目吗?特别是 asp.net MVC。
谢谢,
I have basic knowledge of Java and some experience with MVC pattern. I have followed asp.net mvc 3 tutorials and video's from The official Microsoft ASP.NET site and now want to move permanently to asp.net mvc 3.
Personally i think one of the best ways doing this is to contribute in an opensource project to learn from. But don't know how to achieve this.
For example how can i register for opensource project ?
Does someone know an opensource project where i can leran from ? Specifically asp.net MVC.
Thnx,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以参考以下发布的免费章节:免费 — Scott Guthrie's (ScottGu) NerdDinner.com章节!您还可以找到与此相关的代码...
You can refer the free chapter release by :Free — Scott Guthrie's (ScottGu) NerdDinner.com chapter! you can also find code related to this...
我认为这个话题更适合programmers.stack-exchange。无论如何,您通常不需要注册开源项目。您只需分叉您的代码版本添加功能,然后向所有者发送补丁/拉取请求。开始为开源项目做出贡献的更好方法之一是查看错误列表,看看您可以帮助修复哪些内容,这将教会您很多有关代码库的知识。
要查找开源项目,您可以搜索以下位置:
祝你好运:-)
I think this topic is more suited for programmers.stack-exchange. Anyhow you usually do not need to register for open source projects. You simply fork your version of the code add features and then send a patch/pull request to the owners. One of the better ways to start contributing to an opensource project is to go over the bug list and see what can you help fixing, this will teach you a lot about the codebase.
To find opensource projects you can scout this places:
Good luck :-)
如果您之前没有尝试过 MVC 3,那么我将从 这里 这会给你足够的洞察力。您可能想看看 Orchard CMS - 但我认为这有点矫枉过正,因为它非常复杂。
If you haven't tried MVC 3 before, then I would start by working on examples from here This will give you enough insight. You may want to look at Orchard CMS - but I think that it'll be an overkill as it's quite complex.