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 Modular
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (4)
Ashutosh Singh (3)
Ziggy Rafiq (2)
Jitendra Mesavaniya (2)
Dhanapal Chandran (2)
Mohamed Azarudeen Z (2)
Allen Oneill (1)
Jalpa Dhola (1)
Jefferson S. Motta (1)
Rijwan Ansari (1)
Geo J Thachankary (1)
Sanjay Kumar (1)
Chetan Sanghani (1)
Rinki (1)
Dwarkesh Vajjala (1)
Ishika Tiwari (1)
Vikas Singh (1)
Ayush Gupta (1)
Jean-Pierre Bachmann (1)
Shivprasad (1)
Akshay Phadke (1)
Praveen Sreeram (1)
Ashish Bhatnagar (1)
C# Curator (1)
Amit Mohanty (1)
Jay Pankhaniya (1)
Afzaal Ahmad Zeeshan (1)
Anupam Singh (1)
Makrand (1)
Vinod Unnam (1)
Rion Williams (1)
Aravind Bs (1)
Related resources for Modular
No resource found
Organizing Resource Deployments Using Bicep
11/14/2024 11:01:24 AM.
Bicep modules simplify Azure resource deployment by enhancing organization, reusability, and maintainability. They allow for encapsulating deployment details into manageable components, enabling easy
Library Component Type in SharePoint Framework (SPFx)
11/9/2024 7:06:52 AM.
SPFx Library Components enable the creation of reusable, modular code in SharePoint. By centralizing utility functions, services, and UI elements, developers can enhance maintainability and consistenc
Vertical Slice Architecture with Code Examples in C# 12
10/22/2024 5:02:12 AM.
Get an overview of vertical slice architecture in C# 12 with Ziggy Rafiq. Build maintainable, scalable applications using feature-based organization with code examples, MediatR, and record types.
Learn CSS Frameworks Structure
8/28/2024 6:00:38 AM.
This article explores CSS frameworks and front-end architecture, highlighting modular design, functional CSS systems like Tailwind and Bulma, and best practices for consistency and performance. It com
Creating Dynamic Toast Notifications in Blazor
8/27/2024 12:20:09 PM.
Blazor is a modern framework by Microsoft for building interactive web applications using C# and .NET. It features a component-based architecture, ideal for creating reusable and modular UI elements.
Understanding the Interface Segregation Principle (ISP) with C#
8/21/2024 4:03:01 AM.
Explore the Interface Segregation Principle (ISP) from SOLID design principles to ensure code flexibility and maintainability. ISP advocates for breaking down large, unwieldy interfaces into smaller,
Detailed Explanation of Builder Design Pattern in C#
7/22/2024 6:26:29 AM.
The Builder design pattern is a creational pattern used to construct complex objects step by step. It separates the object's construction from its representation, allowing for varied configuration
Introduction to .NET Core
7/16/2024 6:20:58 PM.
.NET Core is a versatile, open-source framework by Microsoft, designed for cross-platform development. It offers high performance, a modular architecture, and supports multiple programming languages l
Learn Clean Architecture in .NET
7/4/2024 8:48:38 AM.
Clean Architecture is a software design philosophy that emphasizes creating maintainable, testable, and understandable systems by following principles like separation of concerns, dependency inversion
Dependency Injection (DI) in .NET Core with a Simple Example
7/4/2024 5:53:09 AM.
Dependency Injection (DI) in .NET Core enhances code modularity, testability, and maintainability by decoupling dependencies. It follows Inversion of Control (IoC) principles, where classes receive th
Styling in React with Styled Components and TypeScript
6/27/2024 4:54:20 AM.
Using Styled Components and TypeScript, Ziggy Rafiq illustrates how to enhance the styling of React applications. With Styled Components, you can write CSS in JavaScript, simplifying the management of
Understanding Inversion of Control and Dependency Injection
6/11/2024 7:16:26 AM.
IoC and DI are essential for modular, testable, and maintainable C#/.NET code. IoC transfers control of object creation to an external framework, while DI injects dependencies into classes. Implement
Understanding Vertical Slice Architecture: Structuring Vertical Slices
6/10/2024 10:32:20 AM.
At its core, a vertical slice represents a self-contained unit of functionality. It's a slice through the entire application stack. It encapsulates all the code and components necessary to fulfill
Basic Principles of .NET Core for Modern Development
6/3/2024 9:38:36 AM.
.NET Core, developed by Microsoft, is a versatile, cross-platform framework for modern applications. It offers modularity, high performance, and compatibility across operating systems. With strong co
Passing Values from Partial Views to Parent Views in ASP.NET MVC
5/30/2024 6:54:34 AM.
Learn efficient methods for sending values from partial views to parent views in ASP.NET MVC. Explore challenges, examples, and techniques like JavaScript messaging for seamless communication, enhanci
Mastering SOLID Principles in C# with Real-Time Examples
5/29/2024 5:39:49 AM.
Mastering SOLID principles in C# enhances software design by promoting maintainability, scalability, and robustness. These principles include Single Responsibility, Open/Closed, Liskov Substitution, I
Understanding Dependency Injection in Python
5/16/2024 9:22:58 AM.
Dependency Injection (DI) in Python is a design pattern that promotes loose coupling and enhances code modularity by injecting dependencies rather than hard-coding them. This technique involves passin
Clean Code Practices: Elevating Code Quality in C# Development
5/15/2024 4:07:20 AM.
This article delves into the significance of clean code practices in software development, tracing its history, emphasizing its necessity, and exploring its evolution. It includes practical C# code de
Plugin Based Application Using C# MEF
5/8/2024 10:53:40 AM.
Learn how to create a modular, extensible application using C# Managed Extensibility Framework (MEF). This tutorial explores plugin architecture, dependency injection, and dynamic loading for building
4 Real Time Use of Partial Classes and Partial Method
4/26/2024 12:17:26 PM.
Learn how to leverage partial classes and partial methods in real-time applications with C#. Explore their use for modular design, event-driven programming, and code organization. Discover how they en
ngInclude Directive In AngularJS
4/22/2024 6:42:43 AM.
The ngInclude directive in AngularJS enables dynamic loading of HTML templates, enhancing modularity and code organization. It facilitates the creation of single-page applications by allowing seamless
Explain about Event Handling in C# .Net
4/2/2024 4:20:04 AM.
In the world of C# programming, events are a powerful mechanism that facilitates communication between different components of an application. In this comprehensive guide, we'll delve deep into t
How to Use Modular Pattern in Javascript
3/20/2024 9:43:37 AM.
In this article, we will learn how to leverage the Modular pattern in JavaScript for better code organization and scalability. By encapsulating code into separate modules, you can achieve separation o
Refactoring Common Code with Azure Bicep User Defined Functions
3/19/2024 5:22:47 AM.
Learn how to use Bicep's new feature (in preview currently) called "User Defined Functions" to make deploying your cloud resources on Microsoft Azure easier. This blog will teach you a s
Creating a Java Package - Hands-On Guide
1/5/2024 5:27:48 AM.
In my preceding article, we delved into the foundational understanding of Packages and their significance in Java programming. Now, building upon that knowledge, this article aims to provide a practic
Interface Segregation Principle (ISP) in .NET 6 Core
11/15/2023 10:55:55 AM.
As we navigate the SOLID principles in the realm of .NET 6 Core, the Interface Segregation Principle (ISP) takes center stage. This principle emphasizes creating specialized interfaces for clients rat
Implementing the Visitor Pattern in ASP.NET Core Web API Using 3-Tier Architecture
11/14/2023 11:30:05 AM.
In an ASP.NET Core Web API employing a 3-tier architecture, the Visitor Pattern is utilized for efficient data manipulation in the C# Article model. The model, CSharpArticle, includes essential proper
Mediator Design Pattern in ASP.NET Core Web API with 3-Tier Architecture
10/19/2023 5:10:38 AM.
The Mediator Design Pattern is a behavioral design pattern that defines an object that centralizes communication between a set of objects. It promotes loose coupling between components by preventing d
Efficient ASP.NET Core Web API Development with Clean Architecture, Flyweight Pattern
10/11/2023 6:35:10 AM.
the implementation of the CarCompany CRUD operations within an ASP.NET Core Web API, following the Clean Architecture principles, has been successfully structured. The separation of concerns into laye
Building Scalable ASP.NET Core Web API with Onion Architecture and Abstract Factory Design Pattern
10/6/2023 9:41:41 AM.
This implementation serves as a foundation for building robust, modular, and scalable ASP.NET Core Web APIs. As the project evolves, additional features, security measures, and optimizations can be in
Inserting records in a database using stored procedure and ADO.NET technology
5/24/2023 6:37:22 AM.
In this article I will explain you how to use CommandType stored procedure to insert records in a database in a disconnected manner.
Mastering Bot Integration in Azure: Unleashing the Power of Clean Code
5/22/2023 12:26:26 PM.
his article dives deep into the world of bot integration in Azure, providing you with invaluable insights into the art of clean coding. Discover how to architect modular and structured code, implement
💥Unlocking the Power of CSS: Best Practices and Sample Code for Stunning Web Design
5/11/2023 5:11:07 AM.
Best practices to follow while styling CSS
Simplify Your Code with C# 12 Extension Methods
4/26/2023 4:46:27 AM.
C# 12's New Extension Method Features: Simplifying Your Code and Making It More Modular
Mastering Angular Best Practices: Tips and Tricks for Building Large-Scale Applications
4/21/2023 9:16:45 AM.
Boost Your Angular Game: Best Practices for Large-Scale Applications. From code optimization to server-side rendering, learn the top tips and tricks to master Angular development and build maintainabl
What Windows Runtime Can Teach .NET Developers
4/6/2021 9:42:57 AM.
In this article you will learn what Windows Runtime can teach .NET developers.
Implementing Modular Design Pattern And OOP In JavaScript
5/8/2020 6:29:23 AM.
In this article you will learn how to implement Modular Design pattern and OOP in JavaScript.
Modular Way To Develop AngularJS Single Page Application
12/13/2016 11:54:33 AM.
In this article, you will learn about the modular way to develop AngularJS single page applications.
Prism Modularity With Unity in WPF Using MVVM
12/12/2016 4:25:50 AM.
This article explains Prism Modularity with Unity in WPF using MVVM.
Simple Modularity Through Areas In ASP.NET MVC
7/1/2016 11:15:51 AM.
In this article, you will learn about simple modularity through areas in ASP.NET MVC.
Loading Assembly Dynamically and Calling Method (Modular Programming)
12/13/2011 11:58:07 PM.
Modular programming with silverlight is a really interesting topic. Because, Modularizing program plays a very important role while developing rich internet applications. As applications grow, there could be possibilities of performance hit due to not handling correctly.