DBContext 생성

C# & .NET 2017. 11. 13. 12:16

Visual Studio 2017



Scaffold-DbContext "Server={서버명(주소)};Database={DB스키마명};User Id={사용자 아이디};Password={비밀번호}" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -Force


-Force를 주면 자동으로 덮어쓴다.

'C# & .NET' 카테고리의 다른 글

.net core jwt 시스템구축  (0) 2017.09.22
Posted by moyaiori
,

- .net core jwt 생성 클래스

https://www.codeproject.com/Articles/1205160/ASP-NET-Core-Bearer-Authentication



- Build a REST API for your Mobile Apps with ASP.NET Core

https://stormpath.com/blog/rest-api-mobile-dotnet-core


http://sanghaklee.tistory.com/47


http://throughkim.kr/2017/03/14/Jwt/


- jwt 디버거

https://jwt.io/




-------


jwt(JSON WEB TOKEN)은 모바일에서 보안관리를 하기 유리한 보안의 한가지 방법이다.

'C# & .NET' 카테고리의 다른 글

DBContext 생성  (0) 2017.11.13
Posted by moyaiori
,

https://www.slideshare.net/Byungwook/rest-api-60505484



'C# & .NET > Server' 카테고리의 다른 글

Centos 7.0 이상 FTP 설정시 문제  (0) 2017.04.05
ubuntu 설치  (0) 2016.11.03
Posted by moyaiori
,