C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
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]
Aarav Patel(14)
Nidhi Sharma(14)
Brajesh Kumar(13)
Saurav Kumar(12)
Ananya Desai(11)
Niharika Gupta(8)
Riya Patel(6)
Dashrath Hapani(1)
Tahir Ansari(1)
Satya Karki(1)
Mahesh Chand(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)
Ajay Narkhedkar(1)
Snesh Prajapati(1)
Urmila Bolashetti(1)
Sudarshan Hajare(1)
Ng Cheehou(1)
Deepak Tewatia(1)
Keshaw Kumar Thakur(1)
Nidhi Singh(1)
Vishal Yelve(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.
Building AI Features with the OpenAI Responses API in ASP.NET Core
Jul 20, 2026.
Integrate OpenAI's unified Responses API into ASP.NET Core for AI features like chatbots, content generation, and summarization. Simplify AI development.
.NET 11 Preview 6: New Features, Performance Improvements, and Breaking Changes
Jul 20, 2026.
.NET 11 Preview 6: Discover new features, performance boosts, and critical breaking changes for faster, more efficient app development.
JWT Session 1: Why Modern ASP.NET Core Web APIs Use JWT Instead of Sessions
Jul 19, 2026.
Explore why modern ASP.NET Core Web APIs favor JWT over sessions for flexible, scalable authentication across diverse applications.
Implementing Passkey Authentication in ASP.NET Core Applications
Jul 16, 2026.
Implement secure, passwordless passkey authentication in ASP.NET Core. Leverage FIDO2 & WebAuthn for enhanced security and user experience.
OpenTelemetry in .NET: End-to-End Distributed Tracing Explained
Jul 16, 2026.
Master OpenTelemetry in .NET for end-to-end distributed tracing. Gain visibility, troubleshoot faster, and optimize microservices.
ASP.NET Core Performance Optimization Techniques Every Developer Should Know
Jul 16, 2026.
Boost ASP.NET Core app speed! Learn essential techniques for faster response times, reduced costs, and better user experience.
Building AI-Powered Applications with OpenAI Responses API and .NET
Jul 16, 2026.
Learn to build AI-powered .NET apps using OpenAI's Responses API. Integrate AI for chatbots, content generation, and more with practical examples.
Redis Caching Strategies for High-Traffic ASP.NET Core Applications
Jul 16, 2026.
Boost ASP.NET Core app performance with Redis caching strategies. Reduce database load, improve response times, and scale effectively.
From Browser to Controller: Understanding the ASP.NET Core Request Pipeline using Airport Journey Analogy
Jul 16, 2026.
This article breaks down the ASP.NET Core request lifecycle step by step with a real-world airport analogy, making complex concepts easy to understand and remember.
How to Build an AI Coding Assistant with ASP.NET Core and Local LLMs
Jul 14, 2026.
Build an AI coding assistant with ASP.NET Core and local LLMs for enhanced privacy, security, and cost control in your development workflow.
Building Voice Agents with Real-Time Streaming and ASP.NET Core
Jul 14, 2026.
Build real-time voice agents with ASP.NET Core and SignalR. Learn architecture, streaming, AI integration, and best practices for responsive conversational apps.
Building Multi-Tenant AI SaaS Applications with ASP.NET Core and Azure OpenAI
Jul 14, 2026.
Build scalable AI SaaS with ASP.NET Core & Azure OpenAI. Master multi-tenancy for secure, cost-effective, isolated AI services.
Hangfire Jobs in .NET Core: Complete Guide to Background Job Processing
Jul 14, 2026.
Master Hangfire in .NET Core for reliable background job processing. Learn configuration, job types, DI, queues, and modern features for scalable apps.
Secure AI APIs in ASP.NET Core with Token-Based Authorization and Rate Limiting
Jul 14, 2026.
Secure ASP.NET Core AI APIs with JWT, authorization policies, and rate limiting. Protect against abuse and manage costs effectively.
Full-Stack AI Applications with Next.js, ASP.NET Core, and OpenAI
Jul 14, 2026.
Build full-stack AI apps with Next.js, ASP.NET Core, and OpenAI. Learn architecture, integration, and best practices for scalable, secure AI solutions.
Building an AI Agent Marketplace with ASP.NET Core and Semantic Kernel
Jul 14, 2026.
Build an AI Agent Marketplace with ASP.NET Core & Semantic Kernel. Discover, manage, and monetize AI agents efficiently for your organization.
Building AI-Powered API Gateways with YARP and ASP.NET Core
Jul 14, 2026.
Build AI-powered API gateways with YARP and ASP.NET Core for intelligent routing, centralized governance, and scalable AI architectures.
Minimal APIs vs Controllers: The .NET Debate That Just Won't Die
Jul 13, 2026.
Minimal APIs vs. Controllers: A .NET debate settled. Choose the right tool for your project, not the hype. Learn when to use each for optimal .NET development.
.NET 11 Preview 7 Features Explained with Real Examples
Jul 13, 2026.
.NET 11 Preview 7 boosts performance, cloud-native features, and developer productivity with real-world examples.
Building Real-Time AI Chat Applications with WebRTC and ASP.NET Core
Jul 13, 2026.
Build real-time AI chat apps with WebRTC & ASP.NET Core. Learn architecture, signaling, SignalR, AI integration, and voice support.
Understanding Microservices with .NET Through an E-Commerce Example
Jul 12, 2026.
Explore .NET microservices for e-commerce. Learn how to build independent, scalable services for customer, inventory, order, and payment.
SelectPdf HTML to PDF: Generate Invoices in ASP.NET Core
Jul 10, 2026.
Generate ASP.NET Core invoices as PDFs using SelectPdf or IronPDF. Compare features for single-page receipts vs. multi-page documents and cross-platform deployment.
Building AI Chat Applications with SignalR and ASP.NET Core
Jul 10, 2026.
Build real-time AI chat apps with SignalR & ASP.NET Core. Stream responses, enhance UX, and scale your conversational AI.
Building Real-Time Applications with SignalR and ASP.NET Core
Jul 07, 2026.
Build real-time apps with SignalR & ASP.NET Core. Enable instant updates, chat, notifications, and more with persistent connections.
How to Implement Passkey Authentication in ASP.NET Core Applications
Jul 02, 2026.
Implement secure passkey authentication in ASP.NET Core apps. Enhance security & user experience with WebAuthn & FIDO2.
Building AI Features in ASP.NET Core Using Small Language Models Instead of Large LLMs
Jul 02, 2026.
Build AI features in ASP.NET Core with Small Language Models (SLMs) for lower costs, faster responses, and better privacy than LLMs.
Building High-Performance Distributed Caching with Redis and ASP.NET Core
Jul 02, 2026.
Boost ASP.NET Core app performance with Redis distributed caching. Learn integration, best practices, and patterns for scalability.
Creating an AI-Powered API Documentation Assistant with ASP.NET Core and Vector Search
Jun 30, 2026.
Build an AI-powered API documentation assistant using ASP.NET Core and vector search for faster, contextual answers.
Implementing an AI-Powered Knowledge Base Search System with ASP.NET Core and Azure AI Search
Jun 30, 2026.
Build an AI-powered knowledge base search with ASP.NET Core & Azure AI Search. Enhance productivity with semantic search & RAG.
Building Intelligent API Discovery Portals with ASP.NET Core and Vector Search
Jun 30, 2026.
Build intelligent API discovery portals with ASP.NET Core and vector search. Enhance developer productivity by enabling semantic API search.
Building an Intelligent Feature Flag Management Platform with ASP.NET Core
Jun 30, 2026.
Build an intelligent feature flag platform with ASP.NET Core for safer, faster releases, A/B testing, and data-driven rollouts.
Building a Semantic Caching Layer for AI Applications in ASP.NET Core
Jun 30, 2026.
Boost AI app performance & cut costs with semantic caching in ASP.NET Core. Match queries by meaning, not text, for faster, cheaper AI.
.NET 11 Performance Improvements Explained with Real Benchmarks
Jun 30, 2026.
.NET 11 boosts performance with runtime, GC, and ASP.NET Core optimizations. See real benchmarks for faster apps!
How to Implement AI-Powered Exception Analysis in ASP.NET Core
Jun 30, 2026.
Automate ASP.NET Core exception analysis with AI. Detect root causes, prioritize issues, and get remediation suggestions for faster troubleshooting.
Building AI-Powered Deployment Risk Assessment Systems in ASP.NET Core
Jun 29, 2026.
Build AI-powered deployment risk assessment systems in ASP.NET Core to predict failures, optimize strategies, and enhance release reliability.
Building AI-Powered Incident Postmortem Generators with ASP.NET Core
Jun 29, 2026.
Build AI-powered incident postmortem generators with ASP.NET Core, OpenTelemetry, and Azure OpenAI for faster, more consistent incident analysis.
Building AI-Driven Feature Flag Optimization Systems in ASP.NET Core
Jun 29, 2026.
Build AI-driven feature flag optimization in ASP.NET Core using Azure services for smarter, data-driven releases and enhanced performance.
Building AI-Powered API Contract Validation Systems in ASP.NET Core
Jun 29, 2026.
Build AI-powered API contract validation in ASP.NET Core. Proactively detect breaking changes, analyze consumer impact, and ensure API reliability.
Building AI-Powered Operational Runbook Generation Systems with ASP.NET Core
Jun 29, 2026.
Build AI-powered operational runbook systems with ASP.NET Core, OpenTelemetry, and Azure OpenAI for faster incident response and improved reliability.
Building AI-Powered Database Query Optimization Advisors with ASP.NET Core
Jun 29, 2026.
Build an AI-powered database query optimization advisor with ASP.NET Core, EF Core, and Azure OpenAI for faster queries, reduced costs, and improved scalability.
How to Implement AI-Driven Root Cause Detection in ASP.NET Core Applications
Jun 29, 2026.
Implement AI-driven root cause detection in ASP.NET Core apps with OpenTelemetry, Azure OpenAI & App Insights for faster MTTR.
Building AI-Powered Cloud Cost Optimization Advisors with ASP.NET Core
Jun 29, 2026.
Build an AI-powered cloud cost advisor with ASP.NET Core, Azure Cost Management, and Azure OpenAI for intelligent optimization and savings.
How to Build AI-Powered API Mocking Services in ASP.NET Core
Jun 26, 2026.
Build intelligent AI-powered API mocking services in ASP.NET Core to accelerate development, enable realistic testing, and improve collaboration.
How to Build AI-Driven API Versioning Strategies in ASP.NET Core
Jun 26, 2026.
Master AI-driven API versioning in ASP.NET Core. Detect breaking changes, automate migration guides, and ensure seamless API evolution.
Automating API Security Reviews with AI in ASP.NET Core
Jun 26, 2026.
Automate API security reviews in ASP.NET Core with AI. Detect vulnerabilities early, improve code quality, and enhance API protection.
AI-Driven Performance Profiling for ASP.NET Core Applications
Jun 26, 2026.
Unlock faster ASP.NET Core apps with AI-driven profiling. Automate bottleneck detection, get smart recommendations, and boost performance.
Building AI-Powered API Backward Compatibility Testing in ASP.NET Core
Jun 26, 2026.
Build AI-powered API backward compatibility testing in ASP.NET Core to ensure seamless evolution and prevent client disruptions.
Production-Ready AI Feature Flags in ASP.NET Core Applications
Jun 25, 2026.
Implement production-ready AI feature flags in ASP.NET Core for safer deployments, gradual rollouts, and controlled AI feature management.
Building AI-Powered API Contract Testing with ASP.NET Core
Jun 25, 2026.
Enhance ASP.NET Core API reliability with AI-powered contract testing. Automate validation, detect breaking changes early, and boost deployment confidence.
ASP.NET Core Identity with JWT Authentication - Step-by-Step Practical Guide
Jun 24, 2026.
Master ASP.NET Core Identity & JWT for secure user registration, login, and role-based API authorization. A practical step-by-step guide.
How to Build Production-Ready Semantic API Gateways in ASP.NET Core
Jun 25, 2026.
Build intelligent, production-ready semantic API gateways in ASP.NET Core. Understand intent, enrich requests, and simplify backend integration with AI.
Building AI-Powered Knowledge Trust Systems with ASP.NET Core
Jun 24, 2026.
Build trustworthy AI with ASP.NET Core. Learn to create Knowledge Trust Systems for verified, validated, and transparent AI responses.
Building AI-Powered Architecture Review Assistants with ASP.NET Core
Jun 24, 2026.
Build AI-powered architecture review assistants with ASP.NET Core to automate analysis, identify risks, and enhance expert decision-making in enterprise development.
Building AI-Powered Knowledge Verification Systems with ASP.NET Core
Jun 23, 2026.
Build AI knowledge verification systems with ASP.NET Core to ensure accuracy, trust, and compliance in enterprise AI applications.
Building AI-Powered Operational Knowledge Graphs with .NET
Jun 23, 2026.
Build AI-powered operational knowledge graphs with .NET & ASP.NET Core for deeper insights, faster incident response, and improved IT operations.
Designing AI-Native Service Architectures with ASP.NET Core
Jun 23, 2026.
Design AI-native service architectures with ASP.NET Core for scalable, resilient enterprise AI applications. Learn principles, patterns, and implementation.
Implementing AI-Based Dependency Risk Analysis in Large .NET Solutions
Jun 23, 2026.
Leverage AI for .NET dependency risk analysis. Proactively manage vulnerabilities, predict issues, and optimize large solutions with ASP.NET Core.
Designing AI-Oriented Domain Models in ASP.NET Core Applications
Jun 23, 2026.
Design AI-oriented domain models in ASP.NET Core for intelligent apps. Integrate AI concepts for better scalability and business alignment.
Building AI-Powered Knowledge Validation Systems with .NET
Jun 22, 2026.
Build AI-powered knowledge validation systems with .NET and ASP.NET Core to ensure accurate, consistent, and up-to-date organizational knowledge.
Essential Patterns for Building Production-Ready REST APIs in .NET 8
Jun 22, 2026.
Build clean, maintainable, and testable REST APIs in .NET 8 with practical patterns for project structure, error handling, responses, validation, and logging.
Building Enterprise AI Capability Catalogs with ASP.NET Core
Jun 22, 2026.
Build an Enterprise AI Capability Catalog with ASP.NET Core to centralize, discover, govern, and reuse AI assets, boosting innovation and reducing duplication.
Designing AI-Native Background Processing Systems with ASP.NET Core
Jun 22, 2026.
Design AI-native background processing systems with ASP.NET Core. Explore patterns for scalable, reliable AI workloads.
Building AI Governance Platforms with ASP.NET Core
Jun 22, 2026.
Build AI Governance Platforms with ASP.NET Core for trustworthy, transparent, and compliant AI systems. Ensure accountability and operational control.
Building a Web-Based Hospital Management System in ASP.NET Core MVC – Part 2
Jun 20, 2026.
Explore ASP.NET Core MVC controllers & services for a hospital management system. Learn data flow from views to database for patients, staff, finance & notifications.
Building a Web-Based Hospital Management System in ASP.NET Core MVC – Part 1
Jun 20, 2026.
Build a web-based hospital management system in ASP.NET Core MVC. Part 1 covers project setup, architecture, database schema, and Razor screens.
Building a Web-Based Hospital Management System in ASP.NET Core MVC – Part 3
Jun 20, 2026.
Build a production-ready ASP.NET Core MVC Hospital Management System with real-time chat, PowerShell deployment, and advanced enhancements.
Mastering .NET Interviews – Part 7: Web API & Microservices
Jun 20, 2026.
Master .NET interviews: Dive into Web API & Microservices, covering REST, versioning, security (JWT), and microservices architecture.
Mastering .NET Interviews – Part 4: ASP.NET MVC
Jun 20, 2026.
Master ASP.NET MVC for .NET interviews! Learn architecture, routing, filters, and common questions. Prepare for Part 5 on ASP.NET Core.
Mastering .NET Interviews – Part 1: Introduction to .NET
Jun 20, 2026.
Master .NET interviews! This series covers C#, ASP.NET Core, Azure, system design & more. Start with .NET fundamentals.
Mastering .NET Interviews – Part 5: ASP.NET Core
Jun 20, 2026.
Master ASP.NET Core interviews! Learn about middleware, DI, configuration, hosting, and key differences from MVC.
Mastering .NET Interviews – Part 10: System Design & Real‑World Scenarios
Jun 20, 2026.
Master .NET system design for interviews! This guide covers SOLID, CQRS, Clean Architecture, and real-world scenarios like Hospital Management, E-commerce, and ERP. Learn to architect scalable solutions and ace your senior .NET interviews.
Difference Between Controller and ControllerBase in ASP.NET Core
Jun 19, 2026.
Understand the core differences between ASP.NET Core's ControllerBase and Controller for building efficient Web APIs and full-featured MVC applications.
Building an Inventory & Order Management System in ASP.NET Core (Setup & Core Features) Part 1
Jun 19, 2026.
Build an ASP.NET Core Inventory & Order Management System. Part 1 covers project setup, core features like Product, Category, Supplier, and Customer CRUD.
How to Build AI-Powered Requirement Traceability Systems with ASP.NET Core
Jun 19, 2026.
Build AI-powered requirement traceability systems with ASP.NET Core. Automate links, improve coverage, and enhance compliance for enterprise software.
📖 Building a Web-Based Timesheet Management System in ASP.NET Core
Jun 19, 2026.
Build a robust ASP.NET Core MVC timesheet system with SQL Server. Features include entry, allocation, approvals, auth, reporting & deployment.
Building AI-Powered Knowledge Extraction Pipelines with ASP.NET Core
Jun 19, 2026.
Unlock insights from unstructured data with ASP.NET Core AI knowledge extraction pipelines. Transform documents into actionable knowledge.
Building an Inventory & Order Management System in ASP.NET Core - Part 2
Jun 19, 2026.
Build a robust ASP.NET Core Inventory & Order Management System with order processing, security, reporting, and deployment.
Building AI-Powered Data Validation Pipelines in ASP.NET Core
Jun 18, 2026.
Build intelligent AI-powered data validation pipelines in ASP.NET Core to enhance data quality, detect anomalies, and reduce manual reviews.
Implementing AI-Powered Data Classification Systems Using .NET
Jun 18, 2026.
Implement AI-powered data classification in .NET for enhanced security, compliance, and efficiency. Automate categorization of sensitive information.
Designing AI-Ready Multi-Tenant Architectures in ASP.NET Core
Jun 18, 2026.
Design AI-ready multi-tenant ASP.NET Core apps. Ensure isolation, scalability, and security for AI workloads across tenants.
Building AI-Powered Release Validation Systems Using ASP.NET Core
Jun 17, 2026.
Build AI-powered release validation systems with ASP.NET Core for smarter, safer, and more reliable software deployments.
How to Implement AI-Assisted Database Query Optimization in ASP.NET Core
Jun 17, 2026.
Boost ASP.NET Core app performance with AI-assisted database query optimization. Learn to identify bottlenecks, get recommendations, and improve productivity.
Human Resource Management System in ASP.NET Core MVC – Part 3
Jun 17, 2026.
Complete your ASP.NET Core MVC HRM with role-based dashboards, insightful reports, and robust deployment strategies for enterprise readiness.
Building Enterprise AI Approval Workflows with ASP.NET Core
Jun 16, 2026.
Build robust enterprise AI approval workflows with ASP.NET Core and Azure OpenAI. This guide details how to integrate AI recommendations with human oversight for critical business decisions, ensuring accountability, compliance, and efficiency through structured processes, role-based routing, and audit trails.
Human Resource Management System in ASP.NET Core MVC – Part 2
Jun 16, 2026.
Build an ASP.NET Core MVC Human Resource Management System. This article covers Leave Requests, Payroll, and Recruitment modules.
Building AI-Powered Engineering Portals with ASP.NET Core and Blazor
Jun 16, 2026.
Build AI-powered engineering portals with ASP.NET Core & Blazor. Centralize knowledge, boost productivity, and accelerate software delivery.
Building AI-Powered Support Engineers with Azure OpenAI and ASP.NET Core
Jun 15, 2026.
Build AI-powered support engineers with ASP.NET Core, Azure OpenAI, and Azure AI Search for faster resolutions and reduced costs.