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 Lean
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 (9)
Ayush Gupta (6)
Kautilya Utkarsh (4)
Ziggy Rafiq (3)
CSharp TV (3)
Rijwan Ansari (3)
Bikesh Srivastava (2)
Abiola David (2)
Ashutosh Singh (2)
Sanjay Mrinal Kumar Kodangi (2)
Jay Krishnareddy (2)
Ankur Mistry (2)
Jignesh Kumar (2)
Amit Mohanty (2)
Vinay Ayinapurapu (2)
Vitalii Honcharuk (2)
Manikandan Murugesan (1)
Habibur Rony (1)
Nitin Bhardwaj (1)
Tejas Agravat (1)
Pradeep Shet (1)
Priya Chavadiya (1)
Hari Lakkakula (1)
Ammar Shaukat (1)
John Godel (1)
Dhruvin Shah (1)
Jitendra Mesavaniya (1)
Abhishek Arora (1)
Sanwar Ranwa (1)
Rajeev Punhani (1)
Lokendra Singh (1)
Abhishek Yadav (1)
Darshan Adakane (1)
Shiv Sharma (1)
Nilanjan Dutta (1)
Chittaranjan Swain (1)
Akshay Phadke (1)
Vijai Anand Ramalingam (1)
C# Curator (1)
Mithilesh Tata (1)
Mahesh Chand (1)
Najath Risni (1)
Ajay Kumar (1)
Sarthak Varshney (1)
Nandan Hegde (1)
Abdul Raheem (1)
Satyaprakash Samantaray (1)
Chandani Prajapati (1)
Jagannath Sethi (1)
Tahir Ansari (1)
Ankur (1)
Priyanshu Agnihotri (1)
Narendra Singh (1)
Mohamed Azarudeen Z (1)
Harshit Pandey (1)
Naresh Beniwal (1)
Ravi Raghav (1)
Naimish Makwana (1)
Mahesh Alle (1)
Bhavesh Raval (1)
Kirtesh Shah (1)
Aymen Amri (1)
Bassam Alugili (1)
Munib Butt (1)
Debendra Dash (1)
Charalambos Hadjiantoniou (1)
Jay Pankhaniya (1)
Cristopher Coronado (1)
Related resources for Lean
No resource found
Repository Pattern in .NET Core for Clean Data Access
11/15/2024 11:24:56 AM.
Learn how to separate business logic from data logic, enhance testability, and reduce code duplication. By following these best practices, you’ll achieve modular, scalable applications in .NET Core.
Code Reviews to Eliminate Common Anti-Patterns
11/7/2024 9:52:19 AM.
Enhancing software quality by avoiding antipatterns in code reviews that cover antipatterns in the Input Kludge, Magic Pushbutton, Encapsulation Violation, Anemic Domain Model, and
Types in TypeScript
10/21/2024 9:56:16 AM.
TypeScript is a superset of JavaScript that introduces optional static types, enhancing code reliability and maintainability. It allows developers to define types for variables, functions, and objects
How to Build a Clean Architecture Web API with .NET Core 8
9/26/2024 9:15:22 AM.
Learn how to build a robust Web API using Clean Architecture principles with .NET Core 8. This guide covers essential concepts, including modular design, dependency injection, and best practices for A
Using C# 12 with Clean Code Practices
9/21/2024 3:37:12 PM.
Learn how to write cleaner, more maintainable code with C# 12 features such as primary constructors and improved pattern matching. This article explores practical examples and tips for applying clean
Cleaning the Resources: Finalize vs Dispose
9/19/2024 10:13:39 AM.
This article explores the concepts of Destructor and Dispose in C#. It illustrates the object's lifecycle, highlighting how constructors allocate memory and destructors clean up. The role of the G
SQL Subqueries: Correlated, Scalar, and EXISTS/NOT EXISTS
9/4/2024 9:30:54 AM.
Subqueries in SQL are powerful tools for complex queries. They include correlated subqueries, which depend on the outer query’s results, scalar subqueries that return single values, and EXISTS/NOT EXI
Lean Methodology vs. Agile Methodology
8/13/2024 5:27:51 AM.
Lean and Agile methodologies enhance efficiency and value delivery in project management. Lean, originating from manufacturing, focuses on waste reduction and process optimization. Agile, from softwar
Lean Methodology Guide for Software Development
8/8/2024 9:42:39 AM.
Lean methodology, inspired by Toyota’s manufacturing approach, enhances software development by eliminating waste, optimizing processes, and focusing on customer value. Key principles include value de
Azure Data Factory: Clean and Transform Multiple Data using Dataflow
8/8/2024 4:14:34 AM.
In this Data Engineering episode, I covered how to use Azure Data Factory Dataflow to read, appends multiple CSV files from ADLS Gen2, clean and transform the data and sink to the Azure SQL Database f
Wrapper Class vs. Object Composition with UseCase
7/18/2024 9:38:59 AM.
Explore Wrapper Classes and Object Composition in object-oriented programming. Learn how wrappers adapt interfaces and enhance functionality without altering code, ideal for legacy systems.
Best Practices for Writing Clean and Maintainable Codes
7/8/2024 8:51:02 AM.
This session will conclude with a summary of the key points and provide attendees and viewers with actionable takeaways to implement in their coding practices.
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
Understanding CQRS Design Pattern
6/27/2024 5:05:00 AM.
The CQRS (Command Query Responsibility Segregation) pattern separates the operations for reading and writing data in software architecture. It enhances scalability by segregating commands (writes) and
XAML Value Converter With A Simple Example
6/24/2024 8:59:15 AM.
Learn how to convert data formats using XAML's value converters, crucial for transforming string input (like from a textbox) into boolean values (for checkbox status). Explore setup, implementatio
Integrating Data Preparation into the Workflow
6/21/2024 7:35:36 AM.
In this article, we will Discover advanced techniques in data cleaning, transformation, and automation, crucial for enhancing machine learning outcomes and overall operational efficiency.
Agile Methodology Essential for Fast-Paced Software Development
6/13/2024 5:23:25 AM.
Agile methodology is a collaborative, flexible approach to project management, emphasizing iterative progress, customer feedback, and team collaboration. Originating from the Agile Manifesto in 2001,
Extract Plain Text From SharePoint Rich Textbox Field In Power BI
6/12/2024 9:42:53 AM.
Streamline data integration and visualization in Power BI by removing HTML from SharePoint list fields. Enhance reporting by transforming HTML-rich text into plain text. Follow the tutorial for effici
Using CTEs in PostgreSQL for Cleaner Efficient Queries
6/12/2024 5:23:30 AM.
In the realm of SQL databases, PostgreSQL stands out with its rich feature set, one of which is Common Table Expressions (CTEs). CTEs offer a powerful way to simplify and structure complex queries, ma
Expression Bodied Members: A New Feature of C# 6.0
5/29/2024 8:11:40 AM.
C# 6.0 introduced Expression Bodied Members, leveraging Lambda expressions to simplify syntax, reduce code, and enhance readability. These members streamline method and property definitions, offering
Conditional and Boolean Operators in Angular
5/21/2024 6:19:46 AM.
Angular leverages RxJS operators for conditional and Boolean operations on observables. Key operators include defaultIfEmpty, every, find, findIndex, isEmpty, takeWhile, skipWhile, and takeUntil, enha
Understanding the SOLID Principles in Object-Oriented Design
5/18/2024 6:36:28 AM.
The SOLID principles are five foundational design guidelines proposed by Robert C. Martin to create maintainable, flexible, and understandable object-oriented software, aiding in adaptability and ease
Memory Management Using Finalize And Dispose Method
5/17/2024 10:36:10 AM.
Memory management ensures efficient use of system resources. The finalize method performs cleanup before object destruction, The Dispose method releases resources explicitly, especially for unmanaged
Mastering Python Best Practices for Clean and Efficient Code
5/17/2024 7:10:25 AM.
In Python development, adhering to best practices is paramount for code clarity and efficiency. Embrace PEP 8 guidelines, document with docstrings, use list comprehensions, and handle exceptions judic
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
Enhancing Code Quality: Unit Testing & Coverage in C# Development
5/14/2024 10:09:32 AM.
Unit testing and code coverage are vital in software development, ensuring reliability and identifying bugs early. This article explores their history, needs, evolution, types, popular tools, and prac
Command Query Responsibility Segregation and its Evolution
5/14/2024 5:41:56 AM.
Command Query Responsibility Segregation (CQRS) separates read and write operations in system architecture, enhancing scalability and performance. This article explores its need, evolution, and implem
Use Of If Statement In R
5/7/2024 10:25:14 AM.
Explore the versatile use of if statements in R for decision-making and control flow. Learn how to implement conditional logic, perform data filtering, and drive program behavior based on logical test
Wrangling Outliers and Noise in Your Data
5/7/2024 9:04:21 AM.
This comprehensive guide explores the nuances between outliers and noise in data analysis. It delves into identification techniques and handling strategies, showcasing practical examples for effective
Spotting and Fixing Inconsistencies and Duplicates
5/7/2024 6:21:16 AM.
This article delves into the critical task of data cleaning for AI models. It covers identifying and handling inconsistent data through techniques like formatting, encoding, and imputation, alongside
How to write Clean code in C#?
5/6/2024 11:36:19 AM.
Writing clean code is important so that it makes reading code easier, helps us fix and update it faster, and ensures it works smoothly and reliably. Here we will look for few tips to write clean code.
Strategies for Handling Missing Values in Data Cleaning
5/6/2024 5:40:52 AM.
Handling missing values is crucial in data cleaning. By categorizing them as MCAR, MAR, or MNAR, we can apply appropriate techniques like replacing categorical values with the most common and numeric
The Crucial Role of Data Cleaning in Machine Learning
5/2/2024 4:12:49 AM.
Data cleaning is vital for machine learning models, ensuring accuracy by eliminating errors like missing values, outliers, duplicates, and noise, thus enhancing performance and fairness in predictions
Using Mediator In Web API's For CQRS Pattern
4/30/2024 9:36:30 AM.
Implement Mediator pattern in Web APIs to embrace CQRS architecture. Utilize separate commands and queries for handling requests, promoting better code organization, and decoupling components, enhanci
Real-Time Text Display in Power Apps
4/30/2024 9:16:05 AM.
Explore the seamless integration of real-time text input updates with Power Apps. Discover how effortlessly display text input changes dynamically in labels, enhancing user interaction and engagement.
💠 Clean Architecture End To End In .NET 5
4/30/2024 9:06:48 AM.
Explore the implementation of Clean Architecture in ASP.NET 5.0, covering aspects like Entity Framework Code First Approach, Dependency Injection, AutoMapper for object-object mapping, JWT Authenticat
Clean Code - Single Level Of Abstraction
4/25/2024 8:50:29 AM.
Discover the essence of clean code with Single Level of Abstraction. Elevate readability and maintainability by adhering to this principle, ensuring each function or method performs a single task at a
Delete Duplicate Rows In SQL Server From A Table
4/25/2024 8:49:52 AM.
In SQL Server, delete duplicate rows from a table efficiently using techniques like DISTINCT, GROUP BY, or ROW_NUMBER(). Ensure data integrity by considering primary keys or unique constraints.
ng-Hide And ng-Show In AngularJS
4/22/2024 6:38:58 AM.
ng-hide and ng-show are AngularJS directives for conditional display. ng-hide hides elements based on boolean expressions, while ng-show displays them. They enable dynamic content visibility toggling,
Site Closure and Deletion in SharePoint
4/18/2024 8:26:36 AM.
Implement site closure & deletion protocols in SharePoint 2013 for streamlined governance. Enforce policies, manage lifecycle, and utilize recycle bin for efficient site cleanup. Ensure compliance
Best Practices for Handling Exceptions in C#
4/16/2024 10:49:46 AM.
Learn effective exception handling techniques in C# with Ziggy Rafiq's comprehensive guide. Discover best practices for managing exceptions, including specifying exception types, logging errors, a
A Clean Architecture for Building Web Applications with ASP.NET Core MVC C#
4/9/2024 5:58:07 PM.
Discover a clean architecture approach for ASP.NET Core MVC web applications in C#, guided by Ziggy Rafiq for optimal design and development. ASP.NET Core MVC is a robust framework for constructing we
Understanding C# Data Types
4/8/2024 11:24:28 AM.
Understanding C# Data Types is essential for programming in C#. It involves grasping primitive types like integers, floating-point numbers, booleans, and characters, as well as complex types like stri
What Is Lean Framework, Origin Of Lean And The 5S Tool For Improvement💫
4/8/2024 8:36:44 AM.
The Lean framework, originating from the Toyota Production System, emphasizes waste reduction and efficiency. The 5S tool—Sort, Set in Order, Shine, Standardize, Sustain—improves workplace organizatio
Learn Principles Of Lean Thinking
4/5/2024 5:44:22 AM.
In this article, we will learn Principles of Lean Thinking" encapsulates the core tenets of Lean Manufacturing, emphasizing continuous improvement and waste reduction.
How to Remove Duplicate Email Items in Outlook
3/6/2024 7:22:26 AM.
Explore methods to remove duplicate email items in Outlook. Get the best solutions to remove duplicate email items from Outlook in easy steps.
WPF ProgressBar
2/20/2024 7:26:59 AM.
C# ProgressBar class represents a WPF progress bar controlupd. The <ProgressBar> XAML elements can be used to create a progress bar at design time. The code examples in this tutorial demo how to
Clean and Transform Data using M Code Stored in Text File
2/5/2024 8:32:26 AM.
In this video, I showed how to clean and transform data using M code stored in Text file in excel
Extending List Functionality with C# Extension Methods
1/22/2024 8:21:54 AM.
In this article, I will demonstrate How to create an extension method in c# for List type. I will explain how we can extend the functionality of List without a new derived class. I will create extensi
How to Clean and Replace Corrupted Files in Windows 11
1/17/2024 11:23:36 AM.
The SFC process usually takes 5–10 minutes to complete, but it may take longer if the task is heavy. If the process takes longer than an hour, it may be stuck.
A Guide for Building a .NET Project with Clean Architecture
1/2/2024 10:08:31 AM.
In this article we will take a closer look at the foundational thoughts and factors influencing our project creation. Clean Architecture emphasizes the separation of concerns and dependency inversion
Clean Architecture
1/2/2024 6:37:21 AM.
Embark on a learning journey into the world of Clean Architecture, a transformative paradigm in software development. Uncover its core principles, such as separation of concerns and testability, with
Clean Code : Avoid Too Many Parameters In Method
12/18/2023 6:12:39 AM.
In this article I will demonstrate code clean up by passing less number of parameters in method. One common challenge developers face is the Excessive parameters in their methods. Excessive parameter
Clean Architecture In ASP.NET Core Web API
12/11/2023 6:10:03 AM.
In this article, you will learn about Clean Architecture in Asp.net Core Web API.
How to Uninstall SPFx Tool Chain
12/8/2023 10:34:14 AM.
The article explains step by step process to uninstall and clean up SPFx tool chain in your Developer Environment.
New Features of Rust 1.73
11/2/2023 7:18:05 AM.
Rust 1.73 is a major release that includes a number of new features and improvements, such as impl Trait syntax, generic associated types, and improved borrow checker performance. These changes make R
Dispose or Finalize Choosing the Right Cleanup Mechanism in C#
11/2/2023 5:45:22 AM.
Dispose or Finalize Choosing the Right Cleanup Mechanism in C Sharp. This article provides a comprehensive understanding of the Dispose and Finalize mechanisms in C#, along with real-world examples sh
Open-Closed Principle (OCP) in .NET 6 Core
10/30/2023 5:50:49 AM.
As a beginner developer, you're likely on a quest to create clean, maintainable, and scalable code. One of the guiding principles in this journey is the "Open-Closed Principle" from the
Azure User Group Sweden: Building Cloud Native Applications using Microsoft Orleans
10/30/2023 4:25:20 AM.
In this code-heavy session, Johnny will explain what the Orleans framework is all about: What is the distributed virtual actor model? What are grains? What are silos?
Interpreter Pattern in ASP.NET Core Web API with Clean Architecture
10/18/2023 6:41:01 AM.
Explore the application of the Interpreter Design Pattern in an ASP.NET Core Web API, following Clean Architecture principles. This article delves into building a robust CarCompany CRUD system, emphas
Clean Architecture and Command Pattern in ASP.NET Core API Implementation
10/16/2023 8:25:42 AM.
Explore a clean and efficient approach to building a robust ASP.NET Core Web API for a Car Company, using Clean Architecture and the Command Pattern. Simplify CRUD operations with a structured and mai
Simplified ASP.NET Core Web API with Clean Architecture and Chain of Responsibility
10/16/2023 7:11:21 AM.
In the ever-evolving landscape of web development, creating a robust and maintainable API is crucial. ASP.NET Core, with its versatility and performance, provides an excellent foundation for building
API Development using Clean architecture and facade design pattern in Asp.Net Core Web API
10/16/2023 4:56:31 AM.
Implementing a complete solution with all the details you've requested involves a significant amount of code, and it might not be feasible to provide an exhaustive example here. However, I can giv
Clean Architecture ASP.NET Core Web API Proxy
10/13/2023 5:47:09 AM.
In the realm of modern web development, constructing a robust and scalable solution is paramount. This journey often involves harmonizing architectural principles and design patterns to enhance mainta
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
How to Build APIs using ASP.NET Core, a clean architectural approach, and the decorator design pattern
10/10/2023 6:32:14 AM.
Implementing the Decorator Pattern in an ASP.NET Core Web API with Clean Architecture involves structuring your application into layers and using decorators to add functionality to specific methods or
Decoding Clean Architecture Implementing the Bridge Pattern and API Operations in ASP.NET Core Web API
10/9/2023 8:45:27 AM.
By adhering to Clean Architecture principles, the codebase promotes a clear separation of concerns, ensuring that business logic is isolated from implementation details. This not only enhances code ma
Cleansing Files of Duplicate records via Azure Data Factory / Synapse
10/3/2023 7:04:16 AM.
Cleansing Files of Duplicate records via Azure Data Factory / Synapse - Part 1
Clean Architecture in ASP.NET Core 6 with CQRS
9/25/2023 6:33:45 AM.
An article about clean architecture and how to implement it in asp.net core 6 with Mediatr, AutoMapper, and CQRS technique
C# Built in Data Types
9/25/2023 4:19:44 AM.
We will discuss the different built-in types that are available in c#.
Using PowerApps Filter Function for All SharePoint List Columns
9/6/2023 7:25:35 AM.
This blog will show you how to use the Filter function to organize information in different SharePoint list columns, whether they contain words, numbers, dates, or choices. We'll make it easy with
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.
Generic in C#
9/1/2023 12:46:42 PM.
Generics in C# 2.0 revolutionize code design by decoupling classes and methods from data types. They're key in creating strongly typed, reusable, and performant code. You declare generics using th
How to Declare and Initialize a Tuple in C#?
7/31/2023 10:56:30 AM.
Learn about C# tuples: immutable data structures for grouping elements, useful for returning multiple values from methods.
Clean Architecture And CQRS Pattern
7/24/2023 11:30:03 AM.
In this article, you will learn about Design Patterns for achieving clean code architecture.
Knockout Two way binding radio button to an Observable
7/18/2023 5:37:50 AM.
Often we find it troublesome to bind a boolean type observable to a pair of yes/no radio buttons, this article shows how we can do that easily.
Data Preprocessing In Machine Learning
7/11/2023 8:21:50 AM.
Preprocessing in machine learning refers to the steps taken to prepare and transform raw data into a format that can be effectively utilized by machine learning algorithms
Clean Code in Your Cloud Work Flow with SonarCloud
6/12/2023 7:01:08 AM.
Automatic code analysis for .NET projects with SonarCloud
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
What Are The Data Types In Rust?
4/28/2023 5:38:40 AM.
What Is Boolean Keyword In Java
4/10/2023 7:41:40 AM.
in this article, you will learn What is the boolean keyword in Java
Clean Coding Practices In .NET - Unit Tests And SOLID Principles
3/20/2023 8:25:31 AM.
In this article, you will learn about Clean Coding Practices in .NET: Unit Tests and SOLID Principles.
Elasticsearch Boolean Queries
1/12/2023 1:28:15 PM.
In this article, we will see how to write Boolean queries and how it is working in Elasticsearch.
How To Clean Up The User Permission From SPO Site
1/11/2023 4:09:16 AM.
The document gives you an overview of what is User Information list and how to clean up the user information from the SPO sites
SQL Data Types
1/9/2023 8:38:40 AM.
In this article you will learn about SQL Data Types in detail.
ASP.NET Core Web API Clean Architecture With JWT Authentication
11/11/2022 2:36:48 AM.
In this article, you will learn about ASP.NET Core API Clean Architecture With JWT authentication and Swagger.
Clean Architecture With ASP.NET Core WebAPI
10/3/2022 8:53:18 AM.
Asp.net Core WebAPI - Clean Architecture, Clean Architecture With ASP.NET Core WebAPI
General Guidlines To Have A Clean And Maintainable Application
7/18/2022 8:31:35 AM.
In this article, you will learn about general guidlines to have a clean and maintainable application.
Modern Architecture Shop (Clean Architecture And Microservices)
6/24/2022 6:58:57 AM.
Modern Architecture Shop is a clean, lightweight .NET microservices application, showcasing the use of Dapr to build microservices-based applications.
The Simplified Clean Architecture Model
5/19/2022 2:22:47 PM.
In this article, you will learn about the simplified Clean Architecture Model.
Important Tips To Write Clean Code In C#
3/31/2022 9:18:33 AM.
In this article, we will see how to write clean code in C# .
Fast, Simplest And Clean O1 LFU Cache Algorithm Implementation In C#
3/24/2022 1:21:58 PM.
In this article, you will learn about fast, Simplest and Clean O1 LFU Cache Algorithm Implementation In C# using available default classes.
Fast, Short And Clean O1 LRU Cache Algorithm Implementation In C#
3/23/2022 6:09:56 AM.
In this article, you will learn about Fast, short and clean O1 LRU Cache implementation in C#
Clean Architecture With .NET 6 Using Entity Framework
3/22/2022 2:55:38 PM.
The scope of this article is to implement Entity Framework in Clean Architecture with .NET 6 and ASP.NET core Web API. Implement Entity Framework in Clean Architecture Solution with .NET 6 Implement a
Clean Architecture With .NET 6
3/16/2022 2:28:18 PM.
The whole idea of this architecture is to allow the core part, which consists of complete business logic and application entities, adaptive and flexible enough to deal with changing technology and int
Implementing A Clean Architecture In ASP.NET Core 6
3/9/2022 3:16:51 PM.
This post is the first part in a series of posts which describe my personal take on implementing a Clean Architecture with ASP.NET Core 6, and hopefully give you some ideas on how to go about building
Clean JSON String To Resolve HTML Content And Double Quotes Issue
2/28/2022 1:27:13 PM.
This article contains the solution to resolve the issue of the html content inside the JSON string response and double quotes issue and get the clean JSON object.
Clean Architecture with .NET 6 using Repository Pattern and EF - MVP Show ft. Rijwan Ansari
2/11/2022 4:11:40 PM.
Watch Rijwan Ansari as he talks about Clean Architecture with .NET 6 using Repository Pattern and Entity Framework.
What Is Clean Architecture
2/9/2022 7:17:12 AM.
The whole idea of this architecture is to allow the core part, which consists of complete business logic and application entities, adaptive and flexible enough to deal with changing technology and int
Implementing Clean Architecture On .NET
11/13/2021 3:22:07 AM.
In this article, you will learn how to implement clean architecture on .NET.