TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About extending
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (13)
raviraj_bh (4)
Raj Bandi (2)
Rion Williams (2)
Mike Clark (2)
Vulpes (2)
Felipe Ramos (2)
Jignesh Kumar (1)
Ajay Kumar (1)
Wei Chen (1)
Prathap Reddy (1)
Satish Bhuktar (1)
Damodara Naidu (1)
S.Ravi Kumar (1)
Muralidharan Deenathayalan (1)
Deepti Nahar (1)
Eddie Gahan (1)
Debendra Dash (1)
Vignesh Ganesan (1)
Ketak Bhalsing (1)
Luan Huynh (1)
Marcus Santodonato (1)
Ramesh Kartik (1)
Mohammad Elsheimy (1)
Bhushan Gawale (1)
Jean Paul (1)
Mike Gold (1)
Related resources for extending
No resource found
Extending List Functionality with C# Extension Methods
1/22/2024 8:21:54 AM.
In this article, I will demonstrate How to create an extension method in c# for List type. I will explain how we can extend the functionality of List without a new derived class. I will create extensi
Extending HttpClient With Delegating Handlers in ASP.NET Core
1/17/2024 11:30:32 AM.
Explore the power of the HttpClient class in ASP.NET Core through Delegating Handlers. Learn to create a custom handler for logging HTTP requests and responses, enhancing HttpClient functionality with
Extending Logging Functionality From Enterprise Library
10/30/2023 8:21:44 AM.
The Microsfot Enterprise Library provide us a collection of reusable software components, so software developers can take advantage of them to put them into enterprise use. Now I will share my persona
Extending Azure Data Services to Any Infrastructure with Azure Arc Data Controllers
5/4/2023 7:28:10 AM.
"Extending Azure Data Services to Any Infrastructure with Azure Arc Data Controllers" is an article that provides a comprehensive overview of Azure Arc Data Controllers. It explains what the
Extending The Validity Of Existing Client Secret In SharePoint
7/22/2022 8:36:40 PM.
In this article, you will learn how to extend the validity of existing Client secrets in SharePoint.
Extending Controller Class to Handle Unknown Action at One Place in MVC
5/5/2021 9:28:12 AM.
The HandleUnknownAction method is invoked when a controller is unable to find an appropriate action method to execute when a browser requests it.
Extending MVC Ajax Form
3/24/2021 6:15:53 AM.
In this article, I'll explain and demonstrate how to extend MVC Ajax form helpers to automatically create an ajax target element when needed and auto-refresh a form.
Extending Futuristic Architecture To Blazor WASM
1/24/2020 11:03:52 PM.
In this article, you will learn how to extend Futuristic Architecture to Blazor WASM.
Extending Alfresco Subsystem
9/18/2019 4:59:25 AM.
In this article you will learn how to extend the Alfresco subsystem.
Extending The Capability Of PowerApps Using Azure Functions
7/25/2019 11:53:12 PM.
The article describes how we can extend the capability of PowerApps by adding some custom logic via Azure functions.
TransposeBy - Extending Excel With C# And Excel-DNA
7/26/2018 3:56:30 AM.
At some point I think all of us have received an Excel workbook filled with badly formatted data that we somehow have to transform into a neatly formatted report. Several times I've gotten a colu
Entity-Framework Code First Migration With WebAPI 2.0 - Extending ASP.NET Identity Database
6/18/2017 9:54:15 PM.
Here, we will see how to extend ASP.NET Identity database using Code First migration in Web API 2.0.
Extending Tag Helpers In ASP.NET Core Applications
4/28/2017 2:12:09 PM.
Extending Tag Helpers In ASP.NET Core Applications.
Extending The Retention Period Of Orphaned Personal Site Collections Up To A Year
3/24/2017 10:27:42 AM.
Extending The Retention Period Of Orphaned Personal Site Collections Up To A Year.
Extending MVC Controllers From External Assemblies And Projects
1/13/2017 11:26:52 AM.
In this article you will learn how to extend MVC Controllers from External Assemblies and Projects.
Create Master Pages, Custom Page Layouts and Extending Themes
4/24/2016 6:28:29 PM.
In this article you will learn how to Create Master Pages, Custom Page Layouts and Extending Themes in SharePoint.
Extending ASP.NET MVC AuthorizeAttribute
1/26/2016 9:40:01 AM.
In this article you will learn about extending ASP.NET MVC AuthorizeAttribute and how to Unit Test with ControllerActionInvoker.
Extending the Behavior of an Interface Using Contravariance, Generic Typing and Extension Methods
8/5/2014 1:43:32 PM.
In this article, I demonstrate how to take this approach a step further by using contravariance and generic typing to extend a public interface.
Extending ASP.NET 2.0 Menu Control To Have Tabs With Rounded Corners
6/2/2014 12:11:02 AM.
The ASP.NET Menu Control normally produces tabs which have rectangular edges. The techniques presented extend the control to create tabs with rounded corners.
Creating and Extending Objects With the Decorator Pattern
8/10/2013 11:37:59 PM.
This articles explains Decorator Patterns, which allows behavior to be added to an individual object, either statically or dynamically, without affecting the behavior of other objects from the same class.
Extending WinJS ListView With Custom Item Events
4/29/2013 4:35:29 PM.
This article demonstrates how to extend a WinJS ListView control with custom item events like onItemsloading, onItemsLoaded, onItemFocus, onItemBlur etc
Show Currency Values with a Visual Basic Custom Control in VB.NET
11/10/2012 4:04:22 AM.
This article shall describe the construction of a custom control used to display currency values. The control is intended for use in Win Forms application development.
Set Text Case with a Custom Control in VB.NET
11/10/2012 3:46:16 AM.
This article shall describe the construction of three custom controls; each is used to format its text content to be either all upper case, all lower case, title case, or normal (as typed) case regardless of the format of the input.
Extending the ASP.NET ImageButton Control in Vb.NET
11/10/2012 1:57:38 AM.
This article describes an easy approach to extending an existing ASP.NET control; in this example, the standard toolkit’s Image Button control is extended to support roll-over effects. Given the standard control already contains existing support for both server side click events and client click events, the control is well furbished prior to the addition of the roll-over effect.
Building a UNIX Time to Date Conversion Custom Control in VB.NET
11/9/2012 10:12:32 AM.
This article addresses the construction of a custom control that will convert UNIX time into useful and readable dates for display in a Win Forms application.
Visual Basic Spell Check Enabled Rich Text Box Custom Control
11/9/2012 8:15:48 AM.
This article describes a quick and simple approach to applying a spell check function to the rich text box control and bundling both features into a single custom control.
Extending Your Working Environment in Visual Studio - Advanced
9/30/2012 4:47:57 AM.
In my previous article, you learned about how to create wizards and some simple objects such as DTE, Solutions, Project and Project Item. These objects help us to customize our Visual Studio working environment.
Enforce Text Case with Custom Controls
5/15/2012 4:22:54 PM.
This article shall describe the construction of three custom controls; each is used to format its text content to be either all upper case, all lower case, title case, or normal (as typed) case regardless of the format of the input.
Creating/Extending a Culture
5/13/2012 6:18:06 AM.
In this article you will learn how to create/extend a culture in .NET.
Display Currency Values with a Custom Control
10/18/2011 7:28:37 AM.
This article shall describe the construction of a custom control used to display currency values. The control is intended for use in Win Forms application development.
Extending SharePoint STSADM Command Line Utility
8/9/2011 1:39:46 PM.
This article desribes how we can extend the SharePoint Stsadm utility.
Extending the DateTime structure in C#: Part II
4/14/2011 4:38:22 AM.
Extending the DateTime structure: Part I
4/13/2011 12:31:02 AM.
This article presents some "extension" methods which I hope will be useful for those developers who, like myself, work a lot with dates.
Extending Collections in .NET
2/24/2011 1:18:44 AM.
Recently I found myself adding custom code to convert the collections to DataViews so that I could assign my filters and let the View take care of the rest. In this article I will try to cover the problem, design, and solution implemented.
Dynamically extending responsibilities using Decorator Pattern
12/11/2010 12:19:01 PM.
I am here with an example oriented design pattern. The design pattern is Decorator.
Encapsulating the GridView Exporters
9/17/2010 2:38:55 PM.
The objective of this article is to extend a GridView control exporting functionality and at the same time create an encapsulated library to do so.
Spell check enabled RichTextBox custom control
7/1/2009 12:00:15 AM.
This article describes a quick and simple approach to applying a spell check function to the rich text box control and bundling both features into a single custom control. Of course there is nothing novel or particularly interesting about performing spell checking upon a selection of text using the Word.DLL.
Extending ASPX Panel Control to produce Rounded Corners
6/18/2009 1:11:47 AM.
This article shows how to create a custom control which encapsulates scripts. Also shows how to add method attributes to interact with VS Designer and ToolBox as well as providing intellisense dropdowns.
Extending the ASP.NET ImageButton Control
6/8/2009 6:53:54 AM.
This article describes an easy approach to extending an existing ASP.NET control; in this example, the standard toolkit’s Image Button control is extended to support roll-over effects. Given the standard control already contains existing support for both server side click events and client click events, the control is well furbished prior to the addition of the roll-over effect.
C# scrollable Picturebox custom control
4/8/2008 2:05:08 AM.
This article discusses the construction of a custom control used to add a scrollable Picturebox control to a project.
Extending The String Class
4/3/2008 7:23:24 AM.
This article will show you a technique (new for C# 3.0) that allows you to extend the string class inside the .NET framwork to include your own string methods.
Building a UNIX Time to Date Conversion Custom Control in C#
2/14/2008 11:48:28 PM.
This article addresses the construction of a custom control that will convert UNIX time into useful and readable dates for display in a Win Forms application.
Gradient Panel Custom Control
12/6/2006 3:50:57 AM.
This article describes a quick and simple approach to creating gradient panel custom control.
Gradient Background Tab Custom Control
12/5/2006 11:16:09 PM.
This article describes a quick and simple approach to creating a tabbed custom control with a gradient background.
Basics of Extending Your Working Environment in Visual Studio
2/15/2006 1:55:55 AM.
All of us have used Macros in Microsoft Office and Add-ins in Visual Studio 6 and I am very sure all of us have been impressed as well by their power to control their own working environment.
Extending Your Working Environment in Visual Studio - Advanced
2/15/2006 1:38:37 AM.
In my previous article, you learned about how to create wizards and some simple objects such as DTE, Solutions, Project and Project Item. These objects help us to customize our Visual Studio working environment.
Basics of Extending Your Working Environment in Visual Studio
2/3/2006 1:56:15 AM.
Visual studio.net offers a wide variety of options, which enable the user to create custom and personalized Visual Studio working environments.