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
(1043)
Blogs
(208)
Resources
(10)
Videos
(27)
News
(28)
Articles
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
Implement a retry policy in .NET 6 Applications with Polly
Learn how to enhance fault tolerance in .NET 6 applications using Polly. This powerful library helps handle transient faults, timeouts, and resource unavailability with features like retry policie...
Jignesh Kumar
Nov 24, 2024
JSON Data Handling in SQL Server
SQL Server supports JSON for managing semi-structured data. You can store JSON in NVARCHAR(MAX) columns, parse it with JSON_VALUE, JSON_QUERY, and OPENJSON, and modify it using JSON_MODIFY.
Devesh Omar
Nov 26, 2024
Apache Kafka Without ZooKeeper
Apache Kafka Without ZooKeeper employs the KRaft protocol (KIP 500), replacing ZooKeeper for metadata management. This enables simplified deployment, enhanced reliability, and native support for Ka...
Chethan N
Feb 28, 2024
Working with JSON in .NET Core: Newtonsoft.Json, NetJSON, and System.Text.Json
In this article, we will learn three effective approaches to working with JSON in .NET Core using popular libraries: Newtonsoft.Json, NetJSON, and System.Text.Json.
Jignesh Kumar
Nov 24, 2024
Webgrid and Gridview in ASP.NET Core and .NET Core Explained
Learn dynamic paging and sorting in .NET Core using JavaScript and jQuery. Modify URLs with query strings for seamless server interaction, leveraging Bootstrap for responsive design and intuitive u...
Rama Dabburi
Nov 21, 2024
Introduction To Minimal API using ASP.NET Core 8
Minimal API in .NET Core 6.0 simplifies the process of creating HTTP APIs by reducing code verbosity and dependencies. It is ideal for microservices, offering advantages like lightweight routing, i...
Kirtesh Shah
Nov 21, 2024
Setup .NET Core on Windows Server with IIS Migration
This guide covers the installation of software required for .NET Core on Windows Server and the process of configuring IIS for hosting .NET Core applications.
Rama Dabburi
Nov 21, 2024
No Records Available.
View More
Learn Flutter
Challenge yourself
.NET Core
E-Book Download
Get Certified
Python - Beginner Level