Skip to content

Provides boilerplate code for various DB access methods against SQL Server in C#.

License

Notifications You must be signed in to change notification settings

neilharvey94044/CAHealthQueries

Repository files navigation

California Health Queries

Project: C# project that queries CA health data

Author: Neil Harvey

Date: April 2020 (during Covid-19 Shelter In Place Order)

Tools: .Net Core, C#, Entity Framework, ADO.NET, SQL Server 2019

**What is California Health Queries?

Provides boilerplate code that explores multiple different techniques for querying a SQL Server database. This project is dependent upon projects CAHealthFacilityDBLoad and NPPES-Data-Load.

For more information on the DB access methods explored in this project see Entity Framework Documentation and ADO.NET Options Guidelines .

Project Goals:

  • Build a set of queries that demonstrates and provides a quick easy way to get started with different Microsoft DB access methods for querying SQL Server.
  • Use data from the real world that is publicly available and will stress these DB access methods.
  • Use a .Net Core 3.1 console application adhering to Microsoft's frameworks for dependency injection, host configuration, managing services, etc..

Files

  • ConsoleApplication.cs

    • This class contains all of the queries as separate methods. Simply undocument the invocations in the run() method as desired.
  • Program.cs

    Related Projects

    CAHealthFacilityDBLoad - CA Health Facility data load to SQL Server.

    NPPES-Data-Load - National Provider data load to SQL server.

    CAHealthREST (tbd) - a REST API for the npidata. Written in C# using ASP.NET Core.

About

Provides boilerplate code for various DB access methods against SQL Server in C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published