ASP.Net Interview Question Resource
During my career I have been on many interviews and now that I have taken the plunge and relocated to Toronto, Canada I have looked at my interview technique and seeing if I need to change my approach.
I recently upgraded and converted my first solution to VS2010.On doing so I discovered that the continuous build was failing for this solution. The error that I was receiving was that the webapplication.targets file for VS2010 could not be found
Upgraded to Visual Studio 2010
I upgraded to VS2010 today. The install was painless enough but once I opened a 2008 project in VS2010 the expected fun began.
How Tarantino Can Sort Out Your Database
One problem that I have encountered with Continuous Integration is that the code is really well looked after but if your project uses a database then there is really no common way to version your database. Some choose to write custom tools to do the job of creating scripts to put into your version control software of choice and untill recently that is what I did as well. Then I found the Tarantino project.
Ever wanted to publish to another server during your CI build. This is how I did it.
Big Day For Rob
I have a fun filled weekend ahead, today is my mate Robin’s wedding day. Good luck and all the best for the future Rob. Tomorrow I have the christening of a friends’s baby to go to.
Getting Started
Well here I go another attempt at marketing myself with an on-line presence. My aim for this blog is to have a place to share anything that I find interesting, useful, fun or enjoyable. I write code for my job and in my spare time so I will be posting lots of useful .Net, PHP [...]
Awesome Google Chrome advert
Here is one for all you creative types. Goggle chrome ad is minimalist sexy.
Decoupling your code with ninjas!!
LINQ and Joined Tables
I have had an introduction into the world of LINQ today. I have been aware of LINQ for some time but today was the first day that I have had to use it to do some real world queries.