entity-framework-core

  1. D

    Best way to create .db

    Hello. I'm creating a Blazor app with Sqlite/EF Core database. On initial startup, the app will ask for a "Data Path". The app will then create the needed data directories including the database path and file. All of instructions I see for SQLite/EF Core show the creation of the .db file...
  2. fokwabest

    How to execute stored procedure in ASP.NET Core 3.1 and assign result sets to variables

    I am new to ASP.NET Core (3.1). I have a stored procedure that takes two parameters: startDate and endDate. It returns the following result sets in one go (or execution): I want to be able to grab the result sets in 3 separate variables because I will like to...
Back
Top Bottom