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
IHttpClientFactory In .NET Core To Avoid Socket Exhaustion
Learn how to effectively use HttpClient and IHttpClientFactory in .NET Core applications. Avoid common pitfalls of creating new HttpClient instances per request, leading to socket exhaustion. Disco...
Rohit Rao
Sep 02, 2020
Abstract Factory Method Design Pattern With .NET Core
Explore the use of design patterns in software development to solve common architectural problems. This guide demonstrates the Abstract Factory Design Pattern in C# with .NET Core, focusing on crea...
Thiago Vivas
Sep 07, 2020
RabbitMQ Messaging for .NET 8 Web API with Windows Client Part 2
Learn how to integrate RabbitMQ with a WebApi and a Console application. Establish communication between the producer and consumer using RabbitMQ queues. Utilize RabbitMQ's features for asynchr...
Debabrata Ghosh
Jun 04, 2024
Integrating .NET Core API with WhatsApp for Push Notification
Learn how to integrate .NET Core API with WhatsApp API to send push notifications and enhance user engagement with real-time messaging.
Sarthak Varshney
Jun 03, 2024
Basic Principles of .NET Core for Modern Development
.NET Core, developed by Microsoft, is a versatile, cross-platform framework for modern applications. It offers modularity, high performance, and compatibility across operating systems. With strong...
Dwarkesh Vajjala
Jun 03, 2024
Securing User Sessions: Implementing Multi-Tab/Multi Browser Auto Logout in .NET Core
Implementing auto logout for multi-tab/multi-browser sessions in .NET Core enhances user session security by ensuring that when a user logs out from one tab or browser, all active sessions across d...
Prakashkumar Sahoo
Jun 01, 2024
Unique ID Generator Xid.NET in .NET Core
A globally unique ID generator library called Xid.Net is prepared for safe and direct usage in your code. It offers an interface akin to that of the System.Guid produces lesser ids (12 bytes compar...
Jaimin Shethiya
May 31, 2024
Real-time Streaming with .NET Core and Kafka
Unlock real-time data processing potential with .NET Core and Kafka, leveraging event-driven architecture for seamless integration. Scale effortlessly, harnessing Kafka's pub/sub messaging and ...
Ajay Kumar
May 30, 2024
Securing ASP.NET Core APIs with Identity and JWT
In this article, we'll learn how to implement robust authentication and authorization for your ASP.NET Core APIs using ASP.NET Core Identity and JSON Web Tokens (JWT). We'll go through by s...
Vikas Singh
May 30, 2024
Optimizing Performance with Dapper with .NET Core API
Learn Dapper best practices for optimal database interaction in .NET applications. Explore techniques like using output parameters and handling multiple result sets in stored procedures. Enhance ef...
Jobin S
May 30, 2024
RabbitMQ Messaging for .NET 8 Web API with Windows Client Part 1
RabbitMQ Messaging for .Net 8 WebAPI with Windows Client Part 1," introduces you to integrating RabbitMQ with a .Net 8 WebAPI and a Windows client application. Learn the fundamentals of settin...
Debabrata Ghosh
May 30, 2024
What is Repository Design Pattern, Pros and cons
The Repository Pattern provides a way to manage data access logic, while the Unit of Work Pattern ensures that a series of operations are treated as a single transaction, maintaining data integrity.
Jaimin Patel
May 29, 2024
Integrating FullCalendar in .NET Core App with JavaScript
Integrate FullCalendar with .NET Core to create dynamic, user-friendly calendars for scheduling and event management. This guide covers setup, JavaScript customization, and backend integration, pro...
Prakashkumar Sahoo
May 27, 2024
Test Unit Using Refit in ASP.NET Core
Testing unit using Refit in ASP.NET Core involves verifying API requests and responses. With Refit, you can efficiently mock HTTP clients, perform integration tests, and ensure the functionality of...
Abhishek Suthar
May 24, 2024
Understand the Refit in .NET Core
We have a type-safe wrapper for communicating with HTTP-based APIs thanks to the C# Refit framework. We can build an interface that represents the API we want to interact with, rather than utilizin...
Jaimin Shethiya
May 24, 2024
Encrypt Decrypt Data with Sqids in .NET Core
Sqids is a helpful tool for obscuring numbers, such as consecutive numeric IDs, so they appear random and can be used in URLs and other contexts.
Jaimin Shethiya
May 23, 2024
View Uploaded Files in Google Drive from ASP.NET Core App
In this article, learn how to enhance your ASP.NET Core app by enabling users to view uploaded files directly in Google Drive. Follow our easy-to-understand guide to set up the Google Drive API, up...
Vikas Singh
May 21, 2024
Seamlessly Integrate .NET Core API with Angular
In this article, learn how to connect a .NET Core API to an Angular application. Follow a simple, step-by-step guide to set up the API, create an Angular service, and display API data in your app.
Vikas Singh
May 20, 2024
Understanding Docker: A Game Changer for Software Deployment
Docker, introduced in 2013, automates application deployment within containers, ensuring consistency across development stages. Despite some challenges like security and data storage, Docker simpli...
Ayush Gupta
May 20, 2024
Understanding and Implementing Application Logging
Logging is pivotal in app development, aiding in error detection and performance monitoring. Evolving from basic methods to sophisticated tools like SeriLog, it ensures app stability and reliability.
Ayush Gupta
May 20, 2024
No Records Available.
181
-
200
of
1029
<<
8
9
10
11
12
>>
Build Progressive Web Apps
Challenge yourself
.NET Core
E-Book Download
Get Certified
Windows Services