Skip to content

OpticientLtd/EFCoreSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EFCoreSP

Project shows returning complex result type from Stored Procedure from database with EntityFramework Core.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Built With

  • Console Application (.Net 5)
  • Microsoft SQL Server Express (Data Store)
  • Entity Framework Core (ORM)

Authors

Acknowledgments

  • Please make necessary changes as per your requirements.

Configurations

  • Create new Database on SQL Server.
    • You can also use SQL Server local db "(localdb)\mssqllocaldb".
  • Execute "Database.sql" file available in "Solution Items" folder on that database.
  • Put connection string into appsettings.json (Section = "ConnectionStrings:EFCoreSPContext")
  • Build / Run the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published