Click here to Skip to main content
Page 1 of 5
Page Size: 10 · 25 · 50


Category filtered by:  Languages [x] | C# [x] | Utilities [x]
Article 7 May 2013   license: CPOL
A simple Util library.
Languages » C# » Utilities
Tip/Trick 22 Apr 2013   license: CPOL
Did you ever dreamed about compiling a string like "x => x.Property.Array[3].Property" and actually get a value from it?
Languages » C# » Utilities
Tip/Trick 22 Apr 2013   license: CPOL
Crop a photo and signature from an scanned image
Languages » C# » Utilities
Article 14 Apr 2013   license: CPOL
MicroTimer: A microsecond and millisecond timer in C# that is used in a similar way to the .NET System.Timers.Timer.
Languages » C# » Utilities
Article 30 Mar 2013   license: CPOL
A first take on code generation for WMI, and a bit of magic for the WPF DataGrid
Languages » C# » Utilities
Article 13 Mar 2013   license: CPOL
A NoSQL-like document store in JSON format.
Languages » C# » Utilities
Tip/Trick 11 Mar 2013   license: CPOL
A tool like the object browser to browse the interface of documented JavaScript and JavaScript code snippets.
Languages » C# » Utilities
Article 7 Mar 2013   license: LGPL3
A fast C# and VB.NET code searcher using Roslyn.
Languages » C# » Utilities
Article 22 Feb 2013   license: CPOL
Use WMI to retrieve information about your system and genrate classes for easy WMI development.
Languages » C# » Utilities
Article 22 Feb 2013   license: CPOL
Use WMI to retrieve information about your system
Languages » C# » Utilities
Article 21 Feb 2013   license: CPOL
Dynamically map a DataTable to type-safe business objects using reflection and generics.
Languages » C# » Utilities
Article 12 Feb 2013   license: GPL3
It helps to track/monitor file activites using FileSystemWatcher and maintains log, which can be viewed using various filter options.
Languages » C# » Utilities
Tip/Trick 24 Jan 2013   license: CPOL
A simple selector tool in C#.
Languages » C# » Utilities
C#
Article 22 Dec 2012   license: CPOL
Get simple debug info from a tray icon.
Languages » C# » Utilities
Article 5 Nov 2012   license: CPOL
A utility to merge 2 firefox json bookmark files while preserving tags, and directory struction
Languages » C# » Utilities
Article 2 Nov 2012   license: CPOL
Re-Activate disabled windows controls
Languages » C# » Utilities
Tip/Trick 7 Sep 2012   license: CPOL
Show how to make OData code async friendly.
Languages » C# » Utilities
Tip/Trick 20 Aug 2012   license: CPOL
This is a generic wrapper class to monitor and fix the internal state of its value.
Languages » C# » Utilities
Tip/Trick 2 Jul 2012   license: CPOL
Converting a value to an SI unit string.
Languages » C# » Utilities
Article 14 Jun 2012   license: CPOL
FormatEx is a method that allows structuring formatting placeholders indirectly from arguments.
Languages » C# » Utilities
Article 11 Jun 2012   license: CPOL
32bit exe that globally monitors windows sessions for inactivity (mouse/keyboard) and forces a logoff when the user has become inactive for a default or command line determined length of time
Languages » C# » Utilities
Tip/Trick 3 Jun 2012   license: CPOL
No need for complex settings, just create an object or a dictionary and let the helpers handle the cache.
Languages » C# » Utilities
Tip/Trick 14 May 2012   license: CPOL
Converts any integer (32-bit) into its numeral (string)
Languages » C# » Utilities
C#
Article 4 May 2012   license: CPOL
How to measure time and find bottleneck points of an application with LogTimer
Languages » C# » Utilities
Article 1 May 2012   license: CPOL
Application to open frequently used Files,Folders,Exe's,bat files and websites easily and quickly
Languages » C# » Utilities
Tip/Trick 22 Mar 2012   license: CPOL
This code provides your application a - check for updates - feature
Languages » C# » Utilities
Article 6 Mar 2012   license: CPOL
How to get into a .NET DLL file and extract its types, show their information, extract the members of each type, and even invoke them.
Languages » C# » Utilities
Article 20 Feb 2012   license: CPOL
This article shows an easy and automatic way to measure estimate elapsed time while executing code blocks
Languages » C# » Utilities
Article 13 Feb 2012   license: CPOL
Expandable Command Line Parser
Languages » C# » Utilities
Article 25 Jan 2012   license: CPOL
A simple function to transform a Byte[] into an Hex Dump formatted string
Languages » C# » Utilities
Article 10 Jan 2012   license: CPOL
This article introduces an easy to use attribute/reflection based library for seamlessly parsing command line arguments for applications.
Languages » C# » Utilities
Article 5 Jan 2012   license: CPOL
Lines of Code Counter in C# that analyze FoxPro Projects (PJX)
Languages » C# » Utilities
Article 18 Dec 2011   license: CPOL
Delete junk files from Visual Studio solution/project by selecting files using search patterns
Languages » C# » Utilities
Technical Blog 18 Dec 2011   license: CPOL
A single file argument verification library
Languages » C# » Utilities
Article 9 Sep 2011   license: CPOL
Easy to use yet powerful command line argument parser which also creates usage and parameter information for the user.
Languages » C# » Utilities
Article 1 Sep 2011   license: CPOL
"Dependency Walker" light for .NET using a separate AppDomain and the reflection-only context
Languages » C# » Utilities
Article 30 Aug 2011   license: CPOL
A .NET 2.0 Windows Forms based version of Depends4Net - Shows how to create custom datasources for databinding
Languages » C# » Utilities
Article 27 Jul 2011   license: CPOL
Explains how to detect which character is used as a separator in CSV file
Languages » C# » Utilities
Article 4 Jul 2011   license: BSD
Several users have written to me requesting information on the new Cosmos X86 assembly level debugger. Because of the great interest I have written this short preview article.
Languages » C# » Utilities
Article 10 May 2011   license: CPOL
C# scripts using DynamicMethod
Languages » C# » Utilities
Article 2 May 2011   license: CPOL
Use www.ufizy.com to listen to songs
Languages » C# » Utilities
Technical Blog 26 Feb 2011   license: CPOL
How to use CPU instructions in C# to gain performace
Languages » C# » Utilities
Technical Blog 26 Jan 2011   license: CPOL
After writing about C# 5.0, you might think why I moved a step behind with C# 4.0. Hey, I will definitely keep my promise to write a good  blog on new async and await feature, but because of time it is taking a bit time to go on. C# 4.0 being officially released contains lots of thoughts and approac
Languages » C# » Utilities
Article 24 Jan 2011   license: CPOL
Generating Unique Key(Finger Print) for a Computer for Licensing Purposes
Languages » C# » Utilities
Article 3 Jan 2011   license: CPOL
Learn how to automate Microsoft Word in C# to create PDF files based upon a template document that can be modified at runtime to reflect the dynamic information
Languages » C# » Utilities
Article 29 Dec 2010   license: CPOL
A dynamically generated proxy using .NET emit
Languages » C# » Utilities
Article 22 Dec 2010   license: CPOL
Implementation of 2D Discrete Hartley Transform of an Image in C#
Languages » C# » Utilities
Article 29 Oct 2010   license: CPOL
Some useful RAII C# helper classes for functionality that does not implement IDisposable
Languages » C# » Utilities
Article 25 Oct 2010   license: Eclipse
Algorithm experimentation via dynamic code generation and compile
Languages » C# » Utilities
Article 29 Sep 2010   license: BSD
SmartLists library is a collection of classes that extends the standard C# List object
Languages » C# » Utilities

Page 1 of 5
1 2 3 4 5


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid