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)
Blogs
Expressions Builder In .NET And EF
In MVC applications using the Entity Framework, you may encounter situations where you have to extract data with your expressions. Let’s share how you can use Expression<Func<T, bool>> ...
Faisal Pathan
May 10, 2024
Exploring Tasks vs. Threads in .NET C#
In the realm of concurrent programming in C#, developers often encounter two fundamental constructs: tasks and threads. In this article, we delve into the intricacies of tasks and threads in the .N...
Jitendra Mesavaniya
May 06, 2024
How to Catch a Non-CLS Exception in .NET C#?
Some .NET languages, including C++/CLI, allow objects to throw exceptions that do not derive from Exception. Such exceptions are called non-CLS exceptions or non-Exceptions. In C# you cannot throw ...
Jitendra Mesavaniya
May 04, 2024
Exploring Parallel and Asynchronous Programming in .NET
In modern .NET development, managing concurrent operations efficiently is crucial for improving application performance and responsiveness. In this blog post, we'll delve into these approaches,...
Siva V
May 02, 2024
Build Multilanguage in .NET 8
Learn how to build a multi-language website using ASP.NET Core 8. This article covers key concepts like globalization and localization, demonstrates setting up the project step by step, including ...
Hardik Solgama
Apr 30, 2024
Simple CRUD Operations Using .NET with Entity Framework
This blog is related to a crud operation. In this blog, I show how to add, edit, delete, and get data from a database. I used Visual Studio 2022 and SQL Server 2019 for this crud operation . .
Hardik Solgama
Apr 30, 2024
Window Service Example (.NET Framework)
Learn how to create a Windows service application with detailed steps using .NET Framework. This guide covers project setup, app.config configuration, service code implementation, service lifecycle...
Hardik Solgama
Apr 30, 2024
Power of Databricks - With Order Management Example
n the era of big data, organizations face the challenge of processing and analyzing vast amounts of data efficiently. Databricks, a unified analytics platform built on Apache Spark, addresses this ...
Siva V
Apr 30, 2024
Blob Storage in Azure - .NET Application for File Upload/Download
In modern software development, the need to store and manage unstructured data such as images, videos, documents, and backups is ubiquitous. In this article, we'll explore what Azure Blob Stora...
Siva V
Apr 29, 2024
.NET Core Globalization Error: Scaffolding with Culture Support
Resolve the intimidating '.NET Core globalization-invariant mode' error with our expert walkthrough. Learn how to fix culture-related issues during Entity Framework Core database scaffoldin...
Dwarkesh Vajjala
Apr 29, 2024
SharePoint Integration: Registering Site for Client ID & Secret
Learn how to register a SharePoint add-in to generate client ID and client secret, along with granting the required permissions. This article provides a walkthrough of the registration process usin...
Dwarkesh Vajjala
Apr 26, 2024
Dynamic Registration of FluentValidation in .NET Minimal API
In the landscape of .NET development, validation is a critical aspect of ensuring data integrity and application robustness. FluentValidation is a widely adopted library that provides a clean and e...
Prasad Raveendran
Apr 26, 2024
Understanding Static Class and Members in C# with Constructors
Static classes and members play a crucial role in C# programming, offering a way to define elements that are shared across all instances of a class or accessible without creating an instance of the...
Siva V
Apr 25, 2024
Scaffold-dbcontext Strings for Database-First in .NET Core
This blog post guides you through different methods for generating DbContext and models in Entity Framework Core within an ASP.NET Core application. This comprehensive guide has you covered. Follow...
Dwarkesh Vajjala
Apr 24, 2024
Efficient Error Logging in C#/.NET: Using CSV Files
Learn how to effectively log errors in C#/.NET applications using two popular methods: CSV files and log4net. Discover step-by-step implementations and considerations for both approaches to streaml...
Dwarkesh Vajjala
Apr 23, 2024
Integration of .NET and OpenAI ChatGPT APIs: Custom Prompts & Data
Discover how to elevate your .NET projects with AI capabilities using ChatGPT OpenAI APIs. Learn to create custom prompts and enhance data interaction, unlocking new possibilities for innovation an...
Dwarkesh Vajjala
Apr 22, 2024
Implementing Long Polling in .NET for Real-Time Communication
Long polling is a technique used to achieve real-time communication between a client and a server. Unlike traditional polling, where the client repeatedly requests updates from the server, long pol...
Siva V
Apr 22, 2024
Maximizing SharePoint List Data Retrieval
Discover expert tips for optimizing data retrieval from SharePoint lists, including techniques to surpass the 5000-item limit. Learn how to leverage CamlQuery and efficient coding practices to stre...
Dwarkesh Vajjala
Apr 19, 2024
Understanding State Management in .NET Core
In .NET Core, various techniques and libraries are available for managing state, each catering to different scenarios and requirements. This article explores different state management techniques i...
Siva V
Apr 17, 2024
Top 10 Effective Methods to Improve API Performance in .NET
API performance play crucial role in determining the overall user experience of an application. In this blog post, we'll explore five effective methods to enhance the performance of APIs in .NE...
Siva V
Apr 16, 2024
No Records Available.
61
-
80
of
822
<<
2
3
4
5
6
>>
Learn Python
Challenge yourself
SOLID Principles
E-Book Download
Get Certified
MongoDB