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: AzMan viability

2014-12-15 Thread Tom P
Hi Greg, did you manage to solve this issue? The following page seems to indicate it can still be done via the Enterprise Library http://stackoverflow.com/questions/14229771/azman-obsolete-what-is-the-new-alternative-to-azman Thanks Tom On 14 December 2014 at 17:15, Greg Keogh wrote: > > Can any

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 wrote: > > Obviously you all write some killer code but can someone recommend some > really good open source code I ca

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 wrote: > > Obviously you all write some killer code but can someon

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 wrote: > > How about reading the source code for ASP.NET MVC (vNext/6)? :) > > https://github.com/aspnet