Explore >> Select a destination


You are here

blog.elmah.io
| | egvijayanand.in
10.1 parsecs away

Travel
| | This article represents the second installment of the XAML for Beginners series, which elucidates the concept of declarative markup in the context of defining UI in .NET applications. All articles within this series are accessible from here. The initial article focused mainly on introducing XAML and its building blocks. In this article, the focus will...
| | codetraveler.io
9.4 parsecs away

Travel
| | In Xamarin.Forms, we used Xamarin.CommunityToolkit.Markup to create our UI using C# (no XAML). For .NET MAUI, we can continue to create our UIs in C# (No XAML) thanks to CommunityToolkit.Maui.Markup. Let's take a look at the key differences between the two libraries, and then we'll
| | quakkels.com
6.3 parsecs away

Travel
| | Xamarin enables programmers to write native mobile applications for both Android and iOS using C# and free development tools like Visual Studio Community Edition. This means that if you're invested in the .NET ecosystem and the C# language, you can write cross-platform mobile applications using technology that's already familiar to you.
| | keepinguptodate.com
68.9 parsecs away

Travel
| This article covers creating a new .NET 5 ASP.NET Core website in Visual Studio 2019 for Mac and running this website from both Visual Studio and from a Docker image