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
Implementing CQRS and Event Sourcing with .NET Core
This article explores implementing CQRS (Command Query Responsibility Segregation) and Event Sourcing with .NET Core. It covers the basics of CQRS and Event Sourcing, including commands, queries, a...
Ajay Kumar
Jul 19, 2024
How to Generate Server Side Reports in .NET Core
Explore server-side reporting in .NET Core with top free packages: DinkToPdf, FastReport Open Source, and Report.NET. These tools simplify PDF generation from HTML and custom reports, offering cost...
Nikunj Satasiya
Jul 19, 2024
Implementing a Audit Trail in ASP.NET Core Web API
Learn how to implement a robust audit trail in an ASP.NET Core Web API using Entity Framework Core and SQL Server. This comprehensive guide covers setting up the project, defining data models like ...
Sardar Mudassar Ali Khan
Jul 17, 2024
Custom Formatter with Content Negotiation in .NET Core Web API
The process of choosing the best resource for a response when there are several resource representations available is known as content negotiation. Although content negotiation has been a feature o...
Jaimin Shethiya
Jul 17, 2024
Microservices Architecture with .NET Core
Microservices architecture, using .NET Core, enhances scalability, resilience, and maintainability by breaking down applications into independently deployable services. Each service manages its own...
Chetan Sanghani
Jul 17, 2024
Securing .NET Core Applications: Best Practices and Techniques
In today's interconnected world, security is paramount for any application, especially those built on .NET Core. With its flexibility and scalability, .NET Core empowers developers to create ro...
Chetan Sanghani
Jul 16, 2024
Authentication and Authorization in ASP.NET Core
Learn about implementing robust security in ASP.NET Core with a focus on authentication and authorization. This guide covers ASP.NET Core Identity, claims-based and role-based authorization, JWT, O...
Chetan Sanghani
Jul 16, 2024
Comprehensive Guide to Unit Testing in .NET Core
Unit testing in .NET Core is essential for ensuring code quality and functionality. Using frameworks like xUnit and NUnit, developers can write effective tests to detect bugs early, support code re...
Chetan Sanghani
Jul 16, 2024
Building RESTful APIs with ASP.NET Core
In today's interconnected digital landscape, creating robust and efficient APIs is crucial for enabling seamless communication between applications. ASP.NET Core, the open-source framework from...
Chetan Sanghani
Jul 16, 2024
Introduction to .NET Core
.NET Core is a versatile, open-source framework by Microsoft, designed for cross-platform development. It offers high performance, a modular architecture, and supports multiple programming language...
Chetan Sanghani
Jul 16, 2024
Generic Repository with EF Core Store Procedure in .NET Core 8
Entity Framework Core (EF Core) empowers .NET developers with seamless database interaction through object-relational mapping (ORM) and support for stored procedures. It optimizes performance by ex...
Jaimin Shethiya
Jul 16, 2024
Dependency Injection in ASP.NET Core
Dependency Injection (DI) in ASP.NET Core enhances modularity, testability, and maintainability by providing class dependencies externally via the built-in Inversion of Control (IoC) container. Con...
Chetan Sanghani
Jul 16, 2024
SignalR: Real-time Web Communication Simplified
SignalR is an open-source library for ASP.NET enabling real-time, bi-directional communication between server and client. It simplifies the complexity of persistent connections with hubs and automa...
Vijay Yadav
Jul 15, 2024
Performance Optimization in .NET Core
Discover essential techniques for performance optimization in .NET Core with this comprehensive guide. Learn best practices for code efficiency, resource management, and system optimization to enha...
Chetan Sanghani
Jul 15, 2024
Working with Entity Framework Core
Entity Framework Core (EF Core) is a powerful Object-Relational Mapping (ORM) framework provided by Microsoft for .NET applications. It simplifies data access and persistence by allowing developers...
Chetan Sanghani
Jul 15, 2024
Using EF Core to Scaffold DbContext and Models from Existing Database Tables
In this article, we will see how using Scaffolding we can generate database context (DbContext) class for database and model of entities in that database's table. We will be using MS SQL Server...
Darshan Adakane
Jul 12, 2024
Understanding Multitasking and Multithreading in ASP.NET and .NET Core
Learn about multitasking and multithreading in ASP.NET and .NET Core. Discover how async/await keywords enhance responsiveness, manage concurrent operations efficiently, and handle IO-bound tasks. ...
Vikas Singh
Jul 12, 2024
PDF Generation in .NET Core 8.0 API
Learn how to generate PDFs in a .NET Core 8.0 API using the DinkToPdf library. This guide covers project setup, adding DinkToPdf, configuring settings, creating endpoints, and testing your API.
Tahir Ansari
Jul 11, 2024
Content Negotiation in .NET Core Web API
Content negotiation in REST APIs allows clients to specify their preferred response format (e.g., JSON or XML) using HTTP headers like Accept and Content-Type. ASP.NET Core Web API supports this wi...
Jaimin Shethiya
Jul 11, 2024
Integrating PayU Payment Gateway with .NET Core API
Integrate PayU with your .NET Core API to securely accept payments. This guide covers creating a new .NET Core Web API project, configuring PayU settings, and implementing the payment service. Step...
Jobin S
Jul 10, 2024
No Records Available.
121
-
140
of
1029
<<
5
6
7
8
9
>>
Learn WCF in 10 Hours
Challenge yourself
.NET Core
E-Book Download
Get Certified
Polygon