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
Synchronous vs Asynchronous Programming in ASP.NET Core Web API
Synchronous Programming: In synchronous programming, tasks are executed one after the other, in a sequential manner. When a request is made to a synchronous API, the server processes the request an...
Sardar Mudassar Ali Khan
Jan 21, 2024
Working with SQL Lite Database in Asp.NET Core Web API
SQLite is a self-contained, serverless, and zero-configuration relational database management system (RDBMS). It is a lightweight, open-source, and embedded database engine that does not require a ...
Sardar Mudassar Ali Khan
Jan 21, 2024
Middleware in Minimal API with .NET 8
Minimal API Middleware in .NET 8, a streamlined approach to handling HTTP requests and responses. Learn about built-in middleware and create custom middleware for request logging, modification, and...
Ali Benchaaban
Jan 20, 2024
Securing Your .NET Applications With Examples
In the realm of software development, security remains a paramount concern. This is especially true for .NET applications, which often handle sensitive data and interact with critical systems. By a...
Alpesh Maniya
Jan 20, 2024
Understanding and Utilizing .NET Core Middleware
This article is about middleware in .net core and how to create custom middleware. Middleware is a key component in the execution pipeline of .NET Core applications, handling requests and responses...
Vipul Malhotra
Jan 18, 2024
Implementing IP Rate Limiting in ASP.NET Core MVC
IP rate limiting is a crucial aspect of web application security that helps prevent abuse, protect against brute force attacks, and ensure fair resource usage. In this article, we will walk through...
Sardar Mudassar Ali Khan
Jan 18, 2024
Exploring Filters in .NET Core
.NET Core's flexibility and extensibility are enhanced by filters, allowing developers to inject logic into the request processing pipeline. Types like Authorization, Action, Result, and Except...
Ajay Kumar
Jan 17, 2024
Minimal API in .NET 8: A Simplfied Approach to Build Web APIs
Experience the simplicity of ASP.NET Core with Minimal APIs in .NET 6. Explore advantages like conciseness, ease of use, and quick startup time, and delve into sample code and use cases.
Ali Benchaaban
Jan 17, 2024
How Do You Test Your FluentValidation Validators?
When you create validators using FluentValidation in your .NET applications, it's important to check if they do their job correctly. Testing your validators helps you make sure they catch mista...
Ashutosh Singh
Jan 16, 2024
FluentValidation in .NET 8
Validation is a crucial aspect of software development, ensuring that data meets specified criteria before it is processed further. In the .NET ecosystem, one powerful and widely used library for h...
Ashutosh Singh
Jan 15, 2024
Handling CORS (Cross-Origin Resource Sharing) in ASP.NET Core Web API
Demystify CORS in ASP.NET Core! Learn how to seamlessly handle Cross-Origin Resource Sharing and overcome origin-related errors in your Web API with this concise guide.
Sardar Mudassar Ali Khan
Jan 15, 2024
Working with Noda Time, .Net and Entity Framework (EF core)
Working with NodaTime with EF core which is a alternative DateTime framework for .net applications.
Chethan N
Jan 15, 2024
Creating, Publishing, and Using a .NET Core NuGet Package
This step-by-step guide will walk you through the process of creating, publishing, and using a .NET Core NuGet package. NuGet packages are essential in .NET development, enabling you to share and d...
Jobin S
Sep 18, 2023
Efficient Bandwidth Management Using Techniques in .NET Core
Response compression is a vital technique employed in web development to optimize the performance and responsiveness of HTTP applications. By reducing the size of HTTP responses, response compressi...
Tuhin Paul
Jan 11, 2024
JWT Authentication Using Refresh Token Series - 1 [Login Feature] In .NET Core 6.0-ADO.NET-SQL
In this series of articles, we'll focus on a hands-on, practical implementation of JWT authentication with refresh tokens in .NET Core 6.0 using ADO.NET and SQL, emphasizing real-world scenario...
Kiran B S
Jan 10, 2024
Unit Testing in .NET Core - Bogus for Fake Data Generation
This post explores the challenges of generating realistic test data manually and introduces Bogus, a .NET library that simplifies the process by providing a fluent API for defining data generation ...
Geo J Thachankary
Jan 09, 2024
.NET Core Console Applications On Mac OS X, Ubuntu 14.04 And Windows 10 - Part Two
.NET Core Console Applications On Mac OS X, Ubuntu 14.04 And Windows 10.
Viswanatha Swamy
Jun 05, 2017
Localization in .NET Core Web API
This article on Localization in .NET Core Web API. Learn why it matters, set up localization, create resource files, and implement practices for inclusive user experiences worldwide.
Ajay Kumar
Jan 02, 2024
Azure Functions in ASP.NET Core Web API
Azure Functions, a component of Microsoft's serverless computing offerings in Azure, enable developers to create and deploy small, event-driven code without managing infrastructure. These funct...
Sardar Mudassar Ali Khan
Jan 01, 2024
ASP.Net Core - How to Read values from Appsettings.json
Asp.Net Core – How to Read values from Appsettings.json
Kirtesh Shah
Dec 31, 2023
No Records Available.
321
-
340
of
1029
<<
15
16
17
18
19
>>
Build Progressive Web Apps
Challenge yourself
.NET Core
E-Book Download
Get Certified
HTML5, CSS3 and JavaScript