by Alex Shapovalov | Aug 29, 2021 | Business
Does a small business company or an independent IT consultant need an accountant? It is a tough question when you just opened a business, and every dollar counts. In the beginning, you know nothing about bookkeeping, accounting or taxes, and at least some advice would...
by Alex Shapovalov | Aug 29, 2021 | Software Development
On my current contract, I have to develop and support SSIS packages for multiple versions of SQL server and in order to work with multiple versions, I am running a virtual machine. The problem with virtual machines they are not connected to the active directory, and...
by Alex Shapovalov | Aug 29, 2021 | JavaScript
There are a number of DateTime pickers that work with AngularJs and Bootstrap, but the best I have found so far is Bootstrap 3 Datepicker Bootstrap 3 DateTimePicker. The only issue with this DateTimePicker does not work with AngularJs out of the box, but it’s...
by Alex Shapovalov | Aug 29, 2021 | PowerShell
Recently I explained how to install windows service using PowerShell. The problem with that code was that the path to the binary file was hardcoded in my sample, which is a bad practice. If you decide to use a different installation path, you need to remember to...
by Alex Shapovalov | Aug 29, 2021 | ASP.NET
When you develop a new website using Umbraco, you may notice that the 404 page is intentionally left ugly and you need to make sure it does have some lovely template. It is possible and straightforward to create a great 404 page in Umbraco using just Umbraco CMS. It...