Perhaps not used too much but it’s very usefull to know. I had to implement data validation on several occasions outside of asp dotnet context.Read more
Perhaps not used too much but it’s very usefull to know. I had to implement data validation on several occasions outside of asp dotnet context.Read more
Description Data protection is a built-in cryptographic API which provides developer capabilities to persist trusted information while considering that the storage is untrusted. Simplicity in configuration Intuitive API complex/hidden key management principles To use data protection simply add the following package: To create the provider you can use the dependency injection: or you can instantiateRead more
Description GRPC represents big step in microservices communication for speed and performance overall. I am using GRPC with great pleasure and one major advantage for me as a developer is the ease and speed of development because the compiler takes care of generating both the client and the server. I am personally against using RESTRead more
Description I have been using for a while GRPC with c# to learn and test it’s capabilities. I recently installed on a secondary computer Kubuntu and docker and tried to make use of GRPC service by calling it from my laptop. This has failed because it requires a valid certificate for that (well..at leas aRead more
Download the solution here. Description There are multiple ways to achieve performance in designing our web applications and while some of them include optimizations at an architectural or infrastructure level, there is also the case of the size of data which is delivered over the wire. We do have the tendency to use what isRead more