Ever run into a situation where you are an administrator on a machine, but your account is not an administrator in SQL server? Read below for my situation and the solution I found to fix it! The project I’m on currently has a shared virtual machine that is given to new developers when they come [...]
I’ve been exercising the last 4 weeks and today I had a bit of a ah-ha moment on my morning run. Starting a running routine is tough work, and I get frustrated often when I cannot make my goal and have to slow down. However, there are a few things I do that have helped [...]
Okay it’s been a while. Nobody reads this regularly anyway, since all my google analytics hits are from google! I digress! I recently became the proud owner of a Macbook Pro. It was about time I have all the modern development platforms at my fingertips, including native OSX and iPhone/iPad development platforms. So far, I’ve [...]
I had a problem recently in an application I was writing where I popped up a dialog box (jQuery Dialog) with a registration partial view. Once the user successfully registered, I checked to see if the request was an ajax request (Request.IsAjaxRequest()) and returned RedirectToAction to go to the home page. However, what ended up [...]
I use a lot of tools in my .NET development projects that I like to keep in my source control repository so all developers have the same version and mostly the same configuration. I do set up my projects so these can generally be overridden, but the build system uses the ones I keep in [...]