Overriding ASP.NET Core Framework-Provided Services
A guide on overriding built-in ASP.NET Core services like logging for custom implementations, using dependency injection.
A guide on overriding built-in ASP.NET Core services like logging for custom implementations, using dependency injection.
A comprehensive guide to dependency injection in ASP.NET Core, covering service lifetimes, registration, and best practices for testable code.
An experiment implementing Angular's dependency injection mechanism in React, exploring how DI concepts work across frameworks.
A tutorial on creating a simple Web API using .NET Core and the NancyFX framework, highlighting its simplicity and features.
A step-by-step tutorial on creating a .NET Core console application using Entity Framework Core with SQLite.
Explores the 'Functional Core, Reactive Shell' software architecture pattern, contrasting it with spaghetti and lasagna code to improve testability.
A guide to implementing a custom 'resolve' feature for the deprecated Angular 2 router to preload data before component rendering.
Explains how to implement tenant-specific dependency injection scopes in ASP.NET Core for multi-tenant applications.
Explains how to use Swift protocols to abstract third-party dependencies like NSHTTPCookieStorage, improving code testability and isolation.
Explains how to use FakeItEasy's auto-initialization feature to automatically inject fake dependencies in unit tests, reducing boilerplate code.
Explains how to implement explicit dependencies in Swift for better code readability and testability, comparing it to Objective-C.
Explains the importance of making class dependencies explicit in software design to reduce surprises and improve code maintainability.
A guide to creating an auto-mocking Unity container extension using FakeItEasy to simplify unit testing with complex dependencies.
Explains how to use Laravel Blade Service Injection to directly inject IOC objects into templates, reducing controller boilerplate.
Quick guide on setting up Unity IOC container for ASP.NET MVC using NuGet and dependency injection.
Quick guide to setting up Unity IOC container for ASP.NET MVC dependency injection using NuGet.
Explains method injection in Laravel 5.0, a feature allowing dependency injection directly into controller methods.
Explains the ValidatesWhenResolved interface in Laravel 5.0, showing how to create custom validation classes outside of FormRequests.
A quick-start guide for integrating the Xamarin Forms Labs library into cross-platform mobile applications, covering installation and basic setup.
Explores design patterns in AngularJS services, focusing on the Singleton pattern and dependency injection implementation.