C#
文章平均质量分 81
LemIST
这个作者很懒,什么都没留下…
展开
-
How to Write High-Performance C# Code
编写快的代码和快的编写代码有时是冲突的。 计算机科学权威人士兼快速排序算法的发现者C.A.R. Hoare, 曾经说过这样一段著名的话: "不成熟的优化是一切罪恶的源头." 极限编程的设计原理之"You Arent Gonna Need It" (YAGNI) 反对实现任何不必要的功能,包括性能优化,除非它们真的需要.编写不需要的代码毫无疑问会降低工作效率. 然而,重要的是我们需要认识到不同翻译 2009-04-19 21:57:00 · 1351 阅读 · 0 评论 -
Building a LINQ IQueryable Provider - Part XII
This is the twelfth in a series of posts on how to build a LINQ IQueryable provider. If you have not read the previous posts you probably were born yesterday. How could you possibly make sense of转载 2009-04-27 12:42:00 · 1047 阅读 · 0 评论 -
LINQ: Building an IQueryable Provider - Part VIII
This is the eighth in a series of posts on how to build a LINQ IQueryable provider. If you have not read the previous posts you might want to shut off the Halo 3 and get crackin. Complete list转载 2009-04-27 12:36:00 · 938 阅读 · 0 评论 -
LINQ: Building an IQueryable Provider - Part XI
This is the eleventh in a series of posts on how to build a LINQ IQueryable provider. If you have not read the previous posts you’ll want to do so before proceeding, or at least before proceeding转载 2009-04-27 12:40:00 · 779 阅读 · 0 评论 -
LINQ Books
Books on LINQLINQ in Action by Fabrice Marguerie, Steve Eichert, Jim Wooley, and Matt Warren Pro LINQ: Language Integrated Query in C# 2008 by Joseph C. Rattz Professional LINQ (Programmer to转载 2009-04-27 12:17:00 · 714 阅读 · 0 评论 -
LINQ: Building an IQueryable Provider - Part I
This is the first in a series of posts on how to build a LINQ IQueryable provider. Each post builds on the last one.Complete list of posts in the Building an IQueryable Provider series I转载 2009-04-27 12:24:00 · 1022 阅读 · 0 评论 -
LINQ: Building an IQueryable Provider - Part II
This is the second post in a multi-post series on building LINQ providers using the IQueryable interface. If you are new to this series please read the following post before proceeding.Complete转载 2009-04-27 12:25:00 · 1144 阅读 · 0 评论 -
LINQ: Building an IQueryable Provider - Part VI
This is the sixth in a series of posts on how to build a LINQ IQueryable provider. If you have not read the previous posts you might want to file for a government grant and take sabbatical becaus转载 2009-04-27 12:32:00 · 905 阅读 · 0 评论 -
LINQ: Building an IQueryable Provider - Part IX
This is the nineth in a series of posts on how to build a LINQ IQueryable provider. If you have not read the previous posts heres a handy list of all the fun youve been missing. Complete list转载 2009-04-27 12:37:00 · 1101 阅读 · 0 评论 -
LINQ: Building an IQueryable Provider - Part X
This is the tenth in a series of posts on how to build a LINQ IQueryable provider. If you have not read the previous posts youll want to find a nice shady tree, relax and meditate on why your wo转载 2009-04-27 12:38:00 · 1256 阅读 · 0 评论 -
LINQ: Building an IQueryable provider - Part VII
This is the seventh in a series of posts on how to build a LINQ IQueryable provider. If you have not read the previous posts you might want to rethink your place in the universe. :-) Complete l转载 2009-04-27 12:35:00 · 887 阅读 · 0 评论 -
C# 2008 新特性
26. Overview of C# 3.0C# 3.0 (“C# Orcas”) introduces several language extensions that build on C# 2.0 to support the creation and use of higher order, functional style class libraries. The extension转载 2009-04-20 16:12:00 · 748 阅读 · 0 评论 -
Events In C#
By Sanju From:http://www.csharphelp.com/archives/archive253.htmlAn event is defined in C# as a member that enables an object or class to provide notifications. Now, let us see in detail what转载 2009-04-06 22:30:00 · 648 阅读 · 0 评论 -
Dynamic in C# VII: Phantom Method Semantics
By now, my hope is that you all have a well-rounded view of dynamic. We started this series by introducing dynamic and talking about the basics of the feature, and have just finished talking abou转载 2009-04-26 23:56:00 · 832 阅读 · 0 评论 -
LINQ: Building an IQueryable Provider - Part III
This post is the third in a series of posts covering how to build a LINQ IQueryable provider. If you have not read the previous posts, please do so before proceeding.Complete list of posts in t转载 2009-04-27 12:28:00 · 785 阅读 · 0 评论 -
C# 文档与注释
Introduction我们中的大部分人都经历过不时地更新文档的痛苦。C# 和 Visual Studio .NET (VS.NET)使我们能够将代码和文档写在一个文件里,从而是维护文档的过程变得更加简单。 VS.NET通过从代码文件里提取特殊标记过的结构化的注释,并将他们生成到XML文件里做到这一点的。 这种 XML文件可以被用来生成人们可读(human-readable )的格式的文档,包翻译 2009-04-24 12:58:00 · 3021 阅读 · 0 评论 -
The C# Programming Language Version 4.0
By Doug Holland (Intel) (193 posts) on March 30, 2009 at 10:02 am Visual Studio 2010 and the .NET Framework 4.0 will soon be in beta and there are some excellent new features that we can all get转载 2009-04-26 23:53:00 · 1087 阅读 · 0 评论 -
LINQ: Building an IQueryable Provider - Part IV
This post is the fourth in a series of posts covering how to build a LINQ IQueryable provider. If you have not read the previous posts, please do so before proceeding.Complete list of posts in转载 2009-04-27 12:30:00 · 641 阅读 · 0 评论 -
LINQ: Building an IQueryable Provider - Part V
This is the fifth in a series of posts on how to build a LINQ IQueryable provider. If you have not read the previous posts please take a look before proceeding, or if you are daring dig right in转载 2009-04-27 12:31:00 · 1094 阅读 · 0 评论 -
关于控件的事件穿透
回答问题 http://topic.csdn.net/u/20090429/14/b5fc3df8-3e14-4439-af86-786ed7b135db.html?seed=1434478337 时实现。 第一步:定义接口 public interface IMyControls { void MyOnClick(EventArgs e);原创 2009-04-29 15:26:00 · 1002 阅读 · 0 评论