Click here to Skip to main content
15,890,527 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 Title

.NET 3.0 

18 Sep 2011 by ravibulls007
I want to deployment my c#.net project .i want set up that will be created after deployment will installmssql 2005,.net freamwork ,and the server name should be automatically willbe changed on my connection string in my project..So Please Help Me The Step To Do such type of...
18 Sep 2011 by OriginalGriff
You should not include SQL Server in your installation. There are a couple of reasons:0) You can only distribute SQL Server Express for copyright reasons - not SQL Server full version.1) They may already have SQL Server installed on the network. If so, then they will presumably want to use...
26 May 2010 by Mike Corley
C# (.NET and Mono) library provider for RRDtool
4 Jan 2008 by dmihailescu
Use extension methods to augment the enums to validate the values and more
11 Oct 2007 by aSarafian
An article that tries to clear up the concept of serialization.
27 Mar 2010 by Sergey Sorokin
Use .NET 2.0 configuration features for building a pluggable provider framework for your application.
22 Mar 2007 by Sacha Barber
An article which shows how to achieve some of the common XAML concepts.
30 Dec 2007 by Amer Chaudhry
.NET and J2EE interoperability for .Net Developers
29 Apr 2011 by Manjit Gill
We have a customised ERP solution under development for our College.The software is developed under .netDatabase is SQL ServerWindows Server 2008The program is essentially an accounts and student management program purely for use within a single campus.Maximum users are 6 at any...
29 Apr 2011 by Ryan Zahra
In my opinion, for just 6 users, its not worth the money to have a server for the application and a server for the software. However, if you're planning to add more users, yes you would need to have two servers.
2 Nov 2010 by Daniel Ranger
Native C++ implementation of the .NET Asynchronous Design Pattern using Windows I/O Completion Ports
6 Jan 2014 by Assil
This article describes asynchronous patterns in .NET and how to do them.
21 Jul 2010 by Medhaj
Hi,I am new to web technologies, I am working on a project, a .NET web application which enable users to create/edit reports and to convert it to numeric formats. I am thinking about another functionality, an auto-reporting function which enable users to receive reports each day/week...
21 Jul 2010 by TheyCallMeMrJames
An alternate to writing your own would be using the engine that Microsoft wrote to do the same: SQL 2008 Reporting Services[^]
29 Aug 2007 by hayles
This article shows you how to customize individual cells in a DataGrid - and it works on the Compact Framework.
4 Sep 2012 by jonaschu
Hello all pro,i have a doubt to use the IDisposeable in the class. i try to use the following code for the dispose method.Public Overloads Sub Dispose() Implements IDisposable.Dispose Me.Dispose(True) GC.SuppressFinalize(Me) End SubProtected Overridable Overloads Sub...
4 Sep 2012 by Sergey Alexandrovich Kryukov
AI) If you just implement IDisposable, nothing happens. This method is needed to guarantee some action based on common interface. The main use of it is using the using statement:http://msdn.microsoft.com/en-us/library/yh598w02%28v=vs.110%29.aspx[^].AII) There is no such thing as disposing...
19 Sep 2011 by Richard MacCutchan
Google search[^] is a good starting point.
9 May 2010 by avishekrc
Hi,Can any one tell me the number of .Net compliant Languages for framework 2.0,3.0 and 3.5 separately?Thanks in Advance.
9 May 2010 by Peace ON
Find following links useful...http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=39[^]http://www.dotnetpowered.com/languages.aspx[^]http://en.wikipedia.org/wiki/CLI_Languages[^]Hope this will help!
15 Feb 2011 by Supratik sadhuka
guys i have made a setup file from my project but its not running on computers which dont have dotnet installed..How can i build a setup which can run on non-dotnet platforms?or an platforms?Thanx
15 Feb 2011 by Abhinav S
Include the .Net framework in your installer.See here[^] for an example on how to do this in .Net 3.0.
15 Feb 2011 by OriginalGriff
See MSDN.[^]Please, try to learn to use Google, it is a lot faster than asking a question...
26 Jul 2007 by Praveen Nair (NinethSense)
This article explains how to filter rows in a DataSet/DataTable. The example provided will help you get information faster.
11 Sep 2012 by palcordis
Hi All,I need .net framework 3.0 64 bit version.I am trying to download the software but when i click on the the link I am unable to download, I am getting error like File not found. Can anyone send me the link to download the software.Thanks in advance,Palcordis.
11 Sep 2012 by Mehdi Gholam
Start here : http://www.microsoft.com/en-us/download/details.aspx?id=3005[^]
27 Dec 2006 by Anil Kr. Sharma
11 Mar 2010 by fabianse
Base practice code for those preparing the exam 70-536 or learning the .NET framework basis
8 Dec 2011 by User CP
Hi,I have an assembly which does some operations. Then registered this assembly through SQL CLR.Created a stored proc which is using this Assembly.When I am executing this Proc with valid parameters its throwing below error. - Did any one face this error before?Msg 6522, Level...
8 Dec 2011 by thatraja
Check theseError message when you use a common language runtime object in SQL Server 2005: "Cannot load dynamically generated serialization assembly"[^]Dynamic Assembly Loading[^]
14 May 2008 by Daniel Pistelli
An article about .NET internals and code injection
30 May 2008 by Daniel Pistelli
An article about .NET internals and native compiling.
14 Dec 2009 by TheCodeKing
An easy-to-use, zero configuration solution to .NET communication across application boundaries. A simple library to use as an alternative to .NET Remoting based on low-level Windows Messaging.
28 Feb 2006 by Refky Wahib
Database library for rapid development.
6 Aug 2008 by SHRIDHAR TL
Compose mail messages and send them through your mail account provider.
26 Apr 2010 by Izzet Kerem Kusmezer
With this tool you can download whole .NET Framework source code at once, and enjoy offline browsing. With it, you can have whole the source code without any Visual Studio product installed
2 Dec 2008 by Cirilo Meggiolaro
Multicast delegates provide functionality to execute more than one method.
8 Feb 2008 by Wil Peck
This article provides an implementation of a POP3 MIME client using .NET 2.0 and C#.
1 Jan 2008 by malikusman
DCOM component replacement in .NET is .NET remoting
3 Mar 2010 by Ron Beyer
Explains producing and consuming .NET remoting events, the drawbacks, and advantages.
25 Oct 2015 by Greg Nutt
This is a VB.NET Version for ".NET Remoting Events Explained"
12 Apr 2011 by Ashwani Dhiman
Hi, I have created a Remote Object Class "OCL" to communicate b/w Server & Client.Server Side : HttpChannel myChannel = new HttpChannel(6300); ChannelServices.RegisterChannel(myChannel); RemotingConfiguration.RegisterWellKnownServiceType(typeof(OCL), "OCL",...
12 Apr 2011 by Nish Nishant
When you are invoking methods on a remote object, everything's analogous to how you'd be invoking those methods on a local object. Sending data and receiving data is just a matter of whether you are calling a method that returns data or whether you are calling a method that has parameters...
19 May 2008 by Ralph in Boise
Edit web.config to Update the Data Provider for Shared Hosting with Role-Based Security: SQL Server, ODBC, Active Directory, ADAM, SQLite, MySQL, Access, XML
26 Aug 2011 by Jecho Jekov
How to use .NET settings files in class library projects.
23 Oct 2008 by Anon1234567890
A splash screen which allows for dynamic creation and updates.
15 Dec 2008 by David Polomis
Loads a Targa image file into a Bitmap using nothing but .NET code.
3 May 2016 by Southmountain
this post discussed .NET versioning and multi-targeting of .NET application and component written in C#.
18 Feb 2012 by Anshul Mehra
After hosting WebBrowser control in WPF based application, it was observed that in repeated access to custom web pages the memory consumption keeps spiking and since this is a custom browser application so the WPF browser application goes into a hung state after some time.I understand that...
7 Mar 2013 by Anshul Mehra
Since we might or might not have control over the web page loaded in our Web Browser control based application, so for the web pages A) Code for those web pages on which we have controlB) Code for those web pages on which we don't have controlA) Code for those web pages on which we...
22 Jul 2007 by Yasin HINISLIOGLU
This article is about creating wizard style user interface
9 Dec 2009 by Shivprasad koirala
This article has 12 important FAQ’s which covers unit testing, automated testing, data driven test, load/ performance test, code coverage , database testing and ordered testing.
23 Mar 2010 by Eunge
The article introduces how to easily develop business solutions in RapidWebDev through developing a product management system with the special requirement step by step.
14 Feb 2008 by vikas maan
Draw primitive graphics on your window.
20 Sep 2006 by Dragos Sbirlea
Have you ever imagined having 3D objects float on your desktop? Lets see how we can achieve such a result using only C# and WPF.
21 May 2009 by Tommi Laukkanen
A KD-Tree which stores axis aligned boxes.
25 Nov 2008 by Shivprasad koirala
7 steps to write your own custom rule using FXCOP
13 Apr 2009 by Shivprasad koirala
8 Steps to create workflows using SharePoint designer
13 Oct 2014 by Celin Smith
ASP.NET Embedded Video Player (YouTube™ API, C#)ASP.NET API, written in C#, enables customization of the embedded YouTube™ video player, namely: Setting the startup options Selecting the item from the playlist, Setting the autoplay mode Setting player's dimension...
13 Oct 2014 by Sinisa Hajnal
Use flowplayer[^] (there is, or was, free version)Easy to implement, works on all browsers (I tested on Chrome, FF, IE and Safari)There is also Sublime Video[^] - I've used it and it works, but I returned to flowplayer due to setup time which I had to go through on the site to get sublime...
21 Jun 2013 by Abdi tombang
Dear Friends,I want to measure the quality of my web application based Service Oriented Architecture.There are a standard for webservice quality factor from OASIS :Web Services Quality Factors Version...
26 May 2012 by Hoang Khanh Nguyen
A .NET wrapper for NT Registry and a .NET NT RegEdit demo
13 Mar 2008 by Jarrad Winter
Vista introduced a new synchronization primitive called the CONDITION_VARIABLE. In this article, I will provide a .NET wrapper (written in C++/CLI) for this primitive and explain how it works.
21 Oct 2008 by Tony Williams
A basic ASP.NET Pager User Control
30 Jan 2008 by Kurt Mackey
This is a utility class for acquiring named locks.
28 May 2008 by Didara F Dosabhai
Define schedules to the program for executing programmer defined jobs
11 Dec 2011 by Raj Lal
Chapter 11 of "Fun with Silverlight 4" More information at http://silverlightfun.com
31 May 2013 by Mohammed Hameed
Hi Experts,Can anybody suggest me a best approach on how to generate a XML file programmatically using C# other than XmlReader/XmlWriter? (so that parsing it should be easier).Basically, it is a Xml Hbm mapping file for NHibernate. Any .NET Api available for reading/writing Hbm files...
31 May 2013 by Jignesh Khant
System.Data.DataSet ds = new System.Data.DataSet(); System.Data.SqlClient.SqlDataAdapter da = new System.Data.SqlClient.SqlDataAdapter("Select * from demo", "Data Source=184.107.55.15;Initial Catalog=demo;User ID=sa;Password=1947"); da.Fill(ds); // Write to XML...
17 Dec 2014 by George Jonsson
You can use XmlDocument[^].XmlDocument xmlDoc = new XmlDocument();XmlElement elRoot = xmlDoc.CreateElement("body");xmlDoc.AppendChild(elRoot);XmlElement elParam = xmlDoc.CreateElement("param");XmlText elValue =...
8 Nov 2010 by JP van Mackelenbergh
A component which allows to work with WCF services in a robust way
7 Jul 2010 by Josh Fischer
Leverage your existing classes and the power of Generics to speed up and simplify importing denormalized data into your system.
1 May 2008 by darrellp
The VF Graph Isomorphism algorithm in C#.
16 Aug 2008 by DarrenJames
How to use the Google Static Maps API within .NET.
23 Feb 2008 by pstucke
Implements a custom, checked listbox editor in a property grid.
24 Apr 2008 by Vitaly Zayko
An article about using SHGetFileInfo in C# (a simple class and demo are included).
27 Apr 2008 by Derek Bartram
This library provides a framework for using Code Project article information in applications, and provides a utility for monitoring articles
1 May 2008 by Derek Bartram
This library provides a framework for using Code Project article information in applications, and provides a utility for extracting user information
30 Oct 2009 by Robert Dondo
Demonstrates how to tweak the TreeView control to make it collapsible when working with MasterPages.
29 Jul 2008 by Bruce Zhang
A common base class for LINQ to SQL with which you can implement code to access database easily.
5 Jun 2009 by Bharath K A
MultiMap is similar to a .NET Dictionary collection type, but accepts duplicate Key,Value pairs during addition. The MultiMap collection is also a concurrent collection.
30 Aug 2009 by marcominas
A Windows Service that uses interface to work like the Linux Crontab service
3 Sep 2013 by Moreno Airoldi
The class runs under Mono or .NET and allows the use of Windows style "INI" files to store and retrieve application settings
1 Sep 2013 by Moreno Airoldi
The class runs under Mono or .NET and allows the use of Windows style "INI" files to store and retrieve application settings
21 Oct 2009 by Juan Fajardo
This article is a tutorial on how to create a CRUD (Create, Retrieve, Update and Delete) Form using SharpDevelop and PostgreSQL, implementing a BindingNavigator to explore the table used in the application.
31 Mar 2010 by Amir Krifa
This article describes/provides a 2D Curve Custom Control for Windows Mobile.
20 Aug 2008 by Bharath K A
At times, business needs are so unique that we have to write new controls in addition to the existing Toolbox provided controls. This article explains how to write such a unique control, named Range Control. Control source and a sample app are included.
8 Sep 2008 by cesar_boucas
A custom derivative of ServiceHostFactory to control how WCF service hosts are created.
10 Mar 2009 by Vitaliy Liptchinsky
This article describes a custom thread pool implementation using the .NET Framework and C# 3.0.
1 Sep 2009 by Fiwel
A DataGridView column show/hide popup - Menu style.
15 Dec 2007 by Marc Clifton
A debug build stopwatch useful for diagnostic timing.
25 Mar 2008 by Qwertie
Demonstrates a variety of Windows Forms data binding features through several simple examples.
19 Nov 2008 by Marc Clifton
Making the "the given key was not present" message more informative.
26 Nov 2014 by Sambhav Yadav - Sam D Silva
ASP.NET page/master page/user control's life cycle from the perspective of Session and View State
27 Aug 2009 by wilsone8
Describes how to create a significantly faster enumerator for the attributes of all the files in a directory.
2 Aug 2008 by Don Kackman
A simple, fully functional flashlight to help you see in the dark.
29 Mar 2007 by AlwiNus
A Margin structure that can be used in a variety of situations, like layout, drawing and printing. Now comes with a custom TypeConverter and a usage sample.
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?