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
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
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
No Records Available.
41
-
60
of
1568
<<
1
2
3
4
5
>>
Crystal Reports Tutorials
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
React Fundamentals