Trending

#DependencyInjection

Latest posts tagged with #DependencyInjection on Bluesky

Latest Top
Trending

Posts tagged #DependencyInjection

Just a moment...

Discover the three ASP.NET Core service lifetimes: Singleton, Scoped, and Transient. Understand how they impact dependency injection and optimize your application’s performance. #ASPNetCore #DependencyInjection

0 0 0 0

#csharp #autofac #dependencyinjection #coding #programming

0 0 0 0
Preview
Automatic Service Discovery in C# with Needlr: How It Works

Less IServiceCollection noise, more working code with Needlr auto discovery for C#. Covers the core conventions for discovery plus practical notes on lifetimes, exclusions, and multi interface types.

#csharp #dotnet #dependencyinjection

0 0 0 0

Understanding #DependencyInjection lifetimes for DbContext in .NET is crucial for optimizing app performance. Choose the right scope—Transient, Scoped, or Singleton—to ensure efficient resource management. #dotnet

0 0 0 0
Preview
Your Android App Is a Ticking Time Bomb Without This: The Complete Guide to Dependency Injection Senior Android engineers at Google, Meta, and Grab get asked this every interview. Here’s the definitive answer — with Kotlin code that…

I just published Your Android App Is a Ticking Time Bomb Without This: The Complete Guide to Dependency Injection medium.com/p/your-andro...
#Android #AndroidDevelopment #Kotlin #DependencyInjection #Hilt #Koin #Dagger #CleanArchitecture #SOLID #AndroidInterview #MobileDevelopment #MVVM

1 0 0 0
Just a moment...

Learn how to implement .NET configuration using the Options Pattern, ensure null safety, and leverage Dependency Injection effectively. Elevate your production-ready .NET applications with these best practices! #DotNet #DependencyInjection

1 0 0 0
Preview
Stop Hardcoding Your Dependencies: The iOS Developer’s Complete Guide to Dependency Injection Every senior iOS engineer gets asked this in interviews. Here’s exactly what to say — and the Swift code to back it up.

I just published Stop Hardcoding Your Dependencies: The iOS Developer’s Complete Guide to Dependency Injection medium.com/p/stop-hardc...
#iOS #iOSDevelopment #Swift #DependencyInjection #SwiftUI #iOSInterview #CleanArchitecture #SOLID #ProtocolOrientedProgramming #MobileDevelopment #Swinject

0 0 0 0
Preview
Flutter Dependency Injection: Why and How — The Complete Interview Guide From first principles to production patterns — nail your Flutter technical interview with clear answers about DI, covering Provider, GetIt…

I just published Flutter Dependency Injection: Why and How — The Complete Interview Guide medium.com/p/flutter-de...
#FlutterDevelopment #DependencyInjection #FlutterInterview #MobileDevelopment #SoftwareArchitecture #CleanCode #FlutterProvider #GetIt #Riverpod #Injectable #TechnicalInterview

0 0 0 0
Preview
🪢Modernizing .NET — Part 12: Managing Dependency Injection in Background Threads with SharedContext Legacy background threads don’t support DI — this post introduces the SharedContext pattern to bridge the gap

🧵 New: Modernizing .NET – Part 12
Use HttpClientFactory in legacy background threads with the SharedContext pattern.
Thread‑safe, DI‑friendly, minimal refactoring.

📖 Read → medium.com/@michael.kop...
#DotNet #DotNetCore #DotNet8 #DotNet9 #DotNet10 #ASPNet #ASPNetCore #CSharp #DependencyInjection

0 1 1 0
Just a moment...

Explore a modern approach for #DependencyInjection in .NET! Skip DI constructors and manual service registration—learn how to use an alternative strategy for cleaner and more maintainable code. #DotNet

0 0 0 0
Preview
Drupal service container deep dive (Part 3): service collectors In the third part of his deep dive, Luca Lusso explores how Drupal developers can use service collectors and AutowireIterator to group, inject, and optimize services efficiently. This guide continues the practical exploration of Drupal's powerful ser...

Luca Lusso breaks down service collectors in Part 3 of The Drop Times' container deep dive.
💡 Learn when to use service_collector, service_id_collector, and the modern AutowireIterator in Drupal.
https://bit.ly/4chDI8y
#Drupal #Symfony #DependencyInjection #Drupal11

0 0 0 0
https://youtu.be/33YaRGEsaDI
https://youtu.be/33YaRGEsaDI https://youtu.be/33YaRGEsaDI

- Fixing Circular Dependencies: https://youtu.be/33YaRGEsaDI

What else would you like to see covered?

----
📨 Sign up for my email newsletter!
🗣️ Share with your network!

#csharp #autofac #dependencyinjection #coding #programming

1 0 0 0
Just a moment...

Discussing the common pitfalls of using AddScoped in .NET, this article highlights best practices for dependency injection. Avoid service reuse issues and enhance app performance by understanding scope lifetimes. #DotNet #DependencyInjection

0 0 0 0
Preview
a man in a tie sitting at a table with his mouth open Alt: Andy Dwyer learns about PowerShell intercepting .NET API calls and doing dynamic dependency injection.

Aww yeah!

Dynamic #DotNet #DependencyInjection in #PowerShell 😀

Good side: Whole new realms of capability in PowerShell

Bad side: Attack vectors potentially exponentially increased.

1 0 1 0

Explore ASP.NET Core Dependency Injection: discover scopes, lifetimes, and .NET 9 source generators to enhance your app's architecture. Stay up-to-date with the latest best practices in software development. #ASPNETCore #DependencyInjection

0 0 0 0
Post image

💡 Drupal Service Container: Part 2 is here.
Luca Lusso explores how aliases, autowiring, and named arguments reduce boilerplate in service definitions. Includes tips for controllers, hooks, and named loggers in Drupal 10.2+ and 11.x.
🔗 https://bit.ly/44xP5ER

#Drupal #DependencyInjection #PHP

0 0 0 0
Preview
How to Implement Dependency Injection in .NET: C# Console App Guide Using Visual Studio Code - Ottorino Bruni Learn how to implement Dependency Injection (DI) in a .NET C# console application using Visual Studio Code. This guide covers service lifetimes, practical examples, and best practices for building mai...

🔧 Implement Dependency Injection in .NET Console Apps with C# & VSCode! 🚀 Decouple code, boost testability & follow SOLID principles. #dotnet #dependencyinjection #csharp #vscode www.ottorinobruni.com/how-to-imple...

1 0 0 0

#csharp #autofac #dependencyinjection #coding #programming

0 0 0 0

Let's assume we now have two approaches to #DependencyInjection in our #Swift community:

1. An #Entity where the extension on the container type defines registration. 🔄

2. A #Container that is responsible for the type registration process. 📦

#DevDiary #BuildInPublic #Swift

4 0 1 0
Preview
Understanding Dependency Injection Lifetimes: Singleton, Scoped, and Transient Hello there!👋🧔‍♂️ Today, we're exploring the three main service lifetimes: singleton, scoped, and...

One critical decision in .NET: choosing the right dependency injection lifetime.

New guide: Singleton vs Scoped vs Transient. Learn how your choice impacts memory usage, performance, and application reliability.

dev.to/outdated-dev...

#DotNet #DependencyInjection #SoftwareEngineering

1 0 0 0

Neu im Forum:

Neue dependency-injection 7.4 kann Systeme brechen

t3forum.net/d/1047-neue-...

#t3academyforum #TYPO3 #DependencyInjection

0 0 0 0
Preview
Release 4.2.0-alpha3 · InsertKoinIO/koin What's Changed [Feat] navigation 2.x scope by @arnaudgiuliani in #2309 [Maintenance] Cleanup of examples by @GrzegorzBobryk in #2213 Fix nav3 metadata arguments by @arnaudgiuliani in #2313 Full C...

🚀 Koin 4.2.0-alpha3 is out!

✅ Navigation 2.x scope support
🧹 Cleaner, better examples
🐛 Fix for Nav3 metadata args

🔗 github.com/InsertKoinIO...

#Kotlin #AndroidDev #Compose #Koin #DependencyInjection #Android
#MobileDev

1 0 0 0
Drupal Service Container Deep Dive (Part 1): Tags, Compiler Passes, Service Providers and Autoconfiguration

Drupal Service Container Deep Dive (Part 1): Tags, Compiler Passes, Service Providers and Autoconfiguration

🧠 New on TDT: Luca Lusso launches a 6-part deep dive into the Drupal Service Container.

Part 1 explains service tags, compiler passes, autoconfiguration, and how Symfony powers Drupal’s DI.

Full tutorial 👉 https://bit.ly/3LIPMVn

#Drupal #Symfony #DependencyInjection #DrupalDevelopment

0 0 0 0
Drupal Service Container Deep Dive (Part 1): Tags, Compiler Passes, Service Providers and Autoconfiguration

Drupal Service Container Deep Dive (Part 1): Tags, Compiler Passes, Service Providers and Autoconfiguration

🧠 New on TDT: Luca Lusso launches a 6-part deep dive into the Drupal Service Container.

Part 1 explains service tags, compiler passes, autoconfiguration, and how Symfony powers Drupal’s DI.

Full tutorial: https://bit.ly/3LIPMVn

#Drupal #Symfony #DependencyInjection #DrupalDevelopment

0 0 0 0
Video

Final feature before Saneject 1.0.0: a project wide batch injection window that injects all or selected scenes/prefabs in one click with full summary. Easily one of the most useful additions and a huge time saver once projects grow #Saneject #Unity3D #DependencyInjection

12 1 0 0
Deep Dive into Drupal’s Service Container: Tags, Compiler Passes, Providers, and Autoconfiguration

Deep Dive into Drupal’s Service Container: Tags, Compiler Passes, Providers, and Autoconfiguration

New from SparkFabrik: Luca Lusso dives into Drupal's service container internals.

Learn how tags, compiler passes, and autoconfiguration drive module flexibility.

Start the series here: https://bit.ly/47xSMfQ

#Drupal #DependencyInjection #PHP #Symfony

0 0 0 0

Enhance your C# code by implementing #DependencyInjection in extension methods! This guide breaks down its application step-by-step, improving modularity and testability. #CSharp #CodingTips

0 0 0 0

Maybe I'm late to the party, but...

👉 What if your Class injects dependencies in the __construct().
👉 But the Trait you want to add to that Class needs different, conflicting dependencies.

Use the 👉 # [ Required ] attribute.

Thanks @symfony.com! 🎉

#PHP #Symfony #SaaS #DependencyInjection

3 0 1 0