Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / .NET / .NET2.0

.NET2.0

.NET2.0

Great Reads

by Ed Gadziemski
A collapsible split container control for Windows Forms
by Joydeep Sen
learn how to attach event with an object and how to create custom eventargs for beginners
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.
by Mike Corley
C# (.NET and Mono) library provider for RRDtool

Latest Articles

by Ed Gadziemski
A collapsible split container control for Windows Forms
by Joydeep Sen
learn how to attach event with an object and how to create custom eventargs for beginners
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.
by Mike Corley
C# (.NET and Mono) library provider for RRDtool

All Articles

Sort by Score

.NET2.0 

by Nuno M. F. Gomes
Finding out whether an assembly was compiled in Debug or Release mode is a task we must do from time to time...
by gUrM33T
A simple workaround to avoid boxing and unboxing while still using a non-generic IList implementation
by levelnis
Article outlining one approach for adding custom HTTP 301 redirects to a webforms application using an HttpModule
by Nikos Baxevanis
In this post we will see how to write asynchronous code easily using the AsyncEnumerator class.
by Diego Resnik
Use AOP principals to centralize application policy
by Nuno M. F. Gomes
ASP.NET - Dynamic Control Mapping
by Nuno M. F. Gomes
The ControlAdapter is available since .NET framework version 2.0 and his main goal is to adapt and customize a control render in order to achieve a specific behavior or layout.
by Nuno M. F. Gomes
ASP.NET controls - validators problem
by Salmanzz
In this post, I will explain you how I have embedded JavaScript, images and stylesheet to my previous article.
by Nuno M. F. Gomes
ASP.NET Health Monitoring - Building an EventLogWebEventProvider
by Nuno M. F. Gomes
ASP.NET ListView Control
by JasonShort
Buffer.BlockCopy is not as fast as you think
by Giorgi Dalakishvili
This post is part of a series about building a simple mathematical expression evaluator.
by Paulo Morgado
C# 4.0: Alternative To Optional Arguments
by Ritesh Ramesh
Code Management on a budget
by Paulo Morgado
How to compile .NET 1.1 projects in Visual Studio 2008
by Ritesh Ramesh
This is a brief to the point note on how to setup ASP session state to use SQL server to store session information.
by Martin Jarvis
How to convert accented characters to simple characters
by kiran dangar
Custom error tracking library in ASP.NET using XML and C#
by Mahmudul Haque Azad
Database driven unit testing using VSTS
by kiran dangar
Developing custom AD rotator control with multiple Image Mapping using C#.NET & XML
by Diego Resnik
Cache mechanism is one of the basic infrastructures in every medium & above project, either web application or winForm application.
by Md. Rashim Uddin
How to download different types of files in asp.net
by Md. Rashim Uddin
Duplex service in WCF
by Sky Sanders
Exploring Web.config - system.web/httpModules
by Nicolas Brassard
Fake ISAPI Handler to Serve Static Files with Extensions that are Rewritten by URL Rewriter
by Nicolas Brassard
How to get a random subset of data from a DataTable
by Paulo Morgado
How To Set Elements Of An Array Of A Private Type Using Visual Studio Shadows
by Salmanzz
How to create a Date Picker Composite Control in ASP.NET (C#)
by deostroll
A trivial demonstration of Interface Usage
by Christopher John Paul
JQuery Confirm Box is very simple, and it can be easily customized
by Pragmateek
Introduction Following my previous article on a similar subject, Extend your VBA code with C#, VB.Net or C++/CLI, I’ve received an interesting feedback from a VBA developer who wanted to leverage the advanced support of the .Net framework for regular … Continue reading →
by Mahmudul Haque Azad
Magic of JQuery in ASP.NET, simplifying AJAX
by Pragmateek
Introduction If you've already developed COM APIs with .Net, typically in C# with VBA as the consuming language, you've probably leveraged two powerful features: by-reference parameter passing that allows the API to change the input object itself, not only its ... Continue reading ...
by Shivprasad koirala
This blog explains C# Out and REF parameters in detail.
by Paulo Morgado
Patch For ASP.NET Vulnerability Available
by Alexey Kurakin
This article describes generic priority queue implementation in C#, which uses min-heap as underlying storage.
by Pragmateek
How to reduce the size of MongoDB documents generated from .NET/C#
by tranthanhtu.vn
In "REST - Overview" article, I were introduced the basic rules in RESTful, Can you show me how to implement in WebApi?Ok, in this article, we will learn how to implement those rules in WebApi using C#.Where could I get sourcode was used in this article?Please checkout the code at https://github.com
by Paulo Morgado
Running .NET 1.1 Applications on .NET 2.0
by Giorgio Bozio
Separating layers and components with constructor injection and Unity
by Arik Poznanski
Spelling and Grammar Checking Plugin for Windows Live Writer
by Salmanzz
State Design Pattern
by Pragmateek
Synchronization, Memory Visibility and Leaky Abstractions
by Sam Meacham
So what’s wrong with EF’s TPT inheritance? The SQL that EF generates. With some simple testing (2 or 3 subclasses) everything may appear to be fine. In fact, you may even be impressed that EF manages to fetch all the data you need in a single trip, indeed, in a single query.
by Paulo Morgado
The Evolution Of C#
by Christoph Keller
Debugging a SharePoint 2010 Timed Job
by Martin Jarvis
Url Rewriting is great and I love it a lot, you get to create nice readable (and memorable) urls without having to create hundred of files.  However, there can be issues.
by Martin Jarvis
How to improve readability with shorter String.Format statements
by Abhishek Sur
Some of both Documented and Undocumented Keywords that we dont use often like Check, StackAlloc, Fixed,default,@variables,Nullables, __arglist,__reftype etc are explained with simple examples
by Diego Resnik
If you don't really need a big session management solution that will cost you in performance (no matter what..) and you only want 2-3 parameters that will help you identify some user's preference without all the fuss, consider - soap extension.