Back to C++

Right now I'm working on another React Native project that embbed Cross Platform C++ 11 code shared with the desktop version of the application. The desktop version of the app has been created with Qt Creator, which I did not know before. Same input, different ouput We are facing some issues in the shared C++ … Continue reading Back to C++

Real Life Entity Framework n-tier development

Update 09/22/2021: Added a link to a gist to generate C# Entities. See below. Update 06/18/2021: EDMX support will be integrated in a custom tool. Update 02/26/2021: EDMX is back in the game 😉 https://twitter.com/ErikEJ/status/1365340001429557257 Update 06/30/2020:  New lesson learned: When your database longs overflow Number.MAX_SAFE_INTEGER. Update 10/04/2019: Added Lessons learned during development section. See … Continue reading Real Life Entity Framework n-tier development