반응형

https://github.com/moonpyk/mvcdonutcaching

 

moonpyk/mvcdonutcaching

ASP.NET MVC Extensible Donut Caching brings donut caching to ASP.NET MVC 3 and later. The code allows you to cache all of your page apart from one or more Html.Actions which can be executed every r...

github.com

http://www.devtrends.co.uk/blog/donut-output-caching-in-asp.net-mvc-3

 

DevTrends .NET Blog

In-depth technical articles focusing on .NET Core, ASP.NET MVC, Web API and Microsoft Azure

www.devtrends.co.uk

nuget$ install-package MvcDonutCaching

 

ASP.NET에 자체 캐시시스템이 가장 안정적

반응형

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

ASP.NET Precompiled  (0) 2019.07.15
MVC5 Database.Open 사용법  (0) 2019.07.15
IIS MVC4 활성화  (0) 2019.07.15
[C#] 문자열 암호화 - RSA, MD5, DES  (0) 2010.10.21
[VC++] Othello 소스  (0) 2010.10.21
반응형

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
반응형

http://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-80-using-aspnet-35-and-aspnet-45

http://stackoverflow.com/questions/20323107/could-not-load-file-or-assembly-system-web-http-webhost-after-published-to-azure

반응형

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

ASP.NET MVC 캐시 컨트롤  (0) 2019.07.15
MVC5 Database.Open 사용법  (0) 2019.07.15
[C#] 문자열 암호화 - RSA, MD5, DES  (0) 2010.10.21
[VC++] Othello 소스  (0) 2010.10.21
C# Error Collections [C#관련 팁들]  (0) 2010.10.21
반응형

ASP.NET 배포시 다른 컴퓨터에...배포시...

1. 가상디렉토리를 생성시와 같이 설정해준다...

ex) 프로그램 세팅이 http://localhost/tree였다면... 그 디렉토리가 http://localhost/tree가 될수 있게..

2. 가상디렉토리 안 모든 구역에 aspx파일이 존재하는 구역은 해당 폴더(디렉토리)명으로 응용프로그램 이름 정의!

반응형

+ Recent posts