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 Extensible
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shresth Jaiswal (2)
Mahesh Chand (2)
Wdenton (2)
Josue Molina (1)
Hisham Nawzer (1)
Abhishek Bhat (1)
Andrea Angella (1)
Vikram Chaudhary (1)
Suresh M (1)
Debendra Dash (1)
John Charles Olamendy (1)
Matthew Cochran (1)
harikishan.jayaraj (1)
Niranjan Kumar Kandaswamy (1)
Related resources for Extensible
No resource found
Action And Func Delegates In C#
9/12/2024 6:18:26 AM.
In C#, Action, and Func are generic delegates used to handle methods. Action is used for methods that don't return a value, while Func returns a value. Action<int> executes a method with an
How To Create Extensible Software Components
9/13/2021 5:08:24 AM.
As we grow as a software engineers it is important for us to learn the best practices to increase the quality of the code. In this article I would like write on what is extensible software components
Introduction to MEF
1/18/2021 10:09:45 AM.
MEF stands for Managed Extensible Framework. It is part of .Net 4.0 and is useful for building extensible applications.
Extensible Fixed Statement in C# 7.3
11/21/2018 6:21:19 AM.
Learn how to add support for pinning using the fixed statement on your own types in C# 7.3.
Provider Implementation To Make Extensible Software
7/19/2016 3:04:31 PM.
In this article you will learn about provider implementation to make extensible software in C#.
Implementing Extensible Messaging And Presence Protocol (XMPP) In Windows Phone
10/22/2015 9:28:35 AM.
In this article you will learn how to implement Extensible Messaging and Presence Protocol (XMPP) in Windows Phone.
Storing XML Data In SQL Server
10/11/2015 2:00:21 PM.
In this article you will learn how to store XML data in SQL Server.
Quickstart With XML: Part 2
4/9/2015 7:51:46 PM.
This part provides simple syntax rules to write a XML document. It is a complete XML document.
Quickstart With XML: Part 1
4/9/2015 7:42:19 PM.
In this article we will learn about the eXtensible Markup Language.
New Features of ASP.NET 4
9/21/2014 1:47:58 AM.
In this article, I want to give an overview of the new features of ASP.NET that are included in the .NET framework 4 and Visual Studio 2010.
Writing Better Code - Keepin' it Extensible
5/13/2013 4:21:55 AM.
In a previous article I talked about how to keep code cohesive by applying the Single Responsibility Principle. I wanted to explore part of another principle of software engineering that will help our code be extensible and can handle growth and change.
Bulk Data Transactions using OpenXML
9/29/2012 7:24:30 AM.
OPENXML is a new function added to SQL Server 2000 that provides a rowset view over an XML document. Since a rowset is simply a set of rows that contain columns of data, OPENXML is the function that allows an XML document to be treated in the familiar relational database format. It allows for the passing of an XML document to a T-SQL stored procedure for updating the data.
XML Namespaces
5/20/2012 6:29:23 AM.
In this article I will explain you about XML namespace, DTD and schemas and Extensible Hyper Text Markup Language.
Transformation and XSLT
5/20/2012 6:26:25 AM.
In this article I will explain you about Transformation and XSLT.
Creating Extensible and Abstract Layer
5/13/2012 5:56:45 AM.
This article explains you about the abstraction and extensibility which is an important factor in modern day frameworks.
Creating Extensible and Flexible Hosted Applications: Part 1
2/3/2006 2:08:04 AM.
Moving from procedural programming languages such as ASP and Visual Basic to .NET object-oriented languages enables programmers to build systems that are highly extensible and flexible.
Creating Extensible and Flexible Hosted Applications: Part 2
2/3/2006 1:44:39 AM.
For this article I will use the same requirements and goals defined in part 1.