上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 30 下一页
摘要: MVC 5 Scaffolder + EntityFramework+UnitOfWork Pattern 代码生成工具经过一个多星期的努力总算完成了单表,多表关联(一对多,多对一)的增删改查的代码生成,基本上可以实现不用添加任何代码完成对数据表的操作。下个阶段打算集成.net 4.5的认证和授权已... 阅读全文
posted @ 2015-03-09 10:27 阿新 阅读(5450) 评论(8) 推荐(7) 编辑
摘要: Asp.Net MVC +EntityFramework主从表新增编辑操作的实现对于MVC中同时对主从表的表单操作在网上现有的解决很少,而这样的操作在做业务系统中是经常为遇到的。我在网上搜索了很久都没有发现很完整的实例或非常好的解决方案,所以我很想和大家讨论一下又什么更好的解决方案。一旦有更好的方式... 阅读全文
posted @ 2015-02-27 15:02 阿新 阅读(9730) 评论(8) 推荐(2) 编辑
摘要: Visual Studio.net 2013 asp.net MVC 5 Scaffolding代码生成向导开源项目提高开发效率,规范代码编写,最好的方式就是使用简单的设计模式(MVC , Repoistory Pattern)+ 模板生成工具。每个小型的软件公司似乎都有自己的基础开发平台,大部分都... 阅读全文
posted @ 2015-02-15 14:30 阿新 阅读(9492) 评论(16) 推荐(16) 编辑
摘要: Asp.net mvc 5 CRUD代码自动生成工具-Visual Studio.net2013 Saffolding功能扩展上次做过一个《Asp.net webform scaffolding结合Generic Unit of Work & (Extensible) Repositories Fr... 阅读全文
posted @ 2015-02-13 15:32 阿新 阅读(5837) 评论(5) 推荐(6) 编辑
摘要: Asp.net webform scaffolding结合Generic Unit of Work & (Extensible) Repositories Framework代码生成向导在上次发布的使用简单Repositories模式生成的代码结构有点繁琐太过复杂,而且整个项目层次结构很不清晰,在开... 阅读全文
posted @ 2014-12-31 13:52 阿新 阅读(1956) 评论(2) 推荐(2) 编辑
摘要: Asp.net Webform 使用Repository模式实现CRUD操作代码生成工具介绍该工具是通过一个github上的开源项目修改的原始作者https://github.com/Superexpert/WebFormsScaffolding 我在他的基础上添加了一对多实体类的新增,修改,删除操... 阅读全文
posted @ 2014-11-17 13:03 阿新 阅读(4371) 评论(5) 推荐(6) 编辑
摘要: Angularjs 通过asp.net web api认证登录Angularjs利用asp.net mvc提供的asp.net identity,membership实现居于数据库的用户名/密码的认证登录环境Vs.net 2013Asp.net mvc + web apiIndividual use... 阅读全文
posted @ 2014-05-22 09:31 阿新 阅读(14894) 评论(2) 推荐(1) 编辑
摘要: Listing 1: Setting up data binding for the Rating controlusingSystem.Windows.Controls;usingSystem.Windows.Data;usingMicrosoft.LightSwitch.Threading;na... 阅读全文
posted @ 2014-04-28 10:49 阿新 阅读(422) 评论(0) 推荐(0) 编辑
摘要: 代码片段 --> ... 阅读全文
posted @ 2014-04-26 20:09 阿新 阅读(873) 评论(0) 推荐(0) 编辑
摘要: ACTIVATING MULTI SELECTION WITH CHECKBOXES IN A LIGHTSWITCH GRID WITH A ONE-LINER2013/04/02· bypaul van bladel· inUncategorizedIntroductionIn a busine... 阅读全文
posted @ 2014-04-22 15:30 阿新 阅读(650) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 30 下一页