Monthly Archives: November 2011

JQuery and Json with Asp.Net MVC 3

What a sad alphabet soup of acronyms this post has for a title… Just a quick note on using Json ajax requests with asp.net mvc 3. Adding a hnadler for a json request to a controller is easy, the return … Continue reading

Posted in Uncategorized | Leave a comment

Entity Framework and POCOs

So I finally got around to trying Entity Framework with POCOs, where the domain model objects were hand coded and there was an aleady existing database. The process was initially simple: run the tool that creates a model diagram of … Continue reading

Posted in EF | Tagged , , | Leave a comment

Git and SSH and Pass Phrases

Continuing with the .Net development under VMware, One useful tip if you use the git bash shell (here) for your version control on windows, and have to access remote repositories over ssh, and you want to skip entering the passphrase at … Continue reading

Posted in Uncategorized | Leave a comment