Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Lo nuevo de NET 7 NET Baires

Lautaro Carro
December 15, 2022

Lo nuevo de NET 7 NET Baires

Junto a la comunidad de NET Baires organizamos una edición de NET Conf 2022 de forma presencial en las oficinas de la empresa Endava

Lautaro Carro

December 15, 2022
Tweet

More Decks by Lautaro Carro

Other Decks in Technology

Transcript

  1. COMMON BASE LIBARIES/APIs INFRASTRUCTURE .NET 6 TOOLS Visual Studio Code

    CLI Visual Studio Visual Studio for Mac WEB MOBILE GAMING IoT AI ASP.NET Blazor .NET MAUI Xamarin Unity ARM32 ARM64 ML.NET .NET for Apache Spark DESKTOP .NET MAUI WPF WinForms CLOUD Azure ECOSYSTEM NuGet GitHub Components, tools, library vendors
  2. C# 11 Raw string literals UTF-8 string literals Newlines in

    string interpolation expressions File-local types Required members Extended nameof scope
  3. Entity Framework Core 7 • 167 Mejoras y Funcionalidades agregadas

    • 171 Fixes • https://learn.microsoft.com/es-es/ef/core/what- is-new/ef-core-7.0/whatsnew
  4. JSON Colums SELECT (((((([a].[Name] + N' (') + CAST(JSON_VALUE([a].[Contact],'$.Address.Street') AS

    nvarchar(max))) + N', ') + CAST(JSON_VALUE([a].[Contact],'$.Address.City') AS nvarchar(max))) + N' ') + CAST(JSON_VALUE([a].[Contact],'$.Address.Postcode') AS nvarchar(max))) + N')' FROM [Authors] AS [a] WHERE (CAST(JSON_VALUE([a].[Contact],'$.Address.City') AS nvarchar(max)) = N'Chigley' AND CAST(JSON_VALUE([a].[Contact],'$.Phone') AS nvarchar(max)) IS NOT NULL) OR ([a].[Name] LIKE N'D%') ORDER BY CAST(JSON_VALUE([a].[Contact],'$.Phone') AS nvarchar(max))
  5. Stored procedure mapping El nuevo soporte en EF7 trata explícitamente

    sobre el uso de procedimientos almacenados para inserciones, actualizaciones y eliminaciones.
  6. Custom elements @bind enhancements LocationChanging QuickGrid [PREVIEW] Loading progress Empty

    template Dynamic auth NavigationLock More crypto algs SIMD / vectorization Faster AOT code Improve debugger Multithreading [ALPHA] Improve hot reload Fixes & optimizations History state