Category Archives for SQL

Connecting to a SQL LocalDb instance

If you haven’t heard, one of the things that is new in Visual Studio 2012 is a new version of SQL Express for local development. So when you are editing a SQL script and you need to connect to a … Continue reading

26. July 2012 by Jim Wang
Categories: SQL, Visual Studio | 1 comment

Using WebMatrix to Build a Node.js Application That Targets SQL Azure

Mixing and matching Microsoft and non-Microsoft technologies has never been easier and in this post, we going to do just that. We’re going to build a Node.js application that serves up data from SQL Azure using a REST endpoint. We’ll … Continue reading

24. July 2012 by Mark Berryman
Categories: Azure, Git, Node.js, SQL, WebMatrix | 3 comments