开发者

What Open Source Software has Quality ASP.NET MVC C# code [closed]

开发者 https://www.devze.com 2022-12-12 22:32 出处:网络
Closed. This question does not meet Stack Overflow guideline开发者_运维问答s. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guideline开发者_运维问答s. 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 am looking to read other peoples software to learn how to produce quality, speedy, reusable code. If the code has JQuery in it that would be great because I am learning JQuery as well. Thanks


Maybe you can take a look at SharpArquitecture for a complete arquitecture reference With ASP.Net MVC and NHibernate, include an example project. http://wiki.sharparchitecture.net/:

Focused on Domain Driven Design, Loosely coupled, Preconfigured Infrastructure, Open Ended Presentation.

Another Complete Reference is the BeerHouse CMS from ASP.NET MVC 1.0 Website Programming: Problem - Design - Solution book: http://thebeerhouse.codeplex.com/

Concept of Model View Controller,Creating RESTful URLs,Leveraging jQuery to make a lean and scalable website that incorporates AJAX, Using Membership & Profile modules in the MVC Framework, Incorporating LINQ to SQL to generate your data access layer , Use of inline C# code inside of your markup


I have found NerdDinner to be a good place to start.

This site has several examples.


sutekishop which you can download at http://code.google.com/p/sutekishop/ is a very good example to learn asp.net MVC. I am going through the source code and found a lot to learn. I agree NerdDinner is a little bit basic thought it's a good starting example.


The Storefront tutorial is a more mature application than NerdDinner. I'd suggest looking into that.

0

精彩评论

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