Posts

Showing posts with the label Back-End

.NET Core 6.0

Image
.NET Core :      ASP.NET is a well-known web development framework for creating web applications on the.NET platform.  .NET Core is a cross-platform, high-performance framework for developing modern, cloud-enabled, Internet-connected apps. ASP.NET Core is an open-source version of ASP.NET that operates on Windows, macOS, and Linux.   Build web apps and services, IoT Apps, and mobile backends. Use development tools on Windows, macOS, and Linux. Deploy to the cloud or on-premises. Run-on .NET Core. Application Core The business model, which contains entities, services, and interfaces, is stored in the Application Core. These interfaces contain abstractions for operations done by Infrastructure, such as data access, file system access, network calls, and so on. Application Core types include Entities, Interfaces, Services, and DTOs(Data Transfer Objects).

ASP.NET Core 8.0 Preview.1

Image
What's new in .NET 8:                Welcome to .NET 8! The first preview is ready for you to download:  claim your copy of the first .NET 8 preview  and start building applications today. Scroll down to see the list of features included in this preview. .NET 8 is a  long-term support (LTS) release .  .NET 8 preview and release candidate builds will be delivered monthly. As usual, the final release will be delivered sometime in November at  .NET Conf . ASP.NET Core Runtime 8.0.0-preview.1                The ASP.NET Core Runtime enables you to run existing web/server applications. On Windows, we recommend installing the Hosting Bundle, which includes the .NET Runtime and IIS support. .NET Desktop Runtime 8.0.0-preview.1                The .NET Desktop Runtime enables you to run existing Windows desktop applications. This release i...

ASP.NET Core 7.0 Features

Image
ASP.NET Core 7.0 ASP.NET Core is the open-source and cross-platform version of ASP.NET, a popular web development framework for building web apps on the .NET platform. On Tuesday, Nov. 8, the opening day of the three-day .NET Conf online event, .NET 7 reached General Availability status as Microsoft's open source, cross-platform development platform. .NET 7 Preview 7 is now available and includes many great new improvements to ASP.NET Core. New Blazor WebAssembly loading page Blazor data binding get/set/after modifiers Blazor virtualization improvements Pass state using NavigationManager Additional System.Security.Cryptography support on WebAssembly Updated Angular and React templates ...

C# 11 New Features

Image
C# Features C# is an object-oriented, component-oriented programming language.C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Now .Net 7 Preview 1 was released on February 17,2022 and along with it, previewed some of the new features in C# 11. You must set LangVersion to preview to enable these features. Any feature may change before its final release. These features may not all be released in C# 11. Some may remain in a preview phase for longer based on feedback on the feature. Every developer can check them on their own in Visual Studio 2022 version 17.3 (some of those features are available in earlier VS versions – e.g., Visual Studio ...