C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Asma Khalid(13)
Arun Potti(7)
Allam Purushotham(4)
Sumit Gupta(3)
Ashish Vishwakarma(3)
Sibeesh Venu(3)
Bhushan Singh(3)
Swesh S(2)
Ankit Prajapati(2)
Nagaraj M(2)
Faisal Pathan(2)
Muthu Kumar(2)
Madhanmohan Devarajan(2)
Prashant Bansal(2)
Mohit Kumar(2)
Jean Paul(2)
Mushtaq M A(2)
Tamilarasu Arunachalam(2)
Mahender Pal(2)
Saurav Kumar(1)
Patrick Kearns(1)
Jay Kumar(1)
Adarsh Nigam(1)
Sanwar Ranwa(1)
Khoday Akilesh(1)
Venkatasubbarao Polisetty(1)
Munib Butt(1)
Manoj Kalla(1)
Amar Srivastava(1)
Manoj Kulkarni(1)
Vijayaragavan S(1)
Allen Oneill(1)
Suketu Nayak(1)
Debendra Dash(1)
Manoj Bhoir(1)
Josue Yeray Julian Ferreiro(1)
Vinod Kumar(1)
Bryian Tan(1)
Vikas Mishra(1)
Ray Liang(1)
Ajay Kumar(1)
Aarav Patel(1)
Rajesh Gami(1)
Praveen Kumar(1)
Abhishek Yadav(1)
Muzaffar Ur Rahman(1)
Muhammad Asif(1)
Satvik Rajnarayanan(1)
Roshan Rathod(1)
Ashish Bhatnagar(1)
Vidyadharran G(1)
Delpin Susai Raj(1)
Sumit Singh Sisodia(1)
Satyaprakash Samantaray(1)
Priyaranjan K S(1)
El Mahdi Archane(1)
Janetta Ainslee(1)
Ankit Bansal(1)
Ankur Mishra(1)
Resources
No resource found
How Do Developers Design Extensible Plugin Architectures in Modern Software Systems?
Mar 13, 2026.
Explore extensible plugin architectures for modern software. Learn to design flexible, scalable systems with well-defined APIs, isolation, and lifecycle management.
Building Extensible .NET Applications with Plugin Architectures
Sep 25, 2025.
Unlock the power of extensible .NET applications with plugin architectures! Learn how to build flexible systems that adapt to evolving business needs using reflection, MEF, and dependency injection. Discover real-world examples, core principles, and best practices for security, isolation, and testing. Design for extensibility and create a platform for future innovation.
Copilot Extensibility- Adding the Action plugin to the Topics
Sep 09, 2024.
This content explores Copilot extensibility by detailing how to add the Action plugin to the Topics. It covers plugin integration, extending Copilot's functionality, and enabling custom actions within Topics.
jQuery DataTable Plugin to Customize Tables in Power Pages Portal
Jul 19, 2024.
How to integrate the jQuery DataTable Plugin into custom tables within the Power Pages Portal. The DataTable Plugin enhances tables by providing features such as pagination, column filtering, efficient search capabilities, and customizable styling.
Retrieving Entity Record IDs in CRM Plugin D365 CE
Jul 08, 2024.
Unlock the methods to efficiently retrieve entity record IDs in Dynamics 365 Customer Engagement (D365 CE) CRM plugins. This guide explores step-by-step processes, best practices, and tips for developers to enhance their CRM customizations.
How to Create the Automated Plugin in the Dataverse Environment?
Apr 30, 2024.
Learn how to integrate Instant Plugins in Power Automate using Dataverse Accelerator, Microsoft's experimental feature. Follow step-by-step instructions for creating Automated plugins, specifying details like name, table, and Power Fx code. Ensure prerequisites are met and be cautious as it's experimental.
How to Enable and Disable Plugin in D365 using Power Shell Script
Mar 31, 2024.
Learn to control Dynamics 365 (D365) plugins effortlessly with PowerShell scripting. This guide demonstrates enabling and disabling plugins seamlessly. Harness Invoke-RestMethod to manage SDK Message Processing Steps, adjusting state and status codes.
How to Create an Instant Plugin in the Dataverse Environment?
Mar 14, 2024.
Create instant plugins in Dataverse for Dynamics 365 using Power Platform. Customize business logic, automate processes, and integrate seamlessly with real-time event-driven actions. Simplify development and enhance data management effortlessly.
Trigger a Journey when a record is updated using Plugin C# Code
Mar 08, 2024.
To trigger a journey when a record is updated using C# plugin code.
Trigger a Plugin When Contact Removed form Marketing List Entity
Mar 04, 2024.
This content provides guidance on removing a contact from a marketing list in Dynamics 365 using a plugin. It outlines the steps to create, register, implement the logic, deploy, and test the plugin. Additionally, it includes the necessary plugin code and a unit test code snippet.
How to Create a Plugin in Vue.js
Feb 28, 2024.
Creating a Vue.js plugin empowers you to encapsulate and reuse functionality seamlessly. This guide outlines steps to define, implement, export, and use a plugin, showcasing a simple example.
Dataverse Plugin Telemetry with Azure Application Insights
Feb 20, 2024.
Learn to use the logger in plugins to log information to Azure App Insights using Dataverse Plugin telemetry. Integrate Azure Application Insights with Dataverse plugins for enhanced telemetry. Monitor plugin executions, detect errors, and optimize performance, providing actionable insights for robust plugin solutions.
Develop D365 Contact Creation Plugin with Unit Test Case
Jan 24, 2024.
Create a Plugin when a new Contact is created in D365 and Update the same Contact in PreOperation with some data. This code snippet showcases the setup of an Entity Framework plugin in C#. It covers essential lines for retrieving services, context, and executing operations. Also, a unit test example is provided.
How to Download the Plugin Registration Tool using Power Platform Tools in Visual Studio Code?
Dec 11, 2023.
There are step-by-step details to download the plugin registration tool using Power platform tools in Visual Studio code. Plugins are mostly written in C# language and can be registered at various events like Create, Read, Update, Delete or on other messages and can run either in Synchronous or Asynchronous mode.
Automatic Stage Movement Using CRM Plugin In BPF
Dec 29, 2021.
During some scenarios we must automatically move BPF Stages based on server-side code. This can be achieved by CRM Plugin. As an example, on update of a title field for a selected contact record BPF will automatically moves to next stage.
How To Download The Dynamics 365 CE Plugin Registration Tool
Dec 14, 2021.
In this article, you will learn about how to download the Dynamics 365 CE Plugin Registration Tool.
Using The Plugin Pattern In C#
Aug 20, 2021.
In this article, you will learn about plugin patterns in C#.
Scully - Using Copy To Clipboard Plugin To Add Copy Button In Code Snippets
Apr 10, 2021.
In this article, We will see How to add a copy button in code snippet generated from markdown file with a copy to clipboard plugin
By-Pass Custom Plugin Dynamics CRM
Mar 08, 2021.
In this article shared an approach to disable custom plugins in Dynamics CRM.
Simple Plugin Architecture Using Reflection With WPF Projects
Mar 02, 2020.
In this article we will see simple plugin architecture using reflection.
ASP.NET - jQuery Datatables Plugin With Dynamic Numbers Of Columns
Aug 08, 2019.
This article is about dynamic number of columns loading using Jquery Datatables plugin with ASP.NET MVC5 platform
Datatables Plugin In Angular 7 Using .NET Core Web API - Part One
Jun 04, 2019.
In this article, we will learn how we can integrate the datatable plugin with server-side pagination, sorting, and searching.
Datatables Plugin In Angular 7 Using .NET Core Web API - Part Two
Jun 04, 2019.
In this article, we will develop a front-end application for our server-side pagination in datatable with Angular 7.
How To Download A File Using File Transfer Plugin In Ionic 3
Aug 08, 2018.
Ionic is open source framework. Most popular cross platform mobile app framework. That helpful to develop or build hybrid mobile apps fastly and easily. It will save lot of time and money for investment.
Implementing Tiny Animated jQuery Chart Plugin With ASP.NET MVC
Oct 29, 2017.
In this article we will go step by step to implement Jquery Chart Plugin. Plugin name is Tiny Animated Chart Plugin For jQuery - simple-chart.
Creating A Dynamic YearPicker Plugin Using JQuery And HTML
Oct 14, 2017.
We have seen many year pickers that allow you to select years from the dropdown. I have seen a requirement of selecting years from the year picker as we select date from the datepickers. Now I am going to create a dynamic Year picker plugin to select the year using jquery and html
nopCommerce Plugin Project Template For Visual Studio 2017
Aug 02, 2017.
In this article, we will talk about a Visual Studio extension which simplifies the nopCommerce plugin development.
To Register And Debug The Custom Plugin In Dynamics 365 Online
Apr 19, 2017.
This article allows you to register and debug the custom plugin in Dynamics 365 Online.
To Get Multi-Select Values From Sub-Grid Within Entity Form From Plugin Using C#
Apr 19, 2017.
This article describes how to get sub grid values from the entity form.
Assigning Case To Appropriate Team User Using Plugin In Dynamics 365/ CRM
Mar 15, 2017.
In this article, you will learn about a Plugin to assign a case record to the user in the team with the least number of cases.
KnockoutJS Validations - Without A Plugin And Using A Plugin
Mar 06, 2017.
Here, we are going to see how we can implement some basic validations using KnockoutJS.
Share Plugin In Xamarin.Forms Application For Android And UWP
Jan 07, 2017.
In this article, you will learn how to share text, links, or open a browser in Xamarin.Forms Application for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
Windows Service Auto-Update Plugin Framework
Nov 02, 2016.
Learn how to auto-update a Windows service without reinstall.
SharePoint 2013 - How To Enable PowerPivot Excel Plugin For Excel 2013
Sep 11, 2016.
In this article, you will learn how to enable PowerPivot Excel plugin for Excel 2013 in SharePoint 2013.
ASP.NET MVC5 - Password Meter jQuery Plugin Integration
Sep 10, 2016.
In this article you will learn about Password Meter jQuery Plugin Integration in ASP.NET MVC5.
Integrating Datatables JQuery Plugin in ASP.NET Webforms
Sep 06, 2016.
Learn how to seamlessly integrate the DataTables jQuery plugin with ASP.NET WebForms for efficient server-side processing. This tutorial delves into harnessing the power of DataTables for dynamic data presentation, leveraging server-side processing to handle large datasets efficiently.
Create A Custom Form Plugin In WordPress - Part Two
Jun 21, 2016.
In this article you will start with plugin development in WordPress.
Create Custom Login And Register Without Using Plugin In WordPress
Jun 15, 2016.
In this article, you will learn how to create custom login and register without using a plugin in WordPress
Working With WordPress: Part One (Start With Plugin Development)
Apr 29, 2016.
In this article you will learn how to start with Plugin Development in Wordpress. Here, we will also discuss about installing WordPress from scratch.
Introducing Docker Containers Open Source As A Plugin In Microsoft Azure
Apr 28, 2016.
In this article you will learn how to Introduce Docker Containers open source as a plugin in Microsoft Azure.
ASP.NET MVC 5: Datatables Plugin Server Side Integration
Mar 13, 2016.
Learn to integrate Datatables plugin with ASP.NET MVC 5 for server-side data management, searching, sorting, and pagination. Discover how to overcome challenges transitioning from classic ASP.NET webforms to MVC paradigm, enhancing web development productivity and user interactivity.
Language Converter Using Google Translator Plugin In ASP.NET
Feb 27, 2016.
In this article you will learn how to create a Language Converter using Google Translator Plugin in ASP.NET.
JQuery UI Plugin Widgets
Oct 07, 2015.
In this article I will explain different JQuery UI Widgets. JQuery UI widget is a specialized JQuery plug-in. Widgets are full-featured UI controls that bring the richness of desktop applications to the Web.
jQuery Validation Plugin to Validate Web Forms
Apr 14, 2015.
This article explains how to ue the jQuery validation plugin to validate your web forms.
Getting Started With Plastic SCM Plugin For Visual Studio
Dec 17, 2014.
In this article you will learn about the Plastic SCM Plugin for Visual Studio.
Google Language Translator Plugin In Wordpress Using PHP
Nov 18, 2013.
This article explains the Google Language Translator Plugin in Wordpress using PHP.
WordPress Plugin - Password Strength Indicator Using jQuery and XML
Jun 02, 2013.
An article on how to create WordPress Password strength indicator plugin using jQuery and XML.
Use Plugin in JSP
Feb 06, 2012.
In this article I am describing an application showing how to use a <jsp:plugin>. It is used to display an object, especially an applet or a Bean on the client browser.
Creating a Plugin enabled Application : Part 1 of 2
May 04, 2011.
In this article I am trying to show how to create a plugin enabled application using .Net Reflection.
Creating a Plugin Enabled Application : Part 2 of 2
May 04, 2011.
Here I am going to explain how the plugin modules are written and how they are loaded into the application.
Write jQuery plugin WebControl for ASP.NET just in Few Minutes
Jun 15, 2009.
Using DNA JQuery UI Framework to write a ASP.NET server control is very easy to learn and very fast to write.
The 10 Claude Plugins You Actually Need in 2026 (And What They Are)
Apr 13, 2026.
Unlock Claude's full potential in 2026! Discover the 10 essential plugins transforming AI into a powerful execution engine for automation, analysis, and more. Boost productivity!
Why Does a WordPress Website Become Slow After Installing Plugins?
Feb 13, 2026.
Plugins slowing down your WordPress site? Learn why excessive or poorly coded plugins impact performance, SEO, and user experience. Optimize for speed!
My first XRMToolBox Plugin: Dataverse Users, Security roles, Teams and Teams security roles (Overview, Installation & Usage)
Nov 27, 2025.
Explore Dataverse security with this XrmToolBox plugin! Analyze users, roles, teams, and access. Export data for audits, compliance, and cleanup. Easy install!
Extensible ASP.NET Core Systems: Building Plugin-Based Architectures with Reflection and Dependency Injection
Nov 10, 2025.
Build extensible ASP.NET Core apps using plugins! Learn how to leverage Reflection and Dependency Injection for dynamic module loading and runtime customization.
How to build a custom extension (plugin) for Gemini CLI?
Oct 09, 2025.
Unlock the full potential of Gemini CLI by building custom extensions! This comprehensive guide walks you through designing, developing, testing, and publishing your own Gemini CLI extension. Learn to integrate custom tools, APIs, and domain knowledge, create shareable workflows, and enhance your terminal AI agent with tailored functionality. Includes practical examples, security best practices, and a ready-to-download project to get you started quickly. Supercharge your productivity and streamline your development process with Gemini CLI extensions!
Copilot Extensibility - How to Add a Weather Plugin?
Sep 09, 2024.
Microsoft 365 Copilot Extensibility allows businesses to customize AI capabilities by integrating third-party apps and creating custom plugins. With tools like Power Automate and Natural Language Understanding, users can tailor Copilot to meet specific needs, enhancing functionality through seamless integration.
How to Integrate Instant Plugins in the Canvas App?
Apr 29, 2024.
Dataverse Accelerator by Microsoft introduces low-code plug-ins for real-time business logic workflows in Canvas apps. Learn step-by-step integration of Instant Plugin with Power Fx in Dataverse environment. Test and utilize the Instant Plugin for efficient app development.
How to Integrate Instant Plugins in the Power Automate Flow?
Apr 29, 2024.
Integrating instant plugins in Power Automate Flow enables seamless automation. Utilize connectors and triggers to link diverse apps and processes, enhancing efficiency with real-time actions and custom workflows tailored to your needs.
Using Plugin.Maui.Popup to Create Eye-Catching Popups in Apps
Feb 28, 2024.
Learn how to utilize Plugin.Maui.Popup to incorporate popup functionality into your Xamarin.Forms application. Follow step-by-step instructions to install the package, create custom popup pages, and call popups from the code behind.
What is Dataverse Low Code Plugin?
Jan 02, 2024.
The power of Low Code Plugins in Dataverse—no .Net custom code needed. Explore Instant and Automated plugins for seamless server-side business logic. Transform data effortlessly with Dataverse Accelerator.
Adding Nuget Packages/Dependent Assemblies into Microsoft D365 CRM Plugin
Dec 28, 2023.
Adding Nuget Packages into Microsoft D365 CRM Plugin.
Dev Express Data Grid Control for .NET MAUI: Free Lifetime Plugin
Oct 19, 2023.
DevExpress, a leading software development company, offers a powerful Data Grid Control designed specifically for .NET MAUI, a framework for building cross-platform mobile and desktop applications. This control, provided by DevExpress, is not only feature-rich but also comes with a remarkable benefit: it's available for a lifetime and is offered as a free plugin.
MOPUP (Alternative to Rg.Plugin.Popup) in .NET MAUI
Sep 08, 2023.
.NET MAUI, a cross-platform framework, empowers developers to build native mobile and desktop applications using C# and XAML. It enables the creation of apps that seamlessly operate on Android, iOS, macOS, and Windows, all from a unified codebase. This open-source platform is an advancement of Xamarin Forms, expanding its reach to desktop scenarios while enhancing UI controls for improved performance and extensibility.
Debugging a Dynamics 365 CRM Plugin
Jul 18, 2023.
Plugins are of two types, which are synchronous and asynchronous. We cannot debug the plugin on the runtime, rather we can do it using profiler.
Plugins and Event Execution Pipeline in Dataverse
Apr 19, 2023.
Plugin is a custom event handler that executes in response to a specific event raised during processing a Dataverse operation. It is a custom business logic implemented using custom class as a Class Library in .NET framework. It is compiled into a  assembly that can be uploaded and registered in Dataverse.
How To Get Weather Information And Seasonal Images Using Plugin
Feb 14, 2022.
In this article, you will learn about weather information and season images for your app using this beautiful plugin.
Error Logging Using D365 CE Plugin
Jan 30, 2022.
This article is about error logging using D365 CE plugins
Scully - Create A Custom Plugin
May 10, 2021.
In this article we will see How to create a custom Scully plugin
Useful Wordpress Plugins
Mar 18, 2021.
In this article you will learn about Useful Wordpress Plugins
PlugIn In Struts
Aug 03, 2020.
Plugins are struts elements that provide a listener like capability. They also allow developers to enhance web applications.
Plugin Profiler In Dynamics CRM
Jun 15, 2020.
In this article, you will learn about the Plugin Profiler in Dynamics CRM.
ASP.NET MVC - jQuery Date Picker Plugin
Jun 09, 2020.
This article is about integration of Jquery Date Picker Plugin using ASP.NET MVC5 platform.
Plugin Architecture using MEF Framework
Mar 09, 2020.
In this article, we will see how we can design a plugin solution using MEF.
ASP.NET MVC - jQuery Coming Soon Counter Plugin
Feb 10, 2020.
This article is about the integration of Jquery Countdown plugin with ASP.NET MVC5 platform
Using Eclipse Build A Simple Online Shopping Site With Angular IDE Plugin
Nov 20, 2019.
Using Eclipse IDE and by using Angular IDE plugin, we will explore about building a simple online shopping site.
ASP.NET MVC - jQuery Tooltip Plugin
Oct 03, 2019.
This article is about the integration of jQuery Qtip plugin with ASP.NET MVC5 platform.
ASP.NET MVC 5 - Time Picker Plugin
Apr 19, 2019.
This article is about integration and basic usage of the Bootstrap Time Picker jQuery plugin in ASP.NET MVC5 platform.
Auto Number Generation - No Code, No Plugin
Feb 22, 2019.
In our projects, we have a requirement in which we need to have a functionality to generate some numbers (prefix or suffix) on the creation of the record.
ASP.NET MVC 5 - Bootstrap Style Multi Select Dropdown Plugin
Nov 22, 2018.
This article is about integration of the Bootsrtap CSS style dropdown with enabling of multi selection choice by using Bootstrap Select plugin into ASP.NET MVC5 platform.
Xamarin.Forms - Image Slider Using Image Carousel Plugin
Aug 24, 2018.
In this article, you will learn how to slide images Using Image Carousel in Xamarin Forms.
How To Save An Image To A Specific Path In Ionic 3 Using Native Camera Plugin
Aug 23, 2018.
In this article demonstrates how to take picture in camera and save a picture specific path in ionic 3 using native camera plugin. The following tools and requirements should prepare before starting this article.
How To Create Plugins For XrmToolBox
Jun 11, 2018.
This article will help you to create your own plugins for XrmToolBox.
Using XrmToolBox Plugins Without An Internet Environment
May 22, 2018.
Use third party XrmToolBox plugins in On-Premises environments without internet acces.
Alert With Rg.Plugins.Popuppage
May 18, 2018.
This is my second article on the Rg.Plugins.Popuppage plugin. With the help of this plugin, we have to create a warning notification and we need to customize our type.
ASP.NET MVC 5 - Full Calendar jQuery Plugin
Dec 27, 2017.
This article is about using Full Calendar jQuery Plugin with ASP.NET MVC5 server side.
ASP.NET MVC 5 - Buttons In Datatables jQuery Plugin
Dec 26, 2017.
Table view is one of the most important and basic forms of presenting data on a web page. However, adding action to each row is equally important simply because action for each row leads to different results. Jquery Datatables plugin is one of the most used plugins, as I have demonstrated its integration in ASP.NET MVC5 - Datables Plugin Server Side Integration in one of my articles.
List Of Notification Libraries And Plugins For JavaScript And JQuery Used In ASP.NET MVC Razor
Aug 15, 2017.
JavaScript is a programming language whereas jQuery is a framework.
ASP.NET MVC 5 - JQuery Image Difference/Comparison Plugin
Jul 02, 2017.
This article is about interactive visual image comparison using JQuery based plugins. Modern web development focuses more and more on user interaction due to which there are tons of cool interactive plugins available to be integrated in any web platform. Twenty Twenty is one such plugin which provides interactive image comparison visualization. This JQuery based plugin can be utilized to showcase product comparison in a more interactive way.
Dynamic Navigation Menu For SharePoint Using Superfish jQuery Plugin
May 16, 2017.
Dynamic Navigation Menu For SharePoint Using Superfish JQuery Plugin.
ASP.NET MVC 5 - Bootstrap Style Dropdown Plugin
Apr 06, 2017.
This article is about Bootstrap style dropdown plugin integration with an ASP.NET MVC5 platform.
Five Quick Steps To Debug Your CRM Online Plugin
Oct 30, 2016.
This article is about steps to debug CRM Online plugin.
FusionCharts AngularJS Plugin
Sep 24, 2016.
In this article, you will learn about FusionCharts AngularJS Plugin.
SharePoint 2013 - How To Configure Data Connection With SQL Server Using Excel PowerPivot Plugin
Sep 20, 2016.
In this article, you will learn how to configure Data Connection with SQL Server, using Excel PowerPivot Plugin in SharePoint 2013.
Seven Must-Have Magento Plugins For Your E-Commerce Website
Sep 06, 2016.
Given is the list of seven must-have Magento plugins that you can install on your e-commerce portal to enhance its functionality.
Display Data In ASP.NET Using jQuery DataTables Plugin
Apr 03, 2016.
This article gives a walk-through of jQuery DataTables plugin to display the data stored in the database using ASP.NET web services.
Most Needed WordPress Plugins
Feb 10, 2016.
In this post we will discuss the most needed WordPress plugins for your WordPress site.
Getting Started With jQuery UI Plugin
Oct 05, 2015.
In this article I will explain jQuery UI Plugin use with jQuery UI interactions, widgets, effect and utilities.
Create Tooltip Without Any Plugin
Sep 25, 2015.
In this post we will discuss how we can create a tool tip by using jQuery.
jQuery Plugins
Jul 23, 2015.
In this article we will learn about jQuery plugins.