Skip to content

Showcase ASP.NET project using Angular and Entity.Framework

License

Notifications You must be signed in to change notification settings

zigwork/Sample-ASP.NET-project

 
 

Repository files navigation

Sample-ASP.NET-project

Steps to run this ASP.NET project

  1. cd Sample.Web && npm install
  2. Create connectionString with name "DbContext" in ConnectionStrings.config in Sample.WebApi
<connectionStrings>
    <add name="DbContext" providerName="System.Data.SqlClient" connectionString="Server=tcp:your-server-url.com,1433;Database=sample;User ID=sampleAdmin@yourCompany;Password=1234;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;" />
</connectionStrings>
  1. Project must have multiple startup projects (Solution Properties -> Common Properties -> Multiple startup projects: Sample.Web and Sample.WebApi
  2. Run project

About

Showcase ASP.NET project using Angular and Entity.Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 65.1%
  • TypeScript 20.5%
  • CSS 9.4%
  • HTML 2.8%
  • Batchfile 1.8%
  • JavaScript 0.3%
  • Classic ASP 0.1%