Tag Archives: software development

Moving to a New SqlClient

DotNet developers, if you’re using the System.Data.SqlClient, stop. Move over to Microsoft.Data.SqlClient now. It’s easy to do, well, it’s relatively easy to say that. The actual work isn’t that hard, but it can be a challenge to move assemblies. In … Continue reading

Posted in Blog | Tagged , , | Comments Off on Moving to a New SqlClient

A Data Controversy

Quite a bit has changed since this article about airlines and the US government.  Since very few people are flying, or even can fly, perhaps this disagreement is moot, but I bet it comes up again. Now, separate from the … Continue reading

Posted in Editorial | Tagged , , , | Comments Off on A Data Controversy

The Developer Arguments for Stored Procedures

In all of the decades that I’ve been working with SQL Server, many people have been preaching the benefits of using stored procedures, In all of that time, the vast majority of developers that I’ve worked with have not wanted … Continue reading

Posted in Editorial | Tagged , | 1 Comment

The Art of Commenting

This week I noticed an article on comments in PoSh over at Simple Talk. It’s a nice look at the topic from Greg Moore and discusses the various ways that you can comment in the language. Since these scripts are … Continue reading

Posted in Editorial | Tagged , | Comments Off on The Art of Commenting