What are the best open source web application projects from which to study C# code?
-
I build web applications and I need to write better code. Specifically, stuff that is heavily tied to SQL or another database platform. Interface/client side is important too; I know a lot of places to learn better HTML/jQuery, but it would be great to see it all working together in one package.
-
Answer:
You might check out Project Silk from the Microsoft Patterns & Practices team: http://silk.codeplex.com/ It certainly has some problems that have been well documented by the community. So don't blindly follow the patterns and guidance. It still is, however, a rare example of a well documented, end to end web application using modern .NET technologies. You can learn a lot about what to do, and what not to do, by studying this code.
Adrian Edwards at Quora Visit the source
Other answers
I would certainly suggest you to check the nopCommerce source code (http://www.nopcommerce.com/downloads.aspx). NopCommerce is an open source ecommerce web application. It is http://ASP.NET MVC C# based with a MS SQL 2008 (or higher) backend database. There you will find some great code about DAL, caching, pub/sub pattern and many more.
Gaurav Babbar
Related Q & A:
- Are there any open source projects for building websites like elance?Best solution by Stack Overflow
- What do you think is a possessional looking font for a web application?Best solution by Webmasters
- What is the best source for Finding acting auditions?Best solution by Yahoo! Answers
- What is the best source of information on Mediterranean Cruises?Best solution by Yahoo! Answers
- What's the best apple application?Best solution by ChaCha
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.