Click here to Skip to main content
15,881,089 members
Everything / .NET / .NET 3.0

.NET 3.0

.NET3.0

Great Reads

by Jeffrey Walton
Import and export Cryptographic Keys in PKCS#8 and X.509 formats, using Crypto++, C#, and Java.
by Sacha Barber
It would probably be like Cinch, an MVVM framework for WPF.
by Nish Nishant
This articles explains how to implement a TypeDescriptionProvider for a class to support multiple object types using a single class type
by Waleed Elkot
Reading text from any image using Microsoft Office 2007 OCR

Latest Articles

by Christ Kennedy
A fully functional Irish Language Word Processor written in C#
by Rahman Masudur
Few tricks about using a Resource Dictionary in WPF
by Richard Atkins
Create a fluid, multi-column, vertically ordered list using nested, floating divs
by pdoxtader
A multithreaded server class that accepts multiple connections from a provided client class. Each client can send and receive files and text (byte data) simultaneously along 250 available channels.

All Articles

Sort by Updated

.NET 3.0 

15 Jan 2022 by Christ Kennedy
A fully functional Irish Language Word Processor written in C#
19 Nov 2019 by Richard Atkins
Create a fluid, multi-column, vertically ordered list using nested, floating divs
13 Nov 2019 by pdoxtader
A multithreaded server class that accepts multiple connections from a provided client class. Each client can send and receive files and text (byte data) simultaneously along 250 available channels.
28 Oct 2019 by Igor Ladnik
Simple Kafka producer and consumer written in C# and Scala with Avro schema read either from local file or simple Web server
24 Apr 2019 by QxOrm
QxOrm C++ library: Persistence (based on QtSql Qt library) - Serialization (based on boost::serialization library) - Reflection (introspection)
31 Dec 2018 by Randy Kroeger
This article provides an example on how you can change application configuration settings within an existing ClickOnce publish, update the manifest files, followed by using the Mage utility for updating the manifest using the existing cert file.
30 Dec 2018 by Chinmoy Mohanty
Multiple techniques of implementing The Observer Pattern in .NET
11 Dec 2018 by omeecode
Google Maps Offline in windows discusses how one can download or save Google maps and then view these images offline
31 Oct 2018 by Aydin Homay
In this article, we will discover the power of generics in C#.
10 Sep 2018 by Evaldas Jocys
JavaScript class library which partly replicates Microsoft .NET Framework structure and functionality.
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.
17 Jan 2018 by honey the codewitch
Dependency free, fast, lightweight JSON parsing and light query
1 Aug 2017 by Dmitry Brant
A custom control for Windows Forms that looks like an electronic 7-segment LED display.
22 Jul 2017 by Duncan Edwards Jones
How to use a Windows Azure storage table, blob or file as an event store for event sourcing
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
16 Mar 2017 by lepipele
ASP.NET MVC C# Opensource library that abstracts social logins for OAuth providers like Facebook, Google, Twitter, PayPal
4 Mar 2017 by Duncan Edwards Jones
An outline of how a paired Azure queue and Azure table can be used for the command side of a CQRS application
3 Mar 2017 by Paolo Foti
Save and restore your design work using a persistence manager based on XAML code
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.
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.
12 Jun 2016 by David A. Gray
What happens when you have more items in your list than you have items in your control string?
27 May 2016 by icemanind
How to automatically create data access layers and business layers from a Microsoft Access or a SQL Server database
3 May 2016 by Southmountain
this post discussed .NET versioning and multi-targeting of .NET application and component written in C#.
13 Apr 2016 by Steve Grundy
This article describes using the Windows MIDI API functions in a managed environment.
12 Apr 2016 by Jalapeno Bob
A VB.NET version of Ray Koopa's 21 Mar 2016 article, Getting All "Special Folders" in .NET
2 Apr 2016 by David Vanson
A progress bar control you can customize
1 Apr 2016 by varun bansal
A quick program to compute and measure hash comparison
17 Mar 2016 by Ravi Bhavnani
An object that harnesses the power of Google's online natural language translation tools.
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
28 Dec 2015 by danah gaz
A lightweight, high performance, easy to use asynchronous stream copy method using IOCP with progress, throughput tracking, and no explicit thread creation.
27 Dec 2015 by 0xC0000054
A C# library to host Photoshop-compatible filters in .NET 2.0 and later
8 Dec 2015 by Thomas Daniels
This article explains speech recognition, speech to text, text to speech and speech synthesis in C#.
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 DotNetSteve
Using delegates to group, conquer cross cutting concerns and create dynamic validators
4 Nov 2015 by Murray Foxcroft
Integrating WPF and XAML with the Windows forms NotifyIcon control to produce a slick, styled popup window when the mouse is moved over the NotifyIcon
2 Nov 2015 by icemanind
25 Oct 2015 by Greg Nutt
This is a VB.NET Version for ".NET Remoting Events Explained"
3 Oct 2015 by Snesh Prajapati
Recently I was looking for WPF major versions and its progression so far. To my surprise there was no resource providing a compact look on WPF versions on internet. Then I put some efforts in this regard and came up with this article.
17 Aug 2015 by Simon McKenzie
Reads JPEG Exif data without the heavyweight and unnecessary instantiation of GDI+ objects.
17 Aug 2015 by Marcos Meli
An easy to use .NET library to read/write strong typed data from files with fixed length or delimited records (CSV). Also has support to import/export data from different data storages (Excel, Acces, SqlServer, MySql)
16 Jul 2015 by Chris La
How to create a server-client network quickly using template server-client framework, EpServerEngine (C++ and Windows Winsock).
1 Jul 2015 by Chris La
How to create a server-client network quickly using IOCP TCP template server-client framework, EpServerEngine.cs (C#).
30 Jun 2015 by Nikhil Awatade
Algorithm for Tree view binding
25 Jun 2015 by FantasticFiasco
A framework to solve the problem of opening dialogs from a view model when using the MVVM pattern in WPF or UWP.
16 Jun 2015 by dmihailescu
Customize OpenFileDialog and SaveFileDialog using a WPF Window
10 May 2015 by David A. Gray
This article describes a class that adds color to console program displays.
25 Mar 2015 by Chivate Atul
Tracing dead-locks in multi-threaded applications.
11 Feb 2015 by Aydin Homay
In the software implementing business synchronizing structures/templates of the database entities with Data Access Layer SQL (commands/Transactions) is the most expensive thinks because you need to re-implement when you have change/s in your entities structure's such as Data-type, Name, and etc.
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.
5 Feb 2015 by Syed Hasan Hyder
Solution adorned with drag and drop Portlet/Webpart customization feature in ASP.NET MVC Framework. It summoned JQuery for better user experience evading inclusive page refresh during personalization.
14 Jan 2015 by Paulo Zemek
Understand how to create fully configurable frameworks that let your application evolve without creating bottlenecks.
2 Jan 2015 by Mayank_Gupta_
XML serialization and deserialization using C#
10 Dec 2014 by Anurag Gandhi
This article explains the details and use of Nullable Type in C#.NET.
2 Dec 2014 by Ed Gadziemski
Analysis of various methods for determining the Mime type and executable status of a file
26 Nov 2014 by Pascal Ganaye
In this article, I try to highlight some issues in the .NET Framework generic list and how to circumvent them
20 Nov 2014 by Lea Hayes
A combobox control with a customizable drop-down
20 Nov 2014 by Juan Ignacio Tel
Development of a new generic lattice noise algorithm that advances beyond perlin noise and expands the possibilities of textural noise creation.
19 Nov 2014 by Leung Yat Chun
This article describes how DirectoryInfoEx uses IShellFolder to list special / virtual directories using C#.
15 Nov 2014 by Michael Ulmann
Get rid of EXE/DLL locks by using ShadowCopyFiles appropriately with .NET 2.0 and newer
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.
10 Nov 2014 by Tsuda Kageyu
Extract all the variations of an icon, including the ones ExtractIconEx() can't extract.
3 Oct 2014 by kb-boxer
A simple tree list view .NET WinForms control
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 Gautham Prabhu K
Creating and using Event Aggregator pattern
8 Sep 2014 by Pragmateek
"MCSD Certification Toolkit (Exam 70-483): Programming in C#” - book review
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 Anurag Gandhi
A custom GridView control which provides you an additional facility to group the data in gridview along with the facility to customise the Group Header and Group Footer
21 Aug 2014 by Rajneesh K Barapatre
This article is to help you understand the fundamentals of the Microsoft ASP.NET MVC with basic concepts explained along with code snippets.
20 Aug 2014 by Anurag Gandhi
A class to pivot a DataTable with various aggregate functions
13 Aug 2014 by Qwertie
In the netherworld between T[] and List
12 Aug 2014 by Thilina Chandima
An introduction on how to store and retrieve images from SQL Server 2008 by using Stored Procedures and C#.
5 Aug 2014 by Chris875
State pattern and procedural solution illustrated
24 Jul 2014 by Thomas Maierhofer (Tom)
New NHunspell (Open Office spell checker for .NET) functions at a glance.
24 Jul 2014 by Thomas Maierhofer (Tom)
NHunspell (Open Office spell checker for .NET) functions for servers and ASP.NET web projects.
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
7 Jun 2014 by A. Najafzadeh
Saving zip files in access database with encrypting bytes when file saved in access database and decrypting bytes when extracting files from database . . .
2 Jun 2014 by siglr2
Event-based, generic wrapper and manager to implement multithreading in your applications
5 May 2014 by Gerald Gomes
This article will make an attempt to describe a basic way to start implementing animation in WPF.
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.
27 Mar 2014 by Sergey Nizhegorodtsev
The article explains step-by-step how to start programming using cryptocurrency API for Bitcoin, Litecoin, CrimeaCoin, etc. The working example has been written for Crimeacoin.
27 Mar 2014 by alexandrvslv
Docking windows container, extended listview, extended property editor.
22 Mar 2014 by Mr.PoorEnglish
Treeview with Checkboxes supporting 3-state-logic
20 Mar 2014 by Lizandro Campbell
Using Visual C# 2008 to establish connection to a MySQL 5.1 database with MySQL Connector/NET 5.1.7
12 Mar 2014 by K-Sid
A simple USB hardware/software application to torment others
7 Mar 2014 by Shivprasad koirala
UI Object Connector Implementation of Mediator Pattern
25 Feb 2014 by Qwertie
Use the Symbol class for enum-like values that can be extended by other classes.
9 Feb 2014 by Joshi, Rushikesh
This article describes, how can we implement Roles and Permissions into ASP.Net application in efficient way.
2 Feb 2014 by Shivprasad koirala
This article will explain about 5 important principles of REST using WCF Services.
6 Jan 2014 by S. M. Ahasan Habib
In this article, I explain with transaction related theory and code sample, how in various scenarios we can use TransactionScope with various options for managing real life transactions.
6 Jan 2014 by Hasan Habib Surzo
Class, Database Connection, Login Winform
6 Jan 2014 by Assil
This article describes asynchronous patterns in .NET and how to do them.