ntwo

导航

02 2011 档案

Beginning ASP.NET Security3
摘要:PART III: Advanced ASP.NET Scenarios Chapter 11: Shareing Data with windows communication foundation Creating and Consuming WCF Services Security and Privacy with WCF Transport Security Message Securi... 阅读全文

posted @ 2011-02-15 14:50 9527 阅读(391) 评论(0) 推荐(0)

Beginning ASP.NET Security2
摘要:PART II: Securing Common ASP.NET Tasks Chapter 7: Adding usernames and passwords Authentication and Authorization Discovering Your Own Identity Adding Authentication in ASP.NET Using Forms Authenticat... 阅读全文

posted @ 2011-02-14 15:19 9527 阅读(315) 评论(0) 推荐(0)

Beginning ASP.NET Security1
摘要:Chapter 1: Why web secrutiy matters PART I: THE ASP.NET SECURITY BASICS Chapter 2: How the web works Examing HTTP Request a Resource Responding to a Request Sniffing HTTP Requests and Responses Use Fi... 阅读全文

posted @ 2011-02-12 16:16 9527 阅读(1152) 评论(0) 推荐(0)

已读书目
摘要:1 2011-2-9 ASP.NET Site Performance Secrets Simple and Proven techniques to quickly speed up your ASP.NET web site Matt Perdeck Packt 2 2011-2-21 Beginning ASP.NET Security Barry Dorrans Wrox 3 Ha... 阅读全文

posted @ 2011-02-09 15:41 9527 阅读(174) 评论(0) 推荐(0)

ASP.NET站点性能提升-提高JavaScript加载
摘要:问题:JavaScript加载阻塞页面渲染 JavaScript是静态文件,和图片和CSS文件一样。但是,与图片不同,当使用<script>标签加载或执行JavaScript文件,页面渲染会暂停。 页面可能包含<script>后的依赖于<script>脚本块。如果加载JavaScript文件不阻塞页面渲染,其它脚本... 阅读全文

posted @ 2011-02-09 14:57 9527 阅读(953) 评论(0) 推荐(0)