A few major announcements were made at Microsoft’s annual Build developer conference, which runs through May 26. “Today, developers solve problems, big and small, across every industry and organization on the planet. That’s why this year’s Microsoft Build, the company’s flagship event for developers, so clearly reflects our roots. Of course, the future is exciting … continue reading
Microsoft has announced the general availability of .NET MAUI, which was first introduced in 2020 as a step in unifying .NET development across devices and platforms. MAUI stands for “Multi-platform App UI,” and enables developers to build cross-platform applications from a single C# codebase. “The thin and decoupled UI and layout architecture of .NET MAUI … continue reading
Microsoft has been putting a lot of effort into building more inclusive solutions for all of its users over the past few years, and at its Microsoft Ability Summit, it announced new updates on that front. It has launched the Inclusive Tech Lab, which is a successor to a lab that was created by the … continue reading
Apple, Google, and Microsoft today announced plans to expand support for a common passwordless sign-in standard created by the FIDO Alliance and the World Wide Web Consortium. Whereas previous implementations of passwordless verification required users to sign in to each website or app with each device before they can use passwordless functionality, now users will … continue reading
Microsoft has made a complete overhaul of the core PowerShell engine to create a more reliable and stable user experience. The release of the updated PowerShell extension in VS Code includes a rewrite of PowerShell pipeline execution with cancellable and ordered tasks, many debugger reliability improvements, a ReadKey fix that includes better pasting on macOS … continue reading
Recently, Microsoft announced that the third preview of .NET 7 is now available. This release brings users enhancements to observability, startup times, codegen, GC regions, Native AOT compilation, and more. Interested users can download .NET 7 Preview 3 for Windows, macOS, and Linux. It has also been tested with Visual Studio 17.2 Preview 3. Microsoft … continue reading
Microsoft announced the release of the first .NET Multi-platform App UI (.NET MAUI) Release Candidate. .NET MAUI leverages platform SDKs for Android, iOS, macOS, and Windows, which are included in this release. Developers can use the SDKs directly with C# in addition to maximizing code sharing and productivity with .NET MAUI. .NET MAUI includes over … continue reading
Microsoft announced the launch of the TypeScript 4.7 beta which includes ECMAScript Module Support in Node.js, control over module detection, control-flow analysis for computed properties, and more. In TypeScript 4.5, Microsoft added nightly-only support for ESM in Node.js to get some feedback from users and let library authors ready themselves for broader support. TypeScript 4.7 … continue reading
Microsoft has released the latest version of TypeScript, its language that builds on JavaScript and adds syntax for type. With TypeScript 4.6, users gain several new features. Since the Release Candidate, the team at Microsoft has also worked to do some internal refactoring which has fixed certain issues, corrected a few error messages, and improved … continue reading
Microsoft has made some announcements regarding its support for developing for foldable devices with Flutter. MediaQuery now has Display Features, which are parts of the display that can be obstructed by hardware features, such as the hinge on the Surface Duo. When users switch over to the master channel on their local Flutter setup, they … continue reading
In Microsoft’s Visual Studio 17.1, users will get a sneak peek at features coming to C# 11. These features will also be available in .NET SDK 6.0.200. A feature available in early preview is parameter null checking, which verifies at runtime if a null has been passed to code. This is separate from Nullable Reference … continue reading