News

The series is great and I've taken a ton away from it. One problem that I haven't sorted out yet is how to handle the session for a site that uses a good deal of AJAX. I've found that the session ...
The data access layer that the repository abstracts can be an ORM (i.e., Entity Framework or NHibernate), XML file, a web service, etc. It can even be a collection of SQL statements.