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

Extension

extension

Great Reads

by Oleg Shilo
The extremely simple implementation of generic "Extension Properties"
by Matteo Prosperi
This is the second post in the .NET libraries and the art of backward compatibility series.
by TheGreatAndPowerfulOz
How to recursively select all descendants using an extension method
by David Sehnal
A computation wrapper with built-in progress tracking using Reactive Extensions for .NET (and AsyncCTP).

Latest Articles

by Oleg Shilo
The extremely simple implementation of generic "Extension Properties"
by Matteo Prosperi
This is the second post in the .NET libraries and the art of backward compatibility series.
by TheGreatAndPowerfulOz
How to recursively select all descendants using an extension method
by David Sehnal
A computation wrapper with built-in progress tracking using Reactive Extensions for .NET (and AsyncCTP).

All Articles

Sort by Score

extension 

by Oleg Shilo
The extremely simple implementation of generic "Extension Properties"
by David Sehnal
A computation wrapper with built-in progress tracking using Reactive Extensions for .NET (and AsyncCTP).
by Raj Nakkiran
How to manage multiple versions of device drivers and with multiple versions of applications, which share common operational contracts.
by Alessandro Del Sole
This article explains how to acquire images from scanners and Webcams and how to store them to a LightSwitch application's database
by veen_rp
How to fake an Extension Property...
by Mr. xieguigang 谢桂纲
This is an alternative for "An Almost Extension Property"
by Ehsan Sajjad
Better approach to bind dropdownlist with enum in MVC
by dan!sh
Extension to block selected hosts from Chrome brower
by Rodrigo De Presbiteris (Presba)
In this post I will show you how to create a simple extension that accesses an external API hosted by forecast.io
by Fabio V Silva
A Google Chrome extension that changes the display of time/dates in the CodeProject forums
by Vince Chan
A Google Chrome Extension that makes code project articles more readable.
by Adam Zgagacz
ComboBox extension methods for binding with Enum types
by After2050
This article demonstrates the steps in creating a simple jQuery plug-in with a sample called Map Scroller.
by andrej33@yandex.ru
How to create cross-browser extensions with few lines in JavaScript
by Ben Baron
Java source code to demonstrate Executable Integration which is a concept of integrating several distinct executables to create a single application
by Michael S. Post
Tips and tricks for using extension methods properly along with a few of my favorites
by ASP.NET Community
Here is a list of file extensions which are configured by default to be handled by ASP.NET 2.0.asax used for application level logic
by Jeremy Hutchinson
Creating a FirstOrDefault Extension Method that takes the default value as a parameter
by Akos Orban
An extension method for the IEnumerable interface to perform an action on each element which belong to a derived type of T.
by Václav Slavíček
Integration of fuzzy OWL ontology modelling with .NET
by Mr.PoorEnglish
10-times faster Accesss with Reflection.MethodInfo (updated)
by Agon Avdimetaj
HTML5 CANVAS
by ASP.NET Community
While answering forums I come across a post “Grouping the data in the data table” which lead me to write this short code snippet for that post.
by Mohammad A Rahman
Language Integrated Query (LINQ) is a Microsoft .NET Framework component that works as a communicator between the objects and the data. This article partially taken from the "Expert C# 5.0" - book and it will explore the different extension methods used in the LINQ using C# and IL code to discuss..
by Just Perfection
In this article, you will learn about the GNOME Shell extension basics, schema, gettext and more.
by Stefan Timovski
Tutorial on how to start developing SSMS extensions
by Guirec
This article will introduce you with a set of 3 simple extension methods that can help you getting rid of Regex in many situations
by Nick Polyak
Describe VS2015 extension for generating sub-enumerations (akin to sub-classes)
by BlackMATov
It's a story on how to write a plugin for Unity Asset Store, take a crack at solving the well-known isometric problems in games, and make a little coffee money from that, and also to understand how expandable Unity editor is. Pictures, code, graphs and thoughts inside.
by ASP.NET Community
JavaScript holds it all together on the client side. There are a number of extensions that have been made to improve and expand base JavaScript
by FrewCen
Article about making C++ header files for simple 2D geometry objects.
by Sergey Alexandrovich Kryukov
This is just a funny Visual Studio Code extension, but… what can happen if somebody will try to use it seriously?
by Ed Nutting
A wrapper application making management, modding and running multiple MineCraft servers faster and easier.
by Dmitry Sikorsky
Using ExtCore framework to create modular and extendable ASP.NET 5 applications
by Daniel Gidman
An MVC Razor Helper to generate radio button lists from enums
by dgon
NMoneys.Exchange extends NMoneys (Money Value Object implementation) to support exchange of currencies
by Andreas Gieriet
.NET 4 finally allows to define polymorphic extension visitors
by VallarasuS
This article demonstrates a customizable busy progress indicator for Windows Forms applications.
by ASP.NET Community
protected void ReportViewer1_PreRender(object sender, EventArgs e) {DisableFormat(ReportViewer1, "Pdf"); }protected void
by Fiyaz Hasan
Just like financial debt estimation, technical debt can also be estimated. Know more about this metaphor developed by Ward Cunningham and how the estimation can be done though NDepend's smart technical debt estimation feature.
by Marcelo Ricardo de Oliveira
This article covers the creation of maze game all the way from its WPF animations to its music integration with two sound engines.
by Mike (Prof. Chuck)
A simple first-step Extension for the Chrome Browser with a How-to of event-hooks in JavaScript, as the Google security policy does not allow inline-scripts and events.
by ASP.NET Community
if(IsPostBack){Boolean fileOK=false;String fileExtention=System.IO.Path.GetExtension(FileUpload1.FileName).ToLower();   //check file
by Thorsten Bruning
Emulate extension properties by extending any reference type with any other type.
by M, AqibShehzad
Here are some useful tools for .NET developers
by M, AqibShehzad
The most demanding framework can ease the life of a developer as it streamlines creating dynamic views in web applications.
by ASP.NET Community
Since the dawn of asp.net, web based development has become a lot easier.  It provides a great deal of control over designs and code.  And affords
by Shining Dragon
A more in depth look at Visual Studio Add Ins with a fully worked example.
by Kornfeld Eliyahu Peter
Improve the way your custom tool creates file...
by Kornfeld Eliyahu Peter
Move your (deprecated) Add-in to VSPackage...
by Kornfeld Eliyahu Peter
Manage and maintain your in-house Visual Studio extensions...