文件名称:asp-net-core-angular-7-authentication:ASP Net Core,SQL Server和Angular 7:Web App身份验证
文件大小:251KB
文件格式:ZIP
更新时间:2024-02-26 21:41:42
microsoft angular sql authentication server
ASP Net Core,SQL Server和Angular 7:Web应用程序身份验证 此源代码是教程的一部分。
【文件预览】:
asp-net-core-angular-7-authentication-master
----client()
--------e2e()
--------package.json(1KB)
--------tslint.json(2KB)
--------src()
--------tsconfig.json(435B)
--------angular.json(4KB)
--------README.md(1023B)
--------.editorconfig(246B)
----Program.cs(615B)
----.gitignore(680B)
----appsettings.Development.json(137B)
----Dtos()
--------RegisterDto.cs(630B)
--------BookListDto.cs(203B)
--------LoginDto.cs(245B)
----Controllers()
--------ValuesController.cs(983B)
--------BookController.cs(686B)
--------AuthController.cs(3KB)
----appsettings.json(336B)
----obj()
--------AspNetAngularAuth.csproj.nuget.g.targets(3KB)
--------AspNetAngularAuth.csproj.nuget.g.props(4KB)
--------Debug()
--------AspNetAngularAuth.csproj.nuget.cache(145B)
--------project.assets.json(588KB)
--------AspNetAngularAuth.csproj.EntityFrameworkCore.targets(1KB)
----bin()
--------Debug()
----AspNetAngularAuth.csproj(1KB)
----LICENSE(1KB)
----Repositories()
--------AuthRepository.cs(2KB)
--------IAuthRepository.cs(331B)
----README.md(287B)
----.vscode()
--------launch.json(1KB)
--------tasks.json(902B)
----Helpers()
--------AutoMapperProfile.cs(369B)
----Startup.cs(3KB)
----Properties()
--------launchSettings.json(788B)
----Models()
--------BookStoreContext.cs(2KB)
--------TblBook.cs(488B)
--------TblUser.cs(349B)