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 28, 2021 | Software Development
I have used Micro ORM for one of my projects recently and want to share my experience with such micro ORM as Dapper or Peta Poco, as well as compare them with such ORM tools as EntityFramework or NHibernate. When talking about micro ORM it usually does not matter...
by Alex Shapovalov | Aug 20, 2021 | Software Development
When deploying the ClickOnce application to the client, usually there is a requirement to display the application version. It’s possible to hardcode the application version in the configuration file or use the assembly version. But when deploying the ClickOnce...