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)
Blogs
Implementing the Saga Pattern in C#
Implementing the Saga Pattern in C# involves managing complex business transactions in microservices by coordinating a series of local transactions. This pattern ensures data consistency and resili...
Siva V
Jun 29, 2024
When to Use Query String Parameters and Path Parameters
Designing RESTful APIs involves choosing between query string parameters and path parameters for passing data. Query string parameters are suited for filtering, sorting, and pagination, appended to...
Siva V
Jun 26, 2024
Exploring Benchmarking Library for .NET
Benchmarking is a critical practice in software development, allowing developers to measure and compare the performance of different pieces of code. In .NET, one of the most popular libraries for b...
Siva V
Jun 25, 2024
Exploring the Experimental Attribute in C#
Discover how the Experimental Attribute in C# enhances your development process. This feature allows early adoption of new language features, enabling developers to test and provide feedback on upc...
Siva V
Jun 19, 2024
Notify Microsoft Entra ID Application Secret Expiry
Microsoft Entra ID enhances security with SSO, MFA, and user provisioning. Using Microsoft Graph API, retrieve application expiry dates to notify owners of impending secret expirations. Ideal for a...
Gowtham K
Jun 12, 2024
Creating a Standardized Response Model in .NET Core Web API
Learn how to implement a standardized response model in .NET Core Web API. This guide covers best practices for handling API responses and errors, ensuring consistent and efficient communication be...
Dwarkesh Vajjala
Jun 10, 2024
Exploring AI Tools and Their Usage for .NET Developers
Artificial Intelligence (AI) has rapidly transformed various industries, and software development is no exception. With the advent of AI-powered tools and libraries, .NET developers now have powerf...
Chetan Sanghani
Jun 02, 2024
Exception Handling in .NET 8.0
IExceptionHandler is an interface introduced in .NET 8 for handling exceptions globally. ASP.NET Core applications use this interface internally for their built-in exception handling. This method i...
Prasad Raveendran
May 26, 2024
A Historical Journey Through Application Architectural Design
From monolithic systems to cloud-native applications, the evolution of software architecture has shaped modern computing. This blog traces its journey from single-tiered designs to microservices, r...
Ayush Gupta
May 21, 2024
Load Balancing Evolution: From Basics to Network Architecture
Load balancing distributes network traffic across multiple servers to optimize system efficiency and reliability. It has evolved from simple algorithms in the 1990s to sophisticated, flexible, and ...
Ayush Gupta
May 21, 2024
Understanding Server-Side Tokens Vs Client-Side Tokens
Tokens are essential in web development and security, facilitating secure client-server communication. They enhance scalability, security, and efficiency in session management, pivotal in modern, d...
Ayush Gupta
May 21, 2024
Exploring Authentication Methods: History & Evolution
Authentication, evolving since the 1960s, progresses from passwords to biometrics, multi-factor authentication, and token-based systems. In a world of escalating cyber threats, robust authenticatio...
Ayush Gupta
May 21, 2024
Transportation Layer Security (TLS) and Secure Sockets Layer (SSL)
In today's digital age, securing information is crucial. SSL and its successor, TLS, are protocols essential for secure web communications, ensuring encrypted, authenticated, and private data t...
Ayush Gupta
May 21, 2024
Discovering Application Vulnerabilities with OWASP
Application vulnerabilities pose significant risks in our interconnected digital world. OWASP, through initiatives like the OWASP Top Ten, guides efforts to identify, mitigate, and manage these thr...
Ayush Gupta
May 21, 2024
DNS (Domain Name System): An Odyssey of Internet Navigation
The Domain Name System (DNS) is the backbone of the internet, translating human-readable URLs into machine-readable IP addresses. Learn about its genesis, evolution, and crucial role in navigating ...
Ayush Gupta
May 21, 2024
Understanding .NET Standard, .NET Core, and .NET Framework
.NET Framework, .NET Core, and .NET Standard are integral to Microsoft development. The former is Windows-centric, .NET Core is cross-platform, and .NET Standard unifies APIs across frameworks for ...
Ayush Gupta
May 19, 2024
Modern Web Application Architecture History and Evolution:
The evolution of web application architecture spans from early client-server models to modern microservices and serverless setups. Key milestones include monolithic structures, MVC patterns, rise o...
Ayush Gupta
May 17, 2024
New DataAnnotations in .NET 8.0
.NET 8 introduces new DataAnnotations to help you validate data easily. You can check if string lengths fall within set limits, ensure numbers are within a certain range, specify which values are a...
Prasad Raveendran
May 17, 2024
Thread Syncronization problem and its solution
Thread synchronization issues arise in multithreaded environments leading to race conditions and deadlocks. Solutions include locks, semaphores, and monitors to coordinate access to shared resource...
Amar Srivastava
May 13, 2024
Understanding Data Structures: Queue in .NET C#
Explore the Queue data structure in .NET C#, understanding its FIFO behavior with methods like Enqueue, Dequeue, and Peek. Learn practical implementations for efficient memory management and algori...
Jitendra Mesavaniya
May 12, 2024
No Records Available.
41
-
60
of
822
<<
1
2
3
4
5
>>
React.js for Beginners
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
TypeScript