C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vishal Gami(28)
Rajesh Gami(13)
Sandhiya Priya(10)
Mahesh Chand(7)
Raghunath B(4)
Vishal Joshi(4)
Ananya Desai(3)
Ajay Narkhedkar(3)
Darshan Adakane(2)
Dashrath Hapani(1)
Tahir Ansari(1)
Satya Karki(1)
Dasha Kizilova(1)
Avinash Thakur(1)
Sanjay Singh(1)
Satya Prakash(1)
Sapna (1)
Brijesh Jalan(1)
Nildo Soares DeAraujo(1)
senthil kumar Lakshmanan(1)
pinal.dave (1)
Dinesh Gabhane(1)
Jignesh Trivedi(1)
Shafaet Hossain(1)
Thisara Dilshan(1)
Jayraj Chhaya(1)
Rijwan Ansari(1)
Keshaw Kumar Thakur(1)
Gowtham K(1)
Deepika Sawant(1)
Nidhi Kumari(1)
Sangeet Shah(1)
Maya Chopra(1)
Pankajkumar Patel(1)
Ck Nitin(1)
Resources
No resource found
Implement JWT Token in Net Core Api
Dec 28, 2024.
This article covers the step-by-step process to secure your API using JWT for token-based authentication, ensuring secure communication and proper authorization. Perfect for developers looking to enhance API security.
Building a Bulk Email Sending Console App with NET Core 7.0
Aug 27, 2023.
Building a Bulk Email Sending Console App with NET Core 7.0 entails the creation of a robust and versatile solution tailored to efficiently manage large-scale email distributions. Through a meticulous development process, this application emerges as a vital tool for businesses and organizations seeking an effective way to reach their target audiences.
How To Perform Transaction Using Stratis Cirrus Core Private Net Wallet
Feb 11, 2022.
This article provides insights into different types of blockchain networks and guides beginners to perform the transaction using Stratis Cirrus Core Private Net Wallet.
What Is Net Neutrality?
Nov 25, 2017.
What is net neutrality and how does it impact you?
Dot Net Tips Tricks C # Tips Tricks and Solutions
Nov 25, 2016.
Discover invaluable tips, tricks, and solutions for .NET and C# programming. Enhance your coding skills, troubleshoot effectively, and optimize performance with expert insights and techniques.
Creating Master Page In ASP NET 4.5 Application
Sep 01, 2016.
In this article, you will learn how to create Master Page in an ASP.NET Application.
Introduction To Net Neutrality
Apr 15, 2015.
This article explains what Net Neutrality is. Net Neutrality is generally construed to mean that ISPs (Internet Service Providers) must treat all internet traffic on an equal basis, no matter its type or origin of content or means used to transmit packets.
Login Page With Remember Password Code In ASP. Net 4.0
Mar 05, 2013.
In this article I describe how to implement an ability to remember a password code in ASP.Net.
Regular Expressions To Validate an ASP. NET Form Using JQuery
Nov 07, 2011.
In this article we will discuss how to write Regular Expressions to validate an ASP. NET form using Jquery.
Generating Random Passwords with ASP. NET and C#
Aug 12, 2010.
This tutorial shows how we can use C# to generate a random password.
Making Transparent Control using GDI+ and C# (Updated to NET 3.5)
Jun 10, 2008.
This article provides an approach to a Transparent Control that draws an ellipse with real transparent background and a brush that supports transparent colors.
XML-Binary BASE64 image slideshow using ASP. NET - AJAX
Mar 05, 2008.
This article would illustrate how to create and use HTTPHandler in ashx file, XML binary base64 to change image format, using Asp.net / Ajax. This primarily aims to have a slide show which displays many user profiles and photos.
Session State Management in Application having ASP and ASP. Net Pages
Feb 15, 2005.
If we are developing a web application in which both ASP and ASP.NET pages resides, then passing session information from ASP to ASP.NET page or vice versa becomes a critical issue. To share session state between ASP and ASP.NET pages, session state need to be stored in some common format like in database.
How Do I Build Cloud Native Apps with .NET?
Jan 09, 2026.
Build resilient, scalable .NET cloud native apps! Learn architectural principles, best practices, and tooling for modern .NET development in cloud environments.
How Do I Improve Performance in ASP.NET Core APIs?
Jan 09, 2026.
Learn how to speed up ASP.NET Core APIs with real engineering techniques covering middleware, routing, JSON, EF Core, caching, async, concurrency, logging, HTTP, and deployment tuning, with code examples and a production checklist.
How Do I Structure a Clean, Maintainable .NET Solution?
Jan 09, 2026.
Learn how to structure a clean, maintainable .NET solution using a layered architecture that scales, with project layout, dependency rules, boundaries, naming conventions, and practical tips to keep codebases healthy as teams grow.
How Do I Migrate from .NET Framework to .NET (Core)
Jan 09, 2026.
Migrating from .NET Framework to modern .NET? This guide offers a step-by-step approach, covering strategies, tools, and common pitfalls. Learn how to modernize your apps safely and efficiently!
How do I deploy .NET apps to Azure, AWS, or containers?
Jan 09, 2026.
Learn how to deploy .NET applications to Azure and AWS using App Service, Azure Container Apps, AKS, Elastic Beanstalk, ECS Fargate, and containers, with a pragmatic decision guide and production-ready practices.
How Do I Secure My .NET Applications?
Jan 09, 2026.
Learn how to secure .NET applications end to end with authentication, authorization, secrets management, secure APIs, data protection, dependency security, logging, and deployment hardening, plus a practical checklist and FAQs.
Cloud and Container-Ready in ASP.NET Core
Jan 07, 2026.
Unlock the power of cloud-native ASP.NET Core applications! This guide explores how to build and deploy ASP.NET Core apps optimized for cloud environments and containerization. Learn best practices for Dockerizing, deploying to Kubernetes, and leveraging cloud services. Discover how to create scalable, resilient, and cost-effective solutions for modern application development using ASP.NET Core.
Clean Architecture in ASP.NET Core: Core Concept and Guide
Jan 08, 2026.
Master Clean Architecture in ASP.NET Core! Build maintainable, testable, and scalable applications with clear separation of concerns. Practical guide included!
Observability Becomes a First-Class Feature in ASP.NET Core
Jan 03, 2026.
Unlock ASP.NET Core's built-in observability! Monitor app health with metrics, logs, and tracing. Learn setup, coding examples, dashboards, and production tips.
Middlewares in ASP.NET - A simple guide
Jan 03, 2026.
This guide simplifies middleware, explaining how it processes requests, manages security, and enhances your app's functionality. Learn about built-in and custom options for a robust pipeline.
Dependency Injection Made Simple: A Practical .NET Core Guide
Jan 03, 2026.
Unlock the power of Dependency Injection (DI) in ASP.NET Core! Learn how DI promotes loose coupling, testability, and scalability for robust .NET applications.
Stop Redirects in ASP.NET Core APIs: Return Proper HTTP Status Codes for Authentication
Jan 01, 2026.
Learn how to fix authentication redirects in ASP.NET Core APIs by returning proper HTTP status codes like 401 and 403 instead of 302. Includes real-world examples, best practices, and a complete HTTP status code reference for API developers.
Minimal API vs MVC Controllers in .NET 10
Jan 01, 2026.
Explore .NET 10's Minimal APIs vs. MVC Controllers! Learn when to use each for optimal performance, maintainability, and team collaboration. Real-world examples included.
Building RESTful APIs Using ASP.NET Core– A Practical Book Management API
Jan 01, 2026.
Learn to build RESTful APIs with ASP.NET Core! This tutorial guides you through creating a Book Management System, covering models, controllers, and endpoints. Perfect for beginners!
Use async/await to Prevent Blocking Requests in ASP.NET Core APIs
Jan 01, 2026.
Boost ASP.NET Core API performance with async/await! Learn how to prevent blocking requests, improve scalability, and enhance responsiveness using a practical Customer API example.
Globalization and Localization in ASP.NET Core
Jan 01, 2026.
Explore globalization and localization in ASP.NET Core. Learn to build culture-aware apps with date/currency formatting, UI translation, and resource files for diverse users.
Dependency Injection in .NET Core Applications
Jan 01, 2026.
Master Dependency Injection in .NET Core! Learn how to build loosely coupled, testable, and maintainable applications with ASP.NET Core's built-in DI container.
Building a Three‑Toggle Filter in ASP.NET with CASE Conditions
Jan 01, 2026.
Implement a dynamic three-toggle filter (All, Pending, Replaced) in ASP.NET WebForms using CASE statements in SQL. Streamline data filtering with a single query and Repeater.
Middleware in ASP.NET Core: Custom Implementations
Jan 01, 2026.
Learn how to create custom middleware in ASP.NET Core to handle cross-cutting concerns like logging, authentication, and error handling. Centralize your logic and keep your code clean!
Multi-Language CRUD Project in ASP.NET Core Web API
Jan 01, 2026.
Build a multi-language ASP.NET Core Web API with CRUD operations! Learn to implement localization using resource files and the IStringLocalizer for global reach.
Conditionally Bypassing Middleware in ASP.NET Core
Dec 29, 2025.
Learn how to conditionally bypass middleware in ASP.NET Core for optimized performance and logic. Explore 6 real-world approaches for .NET 8 & .NET 9 apps.
Why Design Patterns Matter: A dive into The Strategy pattern with ASP .NET Core
Dec 30, 2025.
Explore the Strategy pattern in ASP.NET Core! Learn how to write flexible, maintainable code by decoupling algorithms using composition over inheritance. #designpatterns #CSharp #StrategyPattern
ASP.NET Core (.NET 10) – Key Improvements for Speed, Efficiency, and Modern Development
Dec 27, 2025.
Discover what’s new in ASP.NET Core with .NET 10. This article explores the latest performance optimizations, framework refinements, and developer productivity improvements that make ASP.NET Core faster, leaner, and better for building modern, scalable web applications
Hybrid Cache & Output Caching in .NET: A Game Changer for High-Performance Applications
Dec 26, 2025.
This article explains how Hybrid Caching and Output Caching in ASP.NET Core (.NET 10) significantly boost application performance, reduce database load, enhance scalability, and improve system resilience. With real-world e-commerce scenarios, best practices, and conceptual implementation guidance, it shows why caching is now an essential architecture choice for modern cloud-ready applications.
Cancellation Tokens in ASP.NET Core: Graceful Long-Running Operations
Dec 26, 2025.
Master ASP.NET Core cancellation tokens for graceful handling of long-running operations! Prevent wasted resources and improve scalability by respecting client disconnects and timeouts.
Refresh Token Implementation in ASP.NET Core
Dec 24, 2025.
Implement refresh tokens in ASP.NET Core 8.0 for secure and seamless authentication! Learn about rotation, revocation, and best practices for JWT management.
Faster, Leaner, Better: The ASP.NET Core Refinements You Can’t Ignore in .NET 10
Dec 22, 2025.
Discover what’s new in ASP.NET Core with .NET 10. Explore enhance security, observability, and performance for production apps. Discover improvements in Blazor, APIs, and authentication!
ASP.NET Core Authentication – JWT vs API Key (Correct Enterprise Approach)
Dec 23, 2025.
Secure ASP.NET Core APIs with JWT and API Key authentication. Learn the right enterprise approach for internal, external, and hybrid API access. Scalable and maintainable!
Understanding [HttpGet] and [HttpPost] in ASP.NET MVC
Dec 22, 2025.
Master ASP.NET MVC with [HttpGet] and [HttpPost]! Learn how to handle GET/POST requests, prevent errors, and build secure, maintainable web applications. Real-world examples included.
Concurrent Login Control Using Session Count in ASP.NET WebForms
Dec 22, 2025.
Secure your ASP.NET WebForms app! Learn to control concurrent logins using session count, database tracking, and automatic session expiration. Enhance security and prevent misuse.
Designing Real-Time ModernServer Push with Server-Sent Events in .NET
Dec 21, 2025.
Discover Server-Sent Events (SSE) in .NET for efficient, real-time server push. Simplify status updates and notifications with this lightweight alternative to WebSockets.
Understanding Middleware Ordering and Pipeline Execution in ASP.NET Core
Dec 18, 2025.
Understand how middleware ordering and pipeline execution work in ASP.NET Core with simple explanations, real-world examples, and clear code snippets for enterprise applications.
Configuring EF Core Database Connections in ASP.NET Core
Dec 17, 2025.
A complete guide to configuring database connections in ASP.NET Core using EF Core. Learn how to use IDesignTimeDbContextFactory, configure DbContext in Program.cs/Startup.cs, and use the OnConfiguring fallback method for design-time and runtime scenarios.
Enterprise-Grade Microsoft Graph API Authentication in ASP.NET Core MVC
Dec 16, 2025.
From this article, you will learn how to integrate the MS Entra ID with the ASP.NTE MVC application with a Client certificate to access the MS Graph API endpoints
Post-Redirect-Get (PRG) Pattern Example in ASP.NET Core
Dec 15, 2025.
Implementing the Post-Redirect-Get (PRG) Pattern in ASP.NET Core
Building a Smart CRM with ASP.NET Core, Angular, and AI Predictions
Dec 16, 2025.
Build a smart CRM with ASP.NET Core, Angular, and AI. Predict customer behavior, boost sales, and gain actionable insights. Learn architecture & best practices.
Build High-Performance APIs with .NET Minimal API
Dec 16, 2025.
Learn modern techniques to build high-performance APIs using Minimal API architecture in .NET. This guide explains concepts, best practices, performance optimizations, and real-world usage in simple language with code examples.
Synchronous vs Asynchronous Controllers in ASP.NET Core Explained
Dec 16, 2025.
Understand the difference between synchronous and asynchronous controllers in ASP.NET Core. Learn how each approach works, their performance impact on high-traffic systems, and when to choose async over sync with simple examples.
How to Use AI Agents in an ASP.NET MVC Project (Beginner to Advanced Guide)
Dec 11, 2025.
This article explains how to integrate AI Agents (OpenAI / OpenAI Assistants / LangChain-style agents) in an ASP.NET MVC application. It covers architecture, controller/service design, dependency injection setup, API calling strategies, prompt engineering, real-use cases, performance guidelines, and security best practices.
Building Maintainable Applications Using the Repository Pattern in ASP.NET Core
Dec 06, 2025.
This article provides a complete and descriptive guide to the Repository Pattern in C# and ASP.NET Core. It explains what the repository pattern is, why it is used, and how it helps achieve clean architecture, separation of concerns, and maintainability. With detailed explanations, step-by-step implementation, generic and specific repositories, code examples, dependency injection usage, best practices, and real-world scenarios, this guide is ideal for beginners and advanced developers building scalable and testable .NET applications.
Asynchronous Programming (Async / Await) in C# and .NET Core
Dec 05, 2025.
This article provides a complete, easy-to-understand guide to asynchronous programming in C# and .NET Core. It explains the differences between synchronous and asynchronous execution, how the async and await keywords work, the role of Task and Task<T>, I/O-bound vs CPU-bound operations, and how async improves performance in ASP.NET Core applications. With practical examples, repository patterns, controller samples, and best practices, this guide is ideal for beginners and professionals who want to build scalable, responsive, and high-performance applications using modern asynchronous programming techniques.
Exception Handling in ASP.NET Core
Dec 05, 2025.
This article provides a complete, easy-to-understand, and professional guide to Exception Handling in ASP.NET Core. It explains what exceptions are, why proper error handling is important, and how to implement try–catch, global exception middleware, built-in error handling, custom exception filters, structured ProblemDetails responses, validation errors, and logging using best practices. Ideal for beginners and experienced .NET developers, this article teaches how to build stable, secure, and production-ready applications with proper exception handling techniques.
Using SQL Server Full-Text Search in an ASP.NET Core + Angular Application
Dec 04, 2025.
Implement fast, scalable search in your ASP.NET Core + Angular apps using SQL Server Full-Text Search. Boost performance with relevance-based results. Ideal for large datasets.
Building Blockchain-Based Applications with ASP.NET Core and Angular
Dec 04, 2025.
Build scalable blockchain apps with ASP.NET Core and Angular. Explore architecture, implementation, and best practices for secure, efficient development.
Using Generative AI in ASP.NET Core Web Applications
Dec 04, 2025.
Integrate generative AI into ASP.NET Core web apps for dynamic content, chatbots, & more. Learn architecture, security, & best practices for AI-driven features.
Dynamic Email Generation with AI and ASP.NET Core
Dec 04, 2025.
Build dynamic email generation in ASP.NET Core with AI! Learn architecture, best practices, & real-world patterns for personalized, scalable email campaigns. Boost engagement & open rates.
Implementing Two-Factor Authentication with Angular and ASP.NET Core
Dec 04, 2025.
Secure your Angular & ASP.NET Core apps with Two-Factor Authentication (2FA)! This guide covers TOTP, email/SMS OTP, best practices, and deployment strategies. Learn to protect user accounts effectively.
Using ASP.NET Core Data Protection with SQL Server
Dec 04, 2025.
Secure ASP.NET Core apps by storing Data Protection keys in SQL Server. Learn to encrypt data, manage keys, and ensure consistency across multiple servers.
Securing REST APIs with API Keys and JWT Tokens in ASP.NET Core
Dec 04, 2025.
Secure your ASP.NET Core REST APIs using API keys and JWT tokens. Learn implementation, best practices, and production-ready security strategies for robust APIs.
Building Interactive SQL Server Reports in ASP.NET Core
Dec 04, 2025.
Build interactive SQL Server reports in ASP.NET Core! Learn to design, implement, and optimize dynamic, drillable reports with best practices for scalability.
Preventing SQL Injection in ASP.NET Core APIs
Dec 04, 2025.
Secure your ASP.NET Core APIs! Learn to prevent SQL injection with parameterized queries, EF Core, input validation, and best practices for robust security.
Integrating Angular Material with ASP.NET Core for a Modern UI
Dec 04, 2025.
Build modern enterprise apps with ASP.NET Core and Angular Material! This guide covers setup, UI, theming, best practices, and deployment for stunning results.
Integrating Machine Learning Models into ASP.NET Core Applications
Dec 04, 2025.
Integrate AI into ASP.NET Core! This guide covers ML.NET, ONNX, Python microservices, and cloud models for scalable, enterprise-grade intelligent apps.
Implementing Role-Based Security in ASP.NET Core + Angular Apps
Dec 04, 2025.
Secure your ASP.NET Core & Angular apps with role-based access control (RBAC). This guide covers API security, JWT, Angular route guards, and UI rendering for robust access management.
Implementing Rate Limiting for ASP.NET Core APIs
Dec 04, 2025.
Protect your ASP.NET Core APIs with rate limiting! Learn to implement robust strategies using middleware, built-in features, and Redis for scalability and security.
Gamifying Learning Platforms with ASP.NET Core, Angular, and AI
Dec 04, 2025.
Build engaging learning platforms! ASP.NET Core, Angular, and AI combine for personalized, gamified experiences. Boost motivation and knowledge retention.
Deploying ASP.NET Core + Angular Applications to Azure
Dec 03, 2025.
Deploy ASP.NET Core & Angular apps to Azure! This guide covers setup, deployment strategies, CI/CD, monitoring, and optimization for a scalable application.
Implementing Sentiment Analysis in ASP.NET Core + Angular Applications
Dec 03, 2025.
Implement sentiment analysis in your ASP.NET Core + Angular apps! Learn to analyze text, build a backend API, integrate with Angular, and optimize for production.
How to Call Azure Cognitive Services from ASP.NET Core APIs
Dec 03, 2025.
Integrate Azure Cognitive Services into ASP.NET Core APIs for intelligent apps. Learn to authenticate, handle errors, and design scalable solutions using AI.
Hangfire Cron Jobs Full Details Using ASP.NET Core
Dec 03, 2025.
Master Hangfire cron jobs in ASP.NET Core! Learn setup, scheduling, best practices, and real-world examples for reliable background task automation. Monitor via dashboard.
Building AI-Powered Personalized Learning Dashboards with Angular and ASP.NET Core
Dec 03, 2025.
Build AI-powered personalized learning dashboards using Angular, ASP.NET Core, and ML.NET. Deliver tailored insights, course recommendations, and analytics.
Image Recognition in Angular Using ASP.NET Core Backend
Dec 03, 2025.
Build a scalable image recognition app using Angular and ASP.NET Core. Covers architecture, implementation, performance, security, and deployment best practices.
Building AI-Based Chatbots with ASP.NET Core Backend and Angular Frontend
Dec 03, 2025.
Build a full-stack AI chatbot with Angular and ASP.NET Core! Learn to integrate with AI services, handle security, and implement best practices for production.
Deploying AI Models to Azure App Services with ASP.NET Core
Dec 03, 2025.
Deploy AI models to Azure App Services using ASP.NET Core. Learn best practices for scalable, secure, and production-ready AI applications. Includes model integration and storage.
Using SQL Server Full-Text Search in an ASP.NET Core + Angular App
Dec 03, 2025.
Implement efficient search in your ASP.NET Core + Angular apps using SQL Server Full-Text Search. Learn architecture, backend/frontend integration, and best practices.
Integrating Machine Learning Models into ASP.NET Core Applications
Dec 03, 2025.
Learn how to integrate machine learning models into ASP.NET Core apps using ML.NET, ONNX, and external APIs. Build intelligent, production-ready applications!
Securing ASP.NET Core APIs
Dec 02, 2025.
Comprehensive guide to securing ASP.NET Core APIs. Learn authentication, authorization, data protection, rate limiting, and more with code examples and best practices.
CSRF Protection In ASP.NET Core
Dec 02, 2025.
Protect your ASP.NET Core apps from CSRF attacks! This practical guide covers anti-forgery tokens, Razor, APIs, Angular, cookies, and real-world implementation patterns.
Handling High Traffic with ASP.NET Core
Dec 02, 2025.
Master ASP.NET Core for high traffic! Learn caching, load balancing, async programming, and database optimization to build fast, scalable web applications.
How to Pass Data Between Angular and ASP.NET Core API
Dec 02, 2025.
Learn how to seamlessly pass data between Angular and ASP.NET Core! This guide covers GET, POST, PUT, DELETE, CORS, testing, and troubleshooting for web devs.
Account Lockout After Failed Login Attempts | ASP.NET Core, Angular, and SQL Server
Dec 02, 2025.
Implement account lockout in ASP.NET Core, Angular, and SQL Server to prevent brute-force attacks. Secure your web app with login attempt tracking and automatic unlock.
Model Validation in ASP.NET Core Using Data Annotations
Dec 02, 2025.
Master ASP.NET Core model validation using Data Annotations! This guide covers everything from basic attributes to custom rules, ensuring secure and reliable web apps.
Health Checks in ASP.NET Core: A Complete Guide for Reliable Applications
Dec 02, 2025.
Implement health checks in ASP.NET Core for reliable apps. Monitor databases, APIs, and more. Learn to integrate with Angular and DevOps tools for proactive maintenance.
Using AutoMapper in ASP.NET Core for Cleaner Full-Stack Code
Dec 02, 2025.
Simplify ASP.NET Core full-stack development with AutoMapper! Learn to map DTOs, ViewModels, and Entities for cleaner, maintainable, and secure code. Boost your productivity!
Reducing API Response Time Using ASP.NET Core API: A Complete Guide
Dec 02, 2025.
Boost ASP.NET Core API performance! This guide covers database optimization, caching, async programming, and profiling to reduce response times and improve scalability.
Why Microsoft Merged Startup.cs and Program.cs in .NET 6: A Complete Explanation
Dec 02, 2025.
Discover why .NET 6 merged Startup.cs into Program.cs! Streamlined bootstrapping, reduced boilerplate, and improved performance for modern ASP.NET Core apps.
Email Sending Feature Using ASP.NET Core API + Angular Form
Dec 02, 2025.
Build a robust email sending feature with ASP.NET Core API and Angular! This tutorial covers backend setup, frontend form creation, and SMTP integration using MailKit for professional HTML emails.
Auto Logout After Token Expiration | Angular + ASP.NET Core JWT
Dec 02, 2025.
Secure your Angular apps! Implement auto logout with JWT expiration in ASP.NET Core. This guide covers token handling, interceptors, guards, and more for robust security.
Building an Email Verification System in ASP.NET Core and Angular
Dec 02, 2025.
Build a secure email verification system with ASP.NET Core and Angular! This tutorial covers registration, token generation, SMTP email sending, and more. Protect your app from fake accounts!
Building an Email Verification System with HTML Templates in ASP.NET Core and Angular
Dec 02, 2025.
Build a robust email verification system with ASP.NET Core, Angular, and HTML templates. Enhance user experience, security, and branding with styled emails.
Creating a Fully Refreshing Captcha Inside an UpdatePanel (ASP.NET WebForms)
Dec 01, 2025.
Solve ASP.NET WebForms UpdatePanel captcha issues! Learn how to create a JavaScript captcha that always refreshes, preventing missing or duplicate codes after partial postbacks.
How to Implement Interactive Authentication with MSAL .NET in Azure?
Dec 02, 2025.
Implement interactive authentication in .NET using MSAL.NET. Learn to acquire tokens from Microsoft Entra ID, manage user consent, and cache tokens for secure access to Microsoft Graph.
Profiling and Monitoring .NET Applications: A Complete Guide
Dec 02, 2025.
Master .NET application performance! This guide covers profiling, monitoring, and logging techniques for identifying bottlenecks and ensuring reliability in ASP.NET Core.
🚀 Understanding the Old vs New ASP.NET Core Pipeline: A Complete Guide
Dec 02, 2025.
Explore the evolution of the ASP.NET Core pipeline! This guide breaks down the old (pre-.NET 6) vs. new (Minimal Hosting Model) approaches, highlighting key differences and benefits. Learn which model suits your project best for modern .NET development.
Using Angular + ASP.NET Core Web API Login & JWT Authentication
Dec 02, 2025.
Build a secure Angular login system with ASP.NET Core Web API and JWT authentication. This tutorial guides beginners through each step, from token generation to API protection.
Background Tasks with Hosted Services in ASP.NET Core: A Complete Guide
Dec 02, 2025.
Master ASP.NET Core background tasks using Hosted Services! Learn to implement IHostedService, BackgroundService, dependency injection, scheduling, and best practices for robust, scalable applications.
Login + Register + JWT + Guards full project tutorial | Asp.Net Core
Dec 02, 2025.
Build a complete authentication system with Angular and ASP.NET Core! Includes JWT, user registration, login, route guards, and secure API endpoints. A full tutorial!