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 Design
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rijwan Ansari (1)
Geo J Thachankary (1)
Chetan Sanghani (1)
Shivprasad (1)
Sardar Mudassar Ali Khan (1)
Anupam Singh (1)
Related resources for Modular Design
No resource found
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,
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
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
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
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.