Skip to content

yaryrslv/SimpleWebApp

Repository files navigation

SimpleWebApp

EntityFramework and Identity used.

  • Add ConnectionString for Identity to AppSettings file.
  • Create Database and Table in your MS SQL Server with this structure:
CREATE TABLE %YourTableName% (
    TotalId INT,
    UserName NVARCHAR(88),
    Name NVARCHAR(88),
    Cost INT
);
  • Set your serverName, databaseName and salesTableName in BasketStore class.
  • Deploy and run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published