Microsoft has announced the launch of public testing for .NET 9 for Universal Windows Platform (UWP) applications. So the latest version of .NET can be used for building modern apps. Among the new features of the platform update is the support for Ahead-Of-Time (AOT) compilation. It will significantly improve performance by compiling directly to machine code.
Category: C#
Microsoft rebrands Xamarin Studio as Visual Studio for Mac
Earlier today, Microsoft announced that its own Integrated Development Environment (IDE), Visual Studio, is now available on macOS. This is made possible by the joint effort between the Visual Studio for Windows team and Xamarin which Microsoft acquired earlier this year. The new Visual Studio for Mac is based on the existing Xamarin Studio and MonoDevelop IDEs and has all of its features while the UI and UX improvements are coming from 'classic' Visual Studio.
C# explode function like in php
Just for note.
If you need the php explode function in C#, you can use the following code: