09 2014 档案
摘要:##写在前面阅读目录:具体业务场景业务需求变化 “愚蠢”的应对消息列表实现消息详情页实现消息发送、回复、销毁等实现 回到原点的一些思考业务需求变化,领域模型变化了吗?对象读取的额外思考写在最后领域驱动设计的核心-Domain Model(领域模型),这个大家都知道,可是,上次关于领域模型的设计分享,...
阅读全文
摘要:输入进行 Html 转码:```cssharpHttpUtility.HtmlEncode(content);```输入保留 Html 标记,使用 AntiXSS 过滤:```htmlInstall-Package AntiXSS``````cssharpMicrosoft.Security.App...
阅读全文
摘要:示例代码:```html ```参考资料:* [JavaScript获取图片的原始尺寸](http://www.cnblogs.com/snandy/p/3704218.html)* [jquery .each() .load() wait for completion](http://sta...
阅读全文
摘要:##写在前面阅读目录:娓娓道来Install ASP.NET vNext Command Line Tools安装 Homebrew使用 Homebrew,安装 KVMInstall Sublime Text 3Install Sublime Kulture Using the Package Co...
阅读全文
摘要:* 视频长度:1 小时左右* 视频作者:Scott Hunter 和 Scott Hanselman * 视频背景:Visual Studio 2013 最新版本发布* 视频来源:MSDN - Channel 9* 视频地址:[Visual Studio 2013 为 Web 开发人员带来的新功能]...
阅读全文
摘要:###1. Install the package from nuget```xmlInstall-Package Microsoft.AspNet.Web.Optimization```###2,BundleConfig 配置```cssharpusing System.Web.Optimizat...
阅读全文
摘要:示例代码: 1 2 3 example 4 5 6 7 8 9 10 11 Render in table12 13 Render in canvas 14 15 24 25 26 生成结果:
阅读全文
摘要:##问题描述今天下午(看现在这时间,应该是昨天下午了哈),园友 [choon](http://www.cnblogs.com/choon/) 写了这样一篇博文《[关于有默认值的字段在用EF做插入操作时的思考](http://www.cnblogs.com/choon/p/3951312.html)》...
阅读全文
摘要:##写在前面首先,本篇博文主要包含两个主题:1. 领域服务中使用仓储2. SELECT 某某某(有点晕?请看下面。)上一篇:[Repository 仓储,你的归宿究竟在哪?(二)-这样的应用层代码,你能接受吗?](http://www.cnblogs.com/xishuai/p/3934412.ht...
阅读全文