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
Global Exception Handling in .NET Core with Custom Middleware
Global exception handling in .NET Core, utilizing custom middleware, centralizes error management, enhancing resilience and simplifying maintenance. This approach streamlines error handling across ...
Alpesh Maniya
Feb 16, 2024
Use .http files in Visual Studio
In Visual Studio, .http files enable direct API testing within the IDE from Visual Studio 2019 onwards. Before this, developers relied on tools like Postman or Swagger, or unit testing. These files...
Jayraj Chhaya
Feb 13, 2024
Progressive Web App (PWA) In ASP.NET Core
This content provides an overview of Progressive Web Apps (PWAs) and outlines their key characteristics. It also includes step-by-step instructions on how to create a PWA using ASP.NET Core, along ...
Abhishek Mishra
Jan 05, 2019
Getting Started With .NET Core And Visual Studio Code
In this article, you will learn how to install .NET Core and how to create and run a simple console application. .NET Core supports command line interface for developing the applications.
Satheesh Palani
Jan 03, 2019
CRUD ASP.NET Core Using Entity Framework Core With Swagger
Learn to connect an existing website to a local database using Entity Framework Core. Benefit from faster setup, simplified data access, and reduced code with LINQ. Embrace cross-platform capabili...
Thiago Vivas
Jul 23, 2019
Understanding "obj" and "bin" Directories in ASP.NET Core Web API
These directories are needed because the C# compiler and linker require intermediate files to be generated during the build process to produce the final output file. The "obj" directory c...
Vijay Pratap Singh
Feb 05, 2024
Logging in .NET Core with NLog
Explore the fundamentals of logging and its benefits in software development using NLog in .NET Core 6. Follow a step-by-step implementation with prerequisites, NLog configuration, and a demo Weath...
Jaydeep Patil
Feb 01, 2024
Dependency Injection In .NET Core - Understanding The Fundamentals And Best Practices
In this article, you will learn about dependency Injection in .NET Core: Understanding the Fundamentals and Best Practices.
Amit Mohanty
Apr 12, 2023
Optimize ASP.NET Core MVC Data Transfer with Custom Middleware
In ASP.NET Core, middleware components are used to handle requests and responses as they flow through the application's pipeline. These middleware components can be chained together to process ...
Sardar Mudassar Ali Khan
Feb 01, 2024
Redis as Primary Database in .NET 8 Web API
In this article, we are going to use Redis as our primary database for our ASP.NET Core Web API project in .NET 8. Learn about Redis, its data types, and the pros and cons of using it as a primary ...
Manikandan Murugesan
Jan 31, 2024
HTTP Requests in .NET Core with HttpClient and HttpClientFactory
In this article, we explore efficient HTTP request handling in .NET Core using HttpClient and harness the power of HttpClientFactory. Learn best practices for scalability, dependency injection, and...
Ajay Kumar
Jan 30, 2024
What is Benchmarking in .NET?
Explore the world of performance metrics and benchmarking in .NET with this comprehensive guide. Uncover essential insights into measuring and optimizing the performance of your .NET applications, ...
Alpesh Maniya
Jan 30, 2024
Routing to Controller Actions in ASP.NET Core MVC
In ASP.NET Core, routing to controller actions is facilitated through attributes that define route templates, mapping incoming HTTP requests to specific actions. Multiple conventional routes can be...
Sardar Mudassar Ali Khan
Jan 30, 2024
Full-Stack Web Development in ASP.NET Core 8 MVC
Full-stack web development refers to the practice of designing, developing, and deploying both the client-side (front-end) and server-side (back-end) components of a web application. In this, devel...
Sardar Mudassar Ali Khan
Jan 30, 2024
Data Transfer in ASP.NET Core MVC Controllers with TempData
In ASP.NET Core MVC, you can pass temporary data from one controller to another using TempData. TempData is a dictionary that can be used to share data between controllers during the current reques...
Sardar Mudassar Ali Khan
Jan 29, 2024
Implement CRUD Operations in .NET Core 8 with Dockerized MSSQL Server
In this article, I'm going to implement the basic CRUD Operations using .Net Core Web API & the Dockerized MSSQL Server. This article guides you through implementing CRUD operations in ASP....
Manikandan Murugesan
Jan 25, 2024
Implement Health Checks in a .NET Core Application
Checking the health of a .NET Core application is an important aspect of monitoring and maintaining the application's reliability. One way to achieve this is by implementing a health check endp...
Alpesh Maniya
Jan 24, 2024
Create a Minimal API with ASP.NET Core and Entity Framework
This article explains the concept of minimal APIs, their advantages, and steps to implement CRUD operations. Explore the flexibility and simplicity of minimal APIs for building efficient HTTP APIs....
Chethan N
Jan 22, 2024
Lazy Loading In ASP.NET Core 7 Web API
ASP.NET Core 7 Web API. Lazy loading is a technique where related data is only loaded from the database when it is explicitly requested. In Entity Framework Core, lazy loading can be achieved by ma...
Sardar Mudassar Ali Khan
Jan 22, 2024
Eager Loading In ASP.NET Core Web API Complete Example
In ASP.NET Core, eager loading is a technique used to load related data along with the main entity in a single database query. This helps to optimize performance by reducing the number of database ...
Sardar Mudassar Ali Khan
Jan 22, 2024
No Records Available.
301
-
320
of
1029
<<
14
15
16
17
18
>>
Build Progressive Web Apps
Challenge yourself
.NET Core
E-Book Download
Get Certified
Python - Beginner Level