How to use embbeddings. Net
✅ Microsoft C#
why is convert.toint32 must be there? and not just console.readline (line 4)
Want to learn Unity
Application runs out of memory after compressing many images
Help needed to implement oAuth2 Authorization Code Flow on Desktop Target without Device Protocol
Authorization Code
flow with Pkce?
I did it the best as far as my few beginner knowledge reaches, but I am stuck at the point where I would need to open the Browser with redirect 🤔
I can not use WebAuthenticationBrokerProvier as this one is not fully implemented in the Uno codebase for desktop target, so I would trying to do with Process.Start
🤔 or WebView2
they have support for since the 6.0 version.
I collected a few samples but I am unsure in connection with TaskCompletionSource maybe (?) how I have to chain this all up together 😅...Environment.SpecialFolder.LocalApplicationData Falsely Showing My File Exists?

App structure
Going through the microsoft training, do i NEED Visual Studio Code?
Virus found false positive
Self-contained, trimmed .NET 9 executable "can't find framework" when run
✅ Hey everyone!
Message Broker / Queue - Wolverine vs. EasyNetQ vs. MassTransit
Blazor wasm help
IEnumerable and loops
Directory.EnumerateFiles(path)
to filter out the files in separate lists.Daylight Saving and Time zones
✅ The interface has static abstract members without implementations. How to fix?
How to filter for a specific object in a nested list and get the resulting object with parent items
What Result Type For Endpoint That Does Validation
ValidateTaxNumber(request)
, and it that is true, the endpoint returns a 200:
return Ok(new ResponseVMInternal() { message = "Success", result = true, response_object = true, result_code = CoreErrorCode.SuccessC0 });
return Ok(new ResponseVMInternal() { message = "Success", result = true, response_object = true, result_code = CoreErrorCode.SuccessC0 });
Ok
function is ours, in our base controller and this set up result creation functions does not cater for all possible REST response?...Execute code in API Controller from a razor page