|
|
|
|
|
| | Total Hits: 48 | Today: 0 | Author: Twaitsey | Rating:  |
| |  This handy little DLL uses two files stored on an HTTP/HTTPS server to update your application. This DLL uses LudioSoft.ConfigurationFile.dll I found on this site! Thanks to the author for that code! Probably the most useful DLL I have found so far on this site: Link to the article. The DLL comes either as a single package, along with the LudioSoft DLL, or in with a program that can be used to create the update files.... |
| | Total Hits: 117 | Today: 0 | Author: Mark Killmer | Rating:  |
| |  When working in a team environment, factors such as limited license keys, security, or network access may hinder the creation of a test environment. In a recent project, one of my requirements was to interface with an existing .NET component. The existing component could not be duplicated in my off-site office environment, and existing security policies would not allow network access. Coding and testing the interface was looking very difficult.... |
| | Total Hits: 109 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  The Windows Software Development Kit (SDK) provides several ways to sign an assembly with a strong name: * Using the Assembly Linker (Al.exe) provided by the Windows SDK. * Using assembly attributes to insert the strong name information in your code. You can use either the AssemblyKeyFileAttribute or the AssemblyKeyNameAttribute, depending on where the key file to be used is located.... |
| | Total Hits: 170 | Today: 0 | Author: rj45. | Rating:  |
| |  First off, get the assembly from type integer. This should get the mscorlib.dll. (Main .NET assembly).... |
| | Total Hits: 556 | Today: 0 | Author: Sheldon Fernandez and Alim Somani | Rating:  |
| |  Assemblies are the new way components and executables are packaged in the .NET Framework. The EXEs and DLLs created by VB.NET are assemblies. Assemblies contain both IL code and metadata. Metadata describes the types an assembly exposes, the assembly's dependencies, and the assembly's versioning information. The CLR uses an assembly's metadata to ensure that its methods are called in a type-safe manner and that an assembly runs against its proper resources.... |
| | Total Hits: 43 | Today: 0 | Author: Sebastien LEBRETON | Rating:  |
| |  Reflector is a great tool for doing an in-depth examination of various types of assemblies and also for disassembling IL code towards a supported .NET language. However, Reflector is unable to modify either the structure or the IL code of assemblies. Reflexil allows such modifications by using the powerful Mono.Cecil library written by Jb EVAIN. Reflexil runs as a plug-in and is directed especially towards IL code handling. It accomplishes this by proposing a complete instruction editor and by a... |
| | Total Hits: 137 | Today: 0 | Author: rj45 | Rating:  |
| |  This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.... |
| | Total Hits: 105 | Today: 0 | Author: r@hu! | Rating:  |
| |  I faced this issue today. I wanted to call a function written in C# from my VB.NET code, but I found out that the coder of the library had not followed Microsoft guidelines for interoperability and had used same name for two functions differing only by case having the same signature. I didn't have access to the C# code, so was helpless as VB.NET does not allow me to use any of these functions. It gives a compile time error:... |
| | Total Hits: 38 | Today: 0 | Author: Microsoft Corporation | Rating:  |
| |  An organization can have a closely guarded key pair that developers do not have access to on a daily basis. The public key is often available, but access to the private key is restricted to only a few individuals. When developing assemblies with strong names, each assembly that references the strong-named target assembly contains the token of the public key used to give the target assembly a strong name. This requires that the public key be available during the development process.... |
| | Total Hits: 53 | Today: 0 | Author: carl morey | Rating:  |
| |  I have a cube assembly puzzle that I could not solve. The parts of the puzzle have been laying around lose for years. It appeared to be an ideal project to improve my programming skills. The user interface is a windows form. First encapsulate the routines in a puzzleclass. Then in the form code I can instantiate the class by:... |
| | Total Hits: 128 | Today: 0 | Author: Kerems Kusmezer | Rating:  |
| |  Welcome to the .NET Mass Downloader project. While it's great that Microsoft has released the .NET Reference Source Code, you can only get it one file at a time while you're debugging. If you'd like to batch download it for reading or to populate the cache, you'd have to write a program that instantiated and called each method in the Framework Class Library. Fortunately, .NET Mass Downloader comes to the rescue!... |
|
|
|
|
|
|
|
|
|
|
|
|
|