davidt

Stories submitted by davidt

Interesting Interfaces Series – IConvertible(davidturvey.com)

submitted by davidtdavidt(45) 2 years, 7 months ago

A brief overview of the IConvertible interface. read more...

add a comment |category: |Views: 5

tags: another

Dropping database objects with a schema(davidturvey.com)

submitted by davidtdavidt(45) 2 years, 7 months ago

Hopefully most people know about this already but if you're in the habit of dropping db objects that belong to a schema other than the default schema without checking the schema you should read this (i.e. if you only check the object name when dropping). read more...

add a comment |category: |Views: 2

tags: another

Install CruiseControl.NET with Subversion(davidturvey.com)

submitted by davidtdavidt(45) 2 years, 7 months ago

Setting up CruiseControl .NET with Visual Source Safe is pretty simple but setting it up with Subversion is a little trickier, this article should help you with that - it just covers the basics to get CruiseControl .NET up and running with Subversion. read more...

add a comment |category: |Views: 22

tags: another

How to split the web.config into mutliple files(davidturvey.com)

submitted by davidtdavidt(45) 2 years, 7 months ago

A quick overview on how to pull sections of your .config file out into seperate files, e.g. pull the connectionStrings section into a file connectionStrings.config read more...

add a comment |category: |Views: 41

tags: another

The Difference Between int.Parse() and System.Convert.ToInt32()(davidturvey.com)

submitted by davidtdavidt(45) 2 years, 7 months ago

A summary of the differences between int.Parse() and System.Convert.ToInt32() read more...

add a comment |category: |Views: 23

tags: another

Repost Series - Exception Handling(davidturvey.blogspot.com)

submitted by davidtdavidt(45) 2 years, 8 months ago

Testing the DotNetKicks button on my blog. This post has some guidelines for exception handling. read more...

add a comment |category: |Views: 7

tags: another