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

.NET3.0

.NET3.0

Great Reads

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
by aSarafian
An article that tries to clear up the concept of serialization.
by Sergey Sorokin
Use .NET 2.0 configuration features for building a pluggable provider framework for your application.

Latest Articles

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
by aSarafian
An article that tries to clear up the concept of serialization.
by Sergey Sorokin
Use .NET 2.0 configuration features for building a pluggable provider framework for your application.

All Articles

Sort by Score

.NET3.0 

by gUrM33T
A simple workaround to avoid boxing and unboxing while still using a non-generic IList implementation
by Salmanzz
In this post, I will explain you how I have embedded JavaScript, images and stylesheet to my previous article.
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 Derek Lakin
Changing the Caret Colour in WPF
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 atverma
In this blog, I’ll focus on Content Controls and Open XML 2.0 SDK from the experience I gained in the last 2 months.
by Derek Lakin
Creating a Custom View Mode that Supports a Template Selector
by Derek Lakin
I'll show you how to implement a custom Style by implementing a custom message box.
by Mahmudul Haque Azad
Database driven unit testing using VSTS
by Md. Rashim Uddin
How to download different types of files in asp.net
by Md. Rashim Uddin
Duplex service in WCF
by atverma
Criteria behind choosing IDisposable, IComponent, Component, MarshalByValueComponent and base Control classes(System.Windows.Form.Control and System.Web.UI.Control) while implementing a Class
by Paulo Morgado
How To Set Elements Of An Array Of A Private Type Using Visual Studio Shadows
by Shahriar Iqbal Chowdhury/Galib
This post shows you how to solve SSIS Error Code 0xC020801C/0xC004700C/0xC0047017
by Salmanzz
How to create a Date Picker Composite Control in ASP.NET (C#)
by Md. Rashim Uddin
HTTPS Communication in WCF
by Matthew Dennis
This is the first in a series of articles about using the Munq DI IOC Container and IOC containers in general.
by Jeremy Likness
Learn how to best embed/associate JavaScript with ASP.NET user controls
by Christopher John Paul
JQuery Confirm Box is very simple, and it can be easily customized
by Shakeel Iqbal
Lambda Expression is one of the best features of C# 3.0
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 JasonShort
LINQ Group By with NULL database values
by JasonShort
LINQPad helps you learn LINQ
by Md. Rashim Uddin
How to log and trace WCF Soap messages?
by erik_nl
Logging with dynamic objects in .NET 4.0 (part 2-n) - user interaction logging
by Mahmudul Haque Azad
Magic of JQuery in ASP.NET, simplifying AJAX
by Jeremy Likness
Learn how to use complex classes as primary (not composite!) keys with NHibernate
by Leung Yat Chun
Reduce the property declaration code to one line, yet still usable directly.
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 hoonzis
Pex is a tool which helps generate inputs for unit test. Moles is a stub framework used to isolate the unit tests from code which is not being tested. In this post, I will try to describe an attempt to use Pex and Moles to test a typical business layer.
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 Salmanzz
State Design Pattern
by Pragmateek
Synchronization, Memory Visibility and Leaky Abstractions
by Pete O'Hanlon
Textbox Drag/Drop in WPF
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
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 Rahman Masudur
Few tricks about using a Resource Dictionary in WPF
by Sky Sanders
A strategy for implementing maintaining separation of concerns and implementation hiding.
by Arik Poznanski
Back in this post I showed you how you can easily add a fade-in / fade-out effect to a UIElement that changes its Visibility property, using a simple attached property.Some people encountered a problem using this property when they bind the UIElement to a model which initially hides the control.