Re: Good code to read

2014-12-16 Thread Wallace Turner
http://www.funnelweblog.com/ is good
+1 for ayende (ravendb source anyone?)

On Tue, Dec 16, 2014 at 2:53 PM, Tom P tompbi...@gmail.com 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 will@gmail.com 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 tompbi...@gmail.com 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





Re: Good code to read

2014-12-16 Thread William Luu
Perhaps just search through the various github repositories with the search
parameter language:C#.

Eg:
https://github.com/search?utf8=%E2%9C%93q=language%3AC%23type=Repositoriesref=advsearchl=C%23

And then add words like CMS
https://github.com/search?utf8=%E2%9C%93q=language%3AC%23+CMStype=Repositoriesref=searchresults,
Store
https://github.com/search?utf8=%E2%9C%93q=language%3AC%23+Storetype=Repositoriesref=searchresults,
Forum
https://github.com/search?utf8=%E2%9C%93q=language%3AC%23+Forumtype=Repositoriesref=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 wallace.tur...@gmail.com
wrote:

 http://www.funnelweblog.com/ is good
 +1 for ayende (ravendb source anyone?)

 On Tue, Dec 16, 2014 at 2:53 PM, Tom P tompbi...@gmail.com 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 will@gmail.com 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 tompbi...@gmail.com 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





Good code to read

2014-12-15 Thread Tom P
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


Re: Good code to read

2014-12-15 Thread Dave Walker
I like reading source from Ayende's github. https://github.com/ayende

Some good use of patterns and generally a pragmatic approach to things.

On 16 December 2014 at 18:51, Tom P tompbi...@gmail.com 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



Re: Good code to read

2014-12-15 Thread William Luu
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 tompbi...@gmail.com 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



Re: Good code to read

2014-12-15 Thread Tom P
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 will@gmail.com 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 tompbi...@gmail.com 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