文章分类 - .Net技术
.Net技术
摘要:转自:http://blog.raffaeu.com/archive/2010/06/26/how-to-write-fluent-interface-with-c-and-lambda.aspx没有认真排版,如果原文可以访问建议阅读原文。Last week I had a nice discussion in the office about “how to write fluent interface” and I have found a couple of articles over the internet about that. As usual I disagree with s
阅读全文
摘要:一个简单清晰的单例模式例子。转自:http://pratapreddypilaka.blogspot.com/2011/12/singleton-pattern-load-balancer.htmlSingleton Pattern : Load Balancer DemonstrationSingleton Pattern : This is a pattern which is widely used when there is a situation to create only one instance of a class.Lets demonstrate the pattern u
阅读全文
摘要:ASP.NET Search Engine Keyword Logging with an HttpModule:http://www.eggheadcafe.com/tutorials/aspnet/4df8feb4-3240-4545-9c36-a8aecf336bf5/aspnet-search-engine-keyword-logging-with-an-httpmodule.aspxIntegrating BrowserId with ASP.NET Membership, Roles, Profile and Forms Authentication:http://www.eggh
阅读全文
摘要:Scale ASP.NET Apps Through Distributed Caching:http://visualstudiomagazine.com/Articles/2011/09/01/pfint_Distributed-Caching.aspx
阅读全文
摘要:来源:http://www.amazedsaint.com/2010/04/6-cool-vs2010-quick-tips-you-should.html http://www.visiblox.com/blog/2010/04/ten-cool-things-you-didnt-know-about-visual-studio-20106 Cool #VS2010 Quick Tips you should know when working with Visual Studio 2010Visual Studio 2010 is super cool. Here are few fea.
阅读全文
摘要:来源:http://www.amazedsaint.com/2010/05/tasks-1-2-3-parallel-extensions-in-net.htmlWith those multi core processors everywhere, support for parallelism is an already implicit requirement for any new application. This post explores how easily you can implement parallel features in your application, wit
阅读全文
摘要:转自:http://weblogs.asp.net/gunnarpeipman/archive/2010/08/16/asp-net-mvc-meets-html5.aspxToday I tried out ASP.NET MVC HTML5 Helpers Toolkit by Dean Hume. Although browsers today support HTML5 partially...
阅读全文
摘要:转自:http://www.blogjava.net/BlueDavy/archive/2009/04/28/267970.html在这篇blog中放置了我收集的一些网站架构相关的PPT和文章,提供给大家下载,如果大家有相关的好的PPT、文章的话,也欢迎推荐给我,非常感谢,:),这篇blog的内容也会随着我收集的东西增加而变化,同时也会增加我对于这些PPT、文章的看法和评价。1、amazonAma...
阅读全文
摘要:之前也有一些介绍大型网站架构演变的文章,例如LiveJournal的、ebay的,都是非常值得参考的,不过感觉他们讲的更多的是每次演变的结果,而没有很详细的讲为什么需要做这样的演变,再加上近来感觉有不少同学都很难明白为什么一个网站需要那么复杂的技术,于是有了写这篇文章的想法,在这篇文章中将阐述一个普通的网站发展成大型网站过程中的一种较为典型的架构演变历程和所需掌握的知识体系,希望能给想从事互联网行业的同学一点初步的概念,:),文中的不对之处也请各位多给点建议,让本文真正起到抛砖引玉的效果。
阅读全文
摘要:转自:http://blog.csdn.net/wf520pb/archive/2008/07/12/2644549.aspx 最常见的XML数据类型有:Element, Attribute,Comment, Text. Element, 指形如Tom的节点。它可以包括:Element, Text, Comment, ProcessingInstruction, CDATA,...
阅读全文
摘要:转:http://blog.csdn.net/liujien/archive/2005/11/23/535225.aspx Asp.Net 学习资源列表 名称:快速入门地址:http://chs.gotdotnet.com/quickstart/描述:本站点是微软.NET技术的快速入门网站,我们不必再安装.NET Framework中的快速入门示例程序,直接在网上查看此示例即看。 名称:微软官...
阅读全文
摘要:转自:http://blog.csdn.net/liujien/archive/2005/10/03/494509.aspx 推荐几个.NET开源图表组件,希望大家发行有其它的可以添加一下,说明:因为没有记录在哪里下载,所以大部分只能让大家亲自搜索一下: 1、NPlot:http://netcontrols.org/nplot/:我觉得是.NET开源轻量级中最好的:) 2、graphviz(qui...
阅读全文
摘要:转自:http://blog.csdn.net/liujien/archive/2005/08/04/445825.aspx1. 打开新的窗口并传送参数: 传送参数:response.write("") 接收参数:string a = Request.QueryString("id");string b = Request.QueryString("id1"); 2.为按钮添加对话框 But...
阅读全文