您的位置:首页 > 运维架构

NopCommerce的二次开发人员手册<->

2012-03-06 11:00 393 查看


NopCommerce的二次开发人员手册<->

分类: Nop Commerce2012-02-21
16:33 73人阅读 评论(0) 收藏 举报

Is there any start guide or book that you can suggest for a new one to nopCommerce architecture ? i have been working now a little bit on asp.net, but it is some different what is that i have been reading. now i see this very interesting and i wanna know some
more about it. please any suggestions ?

在NopCommerce的论坛,经常可以看到类似的Topic,问答往往非常的Professional,Please compile code and test run it, suggest setting debug point等等,回答者要么也是刚入门者,要么就是专业的开发人员,以代码为基准的思维方式决定了回答问题的逻辑。

最近有在看Nopcomerce,虽不曾想到提出类似的问题,但却是困惑于没有如此的文档提供。决定写个系列的Nopcommerce 开发人员手册系列,以记录学习过程,以分享给诸位。

至于如何组织书的内容,还没有想好,大致可以通过:

了解应用背景
体系结构
重要的ASP.NET MVC概念介绍
使用到的Opensource技术介绍
自定义Theme如何进行
典型的扩展如何实现
实际的功能代码分析

What you will learn from this book:

How to easily deply and play with eshop Web site
Management of user membership-Role and permissions control in backend Administration
Other features you can add to a Nop site including snatch/group shopping/promotion activity tempate generation etc.
How to instantly change your Web site user interface with skins

[align=left]如何轻松部署玩转电子商务网站[/align]

[align=left]了解管理用户权限以及访问控制[/align]

[align=left]如何增加新的特性,包括夺宝奇兵/团购/活动模板产生导航Page[/align]

[align=left]如何通过皮肤改变站点布局外观[/align]

Who this book is for

Web developers or administrators who have never used ASP.NET MVC can use this book to create their first ASP.NET eshop site with no programming skill required. Experienced ASP.NET developers can use this to extend ASP.NETeshop sites quickly and efficiently
using NopCommerce.

帮助网站管理员方便地创建基于ASP.NET的电子商务网站;帮助有经验的ASP.NET开发人员熟悉MVC,通过NopCommerce架构,进一步快速并高效率地扩展ASP.NET电商应用。

章节一:Introduction:

ASP.NET

NopCommerce

Microsoft

CodePlex

Third-Party Component

Infrastructure

章节二:安装

What you need to install Nop

Installing the Web platform installer

Installing IIS/,net framework

Common Installtion issues

Remote instlatting to rent website hoster

Summary

章节三:购物者Portal 概述

Shopping Flow chart

Pages

Skins

Summary

章节四:Nop sytem Administration

Basic Settings for a real worrking site

Permission

UI/style

functionality enable/disable settings

章节四:章节五:Nop Shop content Adminsitraton

Catalog

Product

Variant

Promotion activity

What's more you can add

章节六:Infrastructure of Solution code

Project overview

System architecture

章节七:Nop Technologies

MVC of ASP.NET

AoC Provider Model

Auto Mapper between different layer Models and entities

Code first entity framework

Namespace overview

Summary

章节八:Nop typic coding flow

Demo of News inclusing frontier and backend management

The related files and layers in projects

Practice to write group function

summary

章节九:Nop Localization

Overview

Localis in Nop

Resource files and Localstringresource in table

The related APIs

the @T model

the settings

Summary

Appendix: Resources

========================================

转自 http://blog.csdn.net/gnicky 这哥们太强悍。准备学习下。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: