The third round of screening results of "blog garden essence set-CLR/C # sub-book"

Source: Internet
Author: User
Tags dotnet rounds
ArticleDirectory
    • CLR
    • FCL
    • C #-C # Basics
Result of the third round of "blog garden essence set --- CLR/C # sub-book"
Release date: 2008.9.4 Author: anytao

The essence set CLR/C # is a sub-book. After three rounds of filtering efforts, we finally have a preliminary result. Although this process took a long time and relaxed for a period of time due to the happy Olympics, today we can finally report the results after the third round of screening, just like other sub-books.

Currently, the third round of results mainly includes the 351 selected articles, which are classified by the following categories:

  • CLR
  • FCL
  • C #-C # Basics
  • C #-C # advanced
  • C #-C #2.0/3.0
  • Others

 

Despite three rounds of screening efforts, the Editorial Board members may feel something worth thinking about, some of which are gains, some are accidents, and some are lost. For the essence set, we just finished the first step. The result of the third round is certainly not the final result submitted for publishing. It is at most one of the goals of the next round.

The specific screening results are as follows:
CLR Asynchronous programming of mcad learning notes (asynccallback delegation, iasyncresult interface, begininvoke method, and endinvoke method ),Aierong
Do you know: the unreleased handler event may cause memory leakage,Rands06
Understanding exceptions in. Net (1 ),Anders Cui
Understanding exceptions in. Net (2 ),Anders Cui
Implement the cloneable type,Anders Cui
[You must know. Net] 7: taste type-starting from a general type system,Anytao
[You must know. Net] (8) taste type --- value type and reference type (top)-memory rational,Anytao
[You must know. Net] The ninth back: taste type-value type and reference type (medium)-rule is boundless,Anytao
[You must know. Net] return 10: taste type-value type and reference type (lower)-Application journey,Anytao
[Original] how to improve the performance and scalability of managed code, one of the series: thought of by for V. S. For each,Artech
[Original] how to improve the performance and scalability of managed code series II: a deep understanding of string and how to efficiently use string,Artech
Details determine success or failure: ing enumeration,Pisces
Uninstall class ?,Pisces
Call the generic method in non-generic mode,Pisces
How does CLR implement multi-state invocation of Virtual Methods (1 ),Purple Shadow
How does CLR implement multi-state invocation of Virtual Methods (2 ),Purple Shadow
Finally, basically completed the script platform for C #2.0,Xiao Han
C # thread synchronization: Describes lock, monitor, synchronization event and wait handle, and mutex (zt ),Linxi
In-depth. Net managed heap ),ε mongodicky mongoz
C # enhanced series Article 6: application domain analysis,Yongchun
Optimization of string immutability in CLR,Flier Lu
Use windbg to explore the CLR world [2] threads,Flier Lu
Process arrays in the structure in C,Flier Lu
Talking about code collaboration (coroutine) Execution Support in C,Flier Lu
Obtain the Il function body information in CLR 1.1,Flier Lu
The memory layout (layout) and size (size) of the struct instance field in the. NET hosting environment ),Silent void
The creation location of the type instance and the structure of the hosted object on the managed stack,Silent void
Size and layout of objects on the managed Stack,Silent void
Do not expect. net to be cross-platform,Wen Shao
From the perspective of CLR profiler, we can see the performance difference between string Concat and stringbuilder,Strongswan
How to calculate the size of Managed Objects,Strongswan
CLR Exploration Series: windbg + SOS dynamic debugging and analysis managed code,Lbq1221119
CLR Exploration Series: windbg + SOS analysis reveals the domain world,Lbq1221119
CLR Exploration Series: in-depth tracking of the Process of hosting EXE loading and execution,Lbq1221119
CLR Exploration Series: system. Object Memory layout model and implementation research,Lbq1221119
CLR Exploration Series: GC heap architecture and implementation (garbage collection series ),Lbq1221119
CLR Exploration Series: Server and workstation garbage collection exploration (garbage collection series ),Lbq1221119
Core Structure and implementation of Object Memory (methodtable, eeclass, and methoddescchunk ),Lbq1221119
Deeply understand the. NET memory recovery mechanism,Vitamin C. net
Function call agreement between CLI and JIT (x86) in rotor,Neoragex2002
Example Analysis: how to compare the assembly code before and after JIT optimization,Neoragex2002
Experience memory alignment in Platform calls,Alloy head
Introduction to garbage collection in C #: Secondary recovery mechanism, destructor, dispose, and finalize etc ..,Sban
Application domain,Skyfei
It turned out to be a ghost of the marshalbyrefobject ......,Sumtec
How to synchronize the producer thread and user thread,I am not a deer
Think about coding the garbage payback period,U2u
Memory Management in CLR,Zhang Yi
How to modify the value while retaining the boxed object,Winkingzhang
New,Winner. Net (0, 2007)
DOTNET program optimization experience (1 ),Xiaotie
DOTNET program optimization experience (2 ),Xiaotie
DOTNET program optimization experience (3 ),Xiaotie
Time Measurement in DOTNET (continued): Perform Nanosecond-level measurement,Xiaotie
Communicates with the dynamically executed C # code,Xiaotie
FCL Custom Format String (implementation of the three interfaces of iformattable, iformatprovider, and icustomformatter ),Aierong
Serialize your deck with positron [XML serialization, XSD, C #],Allen Lee
Is system. object the root of all types in. Net ?,Allen Lee
After it is not inherited from system. object,Allen Lee
Use the stopwatch class in. NET 2.0 for speed testing,Anders Cui
Paths, files, directories, and common I/O operations (1 ),Anders Cui
Path, file, directory, and common I/O operations (2 ),Anders Cui
Paths, files, directories, and common I/O operations (3 ),Anders Cui
C # enhanced series Article 7: serialization and deserialization,Yongchun
C # enhanced series Article 8: simple use of httpmodule, httphandler, and httphandlerfactory,Yongchun
Who are going to be slow in two ways -- my practice and I found an unexpected surprise that has nothing to do with it,Sumtec
Flexible. NET architecture-Simplified configuration service,Wu Wenli
Introduction to XSLT conversion technology under the. NET Framework,Wu Wenli
C #-C # Basics Auto-generated attributes of the laziness secret,1-2-3
Readonly vs. Const [C #],Allen Lee
How can I determine whether a string is a null string? [C #],Allen Lee
How to resolve string to int? [C #],Allen Lee
How to find the implementation Code of Public extern bool equals (string value? [C #, C ++, BCl, CLR],Allen Lee
FAQ on enumeration [C #, Il, Bcl],Allen Lee
Stringcollection FAQ [C #, Bcl],Allen Lee
Explore dynamic assembly,Allen Lee
[You must know. Net] First: resentment: Is and,Anytao
[. Net you must know] Second: Abstract programming: interfaces and abstract classes,Anytao
[. Net you must know] (4) Back-to-end: class and struct,Anytao
[. Net you must know] (6): go deep into the keywords-base and this,Anytao
[You must know. Net] 11th back: Confused parameter --- art of transmission (on ),Anytao
[You must know. Net] 12th back: Confused parameter --- art of transmission (lower ),Anytao
[You must know. Net] 17th: appearance: overwrite and reload,Anytao
[. Net you must know] 20th back: learning methodology,Anytao
[Original] string,Artech
C # Exception Handling,Snow and cold
A c # Write call to external process class,Eaglet
Hashtable in VB. NET,Floodpeak
C # packing and unpacking [sorting],Birch Forest
3. Classes designed for light serialization,Strong package construction
C # basic type,Jimmy Zhang
. Net custom application configuration,Jimmy Zhang
Http://www.cnblogs.com/Jinglecat/archive/2007/05/26/760270.html,Xiaofeng residual month
Learn more about string,Stupid
Implementation and skills of stringbuilder,Stupid
Supplement the override equals-hashtable implementation,Stupid
The exact meaning of the private access controller,Montaque
How to Implement overload with return values,Assembly head
Manual operator overloading,Assembly head
C # basic questions for soy milk,Frog pond
C # question 25 on basic concepts,Clark Zheng
Hashtable troubles !,Ye Fu
1 = 1 is truth or error? -- About property,Smalldust
C # parsing of local variable declarations,Sumtec
Do you really understand strings in. Net ?,Terrylee
How to maximize. Net Performance,Timone
How to maximize. NET performance (continued ),Timone
several thread synchronization objects in C #, varptr
encapsulation of objects and class of C, Zhang Yi
defines the C # class, Zhang Yi
const, readonly, and static, Zhang Yi
inline initialization field and class instance constructor, Xiao Xin 0574
multi-language display of enumeration, winkingzhang
multi-language display of enumeration (2) -- use attribute, winkingzhang
three keywords in C # new, virtual, override, winner. net (2007)
in-depth analysis of reference parameters ref and out, Wu. Country @ Xia yuan
A Bit Of understanding of functions, delegation, and events under C !, Wu. country @ Xia yuan
interface implementation problems multiple times (. NET 1.1), Wu. country @ Xia yuan
understand System in C. int32 and INT: Not chicken or eggs. Cage
understand the C # value type and reference type, Cage
for. foreach has higher performance. Why? How to Choose? yukai
C # interfaces, Lu Zhenyu
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.