Skip to content

Cammarratta/query-first

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

query-first

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

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 86.6%
  • PLSQL 11.7%
  • HTML 1.1%
  • Other 0.6%