Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Real world Opensource c# applications showing good code [closed]

I have been reading up on SOLID principles and was wondering if there is a good large opensource application or project in DOTNET that shows SOLID principles in use in a real world product.

If there are any other opensource projects that are considered to be good coding samples I would be very intrested to see them these too.

like image 706
SetiSeeker Avatar asked Feb 10 '10 09:02

SetiSeeker


2 Answers

Check out:

  • ASP.NET MVC's source code
  • The Castle Project projects
  • Ayende's Rhino family of tools
like image 177
orip Avatar answered Nov 13 '22 01:11

orip


Not really an application, but FubuMVC and OpenRASTA frameworks are both written very well.

like image 36
Krzysztof Kozmic Avatar answered Nov 13 '22 01:11

Krzysztof Kozmic