La prima scelta che è stato necessario prendere mentre progettavamo il design di Skynet era ovviamente il framework o i framework da usare per lo sviluppo. Le soluzioni sono moltissime e sicuramente ognuno ha delle ragioni specifiche per pensare a questa o quella soluzione in modo da semplificare il lavoro ed ottenere magari una piattaforma aperta che possa includere altre tecnologie o soluzioni. Un esempio tipico è quello di partire da un progetto opensource o magari disegnare un frontend basato su WordPress e sviluppare estensioni e moduli per integrare le funzionalitĂ che servono. Con tutte le tecnologie che esistono, non c’è un modo giusto o sbagliato ma semplicemente una [...]
While developing an application that will be hosted on Azure Service Fabric and adding a .NET Standard library or project, Visual Studio might display a warning like this one:
Warning MSB3270 There was a mismatch between the processor architecture of the project being built “MSIL” and the processor architecture of the reference “C:\[…]”, “AMD64”. This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor [...]
With a post on Microsoft DevBlog, Redmond giant clarified the situation around .NET Framework, its relationship with .NET Core and it announced that .NET Framework 4.8 the last version of the .NET Framework that Microsoft will ship. After the release of .NET Core 3 the next major version will be .NET Core 5 which Microsoft wants to be the version of .NET that developers must be using after .NET Core 3.
Microsoft also confirmed a few interesting details as for example that it will skip .NET Core 4 to avoid confusion so the next major version of .NET (any platform) has been called .NET Core 5 to allow developers using the .NET Framework to be familiar with the new [...]
Come service provider VaiSulWeb ha sempre gestito al proprio interno un numero di tecnologie molto elevato e ci siamo sempre avvalsi di tanti strumenti, a volte piĂ¹ semplici da integrare, altre volte meno. C’è una tendenza molto diffusa oggi nel delegare ai cloud provider ipermassivi come Microsoft Azure o Amazon AWS la gestione di tante tecnologie, soprattutto quelle piĂ¹ complesse e principalmente da parte dei provider piĂ¹ piccoli. A VaiSulWeb abbiamo sempre gestito le nostre infrastrutture proprietarie e non prevediamo di cambiare questa visione che per noi è strategica tuttavia è cambiato lo scenario anche rispetto a pochissimi mesi fa e se prima veniva considerata probabile [...]