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]
Sandhiya Priya(14)
Sardar Mudassar Ali Khan (14)
John Godel(8)
Rajesh Gami(5)
Vishal Gami(4)
Mominul Islam(4)
Ajay Narkhedkar(3)
Bhuvanesh Mohankumar(3)
Sangeet Shah(2)
Pasang Tamang(2)
Aarav Patel(2)
Micheal Xavier A (2)
Pankajkumar Patel(2)
Dashrath Hapani(2)
Subarta Ray(2)
Mark Pelf(2)
Meeran Siddiqui(1)
Avnii Thakur(1)
Deepika Sawant(1)
Jayant Kumar(1)
Niharika Gupta(1)
Kselva Kumar(1)
Harshit Pandey(1)
Ananya Desai(1)
Deepak Pippal(1)
Kiran Kumar(1)
Malintha Wijewardana(1)
Rinki (1)
Vaishali Vishwakarma(1)
Kripanshu Kumar(1)
Pratik Chavan(1)
Abhishek Yadav(1)
Bimalshi Jayarathna(1)
Sangeetha S(1)
Gautam Singh(1)
Velladurai (1)
Bhawna Vishwakarma (1)
Vijay Pratap Singh(1)
Manoj Kalla(1)
Allen Oneill(1)
Tharunkumar Magudeeswaran(1)
Mohammad Hasan Hosseini(1)
Shafaet Hossain(1)
George (1)
Harsh Sharma(1)
Resources
No resource found
How to Fix “This localhost page can’t be found – HTTP ERROR 404” in ASP.NET Core
Dec 01, 2025.
Troubleshoot and fix the "This localhost page can't be found - HTTP ERROR 404" error in ASP.NET Core MVC. Learn about routing, controllers, views, and common mistakes to avoid. Ensure correct URLs, routing configuration, and view placement for a smooth debugging experience. Master ASP.NET Core MVC development.
Understanding Cookie, Session, TempData, ViewBag & ViewData in MVC – Uses, Differences & Performance
Nov 29, 2025.
Master ASP.NET MVC data transfer! Explore Cookie, Session, TempData, ViewBag, & ViewData. Understand their uses, performance impacts, and when to use each for optimal efficiency.
Understanding the MVC and SPA Architecture: Why Angular Fits Perfectly with .NET
Nov 27, 2025.
Explore the power of Angular and .NET for modern web development. Learn how MVC & SPA architectures combine for scalable, secure, and user-friendly apps.
ASP.NET Core Fundamentals Every Beginner Should Know
Nov 27, 2025.
Unlock the power of ASP.NET Core! This guide covers essential fundamentals for beginners, including setup, MVC, APIs, DI, routing, and best practices. Build robust web apps!
Automating Image Captions & Alt Text in ASP.NET Core MVC with Gemini AI
Nov 25, 2025.
Automate image captions & alt text in ASP.NET Core MVC using Gemini AI. Generate context-aware, SEO-friendly descriptions in multiple languages, saving time and improving accessibility.
Mastering Dependency Injection in ASP.NET Core – Complete Beginner to Advanced Guide
Nov 23, 2025.
This article provides a complete and detailed understanding of Dependency Injection (DI) in ASP.NET Core, covering everything from basic concepts to advanced topics such as IoC containers, service lifetimes, middleware injection, captive dependency issues, and multiple service implementations. With real-world examples, clean architecture explanations, and interview-oriented insights, this guide helps developers build scalable, maintainable, and testable applications while improving their professional knowledge and .NET development skills.
Understanding Middleware in ASP.NET Core: Internal Execution Flow, Real-World Use Cases, and Custom Middleware Implementation
Nov 24, 2025.
Master ASP.NET Core middleware! Learn internal execution, real-world use cases (logging, auth, performance), and custom implementation for scalable apps.
Practical Logging in ASP.NET Core Using Built-In ILogger: Production Scenarios, Patterns, and Case-Study Implementation
Nov 24, 2025.
Master ASP.NET Core logging with ILogger! Learn practical techniques, best practices, and a case study for production-ready applications. Improve debugging and monitoring.
6 Types of Filters in ASP.NET Core – Complete Guide (With Examples & Use Cases)
Nov 23, 2025.
This article provides a complete and detailed explanation of the 6 types of Filters in ASP.NET Core, including Authorization, Resource, Action, Endpoint, Exception, and Result Filters. Each filter type is described in a clear and practical way with syntax examples, real project scenarios, and line-by-line breakdowns to help learners understand how filters work in the MVC and Web API pipeline. This guide is ideal for developers, students, and professionals preparing for .NET interviews or working on enterprise-level ASP.NET Core applications.
ASP.NET WebForms to ASP.NET Core MVC – Feature Comparison, Purpose & Examples
Nov 22, 2025.
Migrating from WebForms to ASP.NET Core MVC? This guide provides a feature-by-feature comparison with examples, covering Razor views, controllers, and more for modern web development.
From Server Controls to Tag Helpers in ASP.NET Core – A Complete Guide with Examples
Nov 22, 2025.
Migrate from ASP.NET WebForms Server Controls to ASP.NET Core Tag Helpers. Learn how to build modern, performant web apps with clean HTML and strong typing.
ASP.NET Core MVC Full Beginner Roadmap
Nov 22, 2025.
Your complete guide to ASP.NET Core MVC! This beginner-friendly roadmap takes you from zero to job-ready with step-by-step instructions and practical examples. Learn C#, MVC, EF Core and build CRUD operations.
How ASP.NET Core MVC Performs CRUD Without SQL Queries | Beginner-Friendly EF Core
Nov 22, 2025.
Master ASP.NET Core MVC CRUD operations without writing SQL queries! Learn EF Core, DbContext, DbSet, and Models for efficient data management. Beginner-friendly tutorial.
Understanding How .cshtml Views Find the Correct Controller in ASP.NET Core MVC
Nov 22, 2025.
Demystifying ASP.NET Core MVC! Learn how .cshtml views connect to controllers through routing, naming conventions, and the `return View()` method. Master the MVC workflow!
Understanding How .cshtml Views Find the Correct Controller in ASP.NET Core MVC
Nov 22, 2025.
Demystifying ASP.NET Core MVC! Learn how .cshtml views connect to controllers through routing, naming conventions, and the `return View()` method. Master the MVC workflow!
Middlewares in ASP.NET Core — The Ultimate Detailed Guide
Nov 20, 2025.
This article provides a highly detailed and comprehensive guide to Middlewares in ASP.NET Core, covering the complete request-processing pipeline, middleware architecture, built-in and custom middlewares, real-world use cases, microservices integration, performance tuning, and essential interview concepts. It is designed for beginners, intermediate developers, and professionals preparing for .NET interviews or building enterprise web applications.
Create ASP.NET Core MVC Application
Nov 21, 2025.
Learn to build your first ASP.NET Core MVC application using Visual Studio 2022 and .NET 7. This tutorial guides you through project creation, setup, and running the default application, step-by-step.
ASP.NET Core MVC Project Structure
Nov 21, 2025.
Explore the ASP.NET Core MVC project structure (.NET 7). Understand the purpose of each file & folder: Solution, Project, Dependencies, Controllers, Views, & more. Essential for .NET developers!
Creating a .NET Webhook Receiver and Sender System: Architecture, Implementation, Security, and Retry Mechanism
Nov 17, 2025.
Build a robust .NET webhook system with ASP.NET Core 8! This guide covers architecture, security (HMAC), retries, logging, and a complete implementation for reliable event delivery.
Understanding Dependency Injection (DI) In ASP.NET Core — A Beginner-Friendly Guide
Nov 14, 2025.
Unlock the power of Dependency Injection (DI) in ASP.NET Core! This beginner-friendly guide provides clear explanations and practical examples for cleaner, testable code.
Multi-Region Deployment for High Availability (HA) in Azure: A Step-by-Step Implementation Guide
Nov 11, 2025.
Achieve high availability in Azure with multi-region deployment! This guide details a step-by-step implementation using ASP.NET Core, Angular, and SQL Server for resilient apps.
Create + Assign + List + Edit + Complete operations and role-wise views (Admin / Manager / User) ASP.NET Core MVC project
Nov 08, 2025.
Build a complete ASP.NET Core MVC task management app with role-based views (Admin, Manager, User). Includes CRUD, assignment, and completion features using EF Core and Identity.
Digital Signature Implementation (DocuSign + .NET)
Nov 06, 2025.
Implement DocuSign eSignature in .NET (ASP.NET Core). Covers authentication (JWT, Auth Code), SDK setup, envelope creation, embedded signing, and webhooks. Secure & compliant!
Accessibility (A11y) in Modern SPAs: Practical Implementation Guide (Angular + ASP.NET Core)
Nov 07, 2025.
Build accessible Angular SPAs with ASP.NET Core! Learn practical A11y implementation: focus management, ARIA roles, screen readers, and WCAG compliance. Inclusive UX!
Microservices with ASP.NET Core: Step-by-Step Implementation
Nov 06, 2025.
Learn to build scalable microservices with ASP.NET Core! This step-by-step guide covers design, API gateways, communication, databases, CI/CD, and best practices.
Difference Between ASP.NET Web Forms, MVC & .NET Core
Oct 31, 2025.
Explore the evolution of ASP.NET: Web Forms, MVC, and .NET Core. Understand key differences, features, and ideal use cases to choose the right framework.
Master Page vs Layout Page in ASP.NET
Oct 31, 2025.
Explore Master Pages (.master) in ASP.NET Web Forms and Layout Pages (_Layout.cshtml) in ASP.NET MVC/Core. Learn their features, usage, and when to use each for consistent UI design.
Understanding Interface Implementation in C# WebForms
Oct 29, 2025.
Learn C# WebForms interface implementation with a practical example! Discover abstraction, loose coupling, and code reusability using IEmployee and Manager.
How to Troubleshoot Errors in a .NET MVC Website
Oct 25, 2025.
Learn how to troubleshoot errors in a .NET MVC website using debugging techniques, IIS logs, custom error handling, remote debugging, and third-party tools like Application Insights, ELMAH, and NLog. Practical guide for ASP.NET MVC error resolution.
Build First ASP.NET Core MVC Web App Part 3 - Complete E-Commerce Tutorial with Razor Pages
Oct 15, 2025.
Build a complete e-commerce web application using ASP.NET Core MVC and Razor Pages in this comprehensive tutorial. Learn MVC architecture, create dynamic UIs with Razor syntax, implement shopping cart functionality, and set up a production-ready environment. Master real-world web development skills and build a portfolio-worthy project. Includes database design, testing, and deployment strategies.
ASP.NET Core MVC Deep Dive Part 5 - Advanced Controllers, Routing, Views & Enterprise Patterns
Oct 15, 2025.
Dive deep into ASP.NET Core MVC Models! This comprehensive guide covers model creation, data binding, validation using data annotations, and advanced techniques like custom validation and ViewModels. Learn to build robust and secure applications by mastering data integrity. Explore best practices, alternatives like FluentValidation, and prepare for Part 6: Controllers.
Generative AI Domain-First: Choosing and Adapting Models That Actually Work in Your Industry
Oct 13, 2025.
Unlock the power of AI in your industry! This guide provides a practical, domain-first approach to choosing and adapting generative AI models for healthcare, finance, legal, and manufacturing. Learn how to build a robust AI strategy with the right data, guardrails, and economics. Discover the adaptation ladder, evaluation metrics, and safety patterns for reliable, scalable AI solutions. Optimize for cost, latency, and compliance with tailored models.
🔁 Understanding Bubble Sort in DSA: Algorithm, Example, and Code Implementation
Oct 14, 2025.
Demystify Bubble Sort! This beginner-friendly guide breaks down the Bubble Sort algorithm with a clear explanation, step-by-step example, and a practical C code implementation. Learn its workings, time complexity, advantages, and disadvantages. Discover when to use this simple sorting technique and when to opt for more efficient algorithms. Perfect for DSA beginners!
ERP Success : Step-by-Step Realistic Roadmap to Avoid Project Failure
Oct 13, 2025.
Unlock ERP success in Bangladesh with this step-by-step roadmap! Avoid project failure through realistic planning, employee adoption, and smart vendor selection. Learn data governance, continuous training, and infrastructure best practices. Master data migration and foster collaboration for long-term ERP confidence. This guide provides a practical, proven strategy for Bangladeshi businesses to achieve digital transformation and process automation.
🧩 Why ERP Projects Fail in Bangladesh — Real Causes, Examples & Lessons for Businesses
Oct 13, 2025.
Uncover the reasons behind ERP project failures in Bangladesh. This article dives into the common pitfalls, from unclear requirements and unrealistic expectations to employee resistance and weak data discipline. Learn practical lessons and best practices for successful ERP implementation, focusing on process optimization, user training, and strategic vendor selection.
Difference between ASP.NET MVC, C#, and ASP.NET Core
Oct 13, 2025.
Understand the key differences between C#, ASP.NET MVC, and ASP.NET Core. This guide clarifies their roles in web development, highlighting C# as a programming language, ASP.NET MVC as a legacy Windows-only framework, and ASP.NET Core as a modern, cross-platform solution. Learn about their architecture, performance, and suitability for different project types, from existing systems to cutting-edge cloud applications. Choose the right tool for your next .NET project!
Unlocking Business Potential: Strategic Deployment, Customization, and Integration of Microsoft Dynamics CRM
Oct 08, 2025.
This article provides a roadmap for strategic deployment, tailored customization, and intelligent integration. Learn how to streamline customer relationship management, enhance operational efficiency, and drive data-driven decisions. Discover the power of a unified digital ecosystem and achieve sustained growth in today's competitive landscape.
How to Implement a Circular Queue Using Arrays
Oct 07, 2025.
Learn how to implement a Circular Queue in C# using arrays! This data structure efficiently manages memory by wrapping around, preventing wasted space common in linear queues. Discover the enqueue, dequeue, and display operations with clear code examples. Explore real-world applications like CPU scheduling and memory buffering. Master the concept of wrap-around and modulo arithmetic for effective queue management. Optimize your data handling for scheduling and real-time applications.
Generative AI: Why AI Is Bigger Than the Industrial and Internet Revolutions—and How It Ends Information Monopolies
Sep 24, 2025.
Generative AI is poised to revolutionize industries beyond the scale of the Industrial and Internet Revolutions by decentralizing knowledge and dismantling information monopolies. This article explores how AI empowers organizations to leverage local data for informed decision-making, fostering innovation, enhancing security, and creating open moats of competence. Discover how to build an AI-native stack that prioritizes portability, governance, and user autonomy, paving the way for a future where intelligence is accessible and controlled by its users.
How to Connect ASP.NET Core MVC with Database using EF Core (DB-First)
Sep 11, 2025.
Unlock the power of database connectivity in ASP.NET Core MVC with EF Core's DB-First approach! This article simplifies connecting your application to SQL Server, offering a step-by-step walkthrough from project setup to data retrieval. Learn to scaffold models, register DbContext, and leverage LINQ for efficient database interactions, avoiding raw SQL.
Vector Databases vs Relational Databases: Understanding, Implementation, and Use Cases
Sep 11, 2025.
Explore the key differences between relational databases (RDBMS) and vector databases (Vector DBs). Learn about their unique features, implementation examples using Python (SQLite, Ollama, ChromaDB), and ideal use cases. Discover how RDBMS excels in structured data and transactions, while Vector DBs empower AI-driven semantic search and recommendations. Understand the importance of numeric vectors and embeddings for Vector DBs and how a hybrid approach can benefit enterprises.
Content Security Policy (CSP) for Razor Pages and MVC
Sep 10, 2025.
Protect your ASP.NET Core Razor Pages and MVC applications from XSS attacks with Content Security Policy (CSP). This guide explains how CSP works, why it's crucial for security, and provides practical examples for implementation using middleware and the NWebsec library. Learn how to configure CSP headers, handle inline scripts with nonces, report violations, and establish best practices for a robust security posture.
Model Binding and Model Validation in ASP.NET Core MVC?
Sep 09, 2025.
Unlock the power of ASP.NET Core MVC with Model Binding and Model Validation! Learn how to automatically map HTTP request data to your models and ensure data integrity. Discover how data annotations and custom validation logic streamline development, reduce boilerplate code, and enhance user experience. Master form handling and data validation in ASP.NET Core MVC.
Implementing Role-Based Authorization in ASP.NET Core MVC
Sep 09, 2025.
Secure your ASP.NET Core MVC applications with role-based authorization! This guide provides a step-by-step walkthrough, complete with code examples, on implementing roles (Admin, Manager, User) using ASP.NET Core Identity. Learn to configure Identity, seed roles, assign roles to users, and restrict access at the controller, action, and view levels. Explore policy-based authorization for cleaner role management and best practices for robust security. Master role-based access control today!
🚦 Why AI Won’t Replace Everything Immediately for MiD / SMALL Scale Companies
Sep 08, 2025.
AI isn't an instant revolution for small to mid-sized businesses. Budget constraints, existing contracts, and the need for production support mean AI adoption will be gradual. Expect augmentation before full replacement, especially in industries like manufacturing and agriculture.
Secure File Upload Handling in ASP.NET Core MVC
Sep 08, 2025.
Learn how to implement secure file upload handling in ASP.NET Core MVC applications. This article covers essential security best practices, including limiting file size, restricting file types, using safe filenames, and storing files outside the webroot to prevent direct access.
Secure Coding Guidelines for ASP.NET Core MVC & Web API
Sep 04, 2025.
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. Implement robust authentication, input validation, and API security measures. Protect sensitive data, manage dependencies securely, and enhance performance to defend against DoS attacks. Build resilient and secure applications today!
What Is MVC in Web Development
Sep 04, 2025.
Unlock the power of MVC (Model-View-Controller) in web development! This guide breaks down the MVC architecture, explaining how it separates data (Model), presentation (View), and control (Controller) for cleaner, more maintainable, and scalable applications. Discover the benefits, limitations, and real-world examples of MVC frameworks like ASP.NET MVC, Spring MVC, and more. Master this essential pattern for building robust web applications.
File and Input Security in ASP.NET Core MVC and Web API Applications Introduction
Sep 02, 2025.
Protect your ASP.NET Core MVC and Web API applications from critical vulnerabilities! This article provides essential best practices for securing file uploads and user inputs. Learn how to prevent SQL injection, XSS, path traversal, malware uploads, and DoS attacks through robust validation, secure file handling, and API security measures.
Partial View vs ViewComponent in ASP.NET MVC/Core – A Complete Guide
Sep 02, 2025.
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 optimal code reusability and maintainability. Discover how Partial Views excel at static content while ViewComponents shine with dynamic, data-driven widgets. Elevate your ASP.NET development skills today!
Preventing SQL Injection in ASP.NET MVC, ASP.NET Core MVC, and Web API Applications
Aug 29, 2025.
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 robust security. Master best practices for a secure application!
Artificial Intelligence Century: Augment People, Don’t Replace Them
Aug 29, 2025.
AI augmentation: Empowering people with AI for enhanced productivity & accuracy. Learn how to implement AI as a tool, not a replacement, for success.
Data Security in ASP.NET Core MVC Applications
Aug 28, 2025.
Learn essential ASP.NET Core MVC data security practices, including HTTPS enforcement and authentication, encryption, XSS/CSRF prevention, and secure storage, to ensure safe and reliable web applications.
Credential Security in ASP.NET Core Web API: Best Practices and Implementation
Aug 27, 2025.
Learn how to secure credentials in ASP.NET Core Web API using best practices such as secret management, authentication, HTTPS, and Azure Key Vault to protect sensitive data and prevent leaks.
Application Security in ASP.NET Core Web API – Best Practices & Implementation
Aug 27, 2025.
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 for robust protection.
PDF Generation in ASP.NET Core MVC using Puppeteer Sharp
Aug 20, 2025.
Puppeteer Sharp enables .NET apps to generate browser-quality PDFs from HTML, supporting modern CSS, JavaScript, and dynamic content. Automate the creation of PDFs for invoices, tickets, or web pages with ease and accuracy.
How to save position of the sortable (draggable) widgets
Aug 14, 2025.
Learn how to implement draggable, sortable dashboard widgets in .NET MVC using jQuery UI. Save and load widget order from SQL Server with C#, stored procedures, and a user-defined table type for a personalized UI.
Valid Parentheses Problem - Stack Implementation in Data Structures
Aug 12, 2025.
Learn how to solve the Valid Parentheses problem using a stack in data structures. This beginner-friendly guide explains the problem definition, logic, step-by-step solution, and Java code examples to help you master stack operations.
Dependency Injection in .NET Core
Aug 04, 2025.
Learn Dependency Injection (DI) in .NET Core—automate service instantiation, promote clean architecture, and simplify testing. Explore DI types, service lifetimes, registration, and best practices for building scalable, maintainable applications.
Inclusive Guide to Key Concepts in ASP.NET MVC Framework
Jul 31, 2025.
This comprehensive article covers essential ASP.NET MVC concepts—from routing and controllers to Razor views, validation, filters, and deployment—offering best practices and examples to build secure, maintainable web applications efficiently.
ETL Design Pattern to Implement SCD Type 2 Using SQL, SSIS, or dbt
Jul 30, 2025.
SCD Type 2 is widely used in data warehousing to preserve full history of dimensional changes. Implementing it correctly through your ETL process is crucial for accurate historical reporting.
ASP.NET MVC Cheatsheet – A Beginner-Friendly Guide
Jul 30, 2025.
ASP.NET MVC Cheatsheet – A Beginner-Friendly Guide
Understanding the MVC Application Life Cycle in ASP.NET Core (.NET 6/7/8)
Jul 28, 2025.
With the evolution of .NET into .NET Core and now .NET 6, 7, and 8, the MVC framework has seen major architectural improvements. Understanding the ASP.NET Core MVC application life cycle is crucial for developers building modern, scalable, and high-performance web applications.
🔥 How to Consume Web API in ASP.NET MVC Using HttpClient
Jul 24, 2025.
Are you building an ASP.NET MVC application and need to fetch data from a Web API? Look no further!In this guide, you’ll learn how to consume Web API using the HttpClient class in ASP.NET MVC with real examples and best practices.
CI/CD Automation Testing Framework: Design, Implementation & Best Practices
Jul 21, 2025.
This document outlines the integration of automated testing into a CI/CD pipeline using Jenkins, Git, Maven, TestNG, and Allure Reports. It demonstrates how to build a robust pipeline that ensures code quality, fast feedback, and reliable deployments.
Managing Relationships, Migrations, and Performance Optimization in ASP.NET Core MVC
Jul 18, 2025.
This ASP.NET Core MVC project demonstrates how to manage one-to-many relationships using Entity Framework Core, handle code-first migrations, and apply performance optimization techniques such as AsNoTracking, pagination, and in-memory caching.
Understanding .NET MVC
Jul 14, 2025.
ASP.NET MVC is a web framework from Microsoft that uses the Model-View-Controller pattern to build clean, testable, and scalable web applications using C# and Razor.
MVC Architecture in Node.js (With Code Examples)
Jul 11, 2025.
Learn how to build a clean, maintainable Node.js app using the MVC pattern with Express.js, separating concerns into Models, Views, and Controllers for scalable, testable, and organized code structure.
JWT Auth in ASP.NET MVC: Secure REST API with C#.NET
Jul 04, 2025.
Learn how to build a secure ASP.NET Web API using C# and JWT authentication. This hands-on guide covers token generation, validation, and securing endpoints to protect your API with modern practices.
Basic Auth in ASP.NET MVC Web API Using C#.NET
Jul 03, 2025.
Learn how to build a secure ASP.NET Web API using Basic Authentication in C#. Protect your student data endpoints by validating user credentials with a custom auth filter. Perfect hands-on project for beginners.
Build a RESTful Student Info API with ASP.NET MVC & C#.NET
Jul 02, 2025.
Learn how to build a simple RESTful API using ASP.NET MVC in C#. This beginner-friendly tutorial guides you through creating a student info API with models, controllers, routing, and JSON output step by step.
Page Object Model Design Pattern: Benefits and Implementation
Jun 30, 2025.
The Page Object Model (POM) design pattern in Selenium improves test automation by separating UI structure from test logic, ensuring maintainability, reusability, readability, and scalability for growing web applications.
Difference Between Minimal API and Controller API .NET Core
Jun 20, 2025.
Explore the key differences between Minimal API and Controller API in .NET Core, including structure, performance, routing, and use cases—helping you choose the right approach for your project.
Under the Hood: Base’s OP Stack Implementation
Jun 17, 2025.
This article breaks down Base’s use of the OP Stack, covering execution, sequencing, and data layers, with a focus on performance, cost, and Superchain benefits for Ethereum Layer 2 development.
Vehicle Count Visualization Using ApexCharts in ASP.NET MVC
Jun 10, 2025.
In this snippet, we are working on visualizing vehicle category counts (B and C) using a donut chart powered by ApexCharts.
Improved CRUD operations for GridView with Redshift in ASP.NET Core MVC (Utilizing C# 14 Features)
May 08, 2025.
Learn how to enable CRUD operations in an ASP.NET Core MVC application using Amazon Redshift and C# 14 features. This guide covers setup, connection, SQL commands, data manipulation, security, and best practices.
Build a CRUD App in .NET 8 MVC Using Dapper and Repository Pattern
May 06, 2025.
Learn to build a CRUD app in .NET 8 MVC using Dapper for lightweight data access and the Repository Pattern for clean code architecture.
Core Banking–Focused PT-SLM Implementation Plan & Workflow Chart
May 05, 2025.
A structured implementation plan for integrating PT-SLM in core banking, enhancing accuracy, automation, and compliance through secure infrastructure, model customization, seamless integration, rigorous testing, and continuous improvement.
Building a User Subscription Module in ASP.NET MVC with C# 14
Apr 25, 2025.
Learn how to build a complete User Subscription Module in ASP.NET MVC using C# 14 features, with registration, plans, payment logic, and access control for scalable, modern subscription-based web apps.
Implementing TOTP (Time-Based One-Time Password) MFA in .NET Core
Apr 22, 2025.
TOTP (Time-based One-Time Password) is a secure two-factor authentication (2FA) method that generates temporary, single-use codes for user verification.
How to Publish ASP.NET Core MVC Project.NET 8 with View Files
Apr 14, 2025.
ASP.NET Core MVC .NET 8 publish cshtml file, publish view in asp.net core mvc, publishing CSHTML file in .NET 8 MVC project.
Understanding AI for Intermediate: From Core Concepts to Practical Implementation
Apr 04, 2025.
Artificial Intelligence (AI) is no longer just a futuristic concept—it’s actively shaping the tools and systems we use every day.
Responsible AI in Practice: From Ethics to Implementation
Apr 02, 2025.
In this article, I explore the practical implementation of responsible AI by moving beyond ethical theory and focusing on actionable strategies that organizations can adopt.
From Niche Tech to Everyday Tool: Why AI Implementation Costs are Plummeting
Mar 25, 2025.
AI implementation costs are dropping rapidly, making it more accessible for businesses of all sizes. Advancements in cloud computing, open-source models, and efficient AI frameworks are driving affordability.
ASP.NET Session State: Storing Data Beyond IIS Restarts
Mar 20, 2025.
?To maintain ASP.NET sessions after an IIS restart, configure the session state to use SQL Server, State Server, or a distributed cache like Redis instead of the default in-memory storage.
Handling Slowly Changing Dimensions (SCD) in Azure Data Warehouse
Mar 17, 2025.
This article explains how to handle Slowly Changing Dimensions (SCD). Type 1, Type 2, Type 3, Type 4, and Type 6—explaining how data looks before and after each type is applied.
Efficient File Upload and Download from Network Drive in C# MVC
Mar 07, 2025.
Learn the best way to upload and download files from a network drive or shared storage using an MVC application in C#.
Domain Events & Pub/Sub Pattern: Manual Implementation vs MediatR
Feb 27, 2025.
Domain events and the publish/subscribe pattern are essential for building decoupled, scalable, and maintainable systems. Whether we're working on a microservices architecture or a modular monolith, these patterns help us manage complexity and enforce boundaries between components.
Implementation of xUnit in .NET Core
Feb 17, 2025.
This article explores the xUnit package in .NET Core, demonstrating setup, implementation, and execution of unit tests with sample code and output to ensure the reliability of your code.
Blazor vs Traditional ASP.NET (MVC/WebForms): A Comparison
Feb 03, 2025.
Blazor is a web framework by Microsoft that enables building interactive web apps using C# and .NET. It supports Blazor Server (server-side) and Blazor WebAssembly (client-side) for modern, real-time, and offline web development.
Integrating Stripe Payment Gateway in ASP.NET Core MVC
Feb 03, 2025.
Learn how to integrate Stripe Payment Gateway into an ASP.NET Core MVC application, enabling secure online payments with Stripe Checkout. The solution covers API setup, payment session creation, and handling successful or canceled payments.
ASP.NET MVC: Download Large File Efficiently
Feb 02, 2025.
This article explores efficient ways to handle large file downloads in ASP.NET MVC, covering FileStreamResult, chunked streaming, async streaming, IIS configuration, and Content-Disposition for improved performance and browser compatibility.
Design Patterns for Scalable ASP.NET MVC Applications
Jan 31, 2025.
Discover key design patterns like Repository, Unit of Work, Dependency Injection, Factory, Singleton, and Command to enhance the scalability, maintainability, and testability of your ASP.NET MVC applications.
ASP.NET 8 – Using Bootstrap 5 Themes
Jan 20, 2025.
This article covers selecting and installing themes, configuring settings in appsettings.json, passing theme data to views, and managing UI consistency across different themes for a professional web app look.
Entity Framework (5-1), With .Net Core MVC, Database-First --- Scaffold-DbContext
Jan 18, 2025.
This article is to discuss the reverse engineering command Scaffold-DbContext by AI.
SQL Server – Query Performance – Database Maintenance can Help
Jan 14, 2025.
To improve query performance in an ASP.NET MVC application using SQL Server, periodic database maintenance steps like updating statistics and defragmenting indexes are essential. This includes manual or automatic execution for optimal results.
Understanding Connected Disconnected Scenarios in EF Core MVC
Jan 06, 2025.
This article explains the connected and disconnected scenarios in Entity Framework Core for ASP.NET Core MVC applications. It covers how EF Core handles data in these scenarios, including change tracking, entity states, and managing database contexts.
Optimize Relationships Migrations Performance in ASP.NET Core MVC
Jan 06, 2025.
This article covers Entity Framework Core, query optimization, caching strategies, lazy and eager loading, and best practices to enhance your MVC application's efficiency.
What is Factory Method Design Pattern?
Jan 06, 2025.
Learn how to build an AI-powered birthday party planner using Copilot Studio and Microsoft OpenAI. Streamline theme selection, product management, and logistics with intelligent automation for efficient and creative event planning.
Implementation of String Manipulation in C# 9.0
Dec 29, 2024.
Explore various string manipulation techniques in C# 9.0, including concatenation, searching, replacing, and more. Learn how to leverage these methods to write cleaner and more efficient code.