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 architecture [...]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 [...]
Con un post su GitHub, Damian Edwards ha annunciato che la nuova release di ASP.NET, la versione 5, non verrĂ piĂ¹ eseguita da IIS come ISAPI ma attraverso il modulo HTTPPlatformHandler che per l’occasione verrĂ aggiornato con alcune modifiche e reso disponibile anche per Windows Server 2008R2, la versione minima per eseguire ASP.NET 5. La modifica sarĂ disponibile giĂ con la beta8 del software e quindi al prossimo aggiornamento previsto per il 5 Ottobre 2015.
ASP.NET ed IISA prima vista questa modifica potrebbe sembrare ininfluente ma segna un cambiamento piuttosto importante se si considera che sin dalla sua introduzione con IIS 6 e Windows Server 2003, ASP.NET è [...]
In contemporanea con il lancio di Visual Studio 2015, Microsoft ha rilasciato anche l’ultima versione del noto framework .NET, la v.4.6. Sono molte le novitĂ di questa versione, pur essendo un aggiornamento minore. Tra queste la disponibilitĂ del nuovo compilatore JIT denominato RyuJIT che promette di ridurre di molto i tempi di caricamento delle applicazioni .NET e nuove funzionalitĂ del Garbage Collector (GC) che ottimizza meglio l’uso della memoria.
La nuova versione include anche aggiornamenti per i linguaggi standard (C#, VB.NET, F#) e nuove funzionalitĂ collegate al compilare Roslyn che sostituisce il precedente. Inoltre, ASP.NET supporta HTTP/2 quando usato [...]