Related resources for Extensible
  • How To Create Extensible Software Components9/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 MEF1/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.311/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 Software7/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 Phone10/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 Server10/11/2015 2:00:21 PM. In this article you will learn how to store XML data in SQL Server.
  • Quickstart With XML: Part 24/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 14/9/2015 7:42:19 PM. In this article we will learn about the eXtensible Markup Language.
  • New Features of ASP.NET 49/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 Extensible5/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 OpenXML9/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.
  • Using XML and XSLT5/20/2012 7:22:42 AM. XML Stylesheet Transformation(XSLT) is defined as a language for converting XML documents to other document formats. This article shows how to perform the transformation using classes of .NET Framework.
  • XML Namespaces5/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 XSLT5/20/2012 6:26:25 AM. In this article I will explain you about Transformation and XSLT.
  • Creating Extensible and Abstract Layer5/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 12/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 22/3/2006 1:44:39 AM. For this article I will use the same requirements and goals defined in part 1.