ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 29 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 29 of 49
Newest first
-
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...
-
ASP.NET Core Development with XoomCoreWeb Boilerplate
c-sharpcorner.com Issue #277
XoomCoreWeb is an open-source ASP.NET Core boilerplate with Onion Architecture, role-based access control, EF Core, Serilog logging, and audit trails. Available on GitHub and Visual Studio Marketplace...
-
Your .NET App Will Be an AI Agent (Whether You Like It or Not)
medium.com Issue #277
Why This Blog Matters Continue reading on Dev Genius »
-
Application Security in ASP.NET Core Web API – Best Practices & Implementation
c-sharpcorner.com Issue #277
Secure your ASP.NET Core Web API with HTTPS, JWT authentication, role-based access, input validation, rate limiting, CORS, secure secrets, security headers, logging, and regular penetration testing fo...
-
Preventing SQL Injection in ASP.NET MVC, ASP.NET Core MVC, and Web API Applications
c-sharpcorner.com Issue #277
Protect your ASP.NET MVC, ASP.NET Core, and Web API apps from SQL Injection! Learn practical C# strategies, parameterized queries, and secure coding practices to prevent data breaches and ensure robus...
-
Application Security Best Practices for Developers in C# Applications
c-sharpcorner.com Issue #276
Enhance C# application security! Learn best practices for authentication, authorization, data protection, and more. Secure your ASP.NET Core apps now!
-
Elegant Global Error Handling Using Middleware In .NET 9
medium.com Issue #276
Global error handling is crucial for production-ready .NET applications, providing consistent, clean responses while preventing sensitive…
-
Single-Page Applications (SPAs) in Web Development
c-sharpcorner.com Issue #276
Single-page applications (SPAs) deliver faster, dynamic, app-like web experiences by loading content without requiring page refreshes. Built with frameworks like React, Angular, or Vue, they enhance p...
-
JWT Security Patterns Every Senior ASP.NET Core Developer Should Know
medium.com Issue #276
Why default JWT authentication breaks under scale — and how to secure ASP.NET Core with battle-tested patterns