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
HttpClient vs IHttpClientFactory in .NET
In the realm of .NET Core development, managing HTTP requests efficiently is crucial for building robust and high-performance applications. In this article, we delve into the differences between Ht...
Jitendra Mesavaniya
Apr 16, 2024
Experimental Attribute in .NET & C#
The Experimental attribute is a new C# 12 feature that allows you to add the Experimental attribute to your types, methods, or assemblies to indicate that they are experimental features. When someo...
Jitendra Mesavaniya
Apr 15, 2024
Pagination in a .NET with EF Core
Pagination allows you to retrieve a large number of records split into pages instead of returning all the results at once. In this article, I present how to implement OffSet and Keyset pagination i...
Jitendra Mesavaniya
Apr 15, 2024
What is Generics in .NET C# with example
Generics in C# represent a cornerstone of modern software development, offering a powerful mechanism for creating reusable and type-safe code. This comprehensive article explores the fundamentals o...
Jitendra Mesavaniya
Apr 15, 2024
Exploring Frozen Collections in .NET 8 With Benchmarking
Frozen Collections is a new .NET 8 feature that can be used to create Dictionaries and Sets for faster read operations when you don’t need to make changes after the creation. In this article, I pre...
Jitendra Mesavaniya
Apr 14, 2024
New LINQ Methods in .NET 9 Preview
While the release of .NET 9 is planned for November 2024, the preview version is already available. One of the new .NET 9 features is the new LINQ methods: CountBy, AggregateBy, and Index. In this ...
Jitendra Mesavaniya
Apr 14, 2024
Health Checks in .NET Core with AspNetCore.HealthCheck.UI.Client
Implementing health checks in .NET Core applications ensures reliability. Using AspNetCore.HealthChecks, monitor application health and dependencies, facilitating proactive issue identification for...
Ajay Kumar
Apr 13, 2024
Get And Create Google Calendar Events In .NET
Manage Google Calendar events seamlessly in .NET using Google.Apis.Calendar.v3. Retrieve, create, update, and delete events with ease, integrating Google Calendar functionality into your .NET appli...
Siddharth Vaghasia
Nov 27, 2019
What's new in .NET 9? .NET 9 Preview 3
We're excited to announce the release of .NET 9 Preview 3, packed with new features and improvements across .NET Libraries, Runtime, and SDK. This preview release brings enhancements aimed at b...
Jitendra Mesavaniya
Apr 12, 2024
What is Object Mapping in .NET and AutoMapper ?
Object mapping plays a crucial role in modern software development, particularly in .NET applications where data transformation between different layers is a common requirement.
Jitendra Mesavaniya
Apr 10, 2024
Parallel Programming with SemaphoreSlim in .NET
SemaphoreSlim in .NET enables efficient concurrency management, regulating resource access and ensuring thread safety. It's crucial for robust parallel programming, offering scalability without...
Ajay Kumar
Apr 09, 2024
.NET Synchronous vs Asynchronous
Synchronous programming in .NET involves sequential execution, blocking the current thread until a task completes. Asynchronous programming, on the other hand, enables non-blocking execution, impro...
Dashrath Hapani
Apr 04, 2024
All-in-One Architecture/Monolithic Architecture in .NET
The "All-in-One" architecture, also known as the Monolithic architecture, is a traditional software design approach where all components of an application are tightly integrated into a si...
Jitendra Mesavaniya
Apr 04, 2024
How to Send an Email With Image in C#
Send emails with images in C# using System.Net.Mail. Create an alternate view to embed images within HTML content. Utilize LinkedResource to reference images and SmtpClient to send MailMessage with...
Rahul Bansal
Jul 28, 2014
Hiding the Version Information of .Net Framework Due to Security Issue
Learn how to address the "medium-level" security issue of information disclosure in .NET Framework. Follow steps to create a sample website, identify the problem of version information d...
Rahul Bansal
Jun 04, 2014
Auth0 App Registration - JWT Generation & Validation with Public Key
Auth0 offers robust solutions for app registration, JWT generation, and access token management. Developers configure settings, generate JWTs signed by Auth0's private key, and validate them us...
Muhammad Asif
Apr 03, 2024
Explain about Event Handling in C# .Net
In the world of C# programming, events are a powerful mechanism that facilitates communication between different components of an application. In this comprehensive guide, we'll delve deep int...
Jitendra Mesavaniya
Apr 02, 2024
.NET API Login and Registration using Identity
Secure your .NET web applications with Microsoft Identity for seamless authentication and authorization. Follow this guide to implement user registration and login functionalities effectively, enha...
Ajay Kumar
Apr 01, 2024
Publishing .NET Applications with 'dotnet publish'
Publishing .NET applications with dotnet publish is essential for deployment. This tool compiles code resolves dependencies, and creates a self-contained directory for easy distribution and executi...
Ajay Kumar
Apr 01, 2024
.NET Strategies for Seamless Integration of Decorators
This article explores the integration of decorators in .NET projects, emphasizing design patterns and best practices. It provides examples and strategies for extending functionality dynamically whi...
Ajay Kumar
Mar 30, 2024
No Records Available.
501
-
520
of
1543
<<
24
25
26
27
28
>>
React.js for Beginners
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
CSS