Create A Self-Signed SSL Certificate In .NET
A problem that I have commonly run into is trying to secure communications using SSL or other encryption for a intranet application. In this scenario, it is ...
A problem that I have commonly run into is trying to secure communications using SSL or other encryption for a intranet application. In this scenario, it is ...
In a project I was working on I was using jQuery UI and wanted to put a spinner on a numeric text box. Then I discovered that jQuery UI, while an excellent ...
I’ve moved my blog away from Blogger and the blog.btburnett.com address. Now you can find me at btburnett.com and using WordPress. Hopefully I’ve got all t...
I was recently dealing with importing a DBISAM (Btrieve) database to SQL Server, which had separate date and time columns where I wanted to import a DateTime...
If you want to add a constant GUID to a table during a DTS transformation, it’s a little tricky. Here’s the solution.