欢迎访问我的博客 https://javascript.shop

随笔分类 -  ASP.NET(旧)

1 2 3 4 5 ··· 28 下一页
摘要:原文发布时间为:2011-09-25 —— 来源于本人的百度文章 [由搬家工具导入] 这两天竟然被一个bug整疯了,因为项目调试的时候,通过 sql profiler 查看,竟然执行了多次的相同 查询语句, 然后发现原来 一次请求时候,竟然多次进去controller,多次访问路由。一直找不到原因, 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(407) 评论(0) 推荐(0)
摘要:原文发布时间为:2012-12-25 —— 来源于本人的百度文章 [由搬家工具导入] public static class DictionaryExt { /// <summary> /// Extension method that turns a dictionary of string an 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(262) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-09-24 —— 来源于本人的百度文章 [由搬家工具导入] http://www.blog.cyberkinetx.com/2011/05/15/entity-framework-context-per-request/ Are you still using the wa 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(184) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-09-21 —— 来源于本人的百度文章 [由搬家工具导入] http://blogs.msdn.com/b/adonet/archive/2011/08/22/ef-4-2-beta-1-available.aspx We recently posted about our 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(156) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-11-16 —— 来源于本人的百度文章 [由搬家工具导入] http://tools.dynamicdrive.com/favicon/ http://www.rw-designer.com/online_icon_maker.php 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(101) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-05-24 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(93) 评论(0) 推荐(0)
摘要:原文发布时间为:2012-07-31 —— 来源于本人的百度文章 [由搬家工具导入] Code libraries and toolkits Enterprise Library 5.0provides additional classes focused on generic patterns a 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(118) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-10-18 —— 来源于本人的百度文章 [由搬家工具导入] 为什么jquery.uploadify不支持MVC的Authorize呢,因为flash的cookie跟服务端的不一样。 http://stackoverflow.com/questions/1729179/upl 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(119) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-05-17 —— 来源于本人的百度文章 [由搬家工具导入] 需要在 Context 中,重写 DbContext 中的 OnModelCreating 方法 进行 mapping 如下: protected override void OnModelCreating(DbM 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(125) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-10-11 —— 来源于本人的百度文章 [由搬家工具导入] Activator.CreateInstance:http://msdn.microsoft.com/en-us/library/system.activator.createinstance.aspx Deleg 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(130) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-05-17 —— 来源于本人的百度文章 [由搬家工具导入] 可以写一个帮助类,如下 using System.Web.WebPages;using System.Web.Mvc; public class Helper { public static UrlHelper G 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(184) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-06-15 —— 来源于本人的百度文章 [由搬家工具导入] http://documentcloud.github.com/underscore/ 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(176) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-12-29 —— 来源于本人的百度文章 [由搬家工具导入] http://www.php-compiler.net/blog/2011/phalanger-3-0 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(95) 评论(0) 推荐(0)
摘要:原文发布时间为:2012-07-02 —— 来源于本人的百度文章 [由搬家工具导入] http://www.dotblogs.com.tw/yuan0716/Default.aspx http://www.microsoft.com/expression/ http://expression.mic 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(73) 评论(0) 推荐(0)
摘要:原文发布时间为:2012-02-17 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;using 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(172) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-10-10 —— 来源于本人的百度文章 [由搬家工具导入] ILSPY反编译工具下载 http://build.sharpdevelop.net/BuildArtefacts/#ILSpyMaster 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(169) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-09-23 —— 来源于本人的百度文章 [由搬家工具导入] 1.Fluent API 的方式定义与数据库映射 2.利用特性实现与数据库的映射 3.EF的一些公约的介绍 4.EF团队博客 http://blogs.msdn.com/b/adonet/archive/2011/ 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(135) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-09-07 —— 来源于本人的百度文章 [由搬家工具导入] http://aspadvice.com/blogs/kiran/archive/2009/11/29/Adding-html-attributes-support-for-Templates-_2D00_-ASP 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(209) 评论(0) 推荐(0)
摘要:原文发布时间为:2012-05-22 —— 来源于本人的百度文章 [由搬家工具导入] http://twitter.github.com/bootstrap/ 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(217) 评论(0) 推荐(0)
摘要:原文发布时间为:2011-09-15 —— 来源于本人的百度文章 [由搬家工具导入] http://razorengine.codeplex.com/ 阅读全文
posted @ 2017-07-15 14:20 孑孓子 阅读(135) 评论(0) 推荐(0)

1 2 3 4 5 ··· 28 下一页
欢迎访问我的博客 https://javascript.shop