gatekiller

Stories kicked by gatekiller

Send Emails with .NET and Gmail(gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years, 3 months ago

So here's a snippet of code which will send a Transformers themed email using Gmail's SMPT service. read more...

2 comments |category: |Views: 662

tags: another

Using MySQL with ASP.Net(gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years, 4 months ago

This article describes how you can easily use MySQL with ASP.Net web applications. read more...

add a comment |category: |Views: 56

tags: another

CSharp Parameterized SQL(gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years, 4 months ago

If your not using Parameterized SQL, you should be. read more...

add a comment |category: |Views: 21

tags: another

DirectoryInfo.CopyTo(gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years, 6 months ago

If you want to use the method DirectoryInfo.CopyTo, you will have to write your own. read more...

add a comment |category: |Views: 6

tags: another

http://gatekiller.co.uk/Post/Drop_all_indexes_in_SQL_Server(gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years, 7 months ago

This is my solution for dropping all indexes from all tables in the current database using Microsoft SQL Server. read more...

add a comment |category: |Views: 4

tags: another

SQL Server Tips and Tricks (gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years, 8 months ago

The following are a wide range of tips and tricks I have collected over the years working with various versions or Microsoft's SQL Server. I always enjoy finding little snippets of code which are both simple and powerful. Why write complicated routines when one or two lines of code can do it? read more...

add a comment |category: |Views: 548

tags: another

Automate SQL Server Express Backups (gatekiller.co.uk)

submitted by gatekillergatekiller(265) 3 years, 8 months ago

This is a very handy little guide on how to automate backups or any other job using SQL Server Express 2005. read more...

add a comment |category: |Views: 28

tags: another