News
New Tool: See Through WindowsThis tiny tool makes the current foreground window transparent at the press of a hotkey. Both the level of transparency and the hotkey are configurable. Try it, and you'll never want to do without it again! (September 26, 2008)
Auto-detecting text encodingUse the EncodingDetector class to determine the text encoding of a text file by comparing the first bytes of the file to the list of all known Byte Order Marks in the .NET Framework.
Full source included!
(September 10, 2008) New tool: RegFindMOBZystems proudly presents a new tool:
RegFind, a command line utility that harnesses the full power and flexibility of the .NET framework's buit-in Regular Expression engine to search for patterns in text files and directories. And a few extra options make it worth a look!
(September 2, 2008) QuickCode.NET 2008 ReleasedQuickCode.NET 2008 (a.k.a. QuickCode.NET version 3.0) has been released! After two beta versions, the premier productivity enhancing add-in for Visual Studio 2005 and 2008 is now available for download. Best of all: it's completely free - no registration required! (July 3, 2008)
Welcome to MOBZystems, Home of Tools!
Here, you'll find a selection of free developer tools, articles about software development issues, and code you can use any way you please.
Tools
Visit the tools section for a list of tools and utilities that make up the indispensible MOBZuite™ suite of developers tools. Each of these tools is lightweight, easy to use, and *FREE*. Source code is available on request.
Of course, you can also go directly to the download section.
Code
See the code section for code samples and articles:
How To Kill a Process Tree - How to terminate a process and all processes started by that process.
Console Process - A Console Process class for .NET 2.0. Runs console processes with a host of other options, such as an automatic timeout, 'near real-time' redirected I/O, etc.
Bug in .NET Command Line Arguments - Read about an insidious little bug in Environment.GetCommandLineArgs and how to get around it.
Events in C# and VB.NET - A look at the different ways in which C# and VB.NET handle event declarations - and how QuickCode.NET can help.
Text, Encodings, and .NET - How and when to use a text encoding when reading and writing text files in .NET.
Auto-Detecting Text Encoding - How to use the built-in Encoding.GetEncodings collection to detect the encoding of text files.
Transparent State Images in Tree Views - State images in tree view controls are second class citizens, because transparency is not supported. Here's how to get around that.