Repository Pattern with NHibernate in ASP.NET

Date
Mon, 2 Apr 2012, 05:00 (Add to calendar) GMT
Venue
Kirkwood Community College - I , Cedar Rapids, US
Cost
Free

How do you do data access in your ASP.NET web applications? The number of choices can be staggering: ADO.NET, Entity Framework, Massive, Dapper, etc. etc. etc. Even when you chose a technology, what kind of architecture pattern will you use for the highest flexibility and lowest amount of friction?

In this presentation, Mike will show you a tried-and-true data access strategy. He’ll focus on using the NHibernate ORM with the Repository Pattern to create a powerful data access layer. He’ll use an Inversion of Control tool to decouple our data access from the rest of our application. He’ll show tips and tricks on how to create highly optimized database queries.

When we’re done, you should be able to set up a simple Repository Pattern on your own, and you’ll have an example ASP.NET MVC project that you can use to try to become a data access guru!

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“If Java had true garbage collection, most programs would delete themselves upon execution.” - Robert Sewell