摘要: 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... 阅读全文
posted @ 2014-04-19 16:13 ColdpLay 阅读(248) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2014-02-11 21:56 ColdpLay 阅读(317) 评论(0) 推荐(0)
摘要: 数据访问层 Nop.Data项目包含用于与数据库及其它数据存储交互的类和功能。Nop.Data类库帮助将数据访问逻辑和业务对象分离。Nop使用的是Entity Framework Code First方式。Code-First使得开发人员可以在源代码中定义实体(Nop中的核心实体定义在Nop.Cor... 阅读全文
posted @ 2014-02-11 17:11 ColdpLay 阅读(522) 评论(0) 推荐(0)