NopCommerce 4.x-Profiling your nopCommerce website with MiniProfiler
Created: -Saturday, December 5, 2020 11:13:23 PM
Latest updated:Monday, December 7, 2020 11:31:09 PM views(141)
In this article we will learn about profiling your nopCommerce website with MiniProfiler. Out of the box, nopCommerce comes with MiniProfiler integration. So, in order to start using it, all we need to do is configure it correctly from the administration section. This out of the box integration is quite handy for many developers to see what is causing delay in loading pages.
NopCommerce 3.x (6)-Register new routes in NopCommerce
Created: -Sunday, November 24, 2019 1:38:08 PM
Latest updated:Sunday, October 18, 2020 4:04:53 PM views(488)
ASP.NET Core routing is responsible for mapping incoming browser requests to particular MVC controller actions.
NopCommerce 4.x - blog url
Created: -Sunday, October 18, 2020 1:20:33 PM
Latest updated:Sunday, October 18, 2020 2:20:54 PM views(107)
step 1: default route
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
Ubuntu access publish/wwwroot' is denied
Created: -Sunday, December 22, 2019 10:51:03 AM
Latest updated:Thursday, October 15, 2020 11:35:41 PM views(662)
error:
/Blog/edit/Access to the path '/Nop.Web/bin/release/netcoreapp3.0/publish/wwwroot/uploa
NopCommerce 4.x - @T
Created: -Thursday, October 8, 2020 3:15:47 AM
Latest updated:Friday, October 9, 2020 2:01:57 PM views(143)
why is @T used in NopCommerce and what are its benefits / usage?
It is used for localization. You can find same pattern
NopCommerce 4.x - Microdata
Created: -Thursday, October 8, 2020 11:55:25 PM
Latest updated:Thursday, October 8, 2020 11:58:05 PM views(112)
step 1. Enable Microdata in Admin
src/Libraries/Nop.Core/Domain/Seo/SeoSettings.cs
using System.Collections.Ge
NopCommerce [email protected]
Created: -Thursday, October 8, 2020 1:17:05 AM
Latest updated:Thursday, October 8, 2020 2:05:05 AM views(118)
@Html.NopCssFiles(ResourceLocation.Footer)
@Html.NopScripts(ResourceLocation.Footer)
@Html.NopInlineScripts(Re
How to extend Html tag in NopCommerce 4.x(self)
Created: -Saturday, December 7, 2019 3:43:08 PM
Latest updated:Thursday, October 8, 2020 1:49:15 AM views(437)
create HtmlExtensions.cs
src\Presentation\Nop.Web.Framework\HtmlExtensions.cs
add class Express
nopCommerce 4.x-Minifying Inline Css, Js and Html using WebMarkupMin in nopCommerce 4.x
Created: -Wednesday, September 30, 2020 9:02:23 PM
Latest updated:Wednesday, October 7, 2020 4:47:55 AM views(213)
CSS Bundling in nopCommerce 4.x
How to Override generic path route in NopCommerce 4.x
Created: -Tuesday, October 6, 2020 1:43:11 AM
Latest updated:Wednesday, October 7, 2020 1:39:23 AM views(243)
How to Override generic path route in NopCommerce 4.x