asmarkis / query-first

World first implementation of the Dominic Strauss-Kahn method of data access.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

query-first

A much smarter way to work with SQL.

Query first is a "lightweight, low ceremony" data access tech, for working with SQL in C# projects. Develop your queries using the QueryFirst .sql template (in Visual C# items). When you save your file, QueryFirst will generate a wrapper class and a POCO for your results.

You will need to install the VSIX, then add a connection string QfDefaultConnection to you app or web.config. You will also need to create a class, QfRuntimeConnection, with a method... static string GetConnectionString().

Read more and download the VSIX here. There's a little code project article here.

About

World first implementation of the Dominic Strauss-Kahn method of data access.

License:MIT License


Languages

Language:C# 93.1%Language:PLSQL 5.3%Language:HTML 1.0%Language:CSS 0.5%Language:Smalltalk 0.0%