Being a software developer for many years means you have watched the tools you work with change over time. This is usually a rewarding change […]
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for ‘jquery’. Please add a ScriptResourceMapping named jquery(case-sensitive)
Problem You finished work yesterday, go home and come into the office today only to find out that the web app has certain pages that […]
Getting Started With Entity Framework 4.3.1
Introduction Entity Framework (EF) has evolved quite a bit and as it has evolved it has become more and more confusing to keep up with […]
Entity Framework: Executing SQL Strings
I’ve griped about this before, not sure why everything has to be so complicated with EF at times, but holy hell executing just a simple […]
Could not load file or assembly [AssemblyName] or one of its dependencies
Yellow Screen of Death Error: Could not load file or assembly [Assembly Name Here] or one of its dependencies. The Gripe I hate this error […]
Repairing an ASP.Net installation for IIS7
This will more often than not fix many obscure and just plain ridiculous errors that IIS7 somehow manifests. I have worked with IIS7 plenty and […]
Can’t Run Web Application After Renaming Web Project
This solution applies to many problems, but this one in particular. If you get a yellow screen of death when trying to run a Web […]
Adventures In Web Service and Remoting Server Craziness
I don’t think there are that many people out there that still have to deal with more than one .Net Framework, but I have to […]