by mikes | Apr 3, 2020 | Uncategorized
We are all affected by COVID-19. A number of our clients are in the healthcare software sector. Because of this we have been very busy trying to support the effort to fight this disease by use of software.Virtual CareOne of the projects that we have been working on to...
by mikes | Oct 2, 2019 | C#, DataFlex WebApp, SAML
In this post we will be talking about SAML based single signon, specifically about a webapp (service provider) initiated single signon. Single Signon or short SSO allows us to reuse identities for multiple service providers (applications). The applications do not need...
by mikes | Aug 10, 2019 | Azure Sphere, Hardware, Internet of Things
Azure Sphere is a new Microsoft Internet of Things (IoT) platform that enables developers to create secure internet enabled devices
by mikes | Aug 8, 2019 | Vue.js
to show multiple different views on the same route, Vue router supports ‘named views’. named views allow us to create multiple named router views and then assign components to all views in the route. to show this we modify our main router view in App.vue...
by mikes | Aug 8, 2019 | Vue.js
In the first two parts of this series we have created simple routes and also created dynamic routes with parameters so we can open a view such as customer with a parameter to show a specific customer. But what if the customer view consists out of multiple views for...