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
(1031)
Blogs
(206)
Resources
(10)
Videos
(27)
News
(28)
Articles
.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
Using Mediator In Web API's For CQRS Pattern
Implement Mediator pattern in Web APIs to embrace CQRS architecture. Utilize separate commands and queries for handling requests, promoting better code organization, and decoupling components, enha...
Sanjay Mrinal Kumar Kodangi
Dec 08, 2020
TDD (Test Driven Development) Using MSTest
Test Driven Development (TDD) using MSTest involves writing tests before code. With MSTest, developers create automated unit tests to validate small units of code. This iterative process ensures fu...
Nagaraj M
Dec 10, 2020
.NET Core : Implementing Authentication & Authorization in .NET Core Apps
This article provides a structured guide with code snippets and references for implementing authentication and authorization in .NET Core applications. It covers mechanisms such as Identity framewo...
Vikas Singh
Apr 29, 2024
Introduction To gRPC And its Implementation In .NET Core 3.1
Learn the fundamentals of gRPC and its integration with .NET Core 3.1 in this introductory guide. Discover how gRPC facilitates efficient, cross-platform communication using protocol buffers. Explo...
Tushar Beniwal
Dec 14, 2020
.NET Core: Architecture, Features, and Advantages Explained
In the realm of software development, staying ahead of the curve is crucial. With technology evolving at an exponential rate, developers are constantly seeking efficient, scalable, and versatile so...
Vikas Singh
Apr 25, 2024
Optimizing Security & Performance in .NET Core Apps for Heavy Loads
Secure and optimize your .NET Core apps for heavy traffic with strategies like load balancing, caching, authentication, encryption, and monitoring. Implementing these ensures both security and perf...
Vikas Singh
Apr 24, 2024
Implementing In-Memory Cache in ASP.NET Core Web API
Caching is a crucial technique for improving the performance and responsiveness of web applications by storing frequently accessed data in memory. In this article, we'll walk through a complete...
Sardar Mudassar Ali Khan
Apr 24, 2024
ConcurrentBag<T> in C#: Thread-Safe Collection Guide
In the world of concurrent programming in C#, managing data safely across multiple threads is a paramount concern. In this article, we'll delve into ConcurrentBag<T>, its usage, and provi...
Ashutosh Singh
Apr 23, 2024
Real-Time Data Transfer with WebSockets and SignalR in .NET Core
In this article, we'll explore how to implement WebSocket functionality using SignalR in a .NET Core application to retrieve data from a concurrent dictionary and push it to clients in real time.
Ashutosh Singh
Apr 22, 2024
Extracting Values from PDFs in .NET Core 8 without ASP.NET
In this article, we'll explore how to extract values from PDF files within the .NET Core 8 ecosystem without relying on ASP.NET, using the PdfSharpCore library. We'll provide a step-by-step...
Ashutosh Singh
Apr 21, 2024
Easily Extract Values from PDF Without AI Only Using .NET Core 8
In this post, we will be discussing extracting content from PDF file without using any AI algorithms.
Sarathlal Saseendran
Apr 20, 2024
Concurrent Dictionary for String Comparison in .NET Core
In .NET Core, the `ConcurrentDictionary<TKey, TValue>` class provides a thread-safe collection for storing key-value pairs, making it suitable for concurrent operations in multi-threaded envi...
Ashutosh Singh
Apr 20, 2024
Queue & Dequeue with Concurrent Dictionary in .NET Core
In multi-threaded applications, efficient handling of concurrent data structures is crucial to ensure thread safety and performance. While .NET Core provides a variety of thread-safe collections, e...
Ashutosh Singh
Apr 20, 2024
Avoiding Cross-Site Scripting (XSS) attacks in C# and .NET Core
Web development's security is vital, with Cross-site scripting (XSS) as a persistent threat. In this C# and .NET Core guide, we explore XSS defenses with practical techniques and examples.
Ajay Kumar
Apr 20, 2024
Dependency Injection and Service Lifetimes in .NET Core
Dependency Injection (DI) simplifies software development by promoting loosely coupled code, aligning with the Dependency Inversion Principle of SOLID. In this guide, we'll explore how to imple...
Ashutosh Singh
Apr 19, 2024
Keeping Your .NET Core API Safe and Sound
In today's digital landscape, where data is king and APIs (Application Programming Interfaces) reign supreme, ensuring the security of your API in .NET Core is paramount. In this article, we de...
Ashutosh Singh
Apr 19, 2024
C# 9 Record Types: Immutable Value Types, Syntax, & Usage
Records in C# provide immutable data structures for representing data. They offer concise syntax for declaring classes with value-based equality, read-only members, and built-in methods like ToStri...
Jaimin Shethiya
Apr 18, 2024
GraphQL In .NET Core Web API With Entity Framework Core - Part Four
In this article, we will explore advanced GraphQL integration in .NET Core Web API with Entity Framework Core. Part Four delves into optimized data access, schema design, and API development for ro...
Akshay Patel
Mar 06, 2019
No Records Available.
221
-
240
of
1031
<<
10
11
12
13
14
>>
Mastering SQL
Challenge yourself
.NET Core
E-Book Download
Get Certified
PHP Developer