ValueType disposable scope
scope1
and disposes it:
```cs
private static int disposeCount = 0;
public ref struct Scope(object myObject) {...Help with clean architecture

BindingFlags of System.Reflection
✅ Career advice
✅ Importance of getters and setters
Inheritance and polymorphism
making source-generated files visible to copilot
✅ Passing subset of options when resolving instance with MS.DI (Working example with DryIoc)
scope.Use(foo)
when resolving instances at startup based on config and looking to simplify and just use MSDI. I created an example project to better illustrate how I'm currently wiring everything up
https://github.com/ksladowski/device-registration-example...✅ Working with abstract classes in a homework problem
async void
Setting up netcoredbg for NeoVim

Help with home work
Presentation layer vs business layer vs data layer
presentation logic
, business logic
and data logic
pls.
I know that we need them because of principles like separation of concerns, but why do they matter, just for easier mantainability?
Can someone confirm if the following is correct pls:...✅ I am trying to learn how to code and trying to find a online thing but I don't know the best thing
✅ Is there any AspNetCore application demo to learn from ?
.NET Best Practice on Architectural Design for a Multi-Solution Project
internal
rather than public
....Global variable that only exists during initial call + async continuations
New C# dev struggling to configure for linux