Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xamarin references update #939

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions aspnet/mobile/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ msc.type: content

In the first part of a two-part article, the authors explore some of the issues involved in creating a cloud back end that aggregates and processes data and serves it to mobile clients.

[Part 2 - Build a Xamarin App with Authentication and Offline Support](https://msdn.microsoft.com/magazine/mt422581.aspx)

In the second article in their series, the authors discuss how they use Xamarin to target multiple mobile client platforms, and show how to implement authentication and maintain a synchronized client-side cache of the data.

### [Calling Web API from a Windows Phone 8 Application](../web-api/overview/mobile-clients/calling-web-api-from-a-windows-phone-8-application.md)

This end-to-end tutorial shows how to create an ASP.NET Web API application that provides data to a Windows Phone 8 application.
Expand Down
3 changes: 3 additions & 0 deletions aspnet/visual-studio/overview/2013/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ The following code demonstrates how to enable CORS or JSONP in a SignalR 2.0 pro

### iOS and Android support via MonoTouch and MonoDroid

> [!IMPORTANT]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This !Important note was run by the content developer for .NET MAUI first and pre-approved.

> Xamarin.Android, Xamarin.iOS, Xamarin.Mac are now integrated directly into .NET (starting with .NET 6) as .NET for Android, .NET for iOS, and .NET for macOS. If you're building with these project types today, they should be upgraded to .NET SDK-style projects for continued support. For more information about upgrading Xamarin projects to .NET, see the [Upgrade from Xamarin to .NET & .NET MAUI](/dotnet/maui/migration) documentation.
Support has been added for iOS and Android clients using MonoTouch and MonoDroid components from the [Xamarin library](https://xamarin.com/). For more information on how to use them, see [Using Xamarin Components](https://github.com/SignalR/SignalR/wiki/Building-Mono.Mobile.sln). These components will be available in the [Xamarin Store](https://store.xamarin.com/) when the SignalR RTW release is available.

<a id="portable"></a> ### Portable .NET client
Expand Down