Monthly Archives: July 2010

MvcConf and Truck Tracker Downloads

MvcConf is an online conference where you can learn about creating MVC applications as well as future features of the MVC framework. The first instance of the conference was held on Thursday, July 22 and was FREE to attend. The … Continue reading

Posted in asp.net, mvc, preso | 1 Comment

Web Talk – A Framework For Web Based Presentations

I recently was given the opportunity to present at a conference. The conference is targeting web developers / designers. I wanted my code (HTML, CSS, and JavaScript) to be functional. It seemed that transitioning between a Power Point deck and … Continue reading

Posted in css, html, jQuery, javascript, preso | 1 Comment

An ASP.NET MVC Truck Tracker Application Using Google Maps

In a previous post we built a MySQL database and a data access layer via a repository pattern implemented using Fluent LINQT to NHibernate. We also wired up this repository in our ASP.NET MVC application using Ninject. This post will … Continue reading

Posted in asp.net, geolocation, jQuery, mvc | 12 Comments

Using NHibernate in ASP.NET MVC

This is a continuation of a “truck tracker” sample application that leverages NHibernate as an object relational mapper (ORM). I previously created the entities, defined a repository interface, and implemented the repository using NHibernate. During this blog post, I will … Continue reading

Posted in asp.net, mvc, nhibernate, ninject | 4 Comments