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
.NET
FOLLOW
Microsoft .NET Framework is software development framework developed by Microsoft to build Windows client, enterprise, and web applications. Follow this category to keep up to date with .NET Framework news and tutorials.
Articles
(1543)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Articles
Understanding and Implementing the Builder Pattern in C# .NET
The Builder Pattern in C# .NET empowers developers to construct complex objects step by step, enhancing configurability and code maintainability. Learn its components, implementation, and benefits ...
Ajay Kumar
Feb 01, 2024
Building a URL Shortener with .NET
Create a powerful URL shortener using the versatile .NET framework, specifically ASP.NET Core. This guide walks you through setting up a database, implementing URL shortening logic, and configuring...
Ajay Kumar
Feb 01, 2024
Loading an Assembly on Demand
In this article, learn to dynamically load assemblies across different code bases, addressing challenges of location variations and avoiding locking in the current AppDomain.Explore the significanc...
Nitya Sharma
Jan 28, 2012
Understanding Event Sourcing Pattern in .NET
Event Sourcing, a potent architectural pattern in .NET, captures state changes through events, promoting auditability, time travel, and scalability. Learn its implementation and best practices for ...
Ajay Kumar
Jan 29, 2024
TaskCompletionSource and CancellationTokenSource in .NET
Explore the functionalities and use cases of TaskCompletionSource and CancellationTokenSource in the .NET framework for managing asynchronous operations, providing flexibility, and control, and bui...
Ajay Kumar
Jan 23, 2024
Difference between .NET 7 and .NET 8
This comprehensive comparison delves into the distinctive attributes of .NET 7 and .NET 8, shedding light on performance, integration capabilities, diagnostic tools, and compatibility. The article ...
Amit Mohanty
Jan 11, 2024
Learn How to Use C# 12 in .NET Framework 4.7.2/4.8 Solutions
Unlock the capabilities of C# 12 in .NET Framework 4.7.2 to 4.8.1 with Visual Studio 2022. Learn the upgrade process, and explore features like literals, nullable types, records, and array expressi...
Jefferson S. Motta
Jan 16, 2024
What is .NET Dataflow?
Embark on a magical journey into the realm of .NET Dataflow, a library weaving simplicity into parallel programming complexities. Practical examples unveil the enchanting powers of asynchronous pro...
Ajay Kumar
Jan 16, 2024
Understanding and Managing Server-Side (Output) Caching in .Net
IIS employs System.Web.Caching for efficient output caching. Utilize HttpRuntime.Cache.Insert for CRUD operations, specifying key, value, and optional parameters like dependencies, absolute expirat...
Abhishek Khandare
Jan 15, 2024
Text and Email Generation with Handlebars.NET Templates in .NET
Handlebars.NET, a robust templating engine in the .NET ecosystem, facilitates dynamic content creation for emails and text. With an intuitive syntax and support for helpers and partials, it enhance...
Ajay Kumar
Jan 10, 2024
What is Dispose Pattern in .NET?
Learn the indispensable Dispose pattern in .NET development for effective resource management. Understand IDisposable, implement the pattern, and follow best practices for reliable and efficient ap...
Ajay Kumar
Jan 10, 2024
External Logging for APIs with Serilog
With Serilog, logging for APIs and Windows Services becomes an effortless endeavor. By configuring Serilog to use external logging sources, you ensure that your application's behavior is well-d...
Tuhin Paul
Jan 09, 2024
Creating Unit Test project for NodaTime
Creating a NodaTime classlibrary project and adding Unit tests for that classlibrary. The creation of a NodaTime ClassLibrary project for .NET applications, emphasizing the importance of unit testi...
Chethan N
Jan 09, 2024
Understanding Collection Types in C#
Delving into collection types like IEnumerable and IQueryable in C# unveils their impact on data querying efficiency. While IEnumerable offers simplicity for in-memory operations, it might load unn...
Alpesh Maniya
Jan 09, 2024
Getting Started with Refit in .NET
HTTP requests in .NET with Refit, a powerful library simplifying API interactions. Learn to create API interfaces, make requests effortlessly, and handle responses with clean, concise code. Enhance...
Ajay Kumar
Jan 05, 2024
Azure Migrate Application and Code Assessment Tool for .NET
Explore seamless Azure migration with AppCAT, a powerful tool for .NET. Visual Studio and CLI installations, detailed analyses, and insightful reports empower coding excellence.
Sarthak Varshney
Jan 05, 2024
Understanding Concurrency in C#
This article is an introduction to Concurrency in C# that is going to explain the concept of CPU-bound and I/O-bound operations to understand the world of Concurrency better
Tural Suleymani
Jan 03, 2024
A Guide for Building a .NET Project with Clean Architecture
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 inversi...
Amit Mohanty
Jan 02, 2024
Understanding and Managing Class Explosion in Software Design
Understanding and Managing Class Explosion in Software Design
Nakul Chaudhari
Dec 31, 2023
Handling HTTP Post Request Method in AngularJS Frontend and C# Backend
The POST method in HTTP sends data to a server to create a new resource. It's used for submitting information—like form data or JSON payloads—to the server. Unlike GET, it's not idempotent,...
Kuppu Swami
Dec 29, 2023
No Records Available.
581
-
600
of
1543
<<
28
29
30
31
32
>>
Learn Internet of Things in 21 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
BlockChain