Build a Simple MVC Framework from Scratch to Understand the Pattern
A tutorial on building a simple MVC framework from scratch using PHP and MySQL to understand the pattern's core concepts.
A tutorial on building a simple MVC framework from scratch using PHP and MySQL to understand the pattern's core concepts.
Explains the Model-View-Controller (MVC) architectural pattern, its history, components, and its role in modern web development frameworks.
A developer explains how to create a custom router proxy in the CFWheels framework to handle form submissions more intuitively.
Explores integrating ColdFusion custom tags into the CFWheels framework to create UI abstractions and access framework functions.
A guide to creating and implementing Service Objects within the CFWheels framework to bridge the gap between Models and Controllers.
A guide to implementing HTML datalist elements in ASP.NET Core applications using custom tag helpers for Razor Pages and MVC.
A guide to transitioning from traditional ASP.NET Core MVC to the new lightweight Minimal APIs introduced in ASP.NET Core 6.0.
Explains how to handle arrays in ASP.NET MVC Core route parameters by creating a custom value provider to split comma-separated values.
An explanation of the MVC (Model-View-Controller) architectural pattern, covering its components and their roles in web application development.
A live coding session pairing with a new developer to work on a Ruby on Rails issue, covering fundamentals like Active Record and MVC.
A critique of bloated MVC in iOS development, discussing strategies to manage massive view controllers and adapt architectural patterns for UIKit and SwiftUI.
A guide on integrating Blazor components into an existing ASP.NET Core MVC application, covering setup and replacing a view section.
A guide to implementing comprehensive error handling for both exceptions and HTTP status codes (like 404) in ASP.NET Core MVC applications.
Explains how to inject and use UrlHelper in ASP.NET Core MVC to generate dynamic hypermedia links in API responses.
A tutorial on connecting an ASP.NET MVC application to Azure Cosmos DB, covering setup, configuration, and basic CRUD operations.
A tutorial on using the new @inject directive to perform dependency injection directly into views in ASP.NET Core 2.0 MVC.
A guide to implementing custom error pages for 404s and exceptions in ASP.NET MVC Core, including telemetry integration.
A comprehensive guide to implementing localization in ASP.NET Core 2.0, covering setup, configuration, and resource management.
Explains how to implement the Lazy Command Pattern in ASP.NET Core MVC to reduce controller bloat and improve code organization.
How to build lightweight ASP.NET Core APIs using only essential packages, avoiding unnecessary website-related dependencies.