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
Explain Feature Flags in .NET Core
In this article, we will discover how to implement feature flags in .NET Core to control feature releases dynamically. Learn the best practices for toggling features on/off, managing configurations...
Jaimin Shethiya
Apr 03, 2024
Built In Rest Client in .NET Core
.NET Core provides a built-in REST client through HttpClient in the System.Net.Http namespace. It offers lightweight, cross-platform capabilities for seamless integration with web services, enablin...
Jaimin Shethiya
Apr 01, 2024
Routing to Controller Actions in ASP.NET Core
In ASP.NET Core, routing plays a pivotal role in directing incoming HTTP requests to the appropriate controller actions, enabling developers to build powerful and structured web applications.
Jitendra Mesavaniya
Mar 30, 2024
Options Pattern Named Options in .Net Core with examples
Learn how to implement the options pattern and validation in .NET Core using named and default options. Explore techniques for binding configurations, fetching options in APIs, injecting services i...
Jaimin Shethiya
Mar 29, 2024
Configuration Settings in .NET Core
Configuration settings are vital for .NET Core apps, enabling flexibility without code changes. Learn their anatomy, setup with JSON files, environment variables, and access methods for robust appl...
Ajay Kumar
Mar 29, 2024
Options Pattern in .NET Core with Examples
Options Pattern in .Net Core with examples
Jaimin Shethiya
Mar 28, 2024
Options Pattern Validation in .NET Core with Examples
.NET offers built-in resources for validating settings to ensure correctness without manual checks. Techniques like data annotations and custom validations streamline the process, enhancing configu...
Jaimin Shethiya
Mar 28, 2024
Optimizing Application Performance In-Memory Cache in .NET Core
In this article we will see how we can improve the performance of the application using IMemory Cache in .NETcore application.
Naimish Makwana
Mar 27, 2024
Enhancing Code Quality with SonarQube
In this article, we will explore SonarQube in detail, covering its features, benefits, and hands-on examples to demonstrate its usage in real-world scenarios.
Gourav Jain
Mar 27, 2024
Generate PDF Files in .NET Core 6 Web API Using PDFSharp
In this article, we will learn how to generate PDF Files in .NET Core 6 Web API Using PDFSharp. learn how to dynamically create PDF documents within a .NET Core 6 Web API application using PDFSharp.
Jobin S
Jul 17, 2023
C# HTTP Methods: Safe vs. Unsafe, GET vs. POST in .NET Core
Dive into advanced topics like dependency injection, service configuration, and implementing retry policies and circuit breakers. Elevate your API integration game with this comprehensive guide to ...
Vinoth Xavier
Mar 26, 2024
Optimize HttpClient Usage in .NET Core
Dive into advanced topics like dependency injection, service configuration, and implementing retry policies and circuit breakers. Elevate your API integration game with this comprehensive guide to ...
Vinoth Xavier
Feb 15, 2024
Unleashing the Power of Microsoft Copilot Stack in .NET Core
This article will talk about the power of the Microsoft copilot stack in.net core development with examples
Gourav Jain
Mar 23, 2024
Response Compression in .NET Core
Learn about HTTP compression techniques like Gzip, Deflate, and Brotli to reduce payload sizes and expedite data transmission. Configure response compression in ASP.NET Core, control compression ov...
Jaimin Shethiya
Mar 22, 2024
Background Services in .NET Core
In this article, we will learn Background Services in .NET Core allow developers to execute asynchronous tasks in the background, ensuring the smooth operation of applications.
Ajay Kumar
Mar 22, 2024
Simplifying File Uploads with .NET Core 7 Minimal APIs
Discover how .NET Core 7's Minimal APIs streamline file upload processes, enhancing development efficiency. Simplify backend tasks with minimalistic yet powerful approaches, optimizing file han...
Jobin S
Mar 21, 2024
Understanding Deadlocks in C# and .NET Core
Deadlocks, common in concurrent C# programs, occur when threads wait indefinitely for each other's resources. Learn prevention strategies and understand scenarios to ensure robust application e...
Ajay Kumar
Mar 18, 2024
Central Package Management (CPM) in .NET Core
Learn the power of NuGet's central package management (CPM) for efficient dependency handling across projects. Utilize Directory.Packages.props to centrally manage package versions for simplifi...
Jaimin Shethiya
Mar 13, 2024
OKTA Authentication in .NET Core API
Authentication in .NET Core API is crucial for securing endpoints, preventing unauthorized access, and ensuring data protection. This tutorial guides you through implementing Okta OAuth-based autho...
Ravi Raghav
Jul 05, 2023
Revolutionizing Software Architecture: .NET Core Web API and Microservices Paradigms
As we navigate the dynamic landscape of software development, it is paramount to consider real-world scenarios and apply architectural patterns that foster separation of concerns and flexibility. T...
Tuhin Paul
Mar 12, 2024
No Records Available.
261
-
280
of
1029
<<
12
13
14
15
16
>>
C# Asynchronous Programming
Challenge yourself
.NET Core
E-Book Download
Get Certified
Python