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 Reusable
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Uday Dodiya (4)
Aman Gupta (2)
Anuradha Rani (2)
Priyaranjan K S (2)
Chetan Sanghani (1)
Dharmeshwaran S (1)
Vijai Anand Ramalingam (1)
Harunraseed Basheer (1)
Praveen Sreeram (1)
Ankit Sharma (1)
Shaily Dubey (1)
Manoj Bhoir (1)
Jay Krishnareddy (1)
Ashok Dudi (1)
Cr Bhargavi (1)
Pawan Jajoo (1)
Ganesan C (1)
Chandani Prajapati (1)
Sarvesh Shinde (1)
Shriram Pophali (1)
Nanddeep Nachan (1)
Sunny Sharma (1)
Bhargava Ch (1)
Priyanka Jain (1)
Debasis Saha (1)
Usama Shahid (1)
Jignesh Trivedi (1)
Jinal Shah (1)
Mobeen Rashid (1)
Prashant Bansal (1)
Anupam Singh (1)
Suthish Nair (1)
Alessandro Del Sole (1)
Matthew Cochran (1)
Gaurav Chauhan (1)
Jean Paul (1)
Srinivas Sampath (1)
Chandra Hundigam (1)
Paul Lockwood (1)
Bruce Carson (1)
Related resources for Reusable
No resource found
Prototype Pattern: Cloning Objects in C#
9/18/2024 7:52:32 AM.
The Prototype Pattern is a creational design pattern that simplifies object creation by cloning existing instances instead of starting from scratch. Ideal for complex objects, it reduces initializatio
Singleton Pattern: Ensuring a Single Instance in .NET Core
9/17/2024 7:19:37 AM.
In this article, we learn about Singleton Pattern: Ensuring a Single Instance in .NET Core. The Singleton Pattern ensures a class has only one instance, providing global access. It's commonly used
Categorizing Design Patterns: Creational, Structural & Behavioral
9/16/2024 8:17:37 AM.
In this article we will learn about Categorizing Design Patterns: Creational, Structural, and Behavioral. It provides real-life examples, benefits, and challenges, offering developers insights for be
Builder Pattern: Constructing Complex Objects
9/14/2024 1:58:12 PM.
In this article, we learn about Builder Pattern: Constructing Complex Objects. The Builder Pattern simplifies the creation of complex objects through step-by-step construction. It enables flexibility,
Creating Reusable Modal Popups in a Java-Based Web Application
8/24/2024 7:32:38 AM.
Managing modal popups in Java web applications can be complex if code is duplicated across multiple JSP pages. This guide explores how to centralize and reuse modal code using JSP and servlets, enhanc
Building Dynamic and Reusable Modal Popups in Java Web App
8/23/2024 6:12:52 AM.
Learn to create interactive UI components that enhance user experience through modular, maintainable code. Ideal for developers seeking to improve their Java skills and design more responsive, scalabl
Custom Controls in C# Windows Forms
7/8/2024 7:52:38 PM.
Creating custom controls in C# Windows Forms enhances user experience by providing tailored functionalities. This guide covers deriving controls, combining multiple controls into composite ones, and i
Creating a Web Resource Based on React TypeScript in Dynamics 365
6/13/2024 8:02:59 AM.
Integrating React and TypeScript with Dynamics 365 enables developers to build responsive and maintainable user interfaces. This approach leverages modern web practices for enhanced performance, reusa
PnP Combo Box List Item Picker In SharePoint Framework
6/7/2024 10:23:01 AM.
Explore PnP React Controls for SharePoint Framework, including the Combo Box List Item Picker. Learn how to set up, implement, and deploy this control to select items from a list, enabling efficient
Converting Python Code into a Package for Open Source
5/7/2024 7:08:04 AM.
Learn how to transform your Python code into a reusable package and share it with others. This easy-to-follow steps covers the steps to package your code, choose a license, and make it open-source.
Building Azure Bicep Reusable Components with Private Registry
4/3/2024 10:28:04 AM.
In this article, we are going to learn how to reuse the Bicep Infrastructure as Code with your team and other teams across the Organization.
Creating A Reusable Grid Component For Blazor
2/8/2024 10:15:24 AM.
This article guides you through creating a reusable grid component for Blazor named BlazorGrid, enabling user data display in a grid format with client-side pagination support. It includes steps to cr
How to Create Reusable Confirmation Modals in Blazor Server
1/17/2024 1:39:29 PM.
In this article, we will learn how to make confirmation pop-ups in your Blazor Server applications easily. Follow a step-by-step guide using parameters and EventCallback to create reusable models, mak
PowerApps Reusable Component for left or top navigation
12/3/2023 2:33:27 PM.
In this post, we will see how to create a reusable component which could be used as left or top navigation.
Introduction to Generic
9/5/2023 8:34:49 AM.
This article describes an introduction to Generic Class, Methods, Delegates and Interfaces in C# programming.Generics in programming, often referred to as "generic programming" or "gene
Tips To Write Clean C# Code
9/5/2023 6:34:43 AM.
This article helps you to write a clean and robust C# code using some tips and tricks.
How to Create a NuGet Package For a .NET Library?
8/21/2023 8:38:42 AM.
Package your CAPTCHA library with NuGet for seamless integration in .NET projects. Simplify installation for developers, manage dependencies effortlessly, and enable smooth distribution of your ASP.NE
How to Create Reusable Form Control in PowerApps
8/3/2023 8:54:39 AM.
This article speaks about how to Create Reusable Form Control in PowerApps
Power Apps Signup Guide with Professional Email
7/28/2023 6:54:46 AM.
A deep dive on to how to do the signup to Powerapps with the personal email id and the professional email
Using Power Automate Connector To Create Flows
8/26/2021 2:50:51 PM.
In this article, you will learn how to use Power Automate Connector to Create Flows.
Higher-Order Components In React
8/17/2021 1:36:45 PM.
In this article, you will learn about Higher-Order components and how to implement it in React applications.
SPFx Cascading Dropdown In Property Pane
10/24/2020 8:29:21 AM.
In this article, we will see how to implement a cascading dropdown in the property pane using PnP React controls and PnP JS.
Create code less reusable components in PowerApps
8/3/2020 12:30:11 AM.
In this video article we will see how to create code less components in PowerApps which can be reused.
PowerApps - Custom "Gallery Pagination" Component
6/9/2020 7:56:18 AM.
This article is about how to consume my own custom reusable "Gallery Pagination" component in Canvas PowerApps.
SPFx Reusable PnP React control: TreeView
5/9/2020 1:10:01 PM.
Creating Reusable and Scalable Calendar Icon in HTML5 and CSS3
12/12/2019 3:43:39 AM.
This article explains how tro create a calendar icon for your blog or website, and yes, it is scalable, so you can resize it to any ratio and it will not be blurred just by changing a font-size.
Reusable Validation Method In SPFx
11/22/2019 8:06:39 AM.
In this article, you will learn about reusable validation method in SPFx.
Higher Order Component In React
8/12/2019 10:15:54 AM.
This article unravels the concept of Higher-Order Components in React and their usage.
Create Reusable View Using Razor Class Library In ASP.NET Core
4/3/2019 9:53:30 AM.
In this article, we will discuss the basic concept of Reusable View.
Building Reusable Component In Angular - Part Five
9/5/2018 7:57:53 PM.
Today, we’ll learn how to use reusable components in Angular. So here, we’ll see how to pass the data from component to views. We’ll raise the custom events. We’ll apply the styles to the HTML element
Razor Class Library - Create Reusable UI In ASP.NET Core
8/8/2018 1:47:30 PM.
Razor Pages is a new feature introduced with ASP.NET Core 2.0. They are much like MVC pages and have most of the feature of MVC but they are more focused UI implementation.
Creating Reusable Web Component And Using It With Angular
2/3/2018 10:56:33 AM.
In this post, I want to talk about the web components (Reusable) and why they are very useful to an organization, especially a large organization.
Understanding ASP.NET - Part Three - Building Reusable And Configurable Middlewares
7/12/2017 11:07:38 AM.
In this series we are learning about new Owin and Katana features in ASP.Net 4 and above. So, if you are new to OWIN then please go back and check other parts as well where we discussed all the detail
Migrate Reusable SharePoint Online Designer Workflows From One Site Collection To Another
3/7/2017 1:48:01 PM.
In this article, you will learn how to migrate reusable SharePoint Online Designer Workflows from one site collection to another.
Create And Publish Reusable Designer Workflows To SharePoint Online
2/18/2017 2:56:01 PM.
In this article, you will learn how to create and publish reusable designer workflows to SharePoint Online.
SharePoint 2013: How to Copy Reusable Workflows From One Site To Another Using Deployment Service
4/24/2016 6:56:19 PM.
In this article you will learn how to copy Reusable Workflows from one site to another using Deployment Service in SharePoint 2013.
Reusable Methods in Razor View Using Inline Helper(s)
5/31/2014 2:31:48 AM.
In this article I am going to describe a beautiful feature called inline helper of Razor View in ASP.NET MVC.
How to add reusable codes in Visual Studio Toolbox
1/17/2013 2:27:10 PM.
This article shows how to use the Visual Studio Toolbox to make reusable code available to any project.
Create and Export Custom Classes as Reusable Templates in VB .NET
11/10/2012 9:58:59 AM.
This article shows how to create a custom class and export it as a reusable template in Visual Basic.
C# Friendly Assemblies: Looking at Building Truly Reusable Components
10/3/2012 12:07:53 PM.
This article discusses how we can hide our base class implementation and require referencing of our objects through their interfaces. This keeps our own projects loosely coupled and also allows us to publish our assemblies as truly reusable components because they are 100% “Black box”.
Types of Actions in QTP in Testing
9/24/2012 12:49:02 PM.
In this article we discuss various types of actions.
Create Workflow Using SharePoint Designer
8/7/2012 4:10:00 PM.
In this article we experiment with the process of creating a workflow using SharePoint Designer 2010.
Building Reusable Components
2/14/2006 11:34:47 PM.
One of the main advantages of building components is to promote reusability.
Reusable System Information Component
1/5/2006 5:09:01 AM.
In this article we will create a reusable component, which retrieves the operating system information. We will explore ComponentModel and SystemInformation class also.
MP3 JukeBox
12/28/2005 11:46:47 PM.
This is stable code and more generic than the first release. It has better error handling now to make it more 'idiot proof'.
SQL Demo Login in C#
12/14/2005 7:24:51 AM.
This sample code contains a reusable control that allows you to build a dialog box that queries for SQL-Server connection parameters.