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
(1557)
Blogs
(900)
Resources
(333)
Videos
(190)
News
(120)
Articles
.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
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
Multiple Diagrams Per Model With Entity Framework and Visual Studio 2013
The Model First Approach in Entity Framework allows users to create and manage entity models using the EDMX file. It features a design surface for editing entities, a model browser for navigation, ...
Jignesh Trivedi
Aug 05, 2014
Real-World Expression Trees: Dynamic Filtering in C# with Minimal API
This article explores the practical use of expression trees in C# by building an ASP.NET Core web API with dynamic filtering functionality. It demonstrates how to construct flexible queries using e...
Tural Suleymani
Oct 06, 2024
Running a Standard .NET Console Application in Docker Container
We'll cover the essentials of containerization, including setting up your Docker environment, creating a Dockerfile, building your application image, and deploying it for seamless execution. En...
Sudhir Sharma
Apr 26, 2020
Overview of Minimal API
Minimal API in ASP.NET Core provides a streamlined approach to building HTTP APIs with minimal configuration. Introduced in .NET 6, it allows for lightweight API development without controllers, ma...
Manoj Kalla
Oct 01, 2024
Understanding the Working of Garbage Collector in .NET 9
The .NET 9 Garbage Collector enhances memory management through dynamic tuning, improved generation collections, and a refined compaction algorithm, ensuring efficient, automated memory handling wh...
Gurpreet Arora
Sep 30, 2024
No Records Available.
21
-
40
of
1557
<<
1
2
3
4
5
>>
C# Asynchronous Programming
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
Bootstrap