Posts

Showing posts from November, 2022

Features of Android - 13

Image
Themed app icons : Android 13 extends Material You dynamic color to all app icons, letting users opt-in to icons that inherit the tint of their wallpaper and other theme preferences. All your app needs to supply is a  monochromatic app icon   and a tweak to the adaptive icon XML. Themed app icons adapting to wallpapers colors and dark theme (left). Per-app language preferences  :  Android 13 makes it easier to support multilingual users who want to use your apps in a language that’s different from the system language. Android now provides a standard “App language” Settings panel for apps that have  opted-in , and you can call  a new platform API  to get or set the user’s preferred locale at runtime, helping to reduce boilerplate code and improve compatibility. Per-app languages in Settings Improved text support :  Android 13 includes text and language improvements that help you deliver a more polished experience.  Faster hyphenation  optimizes hyphenation performance by as much as 200

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

Angular 15 Update Upcoming

Image
Angular 15 new features The new Angular 15 version of the framework for developing client-side apps will make development easier for frontend developers. Google's Minko Gechev is the lead engineer on the Angular team, and he has stated that Angular 15 will be released in November. The upcoming update in November will deprecate the Protractor testing framework, introduce a new way to compose UI logic, and stabilize APIs for standalone components. A team of developers has been hard