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
(1031)
Blogs
(206)
Resources
(10)
Videos
(27)
News
(28)
Articles
SignalR to enable real-time communication between clients and the server
SignalR to enable real-time communication between clients and a server. SignalR is a library for ASP.NET that allows you to build real-time, interactive web applications. In this example, we'll...
Sardar Mudassar Ali Khan
Sep 04, 2023
Excel Sheet Generation in .NET Core 6 Web API and Angular 15
By implementing this approach, you create a hassle-free way for users to generate and download Excel sheets from your web application, improving data reporting and export capabilities. This can be ...
Jobin S
Sep 04, 2023
Containerize the .NET Core 7 Console Application using Docker
To containerize a .NET Core 7 Console Application using Docker, you'll need to create a Dockerfile, which is a script that specifies how to build the Docker image for your application. Here'...
Jaydeep Patil
Sep 04, 2023
Real-time Communication with WebSocket Protocol in ASP.NET Core
This example provides a foundational structure for real-time communication in ASP.NET Core using WebSockets. You can expand upon this foundation to create more complex real-time applications, such ...
Sardar Mudassar Ali Khan
Sep 04, 2023
Multilingual Support in ASP.NET Core Web API: Localization & Globalization Example
Implementing localization and globalization in an ASP.NET Core Web API involves configuring the application to support multiple languages and cultures, and then using resource files to provide tran...
Sardar Mudassar Ali Khan
Sep 04, 2023
API Documentation in ASP.NET Core Web API using Swagger/OpenAPI
Creating comprehensive API documentation for an ASP.NET Core Web API using tools like Swagger/OpenAPI or NSwag is a crucial step in ensuring that your API is well-documented and easy for other deve...
Sardar Mudassar Ali Khan
Sep 02, 2023
Optimizing API Performance in ASP.NET Core Web API with MiniProfiler and Glimpse
ASP.NET Core Web API's performance using tools like MiniProfiler and Glimpse. These tools are excellent for profiling and gaining insights into your application's performance, which can hel...
Sardar Mudassar Ali Khan
Sep 01, 2023
Web API Testing with xUnit, NUnit, MSTest in ASP.NET Core
writing unit tests, integration tests, and end-to-end tests for a Web API using xUnit testing framework in ASP.NET Core. Keep in mind that I won't be able to provide you with actual working cod...
Sardar Mudassar Ali Khan
Sep 01, 2023
Background Task Creation with Hosted Services and Workers
In a web application, there are tasks that need to be performed in the background, such as sending emails, processing data, or performing regular maintenance. These tasks are often non-HTTP-relate...
Sardar Mudassar Ali Khan
Aug 31, 2023
Rate Limiting Middleware In .NET 7
In this article, you will learn about Rate Limiting Middleware in .NET 7.
Ajay Kumar
Jan 30, 2023
Implementing Health Checks to Monitor Status and Health in ASP.NET Core
ASP.NET Core is a great way to monitor the status and health of your API services. Health checks allow you to periodically test the different components of your application and ensure they are func...
Sardar Mudassar Ali Khan
Aug 30, 2023
File Upload Handling: API Endpoint and multipart/form-data
ASP.NET Core Web API with the multipart/form-data content type. By following the steps outlined above, you can create an endpoint that allows users to upload files to your server.
Sardar Mudassar Ali Khan
Aug 30, 2023
Data Validation with Annotations, Custom Attributes, and Fluent Validation
Data Annotations are attributes provided by the System.ComponentModel.DataAnnotations namespace in C#. They allow you to declaratively specify validation rules and constraints directly within your ...
Sardar Mudassar Ali Khan
Aug 30, 2023
Mastering Dependency Injection and Third-Party IoC Integration
Dependency Injection (DI) is a design pattern used in software development to achieve loosely coupled components by allowing the injection of dependencies into a class rather than creating them wit...
Sardar Mudassar Ali Khan
Aug 29, 2023
Building a Bulk Email Sending Console App with NET Core 7.0
Building a Bulk Email Sending Console App with NET Core 7.0 entails the creation of a robust and versatile solution tailored to efficiently manage large-scale email distributions. Through a meticul...
Tahir Ansari
Aug 27, 2023
Web Application Enhancement: Action Filters for Cross-Cutting Concerns
Action filters are an integral part of many modern web frameworks, including ASP.NET MVC, ASP.NET Core, and others. They allow you to intercept and modify the request and response pipeline for an a...
Sardar Mudassar Ali Khan
Aug 28, 2023
Cache Notifications and Event-driven Architecture with NCache
In this article, let us discuss the importance of cache notifications in building an event driven application and how we can implement such a mechanism with an example in NCache
Sriram Kumar Mannava
Aug 27, 2023
Implementing Model Binding, Handling Binding Failures, and Utilizing a Custom Model Binder in ASP...
In ASP.NET, model binding simplifies the process of mapping incoming HTTP request data to the parameters of controller actions or methods. This process ensures that the data provided by the user is...
Sardar Mudassar Ali Khan
Aug 27, 2023
Enhancing Client Responses: Crafting Custom Middleware for Effective Error Handling
Designing a robust error handling mechanism and returning meaningful error responses to clients is crucial for enhancing the reliability and user experience of your ASP.NET Core Web API. Here's...
Sardar Mudassar Ali Khan
Aug 27, 2023
SQL Server 2017 Docker Container And Web API In .Net Core
In this article, we will be looking at how to use SQL Server 2017 Docker image.
Viswanatha Swamy
Jul 05, 2019
No Records Available.
501
-
520
of
1031
<<
24
25
26
27
28
>>
Learn Internet of Things in 21 Days
Challenge yourself
.NET Core
E-Book Download
Get Certified
PostgreSQL