受欢迎的博客标签
RSS

博客

NopCommerce 4.x - @T
why is @T used in NopCommerce and what are its benefits / usage? It is used for localization. You can find same pattern
How the Localization middleware detecte and sets the culture in asp.net core

In ASP.NET Core, the Localization middleware can be used to ensure the correct culture settings are applied when serv

网页优化SEO-网页结构设计HTML5与搜索引擎优化
网页优化SEO-HTML5与搜索引擎优化
How to Create SEO-Friendly Structuring URLs

https://moz.com/blog/15-seo-best-practices-for-structuring-urls 

 

<
How to Create SEO-Friendly URLs
Well optimized URLs are important for both search engine optimization and user experience. Search engines factor many va
微信小程序Promise、async、await解决异步请求问题系列之开发工具设置
微信小程序Promise、async、await解决异步请求问题系列之开发工具设置
微信小程序Promise、async、await解决异步请求问题系列之可选技术方案
微信小程序Promise、async、await解决异步请求问题系列之可选技术方案
微信小程序Promise、async、await解决异步请求问题系列之串行执行用法
微信小程序Promise、async、await解决异步请求问题系列之串行执行用法
nopcommerce多语言:自定义Razor engine,自定义标签,就像nopcommerce里的@T("key")实现多国多语言

首先需要一个abstract class WebViewPage ,继承WebViewPage<T>

 

namespace Loyalty.MemberPor

NopCommerce 3.x源代码解读
NopCommerce是如何使用Autofac实现依赖注入的?