


Using Code Generation to Maintain the Microservices Architecture
In today’s software development world, microservices have become a de-facto industry standard, especially when it comes to the evolution of service-oriented approaches. And while they’re meant to be decoupled by means of architectural solutions, in most cases there still remains a layer of common code, libraries, and configuration shared between services, specific for each solution: …Development
2020/04/30

Microsoft Orleans a Leverage for Financial Software Development
Nowadays, market players within even the most regulated industries like banking are becoming more and more interconnected with each other. Card processing, account management, online investment platforms, budgeting apps, “traditional” and challenger banks — all these solutions are often closely tied. Open API initiatives like Open Banking push this process forward, forcing financial …
Step by Step Unit Testing in.NET: Tools
The necessity of unit testing ceased to be the subject of discussion lately: the real-life practice has proved, that unit tests are essential for a stable product. But speaking about the necessity of writing unit tests, authors often forget to explain how to do this. At the same time, many developers don’t give pride of place to unit tests as a part of their job. The common approach is when …development
2019/07/14