Instead of publishing your dotnet application for each platform separately, there is a way to publish your app once as platform agnostic and run it on every platform easily. In this post, I explain how you can do that and remove some headache from your CI/CD pipeline efforts.
dotnet core
Why You Should Prioritise Code Readability .. Even Higher Than Performance!
When writing a piece of code, There is parliament session going on in my mind. One party wants to maximise the code efficiency, performance and resource consumption while the other party thinks about the maintenance of the code in long term. It's like a hot debate with a lot of Objections! from either party. Over … Continue reading Why You Should Prioritise Code Readability .. Even Higher Than Performance!
What is an Expert System AI and How to Develop it with dotnet core
The idea of artificial intelligence has wondered us since the early days of the computer era. A computer software that assists us with our tasks, helps us to make better decisions and answers all our questions. Throughout recent decades, there have been various approaches to this idea. From a search engine backed by a super-giant … Continue reading What is an Expert System AI and How to Develop it with dotnet core