Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Latest commit

 

History

History

VisualBasic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Visual Basic

Xamarin does not support Visual Basic.

It is possible, however, to build .NET Standard libraries in Visual Basic.NET (using Visual Studio).

.NET Standard assemblies can be consumed by Xamarin.iOS and Xamarin.Android apps. You can even build Xamarin.Forms apps using Visual Basic.NET for the common code. These two samples demonstrate how this can work:

  • TaskyVB - shows how to write business logic in VB.NET and consume it in mobile applications written in C#, with this doc.

  • XamarinFormsVB - demonstrates a Xamarin.Forms application where the common code is all in VB.NET (referencing the Xamarin.Forms NuGet).