Click here to Skip to main content
15,882,017 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 Score

.NET 3.0 

28 Sep 2009 by Pete O'Hanlon
3 Feb 2017 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
30 Sep 2013 by Md. Rashim Uddin
How to download different types of files in asp.net
28 Jul 2012 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.
18 Mar 2014 by Pragmateek
How to reduce the size of MongoDB documents generated from .NET/C#
5 Apr 2014 by Pragmateek
Synchronization, Memory Visibility and Leaky Abstractions
15 Apr 2010 by Paulo Morgado
How to compile .NET 1.1 projects in Visual Studio 2008
23 Jul 2010 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.
9 May 2011 by Christoph Keller
Debugging a SharePoint 2010 Timed Job
15 Apr 2010 by Paulo Morgado
15 Apr 2010 by Paulo Morgado
How To Set Elements Of An Array Of A Private Type Using Visual Studio Shadows
13 Apr 2010 by Paulo Morgado
Running .NET 1.1 Applications on .NET 2.0
23 Apr 2012 by Giorgi Dalakishvili
This post is part of a series about building a simple mathematical expression evaluator.
28 Sep 2010 by Paulo Morgado
Patch For ASP.NET Vulnerability Available
10 Jan 2011 by erik_nl
Logging with dynamic objects in .NET 4.0 (part 2-n) - user interaction logging
29 Sep 2013 by Md. Rashim Uddin
24 Aug 2009 by Salmanzz
In this post, I will explain you how I have embedded JavaScript, images and stylesheet to my previous article.
23 Nov 2010 by Matthew Dennis
This is the first in a series of articles about using the Munq DI IOC Container and IOC containers in general.
11 May 2012 by Md. Rashim Uddin
How to log and trace WCF Soap messages?
13 Apr 2010 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.
29 May 2011 by Alexey Kurakin
This article describes generic priority queue implementation in C#, which uses min-heap as underlying storage.
26 Jan 2013 by Shahriar Iqbal Chowdhury/Galib
This post shows you how to solve SSIS Error Code 0xC020801C/0xC004700C/0xC0047017
28 Sep 2015 by Shivprasad koirala
This blog explains C# Out and REF parameters in detail.
13 Jan 2010 by Mahmudul Haque Azad
Database driven unit testing using VSTS
5 Jul 2010 by JasonShort
LINQ Group By with NULL database values
3 Jun 2009 by Jeremy Likness
Learn how to use complex classes as primary (not composite!) keys with NHibernate
18 Mar 2010 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.
7 Aug 2017 by JasonShort
LINQPad helps you learn LINQ
5 Sep 2015 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 ...
14 Apr 2010 by Derek Lakin
Creating a Custom View Mode that Supports a Template Selector
7 Sep 2009 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
1 Feb 2010 by Sky Sanders
A strategy for implementing maintaining separation of concerns and implementation hiding.
8 Feb 2010 by Shakeel Iqbal
Lambda Expression is one of the best features of C# 3.0
6 Apr 2009 by Derek Lakin
I'll show you how to implement a custom Style by implementing a custom message box.
24 Apr 2014 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 →
24 Aug 2010 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.
15 Jul 2012 by Christopher John Paul
JQuery Confirm Box is very simple, and it can be easily customized
5 Jun 2010 by Leung Yat Chun
Reduce the property declaration code to one line, yet still usable directly.
17 Apr 2010 by Paulo Morgado
C# 4.0: Alternative To Optional Arguments
31 Jul 2010 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
2 Jul 2009 by Salmanzz
How to create a Date Picker Composite Control in ASP.NET (C#)
3 Jul 2010 by Martin Jarvis
How to improve readability with shorter String.Format statements
2 Apr 2020 by Rahman Masudur
Few tricks about using a Resource Dictionary in WPF
3 Jun 2009 by Jeremy Likness
Learn how to best embed/associate JavaScript with ASP.NET user controls
7 Apr 2009 by Derek Lakin
Changing the Caret Colour in WPF
6 Jan 2011 by Mahmudul Haque Azad
Magic of JQuery in ASP.NET, simplifying AJAX
7 Aug 2017 by JasonShort
Buffer.BlockCopy is not as fast as you think
18 May 2009 by gUrM33T
A simple workaround to avoid boxing and unboxing while still using a non-generic IList implementation