E-learning in 2020 — a response to the age-old problems of learning?
E-learning — which already in the 90s supported the classic model of teaching — assisted by new technological trends, today has eclipsed it in many cases. Of course, the catalyst for change in recent months has been the coronavirus pandemic, which limited the possibilities of direct learning.
ReadCreator’s approach on 4 types of e-learning
After a while, it’s easy to discover that business training needs are somehow repetitive and could be categorized. It came so naturally that we didn’t realize when we started to recognize these specific elements and adjust our design process to suit the client’s needs.
ReadWindows Services with Topshelf
In this article we are going to talk about windows services. Our goal will be to create custom windows service with Topshelf project. Two question should come up at this moment. Why windows service and why Topshelf? Windows service because more often than not there is a requirement that forces us to deliver such a […]
ReadASP.NET CORE Introduction — Part 3
In this days inversion of control in everywhere. That is a fact. We also face this pattern when creating ASP.NET Core applications. So let’s ask our self the question if our current solution in using this design pattern. There can only be one answer “No”. And that is a shame. Because the answer should be […]
ReadASP.NET CORE Introduction — Part 2
It is very easy. All we need to do is to change hard codded string into one obtained from configuration object.
ReadASP.NET CORE Introduction — Part 1
It is open source. Thanks to that we can actually take a look inside project code. That is truly awesome for people who want to have deep knowledge of framework they are using. It is cross platform. It is a huge, thanks to that on can for example run our project on Linux. It is […]
Read