随笔分类 - 技术点学习
nop项目上用到的技术点
摘要:Many developers/website owners like to keep their website images personal and don't want anyone to copy it from their website.In order to accomplish t...
阅读全文
摘要:In this tutorial I'll be using the nopCommerce plugin architecture to implement a product view tracker.We will start coding with the data access layer, move on to the service layer, and finally end on dependency injection.Getting startedCreate a new class library project "Nop.Plugin.Other.P
阅读全文
摘要:数据访问层 Nop.Data项目包含用于与数据库及其它数据存储交互的类和功能。Nop.Data类库帮助将数据访问逻辑和业务对象分离。Nop使用的是Entity Framework Code First方式。Code-First使得开发人员可以在源代码中定义实体(Nop中的核心实体定义在Nop.Cor...
阅读全文
浙公网安备 33010602011771号