Sign in
Junfeng Zhang's Windows Programming Notes
Win32, Fusion, CLR, .Net Framework, and others
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NetFramework
Debugging
Fusion
General
Others
Pages
Troubleshooting
Vista
Win32
Archive
Archives
May 2012
(1)
July 2009
(1)
May 2009
(1)
March 2009
(1)
February 2009
(1)
December 2008
(2)
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
(16)
August 2004
(15)
July 2004
(10)
May 2004
(6)
April 2004
(14)
March 2004
(19)
February 2004
(39)
January 2004
(6)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Junfeng Zhang's Windows Programming Notes
__AssemblyInfo__.ini
Posted
over 8 years ago
by
Junfeng Zhang
3
Comments
In .Net framework v1.0/v1.1, when an assembly is installed to GAC, we will generate a file __AssemblyInfo__.ini in the assembly's directory. The file contains some information about the assembly. An example of the file is below: C:\WINDOWS\assembly\GAC...
Junfeng Zhang's Windows Programming Notes
Best feature in Outlook 2003 --- Search Folders
Posted
over 8 years ago
by
Junfeng Zhang
0
Comments
http://office.microsoft.com/training/training.aspx?AssetID=RC010778621033 Search Folders: The easy way to find, read, and organize your e-mail After I discovered this feature, now I never read my inbox. It is *that* good.
Junfeng Zhang's Windows Programming Notes
URL Case Sensitivity and Assembly Loading
Posted
over 8 years ago
by
Junfeng Zhang
8
Comments
URL is case sensitive. In Windows file names are case insensitive. When these two meet, you can sense some inconsistence here. When an http assembly is requested, it has to be copied into download cache, before it is returned to you. Download cache is...
Junfeng Zhang's Windows Programming Notes
Why LoadLibrary is much slower than GetModuleHandle for dll that is already loaded?
Posted
over 8 years ago
by
Junfeng Zhang
6
Comments
This question is asked in our internal discussion list. One of the kernel developer answered the question below: <quote> LoadLibrary(AlreadyLoadedModule) has to increment the reference count of AlreadyLoadedModule, plus all of that module's dependencies...
Junfeng Zhang's Windows Programming Notes
URL and Assembly Loading
Posted
over 8 years ago
by
Junfeng Zhang
5
Comments
A URL is a string used to locate a resource in the Internet. Raw URLs are simply sequences of (Unicode) characters. For example, URL http://server/dir/%file.htm represent a file called “%file.htm” in the virtual directory “dir” of an http server “server...
Junfeng Zhang's Windows Programming Notes
Http Compression and Assembly loading
Posted
over 8 years ago
by
Junfeng Zhang
10
Comments
In .Net framework 1.0 and 1.1, fusion is not able to download assemblies hosted in web servers with http compression enabled. This is a bug in fusion, and it has been fixed in .Net framework 2.0. We may backport the fix to 1.0 and 1.1, depending on the...
Page 1 of 1 (6 items)