frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1196 articles Updated Page 28 of 48
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 28 of 48
Newest first
-
What is a Reverse Proxy? YARP Explained
medium.com Issue #282
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
Stop Guessing in ASP.NET
blog.stackademic.com Issue #282
A practical breakdown with real-world scenarios that will help you choose the right setup every time — whether you’re building APIs, MVC… Continue reading on Stackademic »
-
Secure Coding Guidelines for ASP.NET Core MVC & Web API
c-sharpcorner.com Issue #282
Fortify your ASP.NET Core MVC & Web API applications with these essential secure coding guidelines. Learn practical techniques to prevent common vulnerabilities like XSS, CSRF, and SQL injection. ...
-
-
Production-Ready .NET Configuration: Options Pattern, Null Safety & DI
medium.com Issue #281
Avoid scattered settings, null crashes, and brittle DI with production-grade configuration patterns.
-
Extremely FAST Caching Repository With Decorator Pattern in ASP.NET Core
medium.com Issue #281
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
-
Protecting Against JSON Injection and Malformed Payloads in ASP.NET Core
c-sharpcorner.com Issue #281
Protect your ASP.NET Core APIs from JSON injection and malformed payloads! This guide details how to prevent attacks like privilege escalation, DoS, and XSS. Learn to use DTOs, strict validation, requ...
-
ABP.io and Azure Blob Storage integration: A Simple Guide
medium.com Issue #280
Learn how to configure and use Azure Blob Storage in your ABP.io application, from initial setup to file uploads.
-
Top 10 Application Security Best Practices for .NET Developers
c-sharpcorner.com Issue #280
Elevate your .NET application security! This guide provides 10 essential best practices for .NET developers using ASP.NET Core MVC, Web API, and .NET Framework. Learn to prevent SQL injection, XSS, CS...
-
Secure File Access in .NET Core: Avoiding Leaks and Protecting Sensitive Data
medium.com Issue #279
Secure your .NET Core apps by mastering file access controls, secrets management, and leak prevention. Continue reading on .Net Programming »
-
Understanding OWASP Top 10 with Real-World .NET Examples
c-sharpcorner.com Issue #279
Secure your .NET applications by understanding and mitigating the OWASP Top 10 vulnerabilities! This article provides practical ASP.NET Core MVC & Web API examples demonstrating common security ri...
-
Dependency Injection (DI) in .NET Core
medium.com Issue #279
For example : Continue reading on easydotnet »
-
Partial View vs ViewComponent in ASP.NET MVC/Core – A Complete Guide
c-sharpcorner.com Issue #279
Unlock the secrets of Partial Views and ViewComponents in ASP.NET MVC/Core! This guide dives deep into their differences, exploring usage, performance, and best-use cases. Learn when to use each for o...
-
Best Practices for Configuration and Secrets Management in .NET
medium.com Issue #279
How to Securely Store and Access App Settings in ASP.NET Core?
-
Bridging the Gap: A Professional Solution for Hosting a Web Server in .NET MAUI
medium.com Issue #279
For years, a critical gap has existed within Microsoft’s cross-platform strategy. While frameworks like Flutter thrive with rich…
-
Introduction To Building Distributed Applications with Microsoft Orleans
learn-code-learn.medium.com Issue #279
Microsoft Orleans (also known as Orleans .NET) is a cross-platform framework that helps developers build distributed, scalable, and…
-
Data Seeding in ASP.NET Core the Right Way
medium.com Issue #279
Data seeding is the secret sauce that turns empty databases into playgrounds for testing and development.
-
How to Build SaaS Fast | Reduce SaaS MVP Launch Time
adilyousaf88.medium.com Issue #278
Launching a SaaS product isn’t just about writing code — it’s a race against time. In today’s hyper-competitive market, the difference…
-
AJAX The power behind Dynamic Web pages
c-sharpcorner.com Issue #278
AJAX enables fast, interactive, and user-friendly web applications by updating data without reloading pages. It improves performance, enhances user experience, supports real-time updates, and remains ...
-
Top 10 Most Asked .NET/Web API Interview Questions
medium.com Issue #278
Taming Your Data: A Practical Guide to the Repository Pattern in .NET
-
ASP.NET Community Standup - Prevent login redirects for APIs
youtube.com Issue #278
CI/CD for .NET Projects: Seamless NuGet Publishing via GitHub Workflows
-
Top 5 Real-World Use Cases of Dependency Injection in .NET
malshikay.medium.com Issue #278
Practical Examples of Dependency Injection in .NET for Real-World Applications
-
How .NET Developers Accelerate Enterprise App Development
medium.com Issue #278
Enterprises face new demands to speed up innovation, growth, and value delivery. Whether it’s streamlining processes or developing…
-
Understanding IServiceScopeFactory in .NET: When, Why, and How to Use It (With Real Examples)
c-sharpcorner.com Issue #277
IServiceScopeFactory in .NET enables the manual creation of scoped services, allowing singletons and background tasks to safely utilize scoped dependencies. This ensures proper disposal, prevents memo...