Architecting Loosely Coupled ASP.NET MVC Web Applications Talk
Last week Kaloyan Bochevski and I gave a talk for the Web Platform User Group at Microsoft, Bulgaria. The topic was Architecting Loosely Coupled ASP.NET MVC Web Applications. For both of us it was quite an interesting experience as it was our first presentation and we for sure have a lot to improve for any future talks we might have.
The agenda
Our agenda covered a lot of areas even though it was mainly focused on how to design a loosely coupled ASP.NET MVC application. This was our list for the talk:
- Dependency Injection with Spring.NET
- Custom Authentication
- Custom Attributes
- jQuery Grid with Model Binders
- Unobtrusive Validation with Data Annotations
- Security (XSS Anti-Forgery token)
- Covariance & Contravariance – IQueryable<out T> interface in .NET 4.0 and extension methods for .NET 3.5
- Unit testing (NUnit, Selenium)
Over the next few weeks we will post articles that cover some of the bullets in the list. Any comments would be greatly appreciated.
Advertisement
Categories: ASP.NET MVC, CSharp, JavaScript, jQuery