nkovacic / Sample-ASP.NET-project

Showcase ASP.NET project using Angular and Entity.Framework

Repository from Github https://github.comnkovacic/Sample-ASP.NET-projectRepository from Github https://github.comnkovacic/Sample-ASP.NET-project

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

License:Apache License 2.0


Languages

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