受欢迎的博客标签
RSS

博客

NopCommerce同时支持多个SQl数据库的操作步骤
NopCommerce适应多数据库方案有时候一个项目需要连接多个数据库,以实现不同数据库的数据在同个项目的共享。如果已经安装了nop,则需要在第二个数据库新建一个表,nop现在无法自动通过迁移来实现第二个或者更多数据库,所以这点需要我们手动
Find out if a URL matches an action in ASP.NET MVC Core

You might have faced a scenario where you have a URL, and you need to find out if it maps to an action in your MVC Co

微信公众号:开通付费阅读功能详细操作手册

一、首先要找到开通付费功能的连接,如下:

step1:登陆微信公众号后台

https://mp.weixin.qq.com/

step2:找到付费开通连接

在通知中心菜单

Build customizable Language Switcher Tag Helper with Bootstrap

LanguageSwitcherTagHelper repository on GitHub.  

Previously I talked about localization in much details

nopCommerce: Preventing spammers and other security and optimization tips by use reCAPTCHA

One of the reasons I host my websites at AppliedI.net (see:

ASP.NET Core Response Cache Conditions

Conditions for caching Response caching middleware page by Microsoft lists conditions that request must meet for

How to creating a Error Handling Middleware in ASP.NET Core

This post is about creating  a  Error Handling  middleware in ASP.NET Core.

 

We

how to Write a file not found Middleware in asp .net core

Because I’m using Visual Studio, I can add middleware by using Add New Item and choosing the Middleware Class t

exception Handling Middleware in ASP.NET Core Web API

After many experiments with different exception handling approaches I ended up using middleware. It worked the best f

How to log startup error messages in ASP.NET Core 2.x

.NET Core version:ASP.NET Core 2.x

OS:windows server 2012 R2

 In ASP.NET Core 2.x, logging is cr