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
(1568)
Blogs
(900)
Resources
(333)
Videos
(190)
News
(120)
Articles
Goodbye Swagger: How .NET 9 is Redefining API Documentation
Explore the changes in .NET 9 API documentation as Swagger is removed from templates. Learn about alternatives like Microsoft.AspNetCore.OpenApi, NSwag, and custom UIs to adapt workflows and ensure...
Jay Krishna Reddy
Dec 06, 2024
.NET with MONGO Database Code Example
Learn MongoDB integration with .NET, from setup to CRUD operations. Discover its advantages, like cross-platform flexibility, high-speed data handling, and robust security, with code examples for s...
Sangeetha S
Nov 28, 2024
What is Params In C#?
In C# programming, the "params" keyword plays a crucial role in enhancing flexibility and convenience when dealing with methods that accept a variable number of the same type of parameter...
Santosh Karanam
Jan 31, 2024
Minimal Web API With .NET 9
In this article, you will learn about RESTFul Minimal Web API with .NET 6 and .NET 7. REST APIs use the REST architecture style to provide standardized resource access using HTTP verbs. Minimal AP...
Santosh Karanam
May 23, 2022
Learn To Use FileSystemWatcher in .NET 9
This article covers the setup, key features, and practical examples for tracking events like the creation, modification, deletion, and renaming of files or folders, making your file-handling tasks ...
Jefferson S. Motta
Nov 27, 2024
Creating a Scheduled Task in Sitecore
Learn how to automate tasks in Sitecore by creating scheduled tasks. This involves writing task code, creating commands, and setting up a scheduler. Automating tasks like content publishing or emai...
Daniel Gomez
Nov 26, 2024
Limit Concurrent Execution in Asynchronous Methods
In this article, we will learn how to finely control how many concurrent executions we will allow of our async methods, without blocking, using a semaphore.
Sean Franklin
Nov 22, 2024
Integrating Demo Registration with External APIs in ASP.NET MVC C#
We delve into the implementation of integrating an external API for vehicle registration within an ASP.NET MVC application. The method, Addadminvehicle, serves as a bridge between the web applicati...
Velladurai
Nov 22, 2024
.NET 9 CountBy: A New LINQ Powerhouse
.NET 9 introduces the CountBy method, a powerful addition to LINQ that enhances querying capabilities. This feature allows developers to count elements based on specified conditions efficiently.
Praveen Raveendran Pillai
Nov 20, 2024
Understanding .NET Binary Serialization
.NET Binary Serialization simplifies the process of converting objects into binary formats for efficient storage or data transfer. This guide explores serialization techniques, the BinaryFormatter ...
Praveen Raveendran Pillai
Nov 19, 2024
What's New in ASP.NET Core 9?
C# 13 enhances developer productivity with features like flexible params collections, scoped locks, and partial properties, allowing for streamlined coding, improved performance, and robust thread ...
Vijay Kumari
Nov 15, 2024
.NET 9 : Task.WhenEach
In .NET 9, the new Task.WhenEach method enhances asynchronous programming by processing tasks as they complete, allowing for more efficient handling of varying completion times. Happy coding!
Praveen Raveendran Pillai
Nov 18, 2024
.NET 9 : Params Collections
In .NET 9 the params keyword has been extended to support not only arrays but also other collection types like ReadOnlySpan<T> and IEnumerable<T>. This enhancement offers greater flexib...
Praveen Raveendran Pillai
Nov 15, 2024
.NET 9 is Out Now
This article explains in detail the latest release of .NET. The latest .NET ecosystem updates improve performance, security, and productivity across C# 13, ASP.NET Core, EF Core, .NET Runtime, Libr...
Jay Krishna Reddy
Nov 15, 2024
What are Different File Extension in .NET
This article explores key file extensions in ASP.NET, including.ASPX for web pages, which combine HTML and server-side code to generate dynamic content, and .CS for C# source files, essential for d...
Harshad Jaybhay
Sep 23, 2024
Sitecore Pipeline to add rel="noopener noreferrer" to a General Link
This guide explores how to utilize the Sitecore pipeline to efficiently add the rel="noopener noreferrer" attribute to general links. This attribute enhances security by preventing potent...
Daniel Gomez
Nov 02, 2024
Integrating OpenAI's Assistant API in .NET Applications
Integrating OpenAI's Assistant API in .NET empowers developers with advanced natural language processing capabilities. Using C# and Visual Studio, set up your project, manage API credentials se...
Amit Mohanty
Jul 07, 2024
DDoS Attacks and Prevention using .NET Core
This article covers the basics of DDoS (Distributed Denial of Service) attacks and prevention methods in .NET Core. It explains how to identify DDoS symptoms and apply preventive techniques, includ...
Devesh Omar
Oct 28, 2024
How to Download Data as CSV in C# Blazor App
In this article, we will explore the process of downloading data as a CSV (Comma-Separated Values) file in C#. CSV files are widely used for data interchange due to their simplicity and ease of use.
Akhil Rajeev
Oct 25, 2024
Mastering API Testing with Api.http Files in .NET Projects
The Api.http file in a .NET project is a text file containing one or more HTTP requests that can be executed directly from the development environment, such as Visual Studio or Visual Studio Code. ...
Satya Karki
Oct 23, 2024
No Records Available.
21
-
40
of
1568
<<
1
2
3
4
5
>>
Learn Django in 20 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
ASP.NET Core