This summer, teacher Zhou took us to a company for some test. There is already 20 days passed, I find that the company uses asp.net mvc4 with NHibernate and Sping Framework. I have arranged some notes for it.
1 ------ Target: web
2 ------ Type: e-commerce site
3 ------ The development of language: C#
4 ------ Which project: asp.net mvc4(Razor)
5 ------ Some touchs: html, js(easyUI, JQ, bootstrap), css and json
6 ------ Some frameworks: EF(entity framework) and Spring.net
7 ------ Tool: NHibernate, log4net
8 ------ Database language: HQL, SQL
9 ------ Project: WEB, BLL, IBLL, DAO, IDAO(Controls, Config, Model)
MVC: Model, View and Controller. When a person visits the website, url will include the name of controller and the name of View(it also can hidden for a false name), then the controller will return a request to database passing IBLL, BLL, IDAO and DAO in turn. Then database return some data to controller back the road. At last, the controller will choose a correct view to return it to website which showed for the person.
To be continued...
1 ------ Target: web
2 ------ Type: e-commerce site
3 ------ The development of language: C#
4 ------ Which project: asp.net mvc4(Razor)
5 ------ Some touchs: html, js(easyUI, JQ, bootstrap), css and json
6 ------ Some frameworks: EF(entity framework) and Spring.net
7 ------ Tool: NHibernate, log4net
8 ------ Database language: HQL, SQL
9 ------ Project: WEB, BLL, IBLL, DAO, IDAO(Controls, Config, Model)
MVC: Model, View and Controller. When a person visits the website, url will include the name of controller and the name of View(it also can hidden for a false name), then the controller will return a request to database passing IBLL, BLL, IDAO and DAO in turn. Then database return some data to controller back the road. At last, the controller will choose a correct view to return it to website which showed for the person.
To be continued...
762

被折叠的 条评论
为什么被折叠?



