Welcome to MSDN Blogs Sign in | Join | Help

March 2005 - Posts

__AssemblyInfo__.ini

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\System\1.0.5000.0__b77a5c561934e089>more
Posted by junfeng | 3 Comments
Filed under: ,

Best feature in Outlook 2003 --- Search Folders

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.
Posted by junfeng | 0 Comments
Filed under:

URL Case Sensitivity and Assembly Loading

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
Posted by junfeng | 8 Comments
Filed under: ,

Why LoadLibrary is much slower than GetModuleHandle for dll that is already loaded?

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,
Posted by junfeng | 6 Comments
Filed under:

URL and Assembly Loading

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”.
Posted by junfeng | 5 Comments
Filed under: ,

Http Compression and Assembly loading

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
Posted by junfeng | 9 Comments
Filed under: ,
 
Page view tracker