

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
Geospatial Solutions Magazine
We have 612 Miscellaneous tutorials, you can see below:
This article explains about C# documentation and ways to automate it.
A useful library for sending mail from your apps. Its the easiest i know off.
This is a sample that guide you to create reports with Crystal Reports using C# Datasets, which is the best and the easiest way to create reports.
Button
An overview on how Static and Instance Declaration works.
An article to demonstarte the usage of J# library in C# for zip and unzip functionalities.
Automate key sequences for repetitive tasks. Enter data into forms from XML files.
Generating Outlook signatures automatically using information of the Active Directory.
An article explaining how to use Microsoft agents in a C# application.
How to drag/drop text form datagridview control to richtextbox or textbox.
Best practices for use when handling dates during less than ideal development projects. Explains a simple way to approach input and output date formatting when integrating with applications and databases.
Make the task of defining properties a little less typing intensive. It should provide a convenient location to track changes to entities or whatever you can think of.
Comprehensive and essential facts which we developers sometimes neglect in C#.
A library which can be used to read Outlook msg-files without outlook.
First Time Urdu Date Time Picker.
This article shows you how to create an Outlook addin with VSTO and read some informations about contacts.
Keep track of how much time you spend on the computer.
A library for safely converting data from obscure sources into most commonly used strong types.
Converts RTF, DOC to PDF; sample is a part of a big Project that converts nearly everything, parts can be used to convert html, bmp ,Lotus 1-2-3 documents...
Easy way to send MSG by c#.
Word Automation using Early Binding and Late Binding.
This article shows how to use SharpZipLib to make a small Zip/UnZip software easily.
Customize Identity ,Custom Principal with ADS.
The trials and tribulations of creating a GeekTool clone.
A computational statistics class in C#.
An article about building enums in runtime by means of System.Reflection.Emit
Introducing Serialization in .NET By Gaurav Mehta.
Animated sheep for your desktop.
This simple article explains how to connect to a network time server.
Automating the Application Build Process.
This article will Expalin you how to embed/Access javascript ,css and images to server control’s assembly.
A simple module to save and restore preferences for objects in your application.
Powershell cmdlet for querying the Windows Desktop Search index.
A very nice implimintation of the classic snake game. There is a lot to explore! Plenty of stuff to read and play with. The source code should be a pleasure to look at.
Model View Controller written in C# using the .NET Framework.
A windows service which spawns mutiple threads.
A small utility to notify you by e-mail when ports on servers are not available.
This article discusses the problems with Generics and how to tackle them with out of the box solutions provided with .Net Framework 2.0
Describes how to write data to an Excel sheet using C#.
Automatic Sql server Backup Utility using sqlserveragent.
This is a small Notepad application of MS-Outlook using C#.
This article shows how to create a Splash Screen with alpha-channel image and semitransparent borders.
Technique to attach a debugger to a starting service project.
Makes use of Windows Forms and the Speech API to create wav files from text.
An article shows three different easy ways to add features on an existing class.
Encrypt and Decrypt of ConnectionString in app.config and/or web.config!
A quick and easy-to-use .Net solution for attaching buttons to the non-client area of the window title bar.
An article on getting the size of all folders.
A Generic Extensible Async Factory.
An article on C# MDI applications.
Pop3 Client Service (instead SQLMail): Pop3 Class + DB Halper Class + Read XML Class + SQL Connection Dlg Control + BLOB to File Util
An article describing a simple Generic class to provide user friendly text for a constant or enum value.
This is an introduction for a seriers of articles about scalar data visualization, this part will introduce the data structure used in my project.
Remote console allows to send commands to remote computer located in internet.
This is a very simple tool, to query an Oracle XE database.
A C# class for complex polynomials providing polynomial arithmetics, differentiation and integration.
This articles demonstrates how to use object as items in combobox and listbox and manupulate them.
Using generics to make a different kind of Enumeration: easy to comment and supports many types.
An article about using GDI+ for Windows Forms games development and if-based intelligent game.
Handling Key-Down and similar events for DataGridCells in a DataGrid.
A single window Java Learner IDE with C# .
Walks you through setting up a CruiseControl Build server with various tools.
This C# class Retrieves, Creates, Deletes Registry values and keys, and even more...
An article on how to use delegates to emulate STL-functors.
An article describing how to rename start button programmatically.
An implementation of Base64 encoding/decoding in C# .
Uses less than 25 lines of code to convert a given picture to an equivalent ASCII Picture.
Drawing Bsplines in C# with the help of GDI+ .
An article on thread synchronization and usage of ThreadPool.
Solve mathematical equations.
An article on the .NET Framework\'s implementation of the Iterator pattern.
Extension Method that allows a random sample to be returned from any IEnumerable collection.
Optimize your C# with Inline ASM via ATL and C++.
Did you ever want to code a little utility that should manage a project file?
I have tried to compile a list of things which we commonly need, when we sit down to code a ‘business solution’ or ‘application server’ kind of software for the first time using .NET. This list of tricks gives ideas on how to jazz things up, to give you the extra edge to win customers hearts.
Dealing With Registry to Save and Load My application Settings and To Modify Windows Functions.
Create some useful extension methods using .NET 3.5, then test your new methods using the built-in unit testing functionality in VS 2008 Professional.
Learn how to trace and debug your Project Hoshimi program with Visual Studio.
Very basic guide to beginning development of your ReSharper PlugIn.
A utility that monitors a selected directory for changes.
This fully working program enables you to control what should and should not load automatically with windows.
ExtendedDataTable is a component which provides more functionality compared to native .Net Framework DataTable. It is also platform independent, you can use it with web or windows applications.
Remotely display message, eject and close CD
How to turn on/off the monitor.
De-coupling Error Messages out of your web application.
An article on C# describing a notepad application.
Testing the c# random generator numbers
The article gives an introduction on how to develop multilingual applications using C#.
MathParser is a class that can calculate the result of mathematic operations given as string such as \"3+5/2-3*(1+3)\". Also it can calculate the result of parametric formulas such as 3A+5B/2C. Calculation is made by operation order(/,*,-,+) and paranthesis rule.
How to display a splash form and load data in separate thread.
Learn how to create your first Visual C# Windows application.
Library for sending input messages to other windows and links to libraries you need to take full controll over any running window.
This very simple article explains how to populate a datagridview control using a datareader object.
This article focuses on callout development for MS CRM 3.0. As an example Turkish Citizen Number Validator code is written.
Opens a Windows Media Playlist, and plays it.
This article describes how to use custom attributes to automate performance counter and category creation.
Doing some things to the mouse using API.
Reflection of JavaScript Object through Text Parsing of .js files.
Save the CD/DVD files properties to Computer.
An article on creating a program to check your IMAP mail. The program will minimize in the system tray and will show the number of new messages.
Introduction to unsafe code.
Make Code More Robust by Avoiding nulls in C#.
The article demonstrates Windows Form Animation using Windows API.
Logging class with high performance timer and background thread Synchronise Sleep.
Implementation of Berlekamp-Massey algorithm.
Dependency Injection for .NET using a Dynamic Service Locator with Dynamic Proxy Injection.
handles object graphs and circular references in XML serialization
Operator overloading for Mathematical libraries in C#.NET.
This article explains how to create an MMC Snapin using C#.
Using IEnumerable And IEnumerator interfaces in C#.
Have you ever wished if there could be a type that could be converted at least to all primitive types? Then, this article is for you.
This article is about running a Web site in kiosk mode and disabling some normal keyboard control functionality to limit a user’s ability to depart from kiosk mode.
Utility for viewing an Application\'s Document XML in a DataGridView.
Scratchpad is a very simple notepad-like editor that performs an automatic save every 5 minutes and when the application is closed.
Using a Rules Engine to separate Business rules from the application.
A utility to capture portion of screen.
This Article talks about setting readonly on the datagrid along with swtiching between tableStyles and a generic method to access columns by name.
Creating a slide show program for Smartphone using .net technology.
Common DateTime routines for C#.
Using attributes to solve subjects linked to the daily work of software maintenance.
A wrapper class for DeflateStream that properly handles exceptions.
An article on a unit conversion library written in C#/.NET.
Create a Class and it\'s Collection in Memory at RunTime then generate objects and assign values and bind it to datagrid using CodeDOM and Reflection.
How to use interfaces to emulate const correctness.
Simple OO to make a game.
This article explains how CodeDOM can be used to generate code dynamcially and build it using dynamic code compilation. It also explains how to apply custom attributes.
Small application that check a list of websites for specified text.
General-purpose query added to the .NET Framework, LINQ, Lamda Expression, Extention Method.
C# Solution to the \"Monty Hall Problem\".
General instructions on the use of nullable types in C#.
Marshal an array of zero terminated strings or structs by reference.
This project is established for helping students to make registration easily. It also simplifies this process for both students and employees and prevent usual problems the Credit Hours System faces.
This article describes how to work with timers provided by win32 API.
Using SQLite in your C# application.
Using a LocalReport and ReportDataSources, stream a PDF as an attachment to an email.
(De)serialize your objects encrypted and/or compressed with 3 lines of code.
A simple PC alarm clock in C# using Visual Basic library to Beep.
This tool allow us to easily load and update a dataset without thinking about the DataBase anymore.
An article which shows how to easily apply windows XP themes to windows forms in .NET v1.1
This article is intended to introduce Custom Attributes and show how they can be used to in creating a light weight data access layer.
Instead of iterating through each element in a collection, we can write iterators to do specific tasks.
This will explain what happens when you use the .NET XmlSerializer class directly or indirectly (via .NET Remoting or Web Service calls) to send DataTables with DateTime values in them across different time zones. .NET framework automatically converts the values to the caller\'s timezone.
Demonstration of how to represent DateTime values in a culture-invariant format in C#.
This class helps creating and using menus in console applications by using delegates. It will show you the basics of array lists and delegates.
How to make a class look like an enum with added functionality.
Using MSMQ from C#.
The Internet Activity Monitor captures what you are doing on IE like Open a Browser, Request a Website and Close the Browser.
Implementing Object Undo and Redo capabilities in .NET
This brief article is a compilation of the .NET mechanisms that allow for discovering and late-binding external code external to your application.
Using custom functions to extend XPath expressions.
Explains how to count PDF pages using regular expressions in C# .
A C# 2.0 GoF Factory Pattern Using Generics.
Introduction to collections in the .NET Framework.
Scrolling text with music (just like those in movies\' ends!!)
Controlling the 3153 Hioki Hipot Device by using Serial and Parallel Port in C#.
This article demonstrates how to efficiently convert a HTML table into a XML file.
Using the System.TimeZone class to allow users of your applications to specify their time zone preferences.
This article demonstrates how a beginner can start to get to grips with XPath using C#.
This article shows how to create various custom color maps.
An article on a C# library responsible for acting as a Winamp front-end.
Compile C#-Code using Microsoft.CSharp and System.CodeCom.Compiler
Get or find Primary Key or ID column of Table in SQL Server 2000/2005.
This articles is to explain the use on live XML for displaying data. I have used Exchange Rates from currencysource.com to show one of many use of this technique. I have used bit of comments to explain how this code is working.
This article presents a Pluggable mechanism for the identification and hosting of .NET Remote objects.
Flattening a Hierarchy using a producer thread to get all files in a folder and subfolders.
A piece of library that can help to use Visual Studio Editor to search, write, change code directly in the code.
A quick but useful utility for compression and decompression of byte arrays.
Using SQLite in your C# application.
PLINQO is a collection of CodeSmith templates that are meant to replace and extend the LINQ to SQL designers.