
Testing in Python – My first steps with pytest
Recently I started developing in python (v3.8) as one of our customers asked me to implement some functionality based on a code base which is written in python. First of […]
Audit and Consulting of Information Systems and Business Processes
Recently I started developing in python (v3.8) as one of our customers asked me to implement some functionality based on a code base which is written in python. First of […]
This is some kind of follow-up to my previous posts regarding generic Odata controllers and decoupled domain managers. If you have followed my posts Using Dependency Injection with StructureMap to decouple business logic from WebApi OData Controllers and Simplifying OData Controllers by using generic controller classes you will remember that we use managers that contain the business logic and odata […]