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
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
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
No Records Available.
201
-
220
of
1044
<<
9
10
11
12
13
>>
Learn JavaScript
Challenge yourself
.NET Core
E-Book Download
Get Certified
React Js