In recenti progetti ho lavorato con la containerizzazione di applicazioni con Docker, e siccome la quasi totalità delle progettazioni e sviluppi li effettuo su macchine virtuali, anche per Docker ho…
In recenti progetti ho lavorato con la containerizzazione di applicazioni con Docker, e siccome la quasi totalità delle progettazioni e sviluppi li effettuo su macchine virtuali, anche per Docker ho…
Microsoft ha rilasciato di recente una piattaforma per l'e-learning: la Microsoft Virtual Academy (MVA). Ogni settimana sono disponibili nuovi corsi, ed è possibile iscriversi gratuitamente a numerosi corsi su prodotti…
Microsoft extended Visual Studio Online and Team Foundation Server 2015 (Update 2) on premises with Release Management tools. You can implement DevOps solution for delivering your software easily and more frequently.…
If you are new to using Python on the Raspberry Pi, this article may help you. First of all, let's create a simple Python program directly from RPi module, using…
This post will show how to use the Chart.js library to build amazing HTML5 report with jQuery and ASP.NET and how to save the rendered report image. Chart.js uses the…
As a database designer, I often create on database tables the primary key as identity autoincrement and sometimes I needed to find missing or deleted IDs thet interrupt the sequence…
Recently I needed to find in all files version history of a TFS 2010 project with Visual Studio 2010. Searching on Google I found Visual Studio 2010 and 2012 extensions,…
When you work with Team Foundation Server 2010 and Visual Studio 2008 you cannot merge file changes when you try to unshelve a shelveset. In fact if you try to unshelve a shelveset which contains file already chenged…
For different needs, often I had needs to send a list of values to a Stored Procedure. To achieve this goal it is possible to use a workaround with…
In the SOA-oriented programming, one of the major mistakes that you make when use WCF services is create an instance of the Transparent Proxy statements within the using statement, as…