Migrating your Windows Forms (WinForms) Visual Basic Apps to .NET 6/7+ alsoallows to adopt modern technologies which are not (or are no longer) supported in .NETFramework. EFCore is one example: it isa modern Entity Framework data access technology that enables .NET developers towork with database backends using .NET objects. Although it is not nativelysupported for VB by Microsoft, it is designed in a way that it is easy for thecommunity to build up on it and provide code generation support for additionallanguages like Visual Basic. Inthat context there are also changes and improvements in the new WinFormsOut-of-Process Designer for .NET, especially around Object DataSources.For the WinForms .NET runtime, there are a series of improvements in differentareas which have been introduced with the latest releases of .NET: