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
(1068)
Blogs
(213)
Resources
(10)
Videos
(27)
News
(28)
Articles
Static Lambda in C# 12 : Performance Improvement
This article explores Static Lambdas in C# 12, highlighting their performance benefits by preventing variable capture. Examples include sorting, filtering, parallel processing, and array operations...
Devesh Omar
Jan 02, 2025
What is MapGroup in Minimal API?
Learn about MapGroup in Minimal API, a feature in ASP.NET Core that allows developers to group related API endpoints together for better organization and cleaner code.
Jayraj Chhaya
Dec 30, 2024
Implement JWT Token in Net Core Api
This article covers the step-by-step process to secure your API using JWT for token-based authentication, ensuring secure communication and proper authorization. Perfect for developers looking to e...
Dashrath Hapani
Dec 28, 2024
API Gateway Example with .NET and Ocelot
Discuss the concept of an API Gateway using a sample .NET (Core) application. In this example, Ocelot (version 23.4.2) is used to manage key functionalities such as routing, rate limiting, and cach...
Champike Karunatilake
Dec 26, 2024
Custom middleware in .Net core
Create a custom middleware in .NET Core to handle unhandled exceptions, and log errors, and return a user-friendly JSON response. Integrate it into the pipeline and test with endpoints to ensure ro...
Dashrath Hapani
Dec 24, 2024
Containerize React JS and .NET Core Apps with Docker and Kubernetes
This guide demonstrates how to build a sample product management application using .NET Core Web API for the backend and React JS for the frontend. The app is containerized with Docker and Kubernet...
Jaydeep Patil
Sep 23, 2024
Excel Sheet Encryption using AES encryption in .Net
Learn how to use AES encryption in C# to secure data by encrypting and decrypting files, including CSV or Excel. Explore FileStream, CryptoStream, and the System.Security.Cryptography namespace for...
Sangeetha S
Dec 23, 2024
Performance Optimization In .NET Core - Tips And Tricks To Improve Application Speed
In this article, you will learn about Performance Optimization in .NET Core: Tips and tricks to improve application speed.
Amit Mohanty
Apr 12, 2023
Unit Testing in .NET Core with xUnit
One of the main aspects of software testing that a developer can manage themselves is unit testing. It is employed to test your code's tiniest elements. Unit tests are used to verify that your ...
Jaimin Shethiya
Dec 16, 2024
Implementing Localization in ASP.NET Core Web API
Learn How to implement localization in ASP.NET Core Web API enables developers to create multilingual applications by supporting various languages and cultures.
Geo J Thachankary
Dec 16, 2024
Implementing Versioning in ASP.NET Core WebAPI
Implementing Versioning in ASP.NET Core WebAPI. This article provides a step-by-step guide to implementing versioning in ASP.NET Core WebAPI, enabling backward compatibility, managing API changes, ...
Amit Mohanty
Jun 01, 2023
Modern Featured Entity Framework With SQLite DB Example
Learn to build a .NET Core application using C# async/await and SQLite with Entity Framework. Implement CRUD operations, handle asynchronous tasks, and explore efficient database interaction using ...
Sangeetha S
Dec 11, 2024
Token Caching in .NET 8 with Microsoft Entra ID
Learn how to optimize .NET 8 web apps with token caching using Microsoft Entra ID. Discover in-memory and distributed caching strategies to boost performance, reduce latency, and improve scalabilit...
Gowtham K
Dec 07, 2024
Rate Limiting In .NET Core
This article explores implementing rate limiting using middleware, configuring policies, and handling scenarios like API throttling. Learn to optimize your applications effectively with ASP.NET Core.
Dashrath Hapani
Dec 07, 2024
Customized Authentication Filters in ASP.MVC Core 6
Custom authentication filters in ASP.NET Core 6 allow you to implement personalized authentication logic. You can create custom attributes, middleware, or policy-based authorization to manage user ...
Dashrath Hapani
Dec 04, 2024
Create Worker Service and Deploy as Windows Service .NET Core
In this article, we will learn how to create a .NET Worker Service in Visual Studio, configure it as a Windows Service, and manage it using commands for seamless background task execution.
Sangeetha S
Dec 04, 2024
Understanding .http Files in .NET 8
Discover how to enhance API testing with Visual Studio's .http file feature. Learn to create and execute HTTP requests directly within the IDE, eliminating the need for external tools like Post...
Kirtesh Shah
Dec 01, 2024
CRUD Operations with ASP.NET Core API and EF Core
This article provides step-by-step instructions for building a RESTful API, integrating EF Core for database management, and performing essential data operations seamlessly.
Mayooran Navamany
Nov 29, 2024
Enhanced Exception Handling with IExceptionHandler in .NET Core 8
Learn about IExceptionHandler in .NET 8, a robust interface for handling exceptions in ASP.NET Core. Streamline error handling with custom logic, modular design, standardized API responses, and enh...
Jaimin Shethiya
Nov 28, 2024
Dependency Injection (DI) in .NET Core
In this article, we will learn how to configure services, implement constructor injection, and understand DI lifetimes (scoped, transient, singleton) for efficient application design.
Dashrath Hapani
Nov 27, 2024
No Records Available.
21
-
40
of
1068
<<
1
2
3
4
5
>>
Learn Machine Learning With Python
Challenge yourself
.NET Core
E-Book Download
Get Certified
Agile Development