I was recently called onto a project to add features to existing applications. To me, this is one of the most challenging aspects of being a developer because the existing application strips away much ...
In a recent article, I mentioned my newfound affection for the open-source course management system Moodle. It's a great CMS, but there's not a lot of current information available on it. So, in this ...
Here's the simplest possible code for creating a custom collection class in the Microsoft .NET Framework that includes support for For…Each loops, an indexer method and initializing collections with { ...
I use Powershell's "custom-object" command to create custom objects with properties I want to save. But custom-object applies only to one variable. Is it possible to create a custom class, like in ...
Save time by creating an extensible framework for a .NET agent. The framework offers a dynamically configurable job scheduler and notification service. Technology Toolbox: VB.NET, C#, XML, .NET ...