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 开发人员手册系列,以记录学习过程,以分享给诸位。
至于如何组织书的内容,还没有想好,大致可以通过:
What you will learn from this book:
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