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)
Blogs
How to Change a Created Class Library to Console Application
This step-by-step guide covers the process of changing project settings, adding a Main method, and adjusting references, helping you transform your class library into a functional console app using...
Sangeetha S
Nov 06, 2024
Attribute Routing Overview | MVC | .NET Core
Attribute routing in ASP.NET Core allows you to define routes directly on controller actions using attributes. This provides precise control over routing, enabling complex scenarios with route para...
U T
Aug 31, 2024
How to Add IConfiguration to a Custom ServiceProvider
In ASP.NET Core and .NET Generic Host, IConfiguration is available by default via dependency injection. For a console app without default settings, use a custom CreateServices() method to configure...
Frank Nesse
Aug 30, 2024
Building Dynamic Forms and Data Management in .NET Core
To handle dynamic views and data storage in a .NET Core sports project, create a flexible data model using key-value pairs or JSON columns for varying attributes. Dynamically generate forms based o...
Aman Gupta
Aug 23, 2024
Centralized Exception Handling in ASP.NET Core - Custom Middleware
In this guide, learn how to implement centralized exception handling in ASP.NET Core using custom middleware. We'll explore how to capture and manage exceptions globally, ensuring consistent er...
Siva V
Aug 20, 2024
Learn Data Flow with .NET Channels
.NET Channels facilitate efficient data flow in concurrent and asynchronous applications. By implementing the producer-consumer pattern, .NET Channels enable safe data transfer between tasks, makin...
Thomas Reji
Aug 12, 2024
Explain CORE CLR - Exception Handling
This content delves into exception handling in CORE CLR (.NET Common Language Runtime), focusing on how the runtime manages errors in managed code. It covers the try-catch mechanism, error propagat...
Thomas Reji
Aug 10, 2024
Improving API Performance in .NET Core
Optimizing .NET Core API performance improves user experience, scalability, and efficiency. Key strategies include efficient pagination, asynchronous operations, response caching, compression, data...
Priya Chavadiya
Aug 08, 2024
Avoiding Common Security Pitfalls in .NET Core
In web development, proactive security measures are essential. This guide covers common .NET Core security mistakes and solutions, including validating input, adopting strong authentication, securi...
Priya Chavadiya
Aug 07, 2024
Learn Core CLR - CIL to Execution
This blog involves Just-In-Time (JIT) compilation, which converts intermediate code into machine code, enabling efficient execution of .NET applications within the Core runtime environment.
Thomas Reji
Aug 03, 2024
.NET 8.0 - Clean Architecture using Repository Pattern and Dapper
Learn how to build a robust CRUD API using .NET 8.0 with Clean Architecture, Repository Pattern, and Dapper. This tutorial utilizes Visual Studio 2022, C#, and MS SQL DB, ensuring high maintainabil...
Sandeep Kumar
Jul 11, 2024
Result types in ASP.Net Core MVC
Learn about Action Results, including ViewResult, JsonResult, FileResult, and more. Understand how to effectively use these results to manage data presentation, API responses, and file handling in ...
Siva V
Jul 10, 2024
Learn to Solve ASP.NET Core does not support multiple apps in the same
Discover why ASP.NET Core does not inherently support multiple applications within the same project. Explore implications for architecture, isolation strategies, and considerations for adopting mic...
Jefferson S. Motta
Jul 05, 2024
Upload Files to FTP Server In .NET Core
With this method, you can specify the filename and the file itself (of type IFormFile), streamlining the upload process. Whether you're a beginner or seasoned developer, this tutorial simplifie...
Faisal Pathan
May 31, 2024
Docker Swarm vs Kubernetes Comparing Container Orchestration
Docker Swarm and Kubernetes are leading container orchestration platforms, simplifying the management of large-scale, distributed applications. Docker Swarm is user-friendly, while Kubernetes offer...
Ayush Gupta
May 18, 2024
Evolution of .NET Framework to Core
The evolution of the .NET ecosystem, from Framework to Core, signifies Microsoft's adaptability to modern software needs. We explore their history, evolution, drawbacks, and conclude with .NET ...
Ayush Gupta
May 15, 2024
Efficient Data Access: Retrieving SharePoint List Files in .NET Core
Learn how to fetch files from a SharePoint list using .NET Core. This guide explores the step-by-step process, including authentication setup, utilizing PnP.Framework, and iterative querying for ef...
Dwarkesh Vajjala
May 02, 2024
Building Microservices with .NET Core and Kafka: Order Processing
In this article, we'll walk through the process of building microservices using .NET Core and Apache Kafka, with a focus on a real-time order processing scenario. Kafka for messaging and event-...
Siva V
May 01, 2024
Blog for Scheduler Job using with Quartz .Net
Discover seamless job scheduling with Quartz .NET in our latest blog. Learn to automate tasks efficiently using robust scheduling features. Elevate your .NET development skills today.
Hardik Solgama
Apr 30, 2024
Dependency Injection in .NET Core: Modular, Testable Code
We'll demonstrate how Dependency Injection enhances code readability, promotes loose coupling, and facilitates unit testing. Whether you're a seasoned developer or new to the concept, this ...
Vikas Singh
Apr 29, 2024
No Records Available.
View More
Build Progressive Web Apps
Challenge yourself
.NET Core
E-Book Download
Get Certified
Windows Services