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
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
How to Use Scoped Service from Singelton Service in .NET Core
This guide explains how to resolve scoped services from a singleton service, highlighting best practices to avoid common pitfalls and ensure proper resource management in your application.
Devesh Omar
Sep 30, 2024
Sending Emails Over .NET Framework, and General Problems Using C# Code
This article explains how to send emails using the .NET framework, focusing on the System.Net.Mail namespace. It covers the essentials of SMTP, the use of SmtpClient and MailMessage classes, and co...
Afzaal Ahmad Zeeshan
Feb 06, 2015
How To Add Dependency Injection In Your Sitecore Application
Dependency Injection (DI) is a design pattern that enhances code maintainability and reusability by allowing developers to create loosely coupled components. It facilitates unit testing and support...
Arkadeep De
Jan 07, 2021
Solid Introduction to Expression Trees in C#
This article provides a comprehensive introduction to Expression Trees in C#. You'll learn about their structure, how they represent code as data, and their applications in LINQ queries.
Tural Suleymani
Sep 26, 2024
Sitecore Experience Editor Tips for Content Author Instructions
This article demonstrates how to use a helper method in Sitecore to display informative or warning messages within the Experience Editor, aiding Content Authors in managing components effectively.
Daniel Gomez
Sep 25, 2024
Sending Emails in ASP.NET Core MVC Using SMTP
In this guide, we'll explore how to send emails in ASP.NET Core MVC using SMTP. We'll cover the essential setup, including configuring SMTP settings, creating an email service, and sending ...
Prakashkumar Sahoo
Sep 25, 2024
Explaning MongoDB Logical Operators
In MongoDB, logical operators are essential for constructing complex queries by combining multiple conditions. Key operators include $and (for all conditions), $or (for any condition), $not (to neg...
Rohini Parade
Sep 24, 2024
Chain of Resposability Pattern
The Chain of Responsibility is a behavioral design pattern that enables passing requests along a series of handlers. Each handler decides to process the request or forward it to the next in line. T...
Omar Rodriguez
Sep 24, 2024
How Does Your "Code Smell"
"Code smell" refers to indicators in code that suggest potential problems. Common examples include poor exception handling, magic numbers, and inefficient string operations. Other issues ...
Javeed M Shaikh
Oct 21, 2011
Understanding Chat Box in .NET
Discover how to integrate APIs and manage data storage for a seamless messaging experience. Perfect for developers looking to enhance their web applications.
Abhishek Jaiswal
Mar 05, 2014
Learn about Garbage Collector in .NET
This article discusses the .NET Garbage Collector and its role in memory management, distinguishing between managed and unmanaged resources. It highlights the limitations of using Objects. Finalize...
Hemant Solanki
Jan 26, 2014
Efficient Package Management in Large Enterprises with Directory.Packages.props
Managing NuGet package versions in large C# solutions can be challenging. The Directory.Packages.props file simplifies this by allowing you to define package versions in one central location, ensur...
Jeeva Subburaj
Sep 23, 2024
How to Download and Install the .NET Developer Framework?
Microsoft .NET Framework is a Windows-only version of .NET used to build client and server applications. To install it, visit the .NET downloads page, choose the required version, download the exec...
Arun Potti
Sep 23, 2024
Add rel="nofollow noopener noreferrer" to External Links in Sitecore
This guide explains how to enhance your Sitecore website's SEO and security by adding the attributes rel="nofollow", rel="noopener", and rel="noreferrer" to extern...
Daniel Gomez
Sep 20, 2024
Download Multiple Excel Files via Web API .NET and Angular
To export multiple Excel files, various approaches can be used, including downloading a zip file, creating multiple worksheets in a single Excel file, or calling APIs multiple times to retrieve fil...
Vignesh Kumar
Sep 20, 2024
No Records Available.
21
-
40
of
1542
<<
1
2
3
4
5
>>
Learn Internet of Things in 21 Days
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
MySQL