✅ Desktop app not opening
✅ What's the difference between "Write" and "WriteLine" in C#
System.IO.DirectoryNotFoundException: {directory}\wwwroot\
``Building...
Unhandled exception. System.IO.DirectoryNotFoundException: {**My directory**}\wwwroot\
at Microsoft.Extensions.FileProviders.PhysicalFileProvider..ctor(String root, ExclusionFilters filters)
at Microsoft.AspNetCore.Hosting.StaticWebAssets.StaticWebAssetsLoader.<>c.<UseStaticWebAssetsCore>b__1_0(String contentRoot)
at Microsoft.AspNetCore.StaticWebAssets.ManifestStaticWebAssetFileProvider..ctor(StaticWebAssetManifest manifest, Func
2 fileProviderFactory)...How to catch implicit conversion using SyntaxWalker and SemanticModel?
✅ Tic tac toe
Is having two DbContext on same base antipattern or bad approach?
✅ Better way to set a property using linq?
ValueChanged=@( async text => {
protocol.maxIterations = text;
await OnProtocolChanged(protocol);
})
ValueChanged=@( async text => {
protocol.maxIterations = text;
await OnProtocolChanged(protocol);
})
✅ When should you or shouldnt you return nested data in an api call?
Google Api to C#
code builds but hangs while running
✅ How to save to database with ISO format?
Converting a string to a list of objects using only LINQ.
How to host small static website
✅ How to clean up a stream of incomplete JSON data?
✅ I keep getting the "build failed" prompt.
Does Polly WaitAndRetryAsync() swallow exceptions during retries?
✅ Implementing IAsyncLifeTime difference
Does not dash
✅ Integration testing
Faker
class which generates the data. How does this work?
Within he is using a CustomerRequest
is this basically his DTO object?
Before watching his video my approach in Integration Tests was:
Seed Database...error when trying to run aot compilation with my package