Default image for blog posts - purely decorative

Creating a SQL Database Project for Isolated Development

Rusty Divine .NET, Articles, Databases, Development Technologies & Tools, SQL, Tutorial 2 Comments

In this article you see how to create a database project that will let you quickly and consistently deploy a database to your local environment. This approach can help to solve some issues from team members interfering with each otherโ€™s work on a shared development database.

Then, in an upcoming article, we will show you how to take the next step to include this database project in your continuous integration process and deploy it to each environment up the chain to production so that you can eliminate the need for any direct interaction with database updates.

Keyhole To Sponsor SQL Saturday Kansas City

Lauren Fournier Bogner Articles, Community, Company News, Educational Event, SQL Leave a Comment

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.We are pleased to announce that Keyhole Software is a sponsor of the 2016ย SQL Saturday Kansas City. SQL Saturday is aย one-day, free training opportunity …

Default image for blog posts - purely decorative

SQL for Application Developers

Mark Adelsberger Articles, Databases, Development Technologies & Tools, Programming, SQL 3 Comments

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.โ€œSQL? Isnโ€™t that just something my ORM tools use?โ€ Often application developers can and should remain at least one level removed from SQL. JPA …

Seriate: The Glue Between SQL Server and Node.js

Chris Berry .NET, Articles, Development Technologies & Tools, JavaScript, Node.js 8 Comments

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.An example Node.js application which connects to a SQL server and serves up data via HTTP endpoints. Before leaving my last client, I was …

Introduction to MonoTouch Library sqlite-net

Mark Fricke Articles, Development Technologies & Tools, Mobile, Tutorial Leave a Comment

Attention: This article was published over 13 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.In my previous article, I gave a tutorial on how we can use Xamarin.iOS (formally known as Monotouch) to build iOS mobile applications using …