반응형

http://stackoverflow.com/questions/19169846/is-asp-net-mvc-5-incompatible-with-the-webmatrix-simplemembershipprovider

 

Is ASP.NET MVC 5 incompatible with the WebMatrix SimpleMembershipProvider?

We have an existing application that was build on ASP.NET MVC 4 & Web API. The admin parts of the site use Simple Membership. I'm interested in upgrading the application to MVC 5 / Web API 2, t...

stackoverflow.com

 

[Nuget]

Install-Package Microsoft.AspNet.WebHelpers

Install-Package Microsoft.AspNet.WebPages.Data

[참조추가]

WebGrease

WebMatrix.Data

WebMatrix.WebData

 

 

http://www.ryadel.com/2014/10/20/asp-net-setup-mvc5-website-mysql-entity-framework-6-code-first-vs2013/

 

ASP.NET: Setup a MVC5 website with MySQL, Entity Framework 6 Code-First and VS2013

The new features available in EF6 allow any developer to build a simple DB-powered website with very few lines of code. There are many tutorials explaining how

www.ryadel.com

https://www.nuget.org/packages/MySql.Data.Entity/

 

MySql.Data.Entity 6.10.8

MySql.Data.Entity.EF6

www.nuget.org

<!--<remove name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" />-->

 

Install-Package MySql.Data.Entity

반응형

'.NET > VS.NET' 카테고리의 다른 글

ASP.NET Precompiled  (0) 2019.07.15
ASP.NET MVC 캐시 컨트롤  (0) 2019.07.15
IIS MVC4 활성화  (0) 2019.07.15
[C#] 문자열 암호화 - RSA, MD5, DES  (0) 2010.10.21
[VC++] Othello 소스  (0) 2010.10.21

+ Recent posts