Skip to content
Jun 25 10

ASP.Net Interview Question Resource

by dotnetdave

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.

Apr 23 10

Fix the Missing webapplication.targets Error on a Build Server

by dotnetdave

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

Apr 22 10

Upgraded to Visual Studio 2010

by dotnetdave

I upgraded to VS2010 today. The install was painless enough but once I opened a 2008 project in VS2010 the expected fun began.

Apr 21 10

How Tarantino Can Sort Out Your Database

by dotnetdave

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.

Apr 20 10

Teamcity & NAnt – How to copy files to another server.

by dotnetdave

Ever wanted to publish to another server during your CI build. This is how I did it.

Apr 16 10

Big Day For Rob

by dotnetdave

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.

Apr 15 10

Getting Started

by dotnetdave

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 [...]

Jun 21 09

Awesome Google Chrome advert

by dotnetdave

Here is one for all you creative types. Goggle chrome ad is minimalist sexy.

Jun 21 09

Ninject – Dependancy Injection you dont want to fight with.

by dotnetdave

Decoupling your code with ninjas!!

Apr 23 09

LINQ and Joined Tables

by dotnetdave

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.