-
We've known for a long while that `BinaryFormatter` is a dangerous type and that it's responsible for many of the security vulnerabilities real-world .NET applications have seen in recent years. In .N…
-
Hello guys, thanks for well documented framework and for all the tools in place to get this framework work together.
I have a higher level question regarding choosing a framework for our microservic…
-
**UPDATE**: The proposal that's currently under consideration can be seen here https://github.com/microsoft/WebTemplateStudio/issues/1209#issuecomment-553428712
---
---
**Original**: https://…
-
Performance has been a key .NET feature. The existing options for optimizing published applications work well for most scenarios that .NET targets today.
Some of you asked us to consider adding nat…
-
I suggest to discuss possible migration from Spring bloat to full microservice architecture.
There could be possible move from Spring (development framework) to full microservice platform. Probably…
-
Here https://github.com/networknt/microservices-framework-benchmark we can notice that Light-4j is more faster than Jooby, does someone investigated what are the reasons?
-
## Suggestion
It would be great to have a log extension (something similar to the [log-extension example](https://github.com/strongloop/loopback-next/tree/master/examples/log-extension) within the …
fidgi updated
4 years ago
-
Is there any plan to optimize Dart for Server applications?
Dart/Flutter developers would love to use Dart as a Full stack language and I am sure javascript/Nodejs would like to switch If Dart cor…
-
Current plugin provides way for discovering hazelcast instances in Client-Server mode only. But there is no provision for discovering hazelcast instances running in emebeded mode inside an Azure App S…
-
EF affects performance because slow it still doesn't support 2nd level caching (cache entities between HTTP requests). We have to find some workarounds such as custom entities for caching, model cachi…