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
Building a Simple Socket Listener in .NET Core
In this article, we'll walk you through the process of setting up a basic socket listener using .NET Core. You'll learn how to create a Socket instance, bind it to an endpoint, and handle i...
Vikas Singh
May 20, 2024
Multi-Browser Session Logout in ASP.NET Core Without SignalR
The Automatic Multi-Browser Logout feature enhances the security and convenience of your online experience by ensuring that when you log out from one browser, you are automatically logged out from ...
Saroj Barisal
May 19, 2024
Understanding the SOLID Principles in Object-Oriented Design
The SOLID principles are five foundational design guidelines proposed by Robert C. Martin to create maintainable, flexible, and understandable object-oriented software, aiding in adaptability and e...
Ayush Gupta
May 18, 2024
Webhooks vs APIs Comparative Analysis Benefits and Uses
This article explores the history, need, evolution, drawbacks, and modern-day relevance of Webhooks and APIs in web development, focusing on implementation in C# using ASP.NET Core.
Ayush Gupta
May 17, 2024
API Architectures Evolution Analysis of SOAP REST and GraphQL
The Evolution of API Architectures: A Comparative Analysis of SOAP, REST, and GraphQL. This article explores the history, evolution, and modern relevance of SOAP, REST, and GraphQL in API developme...
Ayush Gupta
May 17, 2024
API Security Best Ways Implemented in .NET Core API
This article covers essential API security practices, including encryption, authentication, authorization, input validation, rate limiting, and continuous monitoring, to protect APIs against securi...
Jobin S
May 17, 2024
Understanding GraphQL: Revolutionizing API Development
GraphQL has emerged as a powerful alternative to RESTful APIs, offering efficient data fetching for modern web applications. Delve into its history, implementation in C#, evolution, drawbacks, and ...
Ayush Gupta
May 16, 2024
Implementing the Unit of Work Pattern with MediatR Pipeline
This article delves into integrating the Unit of Work pattern and MediatR pipeline to streamline data handling in software development. It covers their concepts, benefits, integration, and an examp...
Ajay Kumar
May 14, 2024
Abstract Class in .NET C#: Syntax, Usage and Example
Abstract classes in .NET C# provide a blueprint for other classes to inherit from. They contain abstract methods that must be implemented by derived classes. Learn syntax, usage, and see examples t...
Jaimin Shethiya
May 13, 2024
Use Multiple Environments in ASP.NET Core
In ASP.NET Core, leverage multiple environments like development, staging, and production to tailor your application's behavior and configuration for different deployment scenarios. Optimize se...
Kirtesh Shah
May 13, 2024
Abstract Factory Design Pattern in .NET Core C#
The Abstract Factory Design Pattern, according to the Gang of Four Definition, offers a means of encapsulating a collection of factories with a shared concept without defining their specific classes.
Jaimin Shethiya
May 10, 2024
Building CRUD Operations in .NET Core 8 with MongoDB
Learn to create CRUD operations in .NET Core 8 Minimal API with MongoDB via Entity Framework Core. Build RESTful endpoints for seamless data interaction, leveraging ASP.NET Core's capabilities ...
Jobin S
May 09, 2024
Dictionary vs HashTable in .NET C#
Explore the differences between Dictionary and HashTable in .NET C#. Learn about efficient key-value storage, hashing techniques, and performance contrasts. Discover when to use Dictionary<TKey,...
Jaimin Shethiya
May 08, 2024
Implementing Policy-Based and Role-Based Authorization in .NET Core
In this article, we’ll explore how to set up policy-based authorization and role-based authorization in a .NET Core application. We’ll cover key components such as authentication configuration, def...
Vikas Hooda
May 06, 2024
Understanding Garbage Collection in .NET Core
Garbage collection (GC) is a fundamental aspect of memory management in modern programming languages like C#. In the context of .NET Core, the GC system plays a crucial role in automatically reclai...
Vijay Pratap Singh
May 05, 2024
Inject a DbContext Instance Into BackgroundService in .NET Core
In this article, Learn how to inject and use a DbContext instance within a BackgroundService in .NET Core. Utilize dependency injection to access database operations from a background task, ensurin...
Chethan N
May 05, 2024
PayPhi Payment Gateway Integration in .NET Core
Pay Phi (PhiCommerce) Payment Gateway Integration in .NET Core. This article outlines integrating PayPhi with .NET Core for secure online transactions. It covers creating HTML pages, client-side sc...
Prakashkumar Sahoo
May 02, 2024
Deploying .NET 8 Core Web API in Cloud with .NET Aspire App"
Learn to build and deploy high-performance .NET Core Web APIs in cloud environments using ASP.NET Core. Explore best practices for scalability, containerization with Docker, and deployment on Azure...
Jobin S
May 01, 2024
.NET Core Performance: Caching, Lazy Loading, indexing & profiling
This article explores the world of performance optimization in .NET Core applications and SQL queries. Discover the science behind ensuring your software runs smoothly and efficiently through techn...
Vikas Singh
May 01, 2024
Entity Framework Core in .NET Core: MySQL Code-First Migration
This article walks you through how to use EF Core 5.0 in .NET Core 3.1 to implement a code-first approach to create/update a MySQL database on Visual Studio 2019 for a RESTful API application.
Xiaoping Wu
Dec 09, 2020
No Records Available.
201
-
220
of
1029
<<
9
10
11
12
13
>>
Learn Internet of Things in 21 Days
Challenge yourself
.NET Core
E-Book Download
Get Certified
C# for Beginners