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
Containerize ASP.NET Core API with Docker for Azure Kubernetes
Containerizing an ASP.NET Core API with Docker and managing containers using Azure Kubernetes Service (AKS) involves several steps. Below, I'll provide a step-by-step guide to help you achieve ...
Sardar Mudassar Ali Khan
Sep 12, 2023
Azure Functions Proxies: URL Rewriting and API Composition
Azure Functions Proxies are a powerful feature that allows you to define proxies to control the behavior of HTTP requests and responses to and from your Azure Functions. You can use them for URL re...
Sardar Mudassar Ali Khan
Sep 12, 2023
Implement GraphQL endpoints using libraries like Hot Chocolate with ASP.NET Core
Creating GraphQL endpoints in an ASP.NET Core web API using Hot Chocolate involves several steps. In this example, we'll create a simple GraphQL API that manages a list of books. We'll use ...
Sardar Mudassar Ali Khan
Sep 12, 2023
Creating a File Zip Functionality in ASP.NET Core Web API
Creating a file zip functionality in an ASP.NET Core Web API involves several steps. In this article, we will go through each step, including setting up the project, creating the API endpoint, and ...
Sardar Mudassar Ali Khan
Sep 12, 2023
Containerization of the .NET Core 7 Web API using Docker: A Comprehens
Learn how to containerize a .NET Core 7 Web API using Docker. This step-by-step guide covers prerequisites, creating a Web API, configuring routing, testing locally, and containerization with Docke...
Ajay Kumar
Sep 11, 2023
Sending Messages with RabbitMQ in .NET Core
Here we will learn how to use RabbitMQ for sending message in dotnet core
Abhishek Saini
Sep 11, 2023
Efficient PDF Generation in ASP.NET Core Web API Using DinkToPdf
Generating PDF files in an ASP.NET Core Web API is a common requirement, and there are several libraries available to help with this task. In this example, I'll show you how to generate PDF fil...
Sardar Mudassar Ali Khan
Sep 09, 2023
Securing ASP.NET Core Web API with JWT Authentication and Role-Based Authorization
Securing APIs in an ASP.NET Core Web API involves implementing authentication and authorization mechanisms to protect your resources and ensure that only authorized users can access them. In this e...
Sardar Mudassar Ali Khan
Sep 09, 2023
Containerization of the .NET Core 7 Web API using Docker
Containerization of the .NET Core 7 Web API using Docker
Jaydeep Patil
Sep 09, 2023
Addressing Common Code Smells in ASP.NET Core
Code smells are common issues in software development that indicate potential problems in the code. In ASP.NET Core or any other programming language, addressing code smells is essential for mainta...
Sardar Mudassar Ali Khan
Sep 09, 2023
Securing .NET/ASP.NET Core Apps with Azure Key Vault Middleware
Securing secrets in a .NET/ASP.NET Core application using Azure Key Vault is crucial for protecting sensitive information like API keys, connection strings, and other configurations. In this exampl...
Sardar Mudassar Ali Khan
Sep 08, 2023
Boost Azure Function Performance Using Isolated .NET Core
Boosting the performance of Azure Functions using Isolated .NET Core is a great way to ensure that your serverless applications are both scalable and efficient. In this example, we'll walk thro...
Sardar Mudassar Ali Khan
Sep 07, 2023
Keeping Secrets Safe in .NET/ASP.NET Core Applications with Azure Key Vault
Securing secrets in .NET/ASP.NET Core applications using Azure Key Vault is crucial for maintaining the confidentiality and integrity of sensitive information such as API keys, connection strings, ...
Sardar Mudassar Ali Khan
Sep 07, 2023
Real-time Monitoring with Azure Application Insights in ASP.NET Core Web API
Azure Application Insights is a powerful tool for monitoring and diagnosing applications, including ASP.NET Core Web APIs. It provides real-time telemetry data, performance metrics, and logging cap...
Sardar Mudassar Ali Khan
Sep 06, 2023
Practical ASP.NET Core Unit Testing with xUnit, MOQ, and FluentAssertions
Explore ASP.NET Core unit testing with xUnit, MOQ, and FluentAssertions. Learn to set up your project, write tests, and mock dependencies for reliable software development.
Ajay Kumar
Sep 06, 2023
Implementing CQRS And Mediator Patterns With ASP.NET Core Web API
Get started with understanding the basics of CQRS and it's simple implementation using the MediatR Nuget package in ASP.NET Core Web API
Vineet Desai
Feb 07, 2022
Optimizing ASP.NET Core Web API Performance with Azure Cache and CDN
Using Azure Cache for Redis or a Content Delivery Network (CDN) can indeed help improve API response times and reduce the load on your server. In this example, I'll provide code snippets and st...
Sardar Mudassar Ali Khan
Sep 05, 2023
Serverless Computing with Azure Functions with ASP.Net Core Web API
ASP.NET Core Web API, along with a real-world use case, can be a powerful way to demonstrate the capabilities of serverless computing in Azure. In this example, we'll create a serverless Azure ...
Sardar Mudassar Ali Khan
Sep 05, 2023
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
No Records Available.
481
-
500
of
1029
<<
23
24
25
26
27
>>
Learn Machine Learning With Python
Challenge yourself
.NET Core
E-Book Download
Get Certified
.NET Core