03 2014 档案
摘要:1》MVC entity1)Employeepublic string Id{get;private set;}public string Name{get;private set;}public Employee(string id,string name){ this.Id=id; this.Name=name;}2)EmployeeRepositoryprivate static Ilist employees;status EmployeeRepository() { employees =new List(); employees.add(new Employee("001
阅读全文
摘要:OAWEBSITEERPISOANDROIDEF+MVC4+CATCHE+JQuery+js+div+css+web性能优化+webservice+sql2008+设计模式+wcf+多线程一、.Net技术方面1.熟悉了Asp.Net MVC技术(1) 熟悉了Entity Framework + Asp.Net MVC + Repository + Unity Ioc 架构模式,也做了几个相关的项目,用到Entity Framework比较多一些,包括做WebForm,Asp.Net MVC的开发.使用到了2种模式: Code First(通过生成映射关系代码关联数据库) , Model Fir
阅读全文