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
(1542)
Blogs
(897)
Resources
(333)
Videos
(190)
News
(120)
Blogs
How to Use Single Sign-On for your ASP.NET MVC Application?
Learn how to implement Single Sign-On (SSO) for your ASP.NET MVC application. Explore key steps to enhance security and improve user experiences
Anirban Mukherji
Oct 28, 2024
Server-Sent Events in ASP.NET Core for Real-Time Push Notifications
This guide covers the basics of SSE, setting up a server-client connection, creating event-driven applications for continuous data updates, and enhancing user experience with live notifications.
Prasad Raveendran
Oct 14, 2024
Differences in Span
and List
This content explores the key differences between Span<T> and List<T> in C#. It covers aspects such as memory management, performance implications, and usage scenarios.
Aman Gupta
Sep 29, 2024
Harnessing C# Delegates: Invoking Methods Across Multiple Classes
Delegates in C# are versatile types that enable method references, allowing flexible, reusable code. They facilitate design patterns, encapsulation, and modularity. In practice, delegates can link ...
Rohit Pawar
Sep 06, 2024
Cascading Dropdown Functionality in Power apps
Creating cascading dropdowns in Power Apps enhances user interaction by filtering options based on previous selections. Using controls like Dropdowns and Combo Boxes, you can link data from sources...
Vishal Birajdar
Sep 04, 2024
Regular Expressions (Regex) in Depth
Regular Expressions (Regex) are powerful tools for text processing and validation. They allow you to define patterns for searching, parsing, and extracting data from strings. In C#, Regex helps wit...
Ayush Gupta
Sep 02, 2024
Mapping with Conditional Display in a .NET MVC Application
Learn how to map resumes to multiple job openings in a .NET MVC application. This guide covers database design, including Job, Resume, and JobResumeMapping tables. It details how to associate resum...
Aman Gupta
Aug 23, 2024
Centralize Modal Popups in .NET MVC to Simplify Code and Enhance
Learn how to centralize modal popups in .NET MVC to streamline your code and improve user experience. This guide covers best practices for managing modal dialogs, enhancing code reusability, and op...
Aman Gupta
Aug 23, 2024
Create Dynamic Error Based Log Information
This guide covers techniques for generating real-time error logs, automating error tracking, and managing log data effectively. Enhance your error handling with dynamic logging strategies.
Aman Gupta
Aug 22, 2024
Leveraging AI in .NET Core Development for Enhanced Capabilities
AI can enhance .NET Core development by automating tasks such as generating project templates, creating reusable components, and optimizing code. It assists with code generation, refactoring, testi...
Aman Gupta
Aug 22, 2024
What's New in the Upcoming .NET Framework and C# Versions?
Discover the latest features and improvements in the upcoming .NET Framework and C# versions. From enhanced performance to new language features, this update brings exciting changes for developers.
Mamta M
Aug 18, 2024
Learn About .NET 9 Preview 7 Released
This blog post looks at the key features that are included in the .NET 9 Preview 7 that was shipped this week. Microsoft's latest .NET 9 Preview 7 introduces key enhancements, including updates...
Mamta M
Aug 18, 2024
Integrating Stripe for Subscription Payments in an ASP.NET Core API
Adding a payment gateway like Stripe to an ASP.NET Core API application can simplify users. In this article, I will explore the steps to set up the Stripe subscription process. This includes regist...
Vipul Kumar
Aug 14, 2024
Thread Synchronization Problem and Its Solution
Thread synchronization ensures correct execution of concurrent threads by managing their access to shared resources. Key issues include race conditions, deadlocks, and resource contention.
Amar Srivastava
Aug 14, 2024
Exploring Span and Substring in .NET
Efficient string handling is crucial for performance-sensitive .NET applications. This blog explores using Span<T> for memory-efficient string manipulation compared to traditional Substring. ...
Prasad Raveendran
Aug 11, 2024
Health Checks in ASP.NET Core for .NET Microservices with Actuator
In a microservices architecture, ensuring that each service is running and healthy is crucial for maintaining the overall system's reliability. Actuator, a library inspired by Spring Boot Actua...
Siva V
Aug 07, 2024
CI/CD in Azure DevOps for .NET Microservices Product Order Services
In a microservices architecture, automating the deployment process ensures that changes can be delivered quickly and consistently. Azure DevOps provides a comprehensive set of tools to manage the l...
Siva V
Aug 06, 2024
Understanding FrozenDictionary in .NET 8.0
FrozenDictionary in .NET 8.0 offers a fast, immutable collection ideal for read-only scenarios. Located in the System.Collections.Frozen namespace, it provides thread-safe, memory-efficient access ...
Prasad Raveendran
Aug 04, 2024
Compilation and Execution of a C# Program in .NET Ecosystem
From writing C# source code to executing machine code, the journey involves several steps: compiling to Intermediate Language (IL) using the C# compiler, loading and verifying the assembly with the...
Siva V
Aug 01, 2024
From Local Development to Server Deployment: Hosting .NET Application
After successfully developing and testing your .NET application locally, the next crucial step is deploying it to a server so that users can access it. This process involves several key steps, from...
Siva V
Aug 01, 2024
No Records Available.
View More
Mastering SQL
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Copilot