Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Junfeng Zhang's Windows Programming Notes
Win32, Fusion, CLR, .Net Framework, and others
This Blog
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NetFramework
Debugging
Fusion
General
Others
Troubleshooting
Vista
Win32
News
Questions and Suggestions
Archives
December 2008 (1)
November 2008 (1)
August 2008 (2)
July 2008 (2)
June 2008 (2)
April 2008 (4)
March 2008 (2)
February 2008 (4)
January 2008 (1)
November 2007 (3)
October 2007 (1)
September 2007 (1)
August 2007 (5)
July 2007 (9)
June 2007 (3)
April 2007 (2)
March 2007 (3)
February 2007 (1)
January 2007 (2)
December 2006 (2)
November 2006 (4)
October 2006 (6)
September 2006 (5)
August 2006 (8)
July 2006 (2)
May 2006 (2)
April 2006 (12)
March 2006 (9)
February 2006 (5)
January 2006 (2)
December 2005 (10)
November 2005 (7)
October 2005 (2)
September 2005 (3)
August 2005 (1)
July 2005 (6)
June 2005 (8)
May 2005 (17)
April 2005 (9)
March 2005 (6)
February 2005 (9)
December 2004 (7)
November 2004 (12)
October 2004 (16)
September 2004 (13)
August 2004 (15)
July 2004 (10)
May 2004 (6)
April 2004 (14)
March 2004 (19)
February 2004 (39)
January 2004 (6)
Fellow bloggers
Raymond Chen
Chris Brumme
Suzanne Cook
Alan Shi
Michael Grier
Jon Wiswall
Myself, blogging in Chinese
Saurabh's ClickOnce blog
November 2005 - Posts
Monday, November 21, 2005 1:37 PM
.Net Framework Featured Blogs
.Net Framework Featured Blogs
Posted by
junfeng
|
0 Comments
Filed under:
.NetFramework
Saturday, November 19, 2005 5:02 PM
Module Initializer (a.k.a Module Constructor)
Module Initializer (a.k.a Module Constructor) CLR v1.0/v1.1 supports Type Initializer . Here is a quote from ECMA-335: CLR Partition II Metadata and File Format: 1.1.1 Type initializer A type (class, interface, or value type) can contain a special method
Posted by
junfeng
|
2 Comments
Filed under:
.NetFramework
Friday, November 18, 2005 11:17 AM
Don't do Shell Extension Handlers in .NET
If you are thinking about writing Shell extension handles in .Net, please think again. http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=125283&SiteID=1 (From Jesse Kaplan, one of the CLR Program Manager.) " Unfortunately unmanaged C++ is really
Posted by
junfeng
|
9 Comments
Filed under:
.NetFramework
Friday, November 18, 2005 9:00 AM
Brad Abrams --- API design hall of shame
Brad thinks the API AppDomainSetup.ShadowCopyFiles is API design hall of shame. http://blogs.msdn.com/brada/archive/2005/11/17/494282.aspx I don't think Brad is fair here. At best, it is just a not-so-well-designed API. An API to be hall of shame should
Posted by
junfeng
|
6 Comments
Filed under:
General
,
.NetFramework
Friday, November 18, 2005 8:00 AM
Assembly loading and AppDomain.AssemblyLoad Event
Assembly loading (Assembly.Load) is the process of loading an assembly reference. It starts with an assembly reference, and ends with a System.Reflection.Assembly instance that can be JITted and executed. Disclaimer: The following content is implementation
Posted by
junfeng
|
7 Comments
Filed under:
.NetFramework
Monday, November 07, 2005 8:00 AM
Assemblies --- Referencing and servicing
The SDK version and the released version don’t need to have the same assembly version number.
Posted by
junfeng
|
4 Comments
Filed under:
Fusion
Sunday, November 06, 2005 8:00 AM
Host and Add-ins --- sharing host assemblies
Host and plugins --- how the plugins locate the shared assemblies.
Posted by
junfeng
|
5 Comments
Filed under:
.NetFramework
,
Fusion