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
- 如何輕鬆部署玩轉電子商務網站
- 瞭解系統管理使用者許可權以及存取控制
- 如何增加新的特性,包括奪寶奇兵/團購/活動模板產生導航Page
- 如何通過皮膚改變網站布局外觀
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