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
(1068)
Blogs
(213)
Resources
(10)
Videos
(27)
News
(28)
Blogs
FG.TaskRepetitor: .NET Library to Create and Manage Background Tasks
Streamline Your Background Tasks with this new Task Repetitor Library. The FG.TaskRepetitor Library simplifies background task management in .NET. It supports custom scheduling, robust error handli...
Farman Guliyev
Jan 19, 2025
Mastering [Produces("application/json")] in ASP.NET Core
[Produces("application/json")] in ASP.NET Core ensures your API always responds with JSON, regardless of the client’s request format. It provides consistency, control, and simplicity, esp...
Shubham Sidnale
Jan 08, 2025
Understanding Host in the ASP.NET Core
In ASP.NET Core, the host manages the application's lifecycle, dependencies, and environment. It includes Generic Host (IHost) for various app types and Web Host (IWebHost) for web applications...
Shubham Sidnale
Jan 07, 2025
Announcing .NET Community Toolkit 8.4
The .NET Community Toolkit has officially released version 8.4, introducing significant updates and improvements. The latest release includes support for partial properties in the MVVM Toolkit gene...
Jaish Mathews
Dec 28, 2024
.NET Aspire 9.0
.NET Aspire 9.0 is now generally available, following the earlier release of version 9.0 Release Candidate 1 (RC1). This release brings several features aimed at improving cloud-native application ...
Jaish Mathews
Dec 11, 2024
Understanding MapStaticAssets in ASP.NET Core 9.0
ASP.NET Core 9.0 introduces several utilities for enhancing web applications, one of which is the MapStaticAssets method, part of the TypedResults class. This feature streamlines serving static ass...
Jaish Mathews
Dec 02, 2024
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
No Records Available.
View More
Crystal Reports Tutorials
Challenge yourself
.NET Core
E-Book Download
Get Certified
Front-end