
WebNoteAOP is a sample project for aspect oriented programming (AOP) with the PostSharp framework from SharpCrafters.
It contains aspects for:
- Logging
- Validation
- Caching
- Exception Handling
- Detecting Stack Overlows
The project has been moved to https://github.com/JohannesHoppe/WebNoteAOP.

WebNoteNoSQL is sample project that demonstrates the usage of
- Entity Framework
- Redis
- MongoDB and
- RavenDB
The project has been moved to
https://github.com/JohannesHoppe/WebNoteNoSQL.

WebNoteSinglePage is sample project that demonstrates best practices for a Single Page Application with the ASP.NET MVC framework.It includes many modern frameworks and tools:
- jQuery
- RequireJS
- KnockoutJS
- Mongo2Go
The project has been moved to
https://github.com/JohannesHoppe/WebNoteSinglePage.