Blog - .NET, ASP.NET, AJAX, Ruby and more

Category Archives: Visual Studio

Behavior Driven Development (BDD) with Cucumber and ASP.NET MVC

So as I’m sure you have guessed by my last bunch of posts, I’ve been hooked on Ruby and Rails development.  The more I use it, the more I love it.  I felt I was loving it a bit too much, so decided to divert my attention back to ASP.NET MVC for a while.  While [...]

Also posted in .NET, ASP.NET, MVC, Ruby, Testing | Tagged , | Comments closed

How To: Adding MVC items to an ASP.NET Web Application

I’ve been experimenting with using ASP.NET MVC inside a standard ASP.NET Web Application (Web Forms).  I really like what’s been released with MVC 1.0 and can see places where existing apps would benefit from the features.  Plus, having just finished Professional ASP.NET MVC 1.0 from Wrox (see my book review), I couldn’t wait to start [...]

Also posted in ASP.NET, How To, MVC | Tagged , | Comments closed

SQL Express 2008 x64 Integration with Visual Studio 2008 SP1

Yesterday I was trying to add a database to the App_Data folder of a simple web application I was creating.  During one of my computer re-installs, I didn’t install SQL Express since I normally use a full blown SQL instance, so I really had no need for it.  Now that I did need it, I [...]

Also posted in How To, SQL | Tagged , | Comments closed