上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页

2015年5月27日

不小心让数据库死锁了,网上找办法解决

摘要: SELECT SPID = er.session_id ,Status = ses.status ,[Login] = ses.login_name ,Host = ses.host_name ,BlkBy = er.blocking_session_id ,DBName =DB_Name... 阅读全文

posted @ 2015-05-27 16:39 HelloHongfu 阅读(430) 评论(0) 推荐(0) 编辑

2015年4月15日

ASP.NET Web Pages (Razor) API Quick Reference

摘要: ASP.NET Web Pages (Razor) API Quick ReferenceBy Tom FitzMacken|February 10, 2014PrintThis page contains a list with brief examples of the most commonl... 阅读全文

posted @ 2015-04-15 16:41 HelloHongfu 阅读(285) 评论(0) 推荐(0) 编辑

Adding Security to an Existing Website

摘要: The procedure earlier in this article relies on using the Starter Site template as the basis for website security. If it isn't practical for you to st... 阅读全文

posted @ 2015-04-15 14:06 HelloHongfu 阅读(172) 评论(0) 推荐(0) 编辑

2015年2月3日

Chapter 20: Diagnostics

摘要: WHAT'S IN THIS CHAPTER?n Code contractsn Tracingn Event loggingn Performance monitoringWROX.COM CODE DOWNLOADS FOR THIS CHAPTERThe wrox.com code downl... 阅读全文

posted @ 2015-02-03 14:41 HelloHongfu 阅读(407) 评论(0) 推荐(0) 编辑

2015年1月27日

USING REFLECTION

摘要: C#反射介绍,性能考虑 阅读全文

posted @ 2015-01-27 14:17 HelloHongfu 阅读(191) 评论(0) 推荐(0) 编辑

异步编程错误处理 ERROR HANDLING

摘要: C# 5.0异步编程的步骤处理 阅读全文

posted @ 2015-01-27 04:34 HelloHongfu 阅读(273) 评论(0) 推荐(0) 编辑

FOUNDATION OF ASYNCHRONOUS PROGRAMMING

摘要: C# 5.0异步编程 阅读全文

posted @ 2015-01-27 04:19 HelloHongfu 阅读(235) 评论(0) 推荐(0) 编辑

2014年12月15日

70-478 学习收获

摘要: web发布包 web package deployment Enabling Cross-Origin Requests in ASP.NET Web API 2 Enabling CRUD Operations in ASP.NET Web API 1 Implementing Request B... 阅读全文

posted @ 2014-12-15 22:53 HelloHongfu 阅读(127) 评论(0) 推荐(0) 编辑

2014年12月12日

MVC Web Api 发布到Azure报错

摘要: I fixed this by reinstalling the NuGet package, which corrects broken dependencies. From the package manager, run Update-Package Microsoft.AspNet.WebA... 阅读全文

posted @ 2014-12-12 22:30 HelloHongfu 阅读(246) 评论(0) 推荐(0) 编辑

2014年12月10日

WCF Rest post请求

摘要: 只有遇到问题才能解决问题,这个问题之前也遇到过因为没有及时总结所以这个问题又重新出现困扰了我8个小时. ajax 请示WCF Rest 是一个比较成熟的技术.所以 涉及到了几个技术点1 jquery ajax 的理解 . 应该设置contentType : application/json2 C# ... 阅读全文

posted @ 2014-12-10 14:45 HelloHongfu 阅读(559) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页

导航