Jimzimmerman - jimzimmerman.com - Jim Zimmerman - ASP.NET, MVC, Ajax and ORM
General Information:
Latest News:
Deploying an Azure Project using TFS 2010 16 Mar 2010 | 05:32 pm
For those few of you left that read my blog, you are probably wondering if I just quit writing. Well I have been super busy creating Facebook apps that run in Azure. And these kind of marketing apps...
Proposed Session at MIX 10 on Facebook in .NET 13 Jan 2010 | 03:47 pm
I proposed a session for MIX10 this year on How to develop Facebook apps in .NET and deploying them to Azure. The last 6 months have been very hectic with delivering 3 highly scalable Facebook apps i...
PdfResult a custom ActionResult in ASP.NET MVC 6 Oct 2009 | 04:20 pm
I have been very bad about not blogging and not posting code from my recent talks. For that I apologize. Let me say just one thing on that. 4 kids, ADD, and shiny new toys. :) Ok, so several peopl....
IEnumerable Extension Method for AutoMapper 10 Jul 2009 | 04:38 pm
I have been using AutoMapper for a few projects lately and just love its power and ease of use. My projects have become not only simpler to manage, but easier to do the right thing. What I mean by rig...
Entity Framework and Creating a Reusable Abstraction 18 May 2009 | 12:39 pm
I am currently working on an open source project called MyCodeCamp with Sean Chambers, Fabio Honigmann, and Esteban Garcia. We decided to use ASP.NET MVC and Entity Framework (EF). Although I use Su....
Modifying a compile asp.net assembly when no longer have source 25 Mar 2009 | 02:42 pm
So while I was at the MVP Summit, an old client got a hold of me and said there was a weird error on the site when a user was trying to post something. He sent me a screenshot and it said could not l...
Windows 7 and My 2 year old Laptop 24 Feb 2009 | 05:00 pm
I have owned a Dell Inspiron 9400 for almost 2 years with Vista Ultimate and have enjoyed it for the most part. I had some issues with wireless and getting the sluggish feeling after I had visual stu...
Enabling 301 redirects on IIS 7 on Windows server 2008 5 Feb 2009 | 06:37 pm
I was stumped the other day as to why i could not get a 301 redirect in from site.com to www.site.com on IIS 7. After much looking around I found out that you need to enable this feature in the serve...
ASP.NET MVC 1.0 Release Candidate Is Released 28 Jan 2009 | 04:31 pm
Time to dig into the T4 template system (learn here) in Visual Studio since they added a cool feature for generating scaffold controllers and views. Check out ScottGu's Article, of course. I am thinki...
How to speed up your ASP.NET Website 10 Dec 2008 | 05:52 pm
Recently we noticed that our site was a little sluggish. Now of course when we started to look at why it was slow sometimes and not others, we opened up a huge can of worms. Was it our code? Was it...