ERMWare.Common.dll v1.1
I've created ERMWare.Common.dll, which contains much of the common functionality within all of my applications. As I release updates to my existing software, part of that update will be to using this assembly for all common/shared functionality. I'm also releasing this assembly to the public as well as a redistributable assembly that you can use with your own software applications. I'll also release the XML documentation file (ERMWare.Common.XML) that can be used within Visual Studio for IntelliSense and the Object Browser.
How to you get ERMWare.Common.dll? By installing any of my applications that use ERMWare.Common.dll, you get it. It'll exist in the same location as the exe you installed. But, that only gets you part of it. For the XML documentation file that can be used within Visual Studio for more details of the public methods, etc, you need to email me directly. The only reason I do this, is so that I can keep track of who's using it. So, if you're using ERMWare.Common.dll without the XML documentation file, do email me anyway. Like I said, I'm not restricting anyone from using it within reason, I would just like to know who's using it as such. If you could provide your name and application that you plan to use it with, along with a URL on how to get such application, that would be great. I may or may not actually try out your applications that use ERMWare.Common.dll, but would like the option to.
As of right now, I'm only releasing the compiled dll and XML documentation file of ERMWare.Common.dll. I wrote this assembly with Visual Studio 2005 in C#, and have also written Unit Tests with Visual Studio 2005. As some point, I might consider releasing more, like the actual source code for ERMWare.Common.dll and Unit Tests.
Version 1.0 Features
Text File Logger (writting text to a log file)
Registry Writting/Reading
Web Browser Launcher - pass in the URL and it will launch the systems default web browser to that URL
Web Page Read - pass in the URL of the web page you want to read in and it will return you a string value of the entire contents of that web page
In 1.1
- Updated to target the .NetFX 4.0
Coming in 1.2
This page was last modified on Friday, October 21, 2011 07:05:57 AM