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
(1044)
Blogs
(208)
Resources
(10)
Videos
(27)
News
(28)
Articles
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
Create Web Hook Url In ASP.NET Core Web API
Webhooks are a powerful way to integrate different systems, allowing real-time communication between them. They enable applications to send automated notifications or data updates to other systems ...
Vijay Pratap Singh
Apr 16, 2024
Using Dapper For Data Access In ASP.NET Core Applications
Dapper is a lightweight ORM for ASP.NET Core, offering efficient data access with minimal overhead. It simplifies database interactions by mapping query results to objects, enhancing performance in...
Geo J Thachankary
Nov 11, 2019
CLI Implementation in .NET Core: Create MVC Projects Easily
The dotnet CLI is a vital cross-platform tool for .NET Core development. It offers basic, project modification, and advanced commands, simplifying tasks like SDK listing, project creation, build, a...
Rushi Mehta
Dec 10, 2019
AppSettings - Six Ways To Read The Config In ASP.NET CORE 3.0
Learn six methods to read AppSettings in ASP.NET Core 3.0, including options pattern, configuration providers, IConfiguration interface, environment variables, and JSON files, ensuring flexibility ...
Fabio Silva Lima
Dec 09, 2019
Properly Setting Up .NET Core Projects
Properly Setting Up .NET Core Projects involves configuring project structure, managing dependencies via NuGet packages, selecting appropriate SDK versions and target frameworks, and adhering to be...
David Mccarter
Dec 08, 2019
No Records Available.
241
-
260
of
1044
<<
11
12
13
14
15
>>
Learn C# 8.0
Challenge yourself
.NET Core
E-Book Download
Get Certified
TypeScript