✅ How to specify camel case for all response properties with Newtonsoft
Refactoring Similar Network Requests
Making Concurrent API calls Asynchronously (Is this Correct?)
gRPC Reusing protos between projects
ServerP
(Console app)
ClientP
(.NET MAUI app)
I have got my proto definitions in the ServerP
project and everything is happy days with it, it compiles, recognises the compiled files etc......What is the quickest way to copy API structures (headers, payload, response) from browser inspector?
Pokemon Game SRP
WPF Window -> SkiaGrid Coordinate Conversion Logic Problem
I need microservices project ideas
Homework for me
Get 16 bit floating point precision as a ushort
Convert.ToUInt16(2.2)
would give me the 16 bit representation of the float, but instead it just gives me 2
, what is the proper way to do what i want?Out Parameter Question
Get minimum bytes needed for a number in c#
def get_time_byte_size(self, time):
return (time.bit_length() + 7) // 8
def get_time_byte_size(self, time):
return (time.bit_length() + 7) // 8
implement stripe payment feature for asp.net core web api and wpf
WPF running .ToString() of viewmodel instead of showing the coresponding view
✅ Default interface methods - Am I using them wrong?
Can't build anything in dotnet 8. Not even template project.
dotnet new classlib
```
relt@relt-MS-7D95:/media/relt/M2/Blendesonite/test$ dotnet build
MSBuild version 17.8.5+b5265ef37 for .NET...Firefox browser in c#/c++
✅ .NET 9.0 | CSharp - WinForms | Encryption & Button Function Issue
Error: Method or operation is not implemented
Here is my button call code:...