Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Asp.net open-source project as a learning source in c# [closed]

I am looking for an open-source asp.net (preferably .net 2.0) project in c#. It doesn't matter if it is some kind of a shop or cms or anything else. What matters is the size of the project that must be at least of medium size (not a simple app that was done in 2 weeks by one developer) and it would be a great advantage if the project contained unit tests and some kind of case study.

I want to use this project as a learning source. I know there are many books and web resources about asp.net but i would like to see how bigger projects are implemented. I am especially interested in implementation of user rights to certain parts of application, separation between html and application logic and i would like to see if developers use .net web controls or write their own custom controls.

Thanks in advance.

like image 474
empi Avatar asked Jan 23 '09 16:01

empi


1 Answers

Same question here: Good asp.net (C#) apps?

BlogEngine.Net was mendtioned twice:

It implements a ton of different abilities and common needs in asp.net as well as allowing it to be fully customizable and very easy to understand. It can work with XML or SQL (your choice) and has a huge community behind it.

like image 157
splattne Avatar answered Sep 21 '22 13:09

splattne