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 Core
FOLLOW
.NET Core is a modular, cross-platform, and open source software development framework that is used to build Windows, Web, and Mobile applications for Windows, Linux and OS X platforms.
Articles
(1029)
Blogs
(206)
Resources
(10)
Videos
(27)
News
(28)
Articles
Compress and Reduce File Size of Images in ASP.NET Core
Compress and Reduce File Size of Images in ASP.NET Core
Amit Mohanty
Oct 01, 2023
Enhancing ASP.NET Core Web API Responses with Consistent and Predictable Wrapper Classes
In ASP.NET Core Web API, you can use wrapper classes to standardize the format of your API responses. A wrapper class typically contains a status code, a message, and the actual data payload. This ...
Sardar Mudassar Ali Khan
Sep 27, 2023
How to enable CORS in .NET 7
Enabling CORS (Cross-Origin Resource Sharing) in .NET 7 involves configuring your application to allow cross-origin requests. This is important when your web application hosted on one domain needs ...
Rahul Singh
Sep 26, 2023
ASP.NET Core Web API for CRUD Operations with MySQL
Creating a CRUD (Create, Read, Update, Delete) API in ASP.NET Core with a MySQL database is a common scenario in web development. In this article, we'll walk through building a complete ASP.NET...
Sardar Mudassar Ali Khan
Sep 25, 2023
Create ASP.NET Core CRUD API with MongoDB
In this article, we've built a complete CRUD API using ASP.NET Core and MongoDB. You've learned how to define a model, set up a MongoDB database, create a MongoDB context, and implement CRU...
Sardar Mudassar Ali Khan
Sep 25, 2023
Clean Architecture in ASP.NET Core 6 with CQRS
An article about clean architecture and how to implement it in asp.net core 6 with Mediatr, AutoMapper, and CQRS technique
Abdul Raheem
Sep 25, 2023
Task Management API with GraphQL in ASP.NET Core
Creating a complete CRUD (Create, Read, Update, Delete) operation using GraphQL in an ASP.NET Core Web API can be quite extensive, so I'll provide you with a simplified example using a "Ta...
Sardar Mudassar Ali Khan
Sep 22, 2023
NoSQL Databases for ASP.NET Core Web APIs
Microsoft Power BI empowers developers to craft highly customizable visuals using Vega and Vega-Lite's declarative JSON syntax. Create custom visuals in Power BI with our step-by-step guide, in...
Ajay Kumar
Sep 22, 2023
Creating CRUD API with Dapper in ASP.NET Core
In this example, I'll demonstrate how to perform CRUD (Create, Read, Update, Delete) operations using Dapper in an ASP.NET Core Web API with a real-world use case model named CSharpCornerArticl...
Sardar Mudassar Ali Khan
Sep 22, 2023
.NET Core Feature Flags
Explore the power of feature flags (also known as feature toggles or switches) in software development. Learn how to enable or disable individual features or code paths in .NET Core without deployi...
Jay Krishnareddy
Sep 22, 2023
Using .NET Core Option Pattern for Appsettings.json
This article guides you through reading configuration values from the Appsettings.json file in .NET Core using IConfiguration and the Options Pattern, covering connection strings, key-value pairs, ...
Rahul Singh
Sep 21, 2023
How to Avoid Bots on Private Applications
How to use userAgent to avoid bots in .NET Core applications. Implementing a middleware layer that filters incoming HTTP requests for known bot "User-Agent" strings is a practical way to ...
Jefferson S. Motta
Sep 21, 2023
SignalR AutoReconnect in ASP.NET Core
Explore ASP.NET Core SignalR's AutoReconnect feature, simplifying real-time communication. Learn how it ensures seamless connectivity, even in the face of network disruptions, with code examples.
Ajay Kumar
Sep 21, 2023
Enhancing Code Quality with SonarLint
In today's software development landscape, code quality is essential for success. It ensures smooth application functioning, simplifies maintenance, and enhances security. SonarLint is a vital ...
Alpesh Maniya
Sep 21, 2023
Simplify API Data Handling with ASP.NET Core Model Binding
In this article, we explore the versatile world of model binding in ASP.NET Core REST APIs. Model binding is a critical feature that simplifies data handling by automatically mapping HTTP request d...
Tahir Ansari
Sep 21, 2023
Data Annotations in .NET
In this article, we are going to learn about Data annotations and their importance in .Net Core. Data annotation is crucial in modern software development for ensuring data integrity and clarity. ....
Jay Krishnareddy
Sep 20, 2023
REST APIs vs. Web Services
distinguishing between REST APIs and Web Services is crucial. While these terms are often used interchangeably, they represent distinct approaches to facilitating communication between applications...
Tahir Ansari
Sep 20, 2023
Data Annotation Validation in .NET Core
This article explains how to create custom validation attributes in .NET, even though .NET provides built-in validation attributes. Custom validation attributes are useful when built-in attributes ...
Rahul Singh
Sep 20, 2023
Comparing JSON Deserializers
Often we come across situations to deserialize the json string to object and wonder which one is the best way.
Santosh Karanam
Sep 20, 2023
Error Handling in .NET Core Web API with Custom Middleware
In this article, we explore global exception handling in .NET Core Web APIs using Middleware. Middleware is a critical component in the request-response pipeline, offering flexibility in handling r...
Rahul Singh
Sep 19, 2023
No Records Available.
441
-
460
of
1029
<<
21
22
23
24
25
>>
Learn Angular 8 In 25 Days
Challenge yourself
.NET Core
E-Book Download
Get Certified
Generative AI