Perhaps just search through the various github repositories with the search parameter "language:C#".
Eg: https://github.com/search?utf8=%E2%9C%93&q=language%3AC%23&type=Repositories&ref=advsearch&l=C%23 And then add words like CMS <https://github.com/search?utf8=%E2%9C%93&q=language%3AC%23+CMS&type=Repositories&ref=searchresults>, Store <https://github.com/search?utf8=%E2%9C%93&q=language%3AC%23+Store&type=Repositories&ref=searchresults>, Forum <https://github.com/search?utf8=%E2%9C%93&q=language%3AC%23+Forum&type=Repositories&ref=searchresults>, etc. A few random ones I've found that might interest you: * ASP.NET MiniBlog - https://github.com/madskristensen/miniblog * MVC Forum - https://github.com/leen3o/mvcforum While not using ASP.NET MVC, JabbR might be worth looking at too - https://github.com/JabbR/JabbR/tree/dev/JabbR It uses SignalR, NancyFx On 16 December 2014 at 23:30, Wallace Turner <[email protected]> wrote: > > http://www.funnelweblog.com/ is good > +1 for ayende (ravendb source anyone?) > > On Tue, Dec 16, 2014 at 2:53 PM, Tom P <[email protected]> wrote: >> >> Thanks William I am checking out the mvc source code now actually but >> wanted maybe a good non trivial web app and not a framework as such. >> >> Thanks >> Tom >> >> >> On 16 December 2014 at 17:45, William Luu <[email protected]> wrote: >>> >>> How about reading the source code for ASP.NET MVC (vNext/6)? :) >>> >>> https://github.com/aspnet/mvc/ >>> >>> To be honest, I'm not too sure on what projects. >>> >>> Maybe Orchard CMS? http://orchard.codeplex.com/ >>> >>> On 16 December 2014 at 16:51, Tom P <[email protected]> wrote: >>>> >>>> Obviously you all write some killer code but can someone recommend some >>>> really good open source code I can read and learn from? Preferably >>>> ASP.NET MVC with some mobile support. >>>> >>>> Thanks >>>> Tom >>>> >>> >>
