Optimize. Net MVC to access pages slowly

Make a good ASP.NET MVC website, access speed is very slow, it takes several seconds to tens of seconds to display the page. Every dozens of minutes will occur such a situation. Below to share the optimization method.   The development environment is: VS2015 + IIS8+ SQL Server Deployment environment: Windows 2008 R2+ IIS7+ SQL Server   Set IIS ...

Added by Yesideez on Thu, 13 Jun 2019 21:18:44 +0300

Extending IHasCreation Time based on ABP

Preface Because the company's projects are based on the framework of abp to achieve functions, recently the project is being adjusted, so we want to implement the corresponding functions of Module-Zero. After all, Module-Zero is charged (you know), today is to achieve similar audit (IHasCreation Time, etc.) automatically add creators, create ti ...

Added by guitarlass on Wed, 12 Jun 2019 02:56:38 +0300

Event Mechanism of nopCommerce 3.9 Big Wave Series (Producers, Consumers)

1. Introduction of nop event mechanism Scenario: After successful payment, customers need to send SMS and email to inform them that the order payment is successful (SMS and email are implemented by different modules) Implementation: 1. Define OrderPaidEvent event for successful payment. 2. Define SMS, mailbox two consumers jointly monitor the ...

Added by WolfRage on Mon, 10 Jun 2019 20:38:42 +0300

Development of nopCommerce 3.9 Big Wave Series Plug-ins Supporting Multi-stores

I. Basic Introduction nop supports multi-stores and multi-languages. This article introduces how to develop multi-stores widgets with NivoSlider plug-ins. The main interfaces are as follows: ISettingService Interface: Setting up the interface can realize multi-store configuration. ILocalizationService interface: Localized resource interfa ...

Added by MindOverBody on Sun, 09 Jun 2019 01:57:36 +0300

10. Realization of Logic Function of Multi-Seller Tool Group Reminder in ABPZero Series Tutorials

Class libraries have been encapsulated in the previous article, and now we continue to implement functions to achieve a complete function on the basis of the ABP Zero framework. Redis cache Before writing the function, install Redis on the machine. You need to use Redis as a cache. Here are two Windows installation Redis tutorials. Blog Gard ...

Added by steven fullman on Sat, 18 May 2019 19:20:04 +0300