Click here to Skip to main content
15,881,559 members
Everything / Programming Languages / C# 2.0

C# 2.0

C#2.0

Great Reads

by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by Dark Daskin
Article describes how to build an assembly that exposes functions to unmanaged code without C++/CLI
by Waleed Elkot
Reading text from any image using Microsoft Office 2007 OCR
by Josh Smith
Reviews a pattern which enables new possibilities for data binding.

Latest Articles

by Shivprasad koirala
Design Pattern FAQ - Interview Questions (Quick Reference)
by Claudio Nicora
An extended NumericUpDown control with better focus and mouse wheel management.
by Toby Patke
Clearcove.Logging is a very simple logging library designed to meet most logging needs with straight-forward licensing terms.
by Alexander Iacobciuc
In this article you will find an implementation of a stream player control.

All Articles

Sort by Updated

C# 2.0 

9 Jun 2021 by Shivprasad koirala
Design Pattern FAQ - Interview Questions (Quick Reference)
23 Sep 2020 by Claudio Nicora
An extended NumericUpDown control with better focus and mouse wheel management.
23 May 2020 by Toby Patke
Clearcove.Logging is a very simple logging library designed to meet most logging needs with straight-forward licensing terms.
25 Dec 2019 by Alexander Iacobciuc
In this article you will find an implementation of a stream player control.
2 Jan 2019 by Octavio Loyola-González, Miguel Angel Medina-Pérez, Andres Eduardo Gutierrez Rodriguez, Milton García Borroto
In this article, we introduce a framework in C# for fingerprint verification, we briefly explain how to perform fingerprint verification experiments and how to integrate your algorithms to the framework.
30 Nov 2018 by Troy Simpson
Setup a simple and cheap computer controlled watering system using VB.NET or C# and a parallel port relay controller
4 Nov 2018 by Faisal(mfrony)
This article will help you to get a clear understanding of LSP.
24 Aug 2018 by darkoman
C# implementation of the serverless OLAP engine
19 Jul 2018 by Ajcek84
PSAM Control Library ported over to WPF
19 Jul 2018 by Ajcek84
WinForms library containing the IncipitViewer control for drawing musical notes
22 Apr 2018 by JohnLeitch
This article details how to make .NET applications scriptable with Aphid, an embeddable scripting language.
12 Jan 2018 by Yuval Naveh
A playback practice tool for musicians that allows slowing down, changing pitch, defining presets and loops on music files.
28 Aug 2017 by Kasic Slobodan
Easily assign your extension to your application and set an icon.
1 Aug 2017 by Dmitry Brant
A custom control for Windows Forms that looks like an electronic 7-segment LED display.
3 May 2017 by dmihailescu
A Visual Studio add-in that inserts some commonly known OO patterns into your working project and searches your highlights online.
26 Mar 2017 by Aydin Homay
In this article, I tried to show a real benchmark based on presser test method, for a Big Data collection deals on C++, C#, and VB.NET.
21 Mar 2017 by Christiaan van Bergen
An article on converting text files or csv-files to a System.Data.DataSet based on regular expressions
24 Feb 2017 by Ebenezar John Paul
An Ideal Code Review Checklist that applies for most programming languages
3 Feb 2017 by lepipele
An overview that presents all PayPal integration options, targeted especially at C# developers.
14 Dec 2016 by ashwanisihag
Extend windows shell in c#.
4 Oct 2016 by Sergey Kizyan
Third lecture from the series I'm running. Related to class definition and gives basic understanding about what is type in .NET
20 Sep 2016 by Alen Toma
How to implement deep cloning using Reflection
1 Sep 2016 by NaibedyaKar
SQL Server database project creation using Visual Studio 2013
17 Aug 2016 by Michael Ecklin
Very often, Excel spreadsheets are using to transfer data between applications. CSV files are also used for the same purposes.
11 Aug 2016 by nitewulf50
Learn how to add support for .config files in .NET CF.
18 Jul 2016 by Amarnath S
An article describing the computation of the Sinogram of an image in C#, using the Radon Transform of the image.
15 Jul 2016 by andalmeida
Adding shadows to Simple Ray Tracing in C#
15 Jul 2016 by andalmeida
An approach to interpolate vertex normals on triangles
15 Jul 2016 by andalmeida
Simple Ray Tracing in C# Part V (Texture Mapping)
15 Jul 2016 by andalmeida
Simple Ray Tracing with texture mapping in C#
15 Jul 2016 by andalmeida
15 Jul 2016 by andalmeida
Mapping images on spherical surfaces using C#
15 Jul 2016 by andalmeida
15 Jul 2016 by andalmeida
Ray tracing in C# part III - implementing reflection
15 Jul 2016 by andalmeida
Simple Ray Tracing in C# Part IV (Anti-Aliasing)
8 Jul 2016 by AshishChaudha
Gridview that facilitates addition and removal of rows dynamically at run time
20 Jun 2016 by VijayRana
In this article, we will see different ways through which we can recieve post data by view in controller.
1 Jun 2016 by icemanind
Automatically generate Business and Data layers in C# or VB.Net from a SQL Server, Microsoft Access, MySql or SQLite database design.
3 May 2016 by Southmountain
this post discussed .NET versioning and multi-targeting of .NET application and component written in C#.
20 Apr 2016 by andrea contoli
A 2D vector shapes and RTFcontrol editor
16 Apr 2016 by TLHobbes
Keeps unnecessary UI elements of KeePass disabled while all documents are locked and also while there are no documents are loaded.
21 Mar 2016 by Jamescookxj
Repository Pattern with Generic Interface and Dependency Injection
19 Feb 2016 by BillLange1968
A C# port of the classic Hammurabi game
15 Feb 2016 by Ahmed Amer Jaf
Fast n Easy Way to parse Json data
12 Feb 2016 by SubhamoyBurman
This is how an idiot like me explains what is Abstract Factory pattern and how it could be used
28 Jan 2016 by Pritam Zope
In this Article we will create an Auto Completion/Code Completion Window using C# that automatically shows popup of the list of words or keywords and inserting those into a RichTextBox
22 Nov 2015 by saleemy2ks
This Article discusses on Memory allocation in .Net and how JIT compiler optimizes non-volatile code. It also talk about Value Type, Reference type, Stack, Heap, Boxing, Unboxing, Ref, Out and Volatile.
8 Nov 2015 by Phillip Piper
.NET ListView maxed out on caffeine, guarana and steroids.
2 Nov 2015 by icemanind
6 Sep 2015 by Wladis
Disclaimer: the article represents a survey on the transformation of JSON data into html on the client part (browser) and reveals the operation details of template в Incoding Framework (search, formation, local storage and plugging in one’s own engine).
20 Aug 2015 by Yvan Rodrigues
Often an application needs data from an HTTP server, such as web services, or to scrape content. .NET provides HttpWebRequest, but it requires a lot of code to perform trivial operations. This class simplifies the task dramatically by abstracting the HTTP protocol, streams, and exceptions.
19 Jun 2015 by dmihailescu
Customize OpenFileDialog and SaveFileDialog using a User Control
29 May 2015 by Kevin Hulse
Use Atalasoft's DotPdf SDK to improve workflow processes with external customers.
11 May 2015 by R Potter
A guide through a Vector type in C# using Cartesian and Euclidian Geometry
25 Mar 2015 by Chivate Atul
Tracing dead-locks in multi-threaded applications.
9 Mar 2015 by Steve Messer, Emma Burrows
Windows XP supports multiple keyboards, but by default, the .Net Framework will treat them all as one. This article explains how to use the Windows API Raw Input methods to support multiple keyboards from a C# application.
21 Feb 2015 by liron.levi
Utility for comparing two SQLite database files for both structure and data
13 Feb 2015 by Sean Michael Murphy
A library to help with finding rhyming words.
11 Feb 2015 by ideafixxxer
Describes how to avoid loss of performance when implementing SOAP extensions.
8 Feb 2015 by SupperSlonic
The Web API token based authentication via OWIN OAuth2 middleware supported by Facebook, Google, Microsoft.Extracting additional user's information from social networks.
30 Jan 2015 by Andrew Whiddett
This is an alternative for "WPF: Data Virtualization"
23 Jan 2015 by ali_reza_zareian
A conversion operator converts an object of your class into another type
14 Jan 2015 by Paulo Zemek
Understand how to create fully configurable frameworks that let your application evolve without creating bottlenecks.
11 Jan 2015 by Mohammad Dayyan
A C# library to use PersianCalendar as easy as DateTime
10 Jan 2015 by Matt Perdeck
Easy to use library to use CSV and tab delimited files with LINQ queries.
15 Dec 2014 by Sergey Nozhenko
This is an alternative for "PipeStream, a Memory Efficient and Thread-Safe Stream"
10 Dec 2014 by Anurag Gandhi
This article explains the details and use of Nullable Type in C#.NET.
24 Nov 2014 by Jeremy Falcon
A beginner's guide to talking like a computer.
20 Nov 2014 by Lea Hayes
A combobox control with a customizable drop-down
19 Nov 2014 by Allan Eagle
Using a combination of Reflector, Reflection, and C# 3.0 extension methods to add Save(string FileName) functionality to MailMessage in System.Net.Mail.
17 Nov 2014 by Michael Ulmann
A simple .NET PDF merger that supports header and footer text.
15 Nov 2014 by Michael Ulmann
The MasterPage is derived from UserControl and thus, does not support the method 'InitializeCulture()'; a bit more coding is required in order to make the ASP.NET MasterPage localizable.
11 Nov 2014 by Richard Dunkley
Demonstrates how to use the Yocto Project to get a custom Linux operating system with Mono up and running on the MicroZed development board.
5 Nov 2014 by darkoman
This article is about the simple .NET PDF generator and visual designer
3 Nov 2014 by Shivprasad koirala
6 important uses of Delegates and Events
30 Oct 2014 by Terrence Sheflin
Explains how to use HttpModule in conjunction with IIS to handle requests to fake directories
24 Oct 2014 by Pavel Torgashov
Custom text editor with syntax highlighting
19 Sep 2014 by kubben
This article show a quick way to determine if a user's IE browser is in compatibility mode.
12 Sep 2014 by Jan Bakker
This is an alternative for "Custom TreeView Layout in WPF"
10 Sep 2014 by Buraks
Finding shortest path in a path collection from starting point to target point
8 Sep 2014 by Pragmateek
"MCSD Certification Toolkit (Exam 70-483): Programming in C#” - book review
4 Sep 2014 by Zimmermann Stephan
An easy to use C# library for quick and simple graph plotting.
2 Sep 2014 by Ordisoftware
How to create a generic singleton for .NET.
26 Aug 2014 by voloda2
An article describing a simple .NET library which simply keeps your database schema up-to-date.
22 Aug 2014 by Gurdeep Singh Toor
A Complete Guide to develop aplication using MyGeneration code genration framework. We will develop a Meeting Room Booking web application in this Article.
5 Aug 2014 by santosh poojari
This article helps you to build and enable robust web applications with respect to various aspects of security that needs to be taken care of while designing a system.
11 Jul 2014 by Arindam Jha
Understanding of complex jQuery Datatable tricks and Save it's state in SQL Server with a basic concepts of jQyuery template. Sample Application used .NET 4.5, Entityt Framework.
10 Jul 2014 by Dominique Gilleman
Review of the book how to apply DDD in .NET
26 Jun 2014 by Philipp Katscher
Fetching Records from a DB using Barcode and updating the same or others with this nifty configurable tool
26 Jun 2014 by Clift Norris, John D. Cook
This article describes RunAndWait, a program that provides monitoring and logging for scheduled tasks
26 Jun 2014 by John D. Cook
A simple random number generator in C#
23 Jun 2014 by abhigad
Journey of C# up to LINQ in less than 10/15 minutes
22 Jun 2014 by Nathaniel Moschkin
Topics and methods on programming in .NET and performance considerations
28 May 2014 by wilsone8
A complete wrapper for the Win32 INI APIs
11 May 2014 by KK Kod
Using JqGrid in MVC Applications
22 Apr 2014 by Duncan Edwards Jones
Introduces and discusses the Common Language Runtime framework classes used in printing from a .NET Windows Forms application.
15 Apr 2014 by Mark Harker
In this article I would like to discuss how you can find all non-simple paths from a starting node to an end node in a directed graph.
1 Apr 2014 by Richard Hewitson
An introduction to the capabilities of Scryber for creating dynamic PDF documents with data sources and style