Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / C#3.0

C#3.0

C#3.0

Great Reads

by yazanjaradat
Ant-Colony Based Routing Algorithm (ARA) C# Simulation
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 Oleg Shilo
The extremely simple implementation of generic "Extension Properties"

Latest Articles

by yazanjaradat
Ant-Colony Based Routing Algorithm (ARA) C# Simulation
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 Oleg Shilo
The extremely simple implementation of generic "Extension Properties"

All Articles

Sort by Score

C#3.0 

by gUrM33T
A simple workaround to avoid boxing and unboxing while still using a non-generic IList implementation
by Jeffrey T. Fritz
I've been spending a bit of time over the past month looking into ALL of ASP.NET, not just MVC or SignalR or WebAPI.
by Salmanzz
In this post, I will explain you how I have embedded JavaScript, images and stylesheet to my previous article.
by Rajeesh.C.V
How we could write a conditional rendering HTML helper in ASP.NET MVC
by Rui Jarimba
You can use Metadata Providers to add microdata to your ASP.NET MVC applications.
by mrjvdveen
Today we are looking into databinding to the ComboBox.SelectedItem property through a custom dependency property in a UserControl.
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 cpsglauco
How to use delegate in List.Find() predicate in C#
by Paulo Morgado
How to compile .NET 1.1 projects in Visual Studio 2008
by SonuKSingh
Types of constructors available in C#
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 Mahmudul Haque Azad
Database driven unit testing using VSTS
by Jeremy Likness
Decoupled ChildWindow Dialogs with Prism in Silverlight 3
by Md. Rashim Uddin
How to define your own dialog box
by Bhupindra Singh
Dependency Injection in ASP.NET MVC4 and webapi using Ninject
by Martin Hinshelwood
From time to time your website structure may change. When this happens you do not want to have to start from scratch with your Google rankings, so you need to map all of your Old URLs to new ones.
by Md. Rashim Uddin
How to download different types of files in asp.net
by Md. Rashim Uddin
Duplex service in WCF
by StormySpike
Alright, let’s assume that we are lazy coders, we have building a lot of Linq queries lately, and it’s getting repetitive. We keep having to remember to add a certain where clause to every query, couldn’t we just abstract this somehow?
by emiaj
How the usage of Static Reflection could help in the refactoring process
by Wes Aday
IntroductionPrism is a set of libraries that allow developers to compose applications from separate components into a composite application.
by Bahrudin Hrnjica
Golden Ratio and GPdotNET v2 User Interface
by Abhishek Sur
Make your class library COM visible using few simple steps
by Jeremy Likness
Learn how to host WCF as a Windows service (without using a web project) and how to code it so that you can test interactively without installing the service.
by Kunal Chowdhury «IN»
Add "Select All" behaviour for all TextBoxes in your WPF application
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 Steve Wellens
There was a question about this on the ASP.NET forums and after a quick search I didn't find a good generic function so I thought I'd supply one. Note: I wanted this to be as broad and useful as possible, so the second parameter is a ListControl which both the ListBox and DropDownList inherit from.
by Williarob
If you have ever looked at a media file (audio or video) in explorer on a Windows 7 PC, you may have noticed that it displays additional information about that media file that previous versions of Windows didn't seem to have access to, for example the length/duration of a Quicktime Movie Clip.
by Salmanzz
How to create a Date Picker Composite Control in ASP.NET (C#)
by Md. Rashim Uddin
HTTPS Communication in WCF
by Neeraj Kaushik1980
Implementing Jquery.tmpl (template) with KnockoutJS, ASP.NET MVC 3.
by Arun Jacob
This article shows how to implement INotifyPropertyChanged.
by Morshed Anwar
Implementing Repository Pattern with EF4 POCO support.
by atverma
INotifyPropertyChanging and INotifyPropertyChanged in Real Life using Expression Trees
by Jeremy Likness
Learn how to best embed/associate JavaScript with ASP.NET user controls
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 Philipp Sumi
A lightweight task scheduling library that allows you to easily schedule the invocation of callback methods at specified times or intervals. Supports .NET 3.5 and Silverlight.
by JasonShort
LINQ Group By with NULL database values
by Paulo Morgado
LINQ: Enhancing Distinct With The PredicateEqualityComparer
by Paulo Morgado
LINQ: Enhancing Distinct with the SelectorEqualityComparer
by Paulo Morgado
LINQ: Introducing The Skip Last Operators
by Paulo Morgado
LINQ: Single vs. First
by Paulo Morgado
LINQ: Single vs SingleOrDefault
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 Wes Aday
This is a beginners introduction to the MVP and MVVM design pattern as implemented in Prism
by Wes Aday
This code that I am presenting here is a derivative of the demo application written by Josh Smith, http://joshsmithonwpf.wordpress.com.
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 Aron Weiler
Like the title says... a simple (very simple) page transition control for WPF
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 Jeremy Likness
The pipeline pattern (sometimes also referred to as pipes and filters) has many useful applications. C# makes implementation even easier with the yield keyword.
by Sarath C
A simple Windows Phone 7 application
by Pragmateek
How to reduce the size of MongoDB documents generated from .NET/C#
by Jeremy Likness
Learn about the implications of using the ref keyword on reference types.
by EngineerSpock
Turn on your brain and extract when its meaningful
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 Jeremy Likness
One of the most powerful benefits of Silverlight is that it uses the DependencyProperty model. Using this model, you can have great attached properties to describe reusable behaviors and attach those behaviors to certain elements.
by Jeremy Likness
The TextBox control is popular in Silverlight, but comes with a few nuances. Learn how to filter textboxes and force databinding with attached behaviors.
by Jeremy Likness
Silverlight, with its powerful text and graphics manipulation capabilities and strong interaction with the scripting DOM, seems to be the perfect engine for a Captcha challenge.
by Pete O'Hanlon
Silverlight charts, and reaching my inner child
by Jeremy Likness
One known issue with Silverlight is that the DataContext bound to a control may change, but there is no readily available change event. Unlike WPF, you don't have an explicit event to register with in order to track changes.
by Jeremy Likness
Use the Managed Extensibility Framework to export dictionary resources using custom ExportProvider in Silverlight
by Jeremy Likness
A simple Silverlight control that creates an image button with zoom and reflection
by Nikos Baxevanis
This post aims to provide a way to implement lazy initialization in a multi threaded environment using the SingleInstance(Of T) Class.
by Salmanzz
State Design Pattern
by Pragmateek
Synchronization, Memory Visibility and Leaky Abstractions
by Pete O'Hanlon
Textbox Drag/Drop in WPF
by Diego Resnik
Using Dynamic Proxy & MSMQ Duplex to create a proxy that switches automatically between online & offline network state
by Paulo Morgado
The Evolution Of C#
by Arindam Sinha
SOAP Request/Response XML can be logged with TraceExtension
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 Chris_Green
Understanding BackgroundWorker threads and how to encapsulate your own thread class
by Pete O'Hanlon
Providing Undo/Redo across VMs (part 1 - simple properties)
by Arindam Sinha
Saving user preferences while closing the application and loading that while opening next time - implemented through Application Settings
by Ashish Sheth
Using CultureInfo for Globalization/Localization of an ASP.NET applictation.
by StormySpike
Using Expressions for Fun and Profit
by Joe Rattz
Using LINQ To Filter By Object Type and Then Quantify
by Sky Sanders
A strategy for implementing maintaining separation of concerns and implementation hiding.
by Chris_Green
Welcome Microsoft Delegate! Lambda Expressions right this way…
by Kunal Chowdhury «IN»
In this post, I will discuss about developing a simple multitouch application using .NET 3.5 SP1.
by Arik Poznanski
Following are some listings to be used as a quick reference to common Windows 7 Taskbar features using Windows API Code Pack.
by Wes Aday
Winforms – Model-View-Presenter – A tutorial