开发者

ASP.NET MVC application to learn from. [closed]

Closed. This question is seeking recommendations for books, tools, software libraries, and开发者_运维百科 more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I'm learning web development with ASP.NET MVC framework as I'd like to create os forum engine. Basic stuff and technology can be learnt from books but it would be useful to check real applications. Can you please advise good examples of real ASP.NET MVC solutions with good code and practices, interesting approaches to learn from? I'm particularly interested in

  • ways to create template (themes) functionality
  • providing extensibility with modules, extensions
  • REST API to be able to work with forum from external software.

Thank you for any help and advice!


The basic examples that there're on the net include NerDinner and MvcMusicStore. You can get sources and explanations about them. But they're not enough for building real life projects. They're just good starting points. I would reccomend reading books - Pro asp.net mvc 3 by steven sanderson, subscribe to asp.net mvc blogs(those by Brad Wilson, Scottgu, Steven Sanderson, Scott Hanselman, Phill Haack and others), read about community tools - mvc screencast series by Brandon Satrom. Also, note that module extensibility, templating and REST API layer are far standalone things to learn. ASP.NET mvc integrates greatly with all those jQuery and http libraries that could help you in development. Read about MEF for extensibility. I would reccomend WCF Web API for the REST layer


Take a look at Nerd Dinner. Interact with the live example. It's a bit heavier than an "Hello ASP.NET MVC" application

This is geared towards older versions of ASP.NET MVC so you lose some of the v3 features like Razor, but conceptually it would be a helpful starting point

Source code is available at codeplex

Link to related Sample Chapter of "Professional ASP.NET MVC 2"


I second to looking at nopCommerce 2.0. Problem with learning ASP.NET MVC is that although there are lots of materials on architecture, tools and methods, it's hard to find and learn from a project that applies all the right architecture, tools and methods.

NopCommerce 2.0, released as a beta in this month, is one of very very few well-organized ASP.NET MVC open source projects. It has a plug-in functionality so that you can just throw a module dll to make it work. It has good infrastructure for dealing with themes. It has blogs/forums implemented. I read a post that someone successfully integrated with other systems such as CMS.

Since it is rather a large project, examining its code might be overwhelming at first, but I can tell you every effort will be worth.


Take a look at the Orchard Project source code.


Take a look at the Xenta Framework project.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜