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)
Articles
.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 Krishnareddy
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
Fededim.Extensions: ASP.NET Data Protection Integration
Fededim.Extensions.Configuration.Protected.DataProtectionAPI enables seamless integration between ASP.NET Configuration and the Data Protection API, providing enhanced security for sensitive data i...
Federico Dimarco
Nov 05, 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
Searching Items in Sitecore without Solr Indexes
In Sitecore, we often need to perform searches for items without using Solr. This article explores a recursive search approach using the ManualSearch class to retrieve specific items or lists from ...
Daniel Gomez
Oct 22, 2024
Serialization and DeSerialization in C#
Serialization is the process of converting an object into a storable format, such as XML, JSON, or binary, while deserialization restores it to its original form. Common types include XML, JSON, Bi...
Sanjay Kumar
Oct 21, 2024
Layer 2 vs Layer 3 Which One's Right for Your Project?
This article explores the unique features, advantages, and ideal use cases of each layer, guiding you in selecting the right solution to enhance scalability, efficiency, and overall performance for...
Lalit Bansal
Oct 21, 2024
Learn NLog Advanced Usage
This article explores implementing dynamic logging in multi-tenant applications using NLog. It discusses configuring NLog to enable debug logging on a per-request basis without modifying existing c...
Oleg Litvinov
Sep 23, 2024
Parallel Task in .Net 4.0
Today I will be talking about a new feature of Parallel Programming that was added to .Net 4.0.
Pradeep Shet
Jul 01, 2014
Get All Instances of SQL Server in C#
If you're writing a Database Manager application or simply want to retrieve all the instances,this trick might come in handy.
Ibrahim Ersoy
Jul 09, 2012
Solr Search in Sitecore
Solr Search in Sitecore" focuses on integrating the powerful Solr search engine with Sitecore CMS to enhance search capabilities. It covers configuring Solr for efficient indexing, optimizing ...
Daniel Gomez
Oct 08, 2024
No Records Available.
View More
Crystal Reports Tutorials
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Copilot