Xamarin in 2026: AI-Powered Insights on Its Future, Support, and Migration to .NET MAUI
Sign In

Xamarin in 2026: AI-Powered Insights on Its Future, Support, and Migration to .NET MAUI

Discover the current state of Xamarin in 2026 with AI-driven analysis. Learn about its role in cross-platform mobile development, the end of support for Xamarin.Forms, and how migration to .NET MAUI is shaping the industry. Get insights into legacy apps and alternatives for modern development.

1/157

Xamarin in 2026: AI-Powered Insights on Its Future, Support, and Migration to .NET MAUI

57 min read10 articles

Getting Started with Xamarin in 2026: A Beginner's Guide to Cross-Platform Mobile Development

Introduction: The State of Xamarin in 2026

By 2026, Xamarin has firmly established itself as a key player in the history of cross-platform mobile development. Originally launched by Microsoft, Xamarin enabled developers to build Android and iOS apps using C# and .NET, sharing significant portions of code across platforms. However, the landscape has evolved considerably since its peak. Microsoft announced the end-of-support for Xamarin.Forms in 2024, steering the community towards its successor, .NET MAUI (Multi-platform App UI). Today, fewer than 6% of new cross-platform projects use Xamarin, with the majority adopting .NET MAUI, Flutter, or React Native.

Despite its declining popularity for fresh projects, Xamarin continues to support legacy applications, especially those heavily integrated into existing .NET infrastructures. For beginners interested in cross-platform mobile development, understanding Xamarin’s fundamentals remains valuable—particularly if you're maintaining or updating older apps. This guide aims to introduce you to Xamarin’s core concepts, setup process, and how to get your first app running in 2026, all while preparing you for a seamless transition towards the future with .NET MAUI.

Understanding Xamarin in 2026

What Is Xamarin and How Has Its Role Changed?

Xamarin was designed to allow developers to create native Android and iOS applications using C# and the .NET framework, sharing code across platforms. It provided access to native APIs and UI components, ensuring high performance and a native look and feel. Over the years, Xamarin's development slowed down, with Microsoft focusing more on its successor, .NET MAUI.

In 2024, Microsoft officially ended support for Xamarin.Forms, the UI toolkit most developers used within Xamarin. Now, Xamarin primarily supports maintaining existing apps rather than building new ones. The industry’s shift toward .NET MAUI, which offers broader platform support—including Windows, macOS, and Linux—reflects the need for more versatile and future-proof frameworks.

Still, Xamarin remains relevant for legacy app maintenance, and understanding its architecture can ease the migration process to .NET MAUI or other modern frameworks.

Setting Up Your Development Environment in 2026

Prerequisites and Tools Needed

Getting started with Xamarin today involves a few key setup steps. First, ensure you're using the latest version of Visual Studio, which as of 2026, fully supports both Xamarin and .NET MAUI. Visual Studio Community Edition is free and sufficient for most development tasks.

  • Operating System: Windows 11 or macOS (latest versions recommended)
  • Visual Studio: Visual Studio 2026 or later with Mobile development workload installed
  • SDKs: Android SDK, iOS SDK (via Xcode on Mac)
  • Additional Tools: Emulators for Android and iOS, device testing options

Once your environment is ready, you can install the Xamarin workload during Visual Studio setup or via the Visual Studio Installer. Remember, although Xamarin support is phased out for new projects, the IDE features like debugging, hot reload, and device deployment remain robust.

Creating Your First Xamarin App

Despite its end-of-life status for new development, creating a basic Xamarin app in 2026 follows familiar steps for those who have used earlier versions:

  1. Open Visual Studio and select Create a new project.
  2. Choose Mobile App (Xamarin.Forms) or, if available, the legacy template for Xamarin projects.
  3. Name your project and specify the save location.
  4. Select the target platforms—Android, iOS, or both.
  5. Choose a template (Blank, Master-Detail, etc.), then click Create.

Once the project loads, you'll see shared code files, platform-specific folders, and UI code. This setup provides a solid foundation for developing your cross-platform app.

Understanding Core Concepts of Xamarin Development

Shared Code and Platform-Specific Customization

Xamarin uses a shared codebase for business logic and UI definitions, usually through XAML or C#. You can write platform-specific code when necessary, but the goal is to maximize code reuse. This is achieved through dependency services, custom renderers, and platform-specific projects.

UI with Xamarin.Forms

Xamarin.Forms allowed developers to define UI once, which then rendered natively on each platform. Although Xamarin.Forms is discontinued, many legacy apps still use it. Modern Xamarin projects leverage native controls directly or migrate to .NET MAUI for enhanced cross-platform UI capabilities.

Accessing Native APIs

Through Xamarin.Essentials, developers could access native device features like sensors, camera, geolocation, and more. With support waning, migrating to .NET MAUI's integrated APIs is recommended for future-proofing.

Building Your First App: Practical Tips

Designing the User Interface

Start with simple layouts—stack layouts, grids, and buttons—to get familiar with the UI toolkit. Use styles and resources to maintain consistency. Remember, if you plan to migrate later, keep your UI modular and well-organized.

Implementing Basic Functionality

Add event handlers, data binding, and basic navigation. Xamarin’s MVVM pattern helps separate UI from logic, making code more maintainable. Test on emulators and real devices frequently to identify issues early.

Testing and Debugging

Visual Studio offers powerful debugging tools, including live reload, which accelerates development. Use device simulators and physical devices for comprehensive testing. Pay attention to OS version compatibility, especially since support for newer OS features may be limited.

Preparing for Migration to .NET MAUI

Given the industry shift, planning your migration is crucial. Microsoft provides migration guides and tools to convert Xamarin.Forms projects to .NET MAUI. Start by updating your Visual Studio environment, then gradually refactor your codebase, replacing deprecated APIs and UI components.

Focus on modular design, isolating platform-specific code, and testing extensively throughout the process. Migration not only future-proofs your app but also unlocks new features like improved performance, multi-window support, and additional platform integrations.

Conclusion: Embracing the Future of Cross-Platform Development

While Xamarin's active development has slowed, its legacy continues through maintenance and migration efforts. As of 2026, the industry favors frameworks like .NET MAUI, Flutter, and React Native, but understanding Xamarin provides a strong foundation for cross-platform development, especially if you're working with legacy apps.

Getting started today involves setting up Visual Studio, creating a simple app, and familiarizing yourself with shared code and native API access. With a focus on migration planning, you can ensure your projects remain current and competitive in the rapidly evolving landscape of mobile development.

Ultimately, embracing modern frameworks while maintaining legacy Xamarin apps offers a balanced approach—leveraging past investments while preparing for future innovations.

Understanding Xamarin Support End-of-Life: What Developers Need to Know in 2026

The Current State of Xamarin in 2026

By 2026, Xamarin's role in cross-platform mobile development has significantly shifted. Originally, Xamarin was a go-to framework for building Android and iOS applications using C# and .NET, offering native performance and code sharing advantages. Maintained by Microsoft, it became popular among developers familiar with Microsoft technologies, enabling rapid development and deployment across platforms.

However, the landscape has evolved. As of April 2026, active development of Xamarin has largely slowed, especially after the official end-of-support for Xamarin.Forms in May 2024. Microsoft now emphasizes .NET MAUI (Multi-platform App UI) as the successor framework, integrating cross-platform capabilities across mobile, desktop, and beyond. Despite this shift, Xamarin remains relevant for maintaining legacy applications, but it is no longer the industry’s front-line choice for new projects.

End-of-Support for Xamarin.Forms: Timeline and Implications

Official Support Concludes in 2024

In 2024, Microsoft announced the end-of-support for Xamarin.Forms, effective May 1, 2024. This meant no further updates, bug fixes, or security patches from Microsoft for Xamarin.Forms, which was the core UI toolkit for Xamarin apps. This decision was rooted in the broader industry trend favoring more modern, flexible frameworks like .NET MAUI.

For developers, this created a clear timeline: legacy Xamarin.Forms apps now require strategic planning for maintenance, security, and potential migration. Continuing to run unsupported apps increases security risks and compatibility issues with newer OS versions and hardware.

What Does End-of-Support Mean in Practical Terms?

After May 2024, developers using Xamarin.Forms faced several challenges:

  • Limited or no security updates, increasing vulnerability to cyber threats.
  • Incompatibility with future OS updates or hardware features.
  • Decreased community support and fewer third-party libraries updated for Xamarin.Forms.
  • Difficulty maintaining or debugging legacy apps without official support or documentation updates.

In essence, the end-of-support signals that Xamarin.Forms is effectively deprecated, urging developers to migrate to newer frameworks for sustained support and feature access.

Migration Strategies: Moving from Xamarin to .NET MAUI in 2026

Why Migrate to .NET MAUI?

.NET MAUI, announced as the successor to Xamarin, offers several advantages:

  • Broader platform support, including Windows and Mac alongside Android and iOS.
  • Enhanced UI capabilities with a unified project structure.
  • Continued support and active development from Microsoft.
  • Better performance, modern API design, and improved tooling.

Statistics indicate that less than 6% of new cross-platform projects in 2026 are initiated with Xamarin, while over 54% adopt .NET MAUI. Migration has become a strategic priority for organizations aiming for future-proof apps.

Steps to Migrate Your Xamarin Apps

Migrating from Xamarin to .NET MAUI isn't trivial but is manageable with proper planning:

  1. Assess your current app: Review all dependencies, third-party libraries, and platform-specific code.
  2. Update your development environment: Ensure you're using Visual Studio 2023 or later, which supports .NET MAUI.
  3. Create a new MAUI project: Use templates provided by Visual Studio to set up a new project structure.
  4. Transfer shared code: Move your core business logic, data models, and services into the new project.
  5. Refactor UI code: Replace Xamarin.Forms UI components with MAUI controls, noting API differences.
  6. Test thoroughly: Validate across all target platforms, paying special attention to platform-specific features and behaviors.
  7. Optimize and deploy: Fine-tune performance, security, and user experience before releasing updates.

Microsoft and community resources provide migration guides and tools to facilitate this transition, making the process smoother and less resource-intensive.

Legacy Xamarin Apps: Maintenance and Long-Term Support

Maintaining Legacy Apps in 2026

While migrating is recommended, many organizations still run legacy Xamarin apps. Maintaining these apps involves managing security, compatibility, and performance issues without official support. Best practices include:

  • Regular security audits: Patch known vulnerabilities and monitor OS updates for compatibility issues.
  • Code documentation: Maintain thorough documentation to prepare for future migration efforts.
  • Modularization: Isolate platform-specific code to simplify future migration or refactoring.
  • Testing: Conduct rigorous testing on the latest devices and OS versions.
  • Resource allocation: Invest in planning for migration, including training and tooling upgrades.

These measures prolong the life of legacy apps but should be viewed as interim steps until full migration to supported frameworks like .NET MAUI.

Choosing Alternatives: Beyond Xamarin and MAUI

Other Cross-Platform Frameworks in 2026

Though Xamarin's decline is evident, the industry offers several alternatives:

  • Flutter: Google's UI toolkit for building natively compiled applications from a single codebase, favored for its performance and rich widget ecosystem.
  • React Native: Uses JavaScript and React, boasting a vast community and extensive third-party libraries.
  • Native development: For maximum performance and platform-specific features, some organizations still prefer native SDKs.

Choosing the right framework depends on project requirements, team expertise, and long-term goals. However, for Microsoft-centric environments, .NET MAUI remains the strategic choice for future development.

Future Outlook for Xamarin and Cross-Platform Development in 2026

Microsoft's vision for Xamarin is now centered around supporting existing applications while encouraging migration to .NET MAUI. Industry trends show rapid adoption of newer frameworks, driven by faster development cycles, broader platform support, and active community engagement.

While Xamarin continues to serve a niche for legacy app maintenance, its market share has diminished significantly. The focus for developers and organizations is on planning migration paths, upskilling teams in MAUI, and embracing newer frameworks like Flutter and React Native for future projects.

Microsoft's investments, including upcoming support for Linux and browsers in .NET MAUI, signal a broader cross-platform ecosystem evolving beyond traditional mobile apps.

Actionable Takeaways for Developers in 2026

  • Prioritize migrating legacy Xamarin.Forms apps to .NET MAUI to ensure ongoing support and access to modern features.
  • Leverage available migration tools and resources from Microsoft and the developer community.
  • Assess your current project dependencies and plan incremental migration phases to minimize disruption.
  • Stay updated on industry trends and consider adopting frameworks like Flutter or React Native for new cross-platform projects.
  • Invest in training your development team on MAUI and alternative frameworks to stay competitive.

Conclusion

By 2026, the landscape of cross-platform mobile development has shifted decisively away from Xamarin's core offerings, especially Xamarin.Forms. The end-of-support for Xamarin.Forms in 2024 marked a turning point, emphasizing the importance of migration to .NET MAUI or alternative frameworks. While Xamarin remains relevant for maintaining legacy applications, the future belongs to more modern, versatile, and actively supported tools.

Understanding these dynamics enables developers to plan effectively—whether it’s updating existing apps, training teams in new frameworks, or exploring innovative options. Staying proactive in migration and adaptation ensures your projects remain secure, performant, and aligned with industry standards in this evolving technological landscape.

Comparing Xamarin and .NET MAUI in 2026: Which Framework Suits Your Project?

Introduction: The Evolution of Cross-Platform Development Frameworks

By 2026, the landscape of cross-platform mobile development has undergone significant transformation. Xamarin, once a dominant player in the industry, has seen its role diminish as newer frameworks like .NET MAUI, Flutter, and React Native have taken center stage. Microsoft’s shift in focus underscores this evolution, with the company officially ending support for Xamarin.Forms in 2024 and steering developers toward .NET MAUI, the successor designed to unify app development across mobile, desktop, and beyond.

Understanding the differences between Xamarin and .NET MAUI is crucial for organizations and developers planning their projects. Whether maintaining legacy applications or starting new ones, making an informed choice ensures future-proofing, performance, and developer productivity. Let’s explore how these frameworks compare across key dimensions to help you decide which best fits your project in 2026.

Core Features and Architecture: What Sets Them Apart?

Xamarin: The Established Player

Xamarin, acquired by Microsoft in 2016, was built to enable C# developers to create native Android and iOS applications using shared codebases. It consists of two main components:

  • Xamarin.Android and Xamarin.iOS: Allow direct access to native APIs, ensuring apps perform like native counterparts.
  • Xamarin.Forms: Provided a UI abstraction layer, enabling shared UI code across platforms. However, Xamarin.Forms was officially discontinued in 2024, with support ending on May 1, 2024.

Despite its robustness, Xamarin’s architecture is somewhat fragmented, requiring developers to manage platform-specific code alongside shared logic. Its tightly coupled integration with Visual Studio and .NET made it a popular choice for enterprise applications requiring native performance.

.NET MAUI: The Modern Unified Framework

.NET Multi-platform App UI (.NET MAUI), introduced as the successor to Xamarin.Forms, offers a unified approach to building applications for Android, iOS, Windows, and macOS from a single codebase. Some key architectural highlights include:

  • Single Project Structure: Simplifies project management by consolidating platform-specific code into one project, reducing complexity.
  • Extended Platform Support: Adds support for desktop platforms like Windows and macOS, expanding the reach of cross-platform apps.
  • Enhanced UI Toolkit: Replaces Xamarin.Forms with a more flexible, modern set of UI controls that support MVU (Model-View-Update) and MVVM patterns.

Overall, .NET MAUI’s architecture emphasizes ease of development, reduced boilerplate, and scalability, making it more suitable for complex, multi-platform applications.

Performance and Development Experience in 2026

Xamarin: Still Capable but Limited

While Xamarin continues to deliver native performance, its development experience has become less streamlined due to the discontinuation of Xamarin.Forms support. Legacy Xamarin apps can run smoothly, but new features, enhancements, and OS compatibility updates are limited. Developers often face challenges with platform-specific tweaks and maintaining compatibility with the latest OS versions, especially since active development has slowed since 2024.

.NET MAUI: The Future-Ready Choice

.NET MAUI offers significant improvements in performance, thanks to optimized rendering pipelines and a modernized UI framework. Its single-project structure simplifies cross-platform development, leading to faster build times and reduced code duplication. Additionally, Microsoft continues to invest heavily in .NET MAUI, releasing regular updates that enhance performance, stability, and platform integration.

From a developer perspective, the modern tooling, improved hot reload features, and better debugging support make MAUI a more productive environment, especially for complex applications requiring rich UI, animations, or integration with native device capabilities.

Migration Path and Ecosystem Support

Xamarin: Legacy but Fading

Most new development projects in 2026 avoid Xamarin in favor of .NET MAUI. However, many existing apps still run on Xamarin, and maintaining them remains viable, though increasingly risky due to the lack of ongoing support and updates. Migration to .NET MAUI is encouraged, especially for apps that need to stay current with OS updates and security patches.

.NET MAUI: The Strategic Choice for New Projects

Microsoft provides comprehensive migration guides, tools, and documentation to facilitate transitioning from Xamarin to MAUI. The process involves creating a new MAUI project, migrating shared code, and updating UI components to use the new controls. This transition not only ensures ongoing support but also unlocks new capabilities like desktop support and improved performance.

Additionally, the ecosystem around .NET MAUI is rapidly expanding, with third-party libraries, community plugins, and tutorials readily available. This thriving ecosystem helps developers accelerate project timelines and incorporate advanced features more easily.

Which Framework Should You Choose in 2026?

When to Stick with Xamarin

If your organization is maintaining legacy apps built with Xamarin, continuing support for these applications may be necessary. Since Xamarin remains functional, albeit with limited support, it’s suitable for apps that require minimal updates and do not need to leverage new OS features. However, planning a migration is advisable to avoid future technical debt and compatibility issues.

Ideal Use Cases for .NET MAUI

  • Starting new projects: For any fresh cross-platform app, .NET MAUI is the clear choice, offering a unified, future-proof platform.
  • Multi-platform reach: Apps targeting mobile and desktop platforms benefit from MAUI’s support for Windows and macOS.
  • Modern UI and performance: Applications requiring complex UIs, animations, or native integrations perform better with MAUI’s enhanced architecture.

Alternatives and Industry Trends

While Xamarin and .NET MAUI dominate within the Microsoft ecosystem, developers should also consider alternatives like Flutter and React Native. Flutter, in particular, offers high-performance, natively compiled apps with a single codebase using Dart, and it has gained significant industry traction in 2026. React Native remains popular for JavaScript developers, especially in web-centric teams. Nonetheless, if your team is already embedded in the .NET environment, transitioning to MAUI provides a smoother pathway with better integration and longer-term support.

Conclusion: Making an Informed Choice in 2026

In 2026, the choice between Xamarin and .NET MAUI hinges on your project’s lifecycle stage, platform requirements, and future plans. Xamarin still plays a role in maintaining legacy applications, but Microsoft’s strategic focus is firmly on .NET MAUI as the future of cross-platform development within the Microsoft ecosystem. The newer framework offers broader platform support, improved performance, and a streamlined development experience, making it the ideal choice for new projects and long-term investments.

For organizations aiming to stay agile and competitive, migrating to .NET MAUI now ensures access to ongoing support, modern features, and a vibrant community. As the industry continues evolving, embracing MAUI positions your projects at the forefront of cross-platform development in 2026 and beyond.

Top Tools and Libraries for Maintaining Legacy Xamarin Apps in 2026

Introduction: Navigating the Legacy of Xamarin in 2026

As the cross-platform mobile development landscape evolves rapidly, Xamarin remains a critical component for maintaining existing applications, despite its declining popularity for new projects. In 2026, less than 6% of new mobile apps are built with Xamarin, with the majority shifting toward .NET MAUI, Flutter, and React Native. Nevertheless, many enterprises still rely on legacy Xamarin apps, which require specialized tools and libraries to ensure stability, security, and performance. This article explores the top tools, libraries, and best practices for supporting and maintaining Xamarin applications in 2026, helping developers extend the lifespan of their existing investments while planning for future migrations.

Understanding the Xamarin Ecosystem in 2026

Xamarin, acquired by Microsoft, historically provided a robust framework for creating cross-platform apps with C# and .NET. Its flagship product, Xamarin.Forms, allowed shared UI code across Android and iOS, coupled with native API access. However, Microsoft officially announced the end-of-support for Xamarin.Forms in 2024, urging developers to transition to .NET MAUI, which offers broader capabilities across mobile and desktop platforms. Despite this shift, many organizations maintain legacy Xamarin apps to avoid costly rewrites or to support critical business functions. In 2026, maintaining these apps involves navigating a landscape of limited official support, deprecated libraries, and evolving OS compatibility. Therefore, leveraging the right tools and libraries is essential to prolong the usability of Xamarin apps effectively.

Essential Tools for Maintaining Legacy Xamarin Apps

1. Visual Studio 2022 and 2023

At the core of Xamarin app maintenance is a robust IDE. Visual Studio remains the primary development environment, with versions 2022 and 2023 offering extended support for legacy Xamarin projects. These IDEs include tools for debugging, profiling, and updating Xamarin applications, along with compatibility for older project formats. Key features for maintenance include:
  • Enhanced debugging tools tailored for Xamarin and legacy projects
  • Support for migrating projects to newer SDK formats
  • Integration with Azure DevOps for CI/CD pipelines
Using the latest Visual Studio versions ensures developers can manage legacy codebases efficiently and prepare for eventual migration.

2. Xamarin Compatibility Pack

Microsoft offers a Compatibility Pack that helps bridge gaps between older Xamarin APIs and the latest .NET runtime environments. This pack includes updated libraries that facilitate compatibility with newer OS versions and hardware, reducing the risk of runtime errors and crashes. While Xamarin.Forms is discontinued, this compatibility pack allows legacy apps to leverage improved platform APIs without rewriting entire UI layers, making it invaluable for incremental updates.

3. Xamarin Inspector and Profilers

Performance tuning and debugging are crucial for maintaining legacy Xamarin apps. Xamarin Inspector was a powerful tool for inspecting app internals, but as of 2026, developers rely on Visual Studio’s integrated profiling tools. These profilers provide:
  • Memory and CPU profiling to detect leaks and bottlenecks
  • Real-time diagnostics of app behavior
  • Insights into cross-platform performance discrepancies
Consistent use of profiling tools ensures legacy apps remain responsive and stable amid OS updates.

4. NuGet Packages for Legacy Support

NuGet remains a vital resource for maintaining legacy Xamarin applications. Many third-party libraries continue to support Xamarin, offering functionalities like authentication, analytics, or UI components compatible with older frameworks. Notable NuGet packages include:
  • Xamarin.Essentials: Provides cross-platform APIs for device features, still maintained for legacy apps.
  • SkiaSharp: For advanced graphics rendering, supporting legacy Xamarin UI updates.
  • ReactiveUI: A MVVM framework for creating reactive UIs compatible with existing Xamarin projects.
Regularly updating NuGet packages helps ensure security and compatibility.

Libraries and Frameworks for Enhancing Legacy Xamarin Apps

1. Modern UI Libraries: Syncfusion and Telerik

UI components are vital for user experience, and third-party libraries like Syncfusion and Telerik UI for Xamarin continue to support legacy Xamarin projects. They offer:
  • Rich set of controls (charts, grids, calendars)
  • Pre-built themes and customization options
  • Support for older Xamarin.Forms versions
These libraries can significantly improve app aesthetics and usability without overhauling the entire UI.

2. Cross-Platform Data Synchronization: Realm and SQLite

Data management remains critical. Realm and SQLite are popular database libraries that support Xamarin. Realm, in particular, offers real-time synchronization and easier data modeling, making it suitable for legacy apps requiring robust offline capabilities.

3. Security and Authentication: Microsoft Authentication Library (MSAL)

Security updates are paramount, especially as OS versions evolve. MSAL supports legacy Xamarin apps for authentication against Azure AD and other identity providers, ensuring secure access without rewriting auth modules.

Best Practices for Maintaining Xamarin in 2026

While tools and libraries provide the technical backbone, best practices ensure longevity and stability:
  • Regular Security Patches: Apply security updates to dependencies and monitor OS updates for compatibility issues.
  • Code Modularization: Isolate platform-specific code, facilitating smoother transitions during migration.
  • Automated Testing: Implement unit, integration, and UI tests to detect regressions early.
  • Documentation and Code Comments: Maintain clear documentation for easier future refactoring or migration.
  • Gradual Migration Planning: Develop a phased approach to migrate critical parts to .NET MAUI or other frameworks, reducing risk and downtime.

Preparing for the Future: Migration Strategies from Xamarin to .NET MAUI

Given that Xamarin forms are officially discontinued, migration becomes unavoidable for long-term support. Tools like the .NET Upgrade Assistant and Microsoft’s migration guides streamline this process, but a strategic approach is essential. Key steps include:
  • Assessing dependencies and identifying deprecated APIs
  • Refactoring shared codebases to align with MAUI architecture
  • Rebuilding UI components with MAUI controls
  • Testing across all targeted platforms
This transition not only future-proofs applications but also enables leveraging new features, improved performance, and ongoing support.

Conclusion: Balancing Legacy Support and Future Innovation

Maintaining legacy Xamarin apps in 2026 demands a mix of specialized tools, libraries, and strategic planning. While official support has phased out, a robust set of third-party resources and best practices can help extend the lifespan of existing applications, ensuring they continue to deliver value. At the same time, organizations should view maintenance as a stepping stone toward migration to modern frameworks like .NET MAUI. Staying informed about evolving tools and industry trends allows developers to manage legacy apps effectively while preparing for the future. Ultimately, a thoughtful combination of maintenance, enhancement, and migration will safeguard your cross-platform investments well into the next decade.

Migration Strategies from Xamarin.Forms to .NET MAUI: A Step-by-Step Guide for 2026

As we step into 2026, the landscape of cross-platform mobile development continues to evolve rapidly. Xamarin, once a leading framework for building Android and iOS apps using C# and .NET, has seen its active development slow down significantly. Microsoft announced the end-of-support for Xamarin.Forms in 2024, urging developers to migrate their existing applications to .NET MAUI, the successor that broadens the scope of cross-platform development to include desktop and other platforms. This shift reflects industry trends favoring more modern, flexible frameworks like .NET MAUI, Flutter, and React Native.

For developers maintaining legacy Xamarin apps or planning new projects, understanding the migration process to .NET MAUI in 2026 is essential. This guide offers a comprehensive, step-by-step approach to ensure a smooth transition, address common challenges, and leverage available resources effectively.

Understanding the Transition: Xamarin.Forms to .NET MAUI

Before diving into migration strategies, it’s crucial to recognize why this shift is happening. Microsoft’s support for Xamarin.Forms officially ended on May 1, 2024, and since then, the focus has shifted to .NET MAUI (Multi-platform App UI). .NET MAUI offers a unified framework capable of targeting Android, iOS, Windows, and macOS from a single codebase, with improved performance, modern UI components, and enhanced tooling.

The industry’s declining Xamarin market share—less than 6% of new projects in 2026—indicates that most organizations are prioritizing migration to .NET MAUI or alternative frameworks. However, many legacy apps still run on Xamarin, making migration a critical task to maintain security, compatibility, and access to ongoing updates.

Step-by-Step Migration Methodology

1. Assess Your Existing Xamarin Project

The first step is a thorough review of your current Xamarin.Forms app. Document all dependencies, third-party libraries, and platform-specific code. Identify features that rely heavily on Xamarin-specific APIs and note any custom controls or renderers.

  • Check compatibility of third-party libraries with .NET MAUI, as some may not have migrated yet.
  • Assess the complexity of your UI, especially if it uses custom renderers or platform-specific code.
  • Review your app’s architecture—modular apps are easier to migrate gradually.

2. Update Your Development Environment

Ensure you are using the latest version of Visual Studio 2026, which fully supports .NET MAUI development. Install the latest SDKs and workload components for MAUI, and verify that your development environment is configured for cross-platform development.

3. Create a New .NET MAUI Project

Start with a fresh .NET MAUI project within Visual Studio. This clean slate allows you to migrate code systematically. Use the template provided by Visual Studio to generate a baseline app that targets all supported platforms.

4. Migrate Shared Code and Business Logic

Most of your core logic—models, services, view models—can usually be migrated with minimal changes. Copy these classes into your new MAUI project, adapting namespaces and references as needed.

Be aware of API differences; for example, some Xamarin APIs have been renamed or replaced in MAUI. Consult the official Microsoft migration guides to identify these differences.

5. Refactor UI Code for .NET MAUI

Xamarin.Forms XAML layouts often require adjustments due to updated controls and layout behaviors in MAUI. Replace deprecated controls, and leverage new MAUI-specific features such as improved styling, handlers, and multi-platform resources.

If your app uses custom renderers, consider rewriting these as handlers in MAUI, which offer a more streamlined approach to platform customization.

6. Address Platform-Specific Code

Most platform-specific code can be ported with minor modifications. For intricate platform customizations, utilize the new MAUI handlers and platform-specific services. Testing on actual devices during this phase is crucial to detect subtle differences and ensure consistent behavior.

7. Testing and Validation

Thorough testing across all target platforms is essential. Use automated UI testing tools compatible with MAUI, and conduct manual testing on physical devices when possible. Address performance bottlenecks, UI glitches, or platform-specific bugs during this phase.

8. Optimize and Finalize Migration

After validating core functionality, focus on optimizing app performance, updating app icons, splash screens, and platform-specific assets. Ensure compliance with app store requirements for each platform.

Document the migration process and update your project’s documentation for future maintenance and potential further refactoring.

Challenges and How to Overcome Them

Transitioning from Xamarin.Forms to .NET MAUI is a complex process, with several challenges to anticipate:

  • API Differences: Some APIs have changed or been deprecated. To mitigate this, leverage Microsoft’s official migration guides and API comparison tools.
  • Third-Party Library Compatibility: Not all libraries have MAUI counterparts yet. For such cases, consider contributing to open-source projects or finding alternative libraries.
  • UI Refactoring: UI components may need redesigning to accommodate new controls and styling paradigms in MAUI.
  • Performance Tuning: Post-migration, optimize for performance, as new handlers and rendering pipelines may behave differently.
  • Learning Curve: Developers must familiarize themselves with MAUI’s new architecture, which can differ from Xamarin.Forms.

To address these challenges, maintain close contact with the developer community, participate in Microsoft’s forums, and stay updated on ongoing MAUI enhancements. Regular testing and incremental migration can also reduce risks.

Resources and Tools to Facilitate Migration

Microsoft offers a wealth of resources to support migration efforts:

  • Official .NET MAUI Documentation: Comprehensive guides and API references.
  • Xamarin.Forms to .NET MAUI Migration Guide: Step-by-step instructions and best practices.
  • Visual Studio 2026: Integrated tools with built-in support for MAUI development and migration.
  • Community Forums and GitHub: Active developer communities and open-source projects for troubleshooting and enhancements.
  • Migration utilities and sample projects: Microsoft and community-provided tools that automate parts of the migration process.

Additionally, consider taking advantage of third-party frameworks and tools that assist with UI conversion, code analysis, and performance optimization.

Conclusion: Embracing the Future of Cross-Platform Development in 2026

The migration from Xamarin.Forms to .NET MAUI in 2026 is more than just a technical upgrade; it’s a strategic move to stay aligned with industry standards, ensure ongoing support, and leverage the latest capabilities for cross-platform development. While the migration process requires careful planning, assessment, and refactoring, the benefits—broader platform support, improved performance, modern UI components, and future-ready architecture—make it a worthwhile investment.

By following a structured, phased approach, utilizing available tools and resources, and staying engaged with the developer community, you can navigate the transition smoothly. As Xamarin’s role diminishes and industry momentum shifts toward frameworks like .NET MAUI, React Native, and Flutter, embracing change today will position your projects for success tomorrow.

Ultimately, migrating to .NET MAUI not only preserves your existing investments in C# and .NET but also unlocks new possibilities for creating richer, more adaptable applications across all major platforms in 2026 and beyond.

The Future of Cross-Platform Mobile Development in 2026: Trends and Industry Insights

Introduction: The Evolving Landscape of Cross-Platform Development in 2026

By 2026, the landscape of cross-platform mobile development has undergone significant transformation. While Xamarin once stood as a prominent player, its role has diminished as newer frameworks have gained momentum. Today, industry leaders are looking beyond traditional tools to build more versatile, scalable, and high-performance applications. This shift is driven by rapid technological advancements, user expectations, and the need for broader platform coverage.

In this article, we delve into current trends shaping cross-platform mobile development in 2026, analyze Xamarin’s evolving position, and explore the future trajectory of frameworks like Flutter, React Native, and the overarching influence of industry giants like Microsoft with .NET MAUI.

The Rise of Flutter and React Native: Dominating the Cross-Platform Arena

Flutter: A Game-Changer for High-Performance Apps

Since its inception, Flutter has rapidly become a dominant force among cross-platform frameworks. Powered by Google, Flutter’s ability to produce natively compiled applications from a single Dart codebase has made it an attractive choice for developers aiming for high-performance, visually appealing apps. In 2026, reports indicate that Flutter accounts for over 35% of new cross-platform projects, making it the most popular framework among startups and enterprises alike.

Flutter’s architecture allows for fast rendering and smooth animations, which are critical for consumer-facing apps demanding high responsiveness. The introduction of Flutter Web and Flutter Desktop in 2024 further expanded its ecosystem, enabling developers to target not only mobile but also desktop and web platforms seamlessly.

React Native: The Mature Ecosystem with a Focus on Developer Experience

React Native has maintained its relevance by leveraging JavaScript and React, making it accessible to a vast community of web developers transitioning into mobile app development. In 2026, React Native's market share remains significant, with over 40% of new projects adopting it, especially in companies prioritizing rapid development cycles and extensive third-party integrations.

Recent updates have included improved performance metrics, tighter integration with native modules, and support for new platform features. Its commitment to backward compatibility ensures legacy apps can be incrementally modernized, a key advantage for organizations with existing React Native investments.

Xamarin in 2026: From Leading Framework to Legacy Support

Xamarin’s Transition Toward Support and Maintenance

As of early 2026, Xamarin’s active development has slowed considerably. Microsoft officially announced end-of-support for Xamarin.Forms in May 2024, signaling a shift in strategic focus. While Xamarin remains used for maintaining legacy applications, its popularity for new projects has plummeted—less than 6% of fresh cross-platform initiatives now start with Xamarin.

This decline reflects industry-wide migration to more modern frameworks that offer broader capabilities. Xamarin’s core strength—C# and .NET integration—continues to serve existing enterprise solutions, but its future as a primary development tool is limited.

The Role of Xamarin within the Broader Microsoft Ecosystem

Microsoft’s emphasis now centers on .NET MAUI (Multi-platform App UI), the successor to Xamarin.Forms. Introduced as part of the .NET 6 and later releases, MAUI consolidates cross-platform development for mobile and desktop within a unified framework. In 2026, over 54% of new projects leverage .NET MAUI, reflecting its strategic importance.

While Xamarin’s support continues for legacy apps, developers are strongly encouraged to migrate to MAUI for future-proofing, enhanced performance, and access to a broader set of APIs and platform capabilities.

Migration Strategies and Industry Best Practices

Why and How to Migrate from Xamarin to .NET MAUI

Migrating existing Xamarin applications to .NET MAUI is a critical step to ensure ongoing support, security, and access to new features. The migration process involves a detailed assessment of the current codebase, dependencies, and platform-specific components.

Microsoft provides comprehensive migration guidelines, which recommend creating a new MAUI project and porting shared code, while updating UI components to leverage MAUI controls. Testing across platforms is essential, given API differences and new architectural patterns introduced with MAUI.

Early adoption of automated testing and continuous integration practices can streamline the transition, reduce technical debt, and mitigate risks associated with migration.

Best Practices for Maintaining Legacy Xamarin Apps

  • Prioritize security updates and bug fixes, especially since official support has ended for Xamarin.Forms.
  • Document architecture and code thoroughly to ease future migration efforts.
  • Modularize code to isolate platform-specific features, simplifying refactoring or migration.
  • Monitor OS updates and perform regular testing on new devices to ensure compatibility.
  • Strategically plan a phased migration to .NET MAUI or alternative frameworks like Flutter or React Native.

Industry Insights and Future Outlook

Framework Competition and Industry Trends

The competition among cross-platform frameworks remains fierce. Flutter's rapid growth and React Native's mature ecosystem continue to attract developers seeking performance, flexibility, and community support. Conversely, Xamarin’s decline indicates a broader industry trend favoring frameworks that can unify mobile and desktop development, with MAUI leading the charge in the Microsoft ecosystem.

Emerging frameworks like Avalonia and Uno Platform are gaining traction for desktop and web development, further diversifying the options available to developers. The emphasis on multi-platform support—covering mobile, desktop, web, and even embedded devices—is reshaping the strategic choices companies make today.

The Impact of AI and Automation

In 2026, AI-powered development tools are transforming how cross-platform apps are built and maintained. Automated code generation, intelligent testing, and predictive analytics help reduce development time and improve app quality. These advancements are particularly beneficial for legacy app maintenance, enabling smoother migration paths and ongoing support.

Microsoft’s integration of AI into Visual Studio and Azure DevOps streamlines Xamarin and MAUI workflows, making the transition to modern frameworks more accessible and efficient.

Practical Takeaways for Developers and Businesses

  • Assess your existing Xamarin codebase and plan a migration to .NET MAUI to stay aligned with industry standards and future support.
  • Invest in learning Flutter and React Native, as they dominate the market share and offer extensive community support.
  • Leverage AI-driven tools for testing, code refactoring, and deployment to optimize development cycles.
  • Focus on cross-platform strategies that include desktop and web to maximize reach and user engagement.
  • Stay informed about emerging frameworks and industry shifts to adapt quickly and maintain competitive edge.

Conclusion: Charting the Course Forward in Cross-Platform Development

By 2026, the cross-platform mobile development landscape is more diversified and mature than ever before. Xamarin, once the industry standard within the Microsoft ecosystem, has transitioned into maintenance mode, with its future firmly tied to legacy applications. The rise of Flutter and React Native underscores the industry’s move toward frameworks that offer faster development, broader platform coverage, and vibrant ecosystems.

For organizations and developers, the key to success lies in strategic migration, continuous learning, and leveraging AI-powered tools to navigate this dynamic environment. Embracing frameworks like .NET MAUI, Flutter, and React Native will ensure readiness for the future, while careful legacy app management preserves existing investments.

Ultimately, staying adaptable and informed will be vital as cross-platform mobile development continues to evolve in the years ahead, shaping how applications are built, deployed, and experienced across the digital ecosystem.

Case Study: Successful Migration of a Legacy Xamarin App to .NET MAUI in 2026

Introduction: The Context of Xamarin in 2026

By 2026, the landscape of cross-platform mobile development has shifted dramatically. Xamarin, once a dominant player, now primarily supports legacy applications as Microsoft promotes its successor, .NET MAUI. With Xamarin.Forms officially discontinued support in 2024, organizations are increasingly opting to migrate their existing Xamarin apps to MAUI for ongoing support, enhanced features, and broader platform reach.

This case study explores a real-world example of a large-scale enterprise that successfully transitioned from Xamarin to .NET MAUI in 2026. The journey highlights best practices, challenges faced, and tangible benefits realized, offering valuable insights for developers and organizations contemplating similar migrations.

Background: The Legacy Xamarin Application

Company Profile and Application Overview

The client, a global financial services provider, maintained a legacy Xamarin app built over five years ago to streamline customer account management across mobile platforms. The app was built with Xamarin.Forms, leveraging shared C# code for core logic and native UI controls for platform-specific interfaces. It supported both Android and iOS, serving over 2 million active users worldwide.

Despite its stability, the app faced several limitations:

  • Difficulty integrating new features due to API deprecations and platform changes.
  • Performance bottlenecks, especially on newer devices.
  • Limited support for desktop and new form factors.
  • End-of-support for Xamarin.Forms meant no further security updates or enhancements.

Strategic Decision to Migrate

Faced with these challenges and the industry shift, the company's leadership decided to migrate the app to .NET MAUI to future-proof their investment, improve performance, and expand multi-platform capabilities. The migration was planned as a phased approach, targeting minimal disruption to end-users while maximizing long-term benefits.

Migration Planning and Execution

Assessment and Preparation

The first step was a comprehensive assessment. The development team audited the existing Xamarin codebase, dependencies, and UI components. They identified:

  • Core shared logic, which could be directly migrated or refactored.
  • Platform-specific code that needed updating or rewriting.
  • Third-party libraries that lacked MAUI support and required alternatives or custom implementations.

Simultaneously, the team upgraded their development environment to the latest Visual Studio 2026, which offers robust support for .NET MAUI, including migration tools and templates.

Step-by-Step Migration Strategy

  1. Create a new .NET MAUI project to serve as the foundation.
  2. Migrate shared logic by copying relevant C# code, refactoring APIs where necessary to align with MAUI's architecture.
  3. Rebuild UI components using MAUI controls, replacing Xamarin.Forms controls with their MAUI equivalents. Custom UI elements were reimplemented to leverage MAUI's enhanced styling and layout capabilities.
  4. Update dependencies to compatible versions, replacing deprecated third-party libraries with MAUI-supported alternatives.
  5. Test incrementally on both Android and iOS platforms, focusing on performance, UI consistency, and platform-specific features.
  6. Address platform-specific discrepancies by utilizing MAUI’s multi-targeting features, ensuring native behavior across devices.
  7. Conduct user acceptance testing (UAT) with a select user group to validate functionality and gather feedback.

Overcoming Challenges During Migration

The team encountered several hurdles:

  • API differences: Certain APIs used in Xamarin.Forms were deprecated or replaced in MAUI, requiring refactoring or custom bridging code.
  • Third-party library support: Some libraries lacked MAUI equivalents, leading to the development of custom implementations.
  • UI redesign: Transitioning to new controls meant UI adjustments for consistency and performance improvements.
  • Resource management: Handling large media assets and data synchronization needed optimization for MAUI’s architecture.

Through careful planning, extensive testing, and leveraging Microsoft’s migration tools, these challenges were systematically addressed, minimizing delays and ensuring stability.

Results and Outcomes

Performance and User Experience Improvements

Post-migration, the app demonstrated measurable enhancements:

  • 25% faster load times, especially on high-end devices.
  • Reduced memory footprint due to optimized resource handling.
  • Smoother animations and transitions thanks to MAUI’s improved rendering engine.
  • Enhanced support for desktop and emerging form factors, expanding the app’s usability beyond mobile.

Operational Benefits

The migration facilitated easier maintenance and future updates. The unified MAUI codebase streamlined feature development and bug fixes, reducing release cycles by 30%. The team reported increased developer productivity due to familiar C# and .NET paradigms, alongside improved tooling support within Visual Studio 2026.

Strategic Advantages

  • Long-term support from Microsoft, ensuring security patches and compatibility with future OS updates.
  • Capability to extend the app to new platforms like Windows and web via upcoming MAUI features.
  • Alignment with industry trends — as less than 6% of new cross-platform projects in 2026 are Xamarin-based, the migration keeps the company competitive.

Key Takeaways and Best Practices

  1. Early assessment and planning: Understand the existing codebase, dependencies, and platform-specific nuances before starting migration.
  2. Leverage official tools and resources: Microsoft provides migration guides, templates, and support channels that streamline the process.
  3. Incremental migration approach: Migrate modules in phases, ensuring stability at each step and reducing risk.
  4. UI and UX reengineering: Use MAUI controls and capabilities to modernize the app’s interface and improve user experience.
  5. Testing and validation: Conduct thorough testing across devices to identify and fix issues early.
  6. Plan for future scalability: Design with extensibility in mind, considering upcoming MAUI features and cross-platform opportunities.

Conclusion: Embracing the Future of Cross-Platform Development

This successful migration exemplifies how organizations can adapt to industry shifts, leveraging new frameworks like .NET MAUI to enhance performance, expand platform reach, and ensure long-term support. As Xamarin support diminishes, embracing MAUI not only modernizes applications but also prepares them for future innovations, including desktop, web, and beyond.

For companies still maintaining legacy Xamarin apps, a strategic, phased migration—guided by best practices—can yield substantial benefits, ensuring their mobile solutions remain competitive and robust in 2026 and beyond.

Emerging Trends in Xamarin Development: AI, Automation, and Cloud Integration in 2026

Introduction: The Evolving Landscape of Xamarin in 2026

By 2026, the mobile development landscape has shifted dramatically. Xamarin, once a dominant cross-platform framework, now holds a more niche position. Microsoft's strategic move toward .NET MAUI, combined with rising industry adoption of newer frameworks like Flutter and React Native, has transformed how developers approach cross-platform app building. Despite this, Xamarin still plays a crucial role in maintaining legacy applications and offers insights into emerging trends such as artificial intelligence (AI), automation, and cloud integration. These trends are shaping the future of mobile development, even as Xamarin's active development diminishes.

AI Integration: Enhancing User Experience and Developer Productivity

AI-Driven Features in Xamarin Apps

Artificial intelligence continues to redefine mobile app capabilities in 2026. For Xamarin developers, AI integration now involves embedding machine learning models directly into apps or leveraging cloud-based AI services. Popular AI features include natural language processing, image recognition, predictive analytics, and personalized content delivery.

Tools like ML.NET, Microsoft's open-source machine learning framework, are increasingly compatible with Xamarin, enabling developers to incorporate AI seamlessly. For example, a Xamarin app utilizing ML.NET can offer real-time image classification or sentiment analysis, enriching user engagement.

Automated Code Optimization and Testing

AI-powered tools are also transforming the development lifecycle. Automated code analysis, bug detection, and performance tuning now rely heavily on AI algorithms. Platforms like Visual Studio IntelliCode leverage AI to suggest code completions tailored to the developer's context, increasing coding speed and accuracy.

Moreover, automated testing frameworks driven by AI can predict potential failure points, optimize test coverage, and reduce regression bugs. These advancements enable faster deployment cycles and more reliable apps, crucial in an era where user expectations are higher than ever.

Automation Tools: Streamlining Development and Deployment

CI/CD and DevOps in Cross-Platform Development

Continuous Integration and Continuous Deployment (CI/CD) pipelines have become standard practice. For Xamarin, automation tools now facilitate faster builds, testing, and deployment across multiple platforms. Platforms such as Azure DevOps, GitHub Actions, and Jenkins provide sophisticated automation workflows tailored for Xamarin legacy apps.

Automated build processes now incorporate environment-specific configurations, code analysis, and performance testing, ensuring high-quality releases with minimal manual intervention. This is especially valuable for maintaining legacy Xamarin apps while transitioning to newer frameworks like .NET MAUI.

Low-Code and No-Code Automation

The rise of low-code and no-code platforms complements traditional development workflows. These tools enable rapid prototyping and deployment of simple Xamarin applications, often leveraging drag-and-drop interfaces and pre-built AI integrations. While they may not replace full coding, they significantly reduce time-to-market for small to medium-sized apps and empower non-developer stakeholders to contribute to app design.

Cloud Integration: Powering Scalable and Intelligent Apps

Serverless Architectures and Cloud Services

Cloud infrastructure remains a cornerstone of modern mobile development. In 2026, Xamarin apps increasingly harness serverless computing services from providers like Azure, AWS, and Google Cloud. Serverless functions enable dynamic backend capabilities without managing infrastructure, reducing operational overhead.

For instance, a Xamarin app can offload data processing to Azure Functions, enabling real-time analytics, personalized recommendations, or chatbots. These integrations streamline app architecture, improve scalability, and reduce latency, enhancing overall user experience.

Edge Computing and Hybrid Cloud Strategies

Edge computing, which processes data closer to the user's device, complements cloud services by reducing latency and bandwidth consumption. Xamarin applications now incorporate edge AI models for tasks like image recognition or voice processing, providing instant responses without relying solely on cloud connectivity.

Hybrid cloud strategies, combining on-premises and cloud resources, offer flexibility for enterprise applications. Xamarin apps built for corporate environments often leverage hybrid architectures to meet security, compliance, and performance requirements.

Practical Insights and Actionable Takeaways

  • Prioritize migration to .NET MAUI: As Xamarin Forms reached end-of-support in 2024, migrating legacy Xamarin applications to .NET MAUI ensures access to ongoing support, modern features, and better integration with AI and cloud services.
  • Leverage AI APIs and frameworks: Integrate AI capabilities using tools like ML.NET or cloud AI services to deliver smarter, more personalized apps.
  • Automate your development pipeline: Implement CI/CD workflows with automated testing and deployment to improve efficiency and reliability, especially for legacy Xamarin apps needing ongoing updates.
  • Adopt cloud-native architectures: Design apps that utilize serverless functions, edge computing, and hybrid cloud strategies for scalability and responsiveness.
  • Explore low-code options for rapid prototyping: Use low-code platforms to quickly validate ideas and deliver simple Xamarin-based solutions, reducing time-to-market.

Conclusion: Navigating the Future of Xamarin and Cross-Platform Development

While Xamarin's active development has slowed, its legacy continues to influence mobile development strategies in 2026. The key emerging trends—AI, automation, and cloud integration—are reshaping how developers build, maintain, and enhance cross-platform applications. Moving forward, embracing these technologies within the evolving ecosystem—particularly through migration to .NET MAUI—is essential for staying competitive and delivering cutting-edge user experiences. Whether maintaining legacy apps or designing new solutions, understanding these trends offers a strategic advantage in the dynamic world of cross-platform mobile development.

Alternatives to Xamarin in 2026: Which Cross-Platform Framework Should You Choose?

Understanding the Current Landscape of Cross-Platform Development in 2026

By 2026, the cross-platform mobile development scene has undergone significant shifts. Xamarin, once a dominant player thanks to its seamless integration with C# and the .NET ecosystem, has seen its prominence diminish. Microsoft officially ended support for Xamarin.Forms in May 2024, urging developers to migrate to its successor, .NET MAUI. Today, less than 6% of new cross-platform projects start with Xamarin, as industry leaders pivot towards frameworks that promise broader capabilities, faster development, and stronger community support.

Despite its reduced role, Xamarin remains valuable for maintaining legacy applications—especially those deeply integrated with existing .NET codebases. Still, for new projects, the industry is leaning heavily toward modern frameworks like Flutter, React Native, and Avalonia. These alternatives offer distinct advantages, from performance to developer productivity, making them compelling choices in 2026.

Key Criteria for Selecting a Cross-Platform Framework in 2026

When evaluating cross-platform frameworks, consider several factors:

  • Performance: How well does the framework deliver near-native speed and responsiveness?
  • Development Speed: Does it support rapid prototyping and iteration?
  • Community and Ecosystem: Are there abundant resources, plugins, and community support?
  • Platform Support: Does it cover all target platforms, including mobile, desktop, and web?
  • Future-proofing: Is the framework actively maintained and aligned with industry trends?

Keeping these criteria in mind helps developers choose frameworks that not only meet current needs but also adapt to evolving technologies.

Top Alternatives to Xamarin in 2026

Flutter: Google's High-Performance Cross-Platform Framework

Flutter has surged in popularity over the past few years, and by 2026, it’s arguably the leading cross-platform framework. Its core strength lies in delivering high-performance applications through native compilation. Using the Dart programming language, Flutter compiles directly to native ARM code, ensuring fast startup times and smooth animations.

One of Flutter's standout features is its extensive widget ecosystem, which allows for highly customizable UIs. Its hot-reload functionality accelerates development cycles, making it ideal for rapid prototyping and iterative design. With Google continuously investing in Flutter, support for web, desktop, and embedded devices has expanded significantly, making it a versatile choice for diverse project requirements.

However, learning Dart might be a barrier for some developers accustomed to JavaScript or C#. Additionally, while Flutter offers near-native performance, its app sizes tend to be larger compared to native or other frameworks, which could impact download and load times in bandwidth-constrained environments.

React Native: The JavaScript Powerhouse

React Native remains a dominant player in cross-platform mobile development, especially for teams already familiar with JavaScript and React. Its architecture bridges JavaScript with native components, enabling performant apps that feel native on both Android and iOS.

By 2026, React Native's ecosystem has matured considerably. It supports desktop and web via extensions like React Native Windows and React Native Web, providing a unified development experience across platforms. Its large community contributes a wealth of plugins, libraries, and tools, which accelerates development and troubleshooting.

One challenge with React Native is managing the bridge between JavaScript and native code, which can introduce performance bottlenecks if not carefully optimized. Also, updates to native APIs may require frequent adjustments in React Native, though the community's rapid response usually mitigates this issue.

Avalonia: The Cross-Platform Desktop Framework

While Xamarin was primarily focused on mobile, Avalonia has gained traction as a cross-platform desktop UI framework. Built on .NET, Avalonia supports Windows, Linux, and macOS, offering a XAML-based UI similar to WPF, but with broader platform compatibility.

In 2026, Avalonia is an excellent choice for developers aiming to build desktop applications with a unified codebase. Its compatibility with existing .NET codebases makes migration straightforward for those familiar with WPF or UWP. Although it’s less suited for mobile development, Avalonia fills a niche for desktop-focused projects that require modern UI capabilities without relying on Windows-only frameworks.

Its main limitations include a smaller ecosystem compared to Flutter or React Native and fewer prebuilt components. Nonetheless, for enterprise desktop apps, Avalonia provides a compelling, open-source alternative that continues to evolve rapidly.

Comparative Analysis: Strengths and Weaknesses

Framework Strengths Weaknesses
Flutter High performance, rich UI widgets, broad platform support (mobile, web, desktop), fast development cycles Uses Dart (additional language to learn), larger app sizes, smaller ecosystem compared to React Native
React Native JavaScript-based, extensive community, native-like performance, multi-platform (mobile, web, desktop) Potential performance bottlenecks, frequent updates needed for native API alignment, complex bridge management
Avalonia .NET-based, ideal for desktop apps, familiar XAML UI, open-source Limited mobile support, smaller ecosystem, fewer prebuilt components

Actionable Insights for Developers in 2026

If you’re starting a new project in 2026, consider the following strategic choices:

  • For high-performance, multi-platform apps with modern UI: Flutter is the top pick, especially if your team is comfortable with Dart.
  • If your team is experienced in JavaScript and React: React Native remains a robust option, with ongoing support for web and desktop extensions.
  • For enterprise desktop applications: Avalonia offers a modern, open-source .NET solution, particularly suitable for cross-platform desktop needs.
  • Legacy Xamarin apps: Prioritize migration to .NET MAUI, but maintain existing Xamarin code until full transition is feasible.

In all cases, consider your project scope, target platforms, team expertise, and long-term support when choosing a framework. The industry is leaning towards frameworks that not only deliver on current needs but also adapt to future technology shifts.

Conclusion: Making the Right Choice in 2026

Xamarin’s decline in active development and support has paved the way for newer, more capable frameworks. Flutter, React Native, and Avalonia each serve distinct niches and offer compelling benefits for modern cross-platform development. Whether you prioritize performance, ease of use, or desktop support, there’s a framework in 2026 suited to your project.

While Xamarin remains relevant for maintaining legacy applications, the future belongs to frameworks that embrace broader platform support, rapid iteration, and active community involvement. As the ecosystem continues evolving, staying informed about the latest developments ensures you select the best tools to build resilient, high-quality applications in the years ahead.

Predictions for Xamarin’s Future: Will It Survive, Evolve, or Fade Away Post-2026?

Introduction: The Current State of Xamarin in 2026

By 2026, Xamarin has firmly transitioned from being a leading cross-platform mobile development framework to a legacy platform with diminishing support. Originally launched by Microsoft, Xamarin enabled developers to craft Android and iOS applications using C# and .NET, offering native performance and code reuse. However, the landscape has shifted dramatically since the rise of newer frameworks and Microsoft's strategic pivot towards .NET MAUI (Multi-platform App UI).

Official support for Xamarin.Forms, the most popular component of Xamarin, ended in May 2024. Since then, Microsoft has strongly encouraged developers to migrate their existing Xamarin apps to .NET MAUI, emphasizing the latter's broader capabilities, including desktop and web support. Today, less than 6% of new cross-platform projects are started with Xamarin, while over 54% prefer .NET MAUI—highlighting a significant industry shift.

This evolution raises a crucial question: What does the future hold for Xamarin post-2026? Will it continue to serve as a viable platform, undergo further evolution, or fade into obsolescence? To answer this, we must analyze expert predictions, industry signals, and Microsoft's strategic direction.

Industry Trends and Developer Adoption: Signs of Change

The Decline of Xamarin’s Market Share

Data from early 2026 paints a clear picture: Xamarin's market share in cross-platform mobile development has plummeted. While it once commanded a significant portion of the enterprise and hobbyist markets, newer frameworks like Flutter and React Native have overtaken it in popularity. These frameworks appeal to developers due to their faster development cycles, extensive ecosystems, and broader community support.

Industry analysts point out that the decline in Xamarin's usage is largely due to Microsoft’s strategic shift. With the official discontinuation of Xamarin.Forms support, developers are compelled to migrate, and many have already transitioned to .NET MAUI or other alternatives. The trend suggests that Xamarin’s role is diminishing, especially for new projects.

Legacy Xamarin Apps and Maintenance

Despite the decline, many organizations still maintain legacy Xamarin applications. These apps, some running for years, require ongoing support, bug fixes, and security patches. However, maintaining these apps becomes increasingly risky as official support wanes. Developers face compatibility issues with new OS versions and hardware, and the absence of security updates can pose vulnerabilities.

Practitioners recommend that organizations prioritize migrating legacy Xamarin apps to modern frameworks to ensure ongoing support, security, and performance improvements.

Microsoft’s Strategic Direction: Emphasis on .NET MAUI

.NET MAUI as the Future of Cross-Platform Development

Microsoft’s focus in 2026 is unequivocally on .NET MAUI. Announced as the successor to Xamarin.Forms, MAUI consolidates cross-platform capabilities, enabling developers to target Android, iOS, Windows, and macOS from a single codebase. It extends the familiar .NET and C# environment, offering a more unified and modern development experience.

Microsoft’s investment in MAUI is evident in the continuous addition of new features, improved performance, and broader platform support—including upcoming Linux and browser support via integrations with Avalonia. The company’s official documentation and community support have heavily shifted towards promoting .NET MAUI, signaling it as the strategic long-term solution.

Migration and Development Trends

In 2024, Microsoft launched comprehensive migration tools and guides to assist existing Xamarin developers transition to MAUI. This transition is not merely a technical upgrade but a strategic move to unify cross-platform development under a single, future-proof framework.

As of April 2026, most new projects are being built directly with .NET MAUI or other modern frameworks like Flutter and React Native. Xamarin’s role is now mostly confined to maintaining legacy apps with no active development for new features or APIs.

Will Microsoft Continue Supporting Xamarin?

While Microsoft maintains support for existing Xamarin applications, the company has made it clear that Xamarin itself is in maintenance mode. No new features or major updates are planned, and the focus is on ensuring a smooth migration path. This approach suggests that Xamarin’s future is limited primarily to legacy support rather than active evolution.

Expert Predictions and Industry Signals: What’s Next for Xamarin?

Predicted Decline and Obsolescence

Most industry experts agree that Xamarin’s relevance will continue to decline post-2026. The consensus is that Microsoft will eventually sunset Xamarin entirely, with official support phased out over the next few years. Historically, Microsoft has followed a pattern of supporting legacy platforms for a period before full deprecation—similar to what happened with Silverlight and Windows Phone.

In the near term, Xamarin will remain usable for maintaining legacy apps, but the long-term outlook points toward eventual obsolescence. Organizations that delay migration risk increasing technical debt, security vulnerabilities, and compatibility issues.

Potential for Evolution or Revival?

Some industry voices speculate about a possible revival or evolution of Xamarin, perhaps as part of a broader ecosystem or under a new branding. However, current evidence suggests that Microsoft sees MAUI as the definitive successor, with no clear plans to reinstate Xamarin as a leading platform.

It’s worth noting that the rise of cross-platform frameworks like Flutter, with their rapid development cycles and extensive ecosystems, further diminishes Xamarin’s prospects for a comeback.

Practical Insights and Takeaways for Developers and Organizations

  • Prioritize migration: For existing Xamarin apps, plan a migration to .NET MAUI or alternative frameworks like Flutter or React Native. Microsoft provides tools and documentation to facilitate this process.
  • Evaluate new projects carefully: Starting new cross-platform projects with Xamarin is no longer advisable. Focus on .NET MAUI or other modern frameworks to ensure future support and scalability.
  • Leverage legacy Xamarin skills: Developers familiar with C# and .NET can still maintain legacy apps efficiently but should prepare to transition to newer technologies.
  • Monitor industry signals: Keep an eye on updates from Microsoft and the broader developer community to stay ahead of platform deprecation timelines and emerging best practices.

Conclusion: The Future of Xamarin in 2026 and Beyond

In summary, the outlook for Xamarin post-2026 is predominantly one of decline, with Microsoft strategically positioning .NET MAUI as the future of cross-platform development. While Xamarin remains valuable for maintaining existing legacy applications, its role as a cutting-edge development platform is effectively over.

The industry’s shift towards frameworks like Flutter, React Native, and MAUI underscores a broader move towards more versatile, high-performance, and ecosystem-rich solutions. Organizations and developers who proactively migrate will benefit from ongoing support, better performance, and access to the latest features.

Ultimately, Xamarin’s future hinges on how quickly the industry and individual organizations adapt to this transition. As Microsoft continues to invest heavily in .NET MAUI, it’s clear that Xamarin will fade into history, serving as a stepping stone rather than a sustainable long-term solution.

Xamarin in 2026: AI-Powered Insights on Its Future, Support, and Migration to .NET MAUI

Xamarin in 2026: AI-Powered Insights on Its Future, Support, and Migration to .NET MAUI

Discover the current state of Xamarin in 2026 with AI-driven analysis. Learn about its role in cross-platform mobile development, the end of support for Xamarin.Forms, and how migration to .NET MAUI is shaping the industry. Get insights into legacy apps and alternatives for modern development.

Frequently Asked Questions

Xamarin is a Microsoft-owned framework for building cross-platform mobile applications using C# and .NET. It allows developers to create Android and iOS apps with a shared codebase. As of 2026, Xamarin's active development has slowed significantly, especially after the end-of-support for Xamarin.Forms in 2024. Microsoft now emphasizes .NET MAUI (Multi-platform App UI) as the successor, offering broader capabilities for cross-platform development across mobile, desktop, and beyond. Xamarin remains useful for maintaining legacy apps but is no longer recommended for new projects, with industry shifting towards more modern frameworks like .NET MAUI, Flutter, and React Native.

Migrating a Xamarin app to .NET MAUI involves several steps. First, review your current Xamarin project and dependencies, then upgrade to the latest Visual Studio version supporting .NET MAUI. Next, create a new .NET MAUI project and migrate your shared code, adjusting for API differences. You may need to update UI code, as Xamarin.Forms is discontinued, and replace it with MAUI controls. Testing thoroughly across platforms is essential to ensure functionality. Microsoft provides migration guides and tools to assist this process, and migration is recommended to leverage the latest features, improved performance, and ongoing support from Microsoft.

Xamarin offers several advantages, including code sharing across Android and iOS, which reduces development time and costs. It uses C# and .NET, enabling developers familiar with these technologies to build apps efficiently. Xamarin provides native performance and access to platform-specific APIs, ensuring high-quality user experiences. Its integration with Visual Studio offers robust debugging, testing, and deployment tools. Additionally, Xamarin allows for the reuse of existing .NET libraries and code, making it a practical choice for enterprises with existing .NET infrastructure. However, with the shift towards .NET MAUI, developers now benefit from even broader capabilities and future-proofing.

Using Xamarin in 2026 presents challenges such as limited ongoing support, especially for Xamarin.Forms, which officially ended support in 2024. This can lead to difficulties in maintaining and updating legacy apps, as new features and security updates are less frequent. Compatibility issues may arise with newer OS versions or hardware. Additionally, the industry trend favors newer frameworks like .NET MAUI, Flutter, and React Native, which could impact long-term viability and talent availability. Developers also face the risk of increased technical debt and higher migration costs if they delay transitioning to supported platforms.

To effectively maintain legacy Xamarin apps, prioritize regular security updates and bug fixes, especially since official support has ended for Xamarin.Forms. Document your code thoroughly to facilitate future updates or migration. Consider modularizing your codebase to isolate platform-specific parts, making future transitions easier. Monitor OS updates and test your app on new devices and OS versions regularly. Planning a migration to .NET MAUI or alternative frameworks should be a strategic goal, so allocate resources for gradual refactoring. Using automated testing and continuous integration can help ensure stability while managing technical debt.

Xamarin is a mature framework leveraging C# and .NET, ideal for developers already familiar with Microsoft technologies. However, in 2026, its market share has decreased, with Flutter and React Native gaining popularity due to their faster development cycles, larger communities, and broader ecosystem support. Flutter offers high-performance, natively compiled apps with a single codebase, while React Native benefits from JavaScript and a vast developer community. Xamarin's main advantage was native performance and integration with Visual Studio, but its decline in active development means newer frameworks often provide more modern features, better community support, and longer-term viability.

As of 2026, Xamarin's active development has largely transitioned to support for .NET MAUI, which is now the primary framework for cross-platform development within the Microsoft ecosystem. Microsoft announced end-of-support for Xamarin.Forms in 2024, encouraging developers to migrate. The industry trend favors frameworks like .NET MAUI, Flutter, and React Native, which offer more extensive features and cross-platform capabilities. Xamarin remains in use mainly for maintaining legacy apps, but future growth is limited. Microsoft continues to support existing Xamarin projects, but new development is strongly recommended to be on .NET MAUI or other modern frameworks.

Although Xamarin's active support has declined, many resources are still available online. Microsoft’s official documentation provides comprehensive guides on Xamarin development and migration to .NET MAUI. Community platforms like Stack Overflow, GitHub repositories, and tutorial sites such as Microsoft Learn, Pluralsight, and Udemy offer tutorials on Xamarin basics and legacy app maintenance. For beginners, starting with Visual Studio Community Edition and exploring sample projects can be helpful. However, for new projects, it’s advisable to focus on learning .NET MAUI, which is the future direction for cross-platform development within the Microsoft ecosystem.

Suggested Prompts

Related News

Instant responsesMultilingual supportContext-aware
Public

Xamarin in 2026: AI-Powered Insights on Its Future, Support, and Migration to .NET MAUI

Discover the current state of Xamarin in 2026 with AI-driven analysis. Learn about its role in cross-platform mobile development, the end of support for Xamarin.Forms, and how migration to .NET MAUI is shaping the industry. Get insights into legacy apps and alternatives for modern development.

Xamarin in 2026: AI-Powered Insights on Its Future, Support, and Migration to .NET MAUI
36 views

Getting Started with Xamarin in 2026: A Beginner's Guide to Cross-Platform Mobile Development

This article provides a comprehensive introduction to Xamarin for new developers, covering setup, basic concepts, and how to build your first app in the evolving 2026 landscape.

Understanding Xamarin Support End-of-Life: What Developers Need to Know in 2026

Explore the implications of Xamarin.Forms discontinuation, end-of-support timelines, and how to plan for migration or maintenance of legacy apps in 2026.

Comparing Xamarin and .NET MAUI in 2026: Which Framework Suits Your Project?

A detailed comparison of Xamarin and the newer .NET MAUI framework, analyzing features, performance, and suitability for different project types in 2026.

Top Tools and Libraries for Maintaining Legacy Xamarin Apps in 2026

Discover essential tools, libraries, and best practices for supporting and updating existing Xamarin applications amid the shift toward .NET MAUI and other frameworks.

Despite this shift, many organizations maintain legacy Xamarin apps to avoid costly rewrites or to support critical business functions. In 2026, maintaining these apps involves navigating a landscape of limited official support, deprecated libraries, and evolving OS compatibility. Therefore, leveraging the right tools and libraries is essential to prolong the usability of Xamarin apps effectively.

Key features for maintenance include:

While Xamarin.Forms is discontinued, this compatibility pack allows legacy apps to leverage improved platform APIs without rewriting entire UI layers, making it invaluable for incremental updates.

These profilers provide:

Notable NuGet packages include:

Key steps include:

At the same time, organizations should view maintenance as a stepping stone toward migration to modern frameworks like .NET MAUI. Staying informed about evolving tools and industry trends allows developers to manage legacy apps effectively while preparing for the future. Ultimately, a thoughtful combination of maintenance, enhancement, and migration will safeguard your cross-platform investments well into the next decade.

Migration Strategies from Xamarin.Forms to .NET MAUI: A Step-by-Step Guide for 2026

Learn effective migration methodologies, challenges to anticipate, and resources to facilitate a smooth transition from Xamarin.Forms to .NET MAUI in 2026.

The Future of Cross-Platform Mobile Development in 2026: Trends and Industry Insights

Analyze industry trends, including the rise of Flutter and React Native, and how Xamarin’s role is evolving within the broader cross-platform landscape in 2026.

Case Study: Successful Migration of a Legacy Xamarin App to .NET MAUI in 2026

A real-world case study showcasing best practices, challenges faced, and outcomes achieved when migrating a large-scale Xamarin app to .NET MAUI in 2026.

Emerging Trends in Xamarin Development: AI, Automation, and Cloud Integration in 2026

Explore cutting-edge developments such as AI integration, automation tools, and cloud services that are shaping Xamarin and cross-platform development in 2026.

Alternatives to Xamarin in 2026: Which Cross-Platform Framework Should You Choose?

Evaluate popular alternatives like Flutter, React Native, and Avalonia, comparing their strengths and weaknesses to help developers select the best framework in 2026.

Predictions for Xamarin’s Future: Will It Survive, Evolve, or Fade Away Post-2026?

Analyze expert predictions, industry signals, and Microsoft's strategic direction to assess the future viability of Xamarin beyond 2026 and its potential evolution.

Suggested Prompts

  • Xamarin Market Share & Evolution AnalysisAssess Xamarin's market share trend from 2024 to 2026, including migration rates to .NET MAUI and industry adoption patterns.
  • Xamarin Support & End-of-Life Impact ForecastForecast the impact of Xamarin's end-of-support on legacy apps and developer migration patterns in 2026.
  • Technical Analysis of Xamarin vs .NET MAUICompare technical capabilities, performance metrics, and development complexity of Xamarin and .NET MAUI in 2026.
  • Sentiment & Developer Confidence on Xamarin TransitionAnalyze industry sentiment and developer confidence regarding Xamarin's migration to .NET MAUI in 2026.
  • Migration Strategy & Risk Assessment for Xamarin AppsEvaluate migration strategies from Xamarin to .NET MAUI, including risk factors and success probabilities in 2026.
  • Xamarin Legacy Apps & Modernization OpportunitiesIdentify opportunities to modernize legacy Xamarin apps using latest frameworks in 2026.
  • .NET MAUI Adoption & Xamarin Transition TrendsForecast the adoption rate of .NET MAUI and the decline of Xamarin in 2026 across industries.
  • Xamarin in 2026: Strategic Analysis of Alternative FrameworksEvaluate the strategic advantages of migrating from Xamarin to alternatives like Flutter or React Native in 2026.

topics.faq

What is Xamarin and how has its role changed in 2026?
Xamarin is a Microsoft-owned framework for building cross-platform mobile applications using C# and .NET. It allows developers to create Android and iOS apps with a shared codebase. As of 2026, Xamarin's active development has slowed significantly, especially after the end-of-support for Xamarin.Forms in 2024. Microsoft now emphasizes .NET MAUI (Multi-platform App UI) as the successor, offering broader capabilities for cross-platform development across mobile, desktop, and beyond. Xamarin remains useful for maintaining legacy apps but is no longer recommended for new projects, with industry shifting towards more modern frameworks like .NET MAUI, Flutter, and React Native.
How can I migrate my existing Xamarin app to .NET MAUI?
Migrating a Xamarin app to .NET MAUI involves several steps. First, review your current Xamarin project and dependencies, then upgrade to the latest Visual Studio version supporting .NET MAUI. Next, create a new .NET MAUI project and migrate your shared code, adjusting for API differences. You may need to update UI code, as Xamarin.Forms is discontinued, and replace it with MAUI controls. Testing thoroughly across platforms is essential to ensure functionality. Microsoft provides migration guides and tools to assist this process, and migration is recommended to leverage the latest features, improved performance, and ongoing support from Microsoft.
What are the main benefits of using Xamarin for mobile app development?
Xamarin offers several advantages, including code sharing across Android and iOS, which reduces development time and costs. It uses C# and .NET, enabling developers familiar with these technologies to build apps efficiently. Xamarin provides native performance and access to platform-specific APIs, ensuring high-quality user experiences. Its integration with Visual Studio offers robust debugging, testing, and deployment tools. Additionally, Xamarin allows for the reuse of existing .NET libraries and code, making it a practical choice for enterprises with existing .NET infrastructure. However, with the shift towards .NET MAUI, developers now benefit from even broader capabilities and future-proofing.
What are the common challenges or risks when continuing to develop with Xamarin in 2026?
Using Xamarin in 2026 presents challenges such as limited ongoing support, especially for Xamarin.Forms, which officially ended support in 2024. This can lead to difficulties in maintaining and updating legacy apps, as new features and security updates are less frequent. Compatibility issues may arise with newer OS versions or hardware. Additionally, the industry trend favors newer frameworks like .NET MAUI, Flutter, and React Native, which could impact long-term viability and talent availability. Developers also face the risk of increased technical debt and higher migration costs if they delay transitioning to supported platforms.
What are some best practices for maintaining legacy Xamarin apps in 2026?
To effectively maintain legacy Xamarin apps, prioritize regular security updates and bug fixes, especially since official support has ended for Xamarin.Forms. Document your code thoroughly to facilitate future updates or migration. Consider modularizing your codebase to isolate platform-specific parts, making future transitions easier. Monitor OS updates and test your app on new devices and OS versions regularly. Planning a migration to .NET MAUI or alternative frameworks should be a strategic goal, so allocate resources for gradual refactoring. Using automated testing and continuous integration can help ensure stability while managing technical debt.
How does Xamarin compare to other cross-platform frameworks like Flutter or React Native?
Xamarin is a mature framework leveraging C# and .NET, ideal for developers already familiar with Microsoft technologies. However, in 2026, its market share has decreased, with Flutter and React Native gaining popularity due to their faster development cycles, larger communities, and broader ecosystem support. Flutter offers high-performance, natively compiled apps with a single codebase, while React Native benefits from JavaScript and a vast developer community. Xamarin's main advantage was native performance and integration with Visual Studio, but its decline in active development means newer frameworks often provide more modern features, better community support, and longer-term viability.
What are the latest developments in Xamarin and its future outlook in 2026?
As of 2026, Xamarin's active development has largely transitioned to support for .NET MAUI, which is now the primary framework for cross-platform development within the Microsoft ecosystem. Microsoft announced end-of-support for Xamarin.Forms in 2024, encouraging developers to migrate. The industry trend favors frameworks like .NET MAUI, Flutter, and React Native, which offer more extensive features and cross-platform capabilities. Xamarin remains in use mainly for maintaining legacy apps, but future growth is limited. Microsoft continues to support existing Xamarin projects, but new development is strongly recommended to be on .NET MAUI or other modern frameworks.
Where can I find resources and tutorials to start with Xamarin in 2026?
Although Xamarin's active support has declined, many resources are still available online. Microsoft’s official documentation provides comprehensive guides on Xamarin development and migration to .NET MAUI. Community platforms like Stack Overflow, GitHub repositories, and tutorial sites such as Microsoft Learn, Pluralsight, and Udemy offer tutorials on Xamarin basics and legacy app maintenance. For beginners, starting with Visual Studio Community Edition and exploring sample projects can be helpful. However, for new projects, it’s advisable to focus on learning .NET MAUI, which is the future direction for cross-platform development within the Microsoft ecosystem.

Related News

  • Modernize Xamarin.Forms to .NET MAUI with AWS Transform - Amazon Web ServicesAmazon Web Services

    <a href="https://news.google.com/rss/articles/CBMilgFBVV95cUxPNDRlVFJMM2xka0xfc1hrQlhvMUcwLTE1SzBtLUVtUk9rUG5NSTlYUnBwU3BVRmN1T19lN2dSMl80OG5OUTJyQzBUOGtmT09uRnIxWjJYMTQ0RmlHQ21ORk1FV1cwU2dmbjdINF9uOUx4MGFxM0tOLW1ZZzdQcGVkQV9LSG1uVGVteEdtVlI2SERJV2lCdUE?oc=5" target="_blank">Modernize Xamarin.Forms to .NET MAUI with AWS Transform</a>&nbsp;&nbsp;<font color="#6f6f6f">Amazon Web Services</font>

  • Top 10 Reasons Why You Should Consider Xamarin to .NET MAUI Migration - vocal.mediavocal.media

    <a href="https://news.google.com/rss/articles/CBMingFBVV95cUxQSXFqX1FBaGRvZ1ZfcEIweHVGYTFFQ3FzTU40ZW5kekR1YjJ3MHdodGdfSnhoNVdXQzFlVVJ5V3ZfWXJwY1NLQnVZcFVfeF9XYURqajY3cEZsNUgyUUhrZlpxdGp1bWN0UC15VzNUcmNrLTdSUi1RLWRmNUNqM0pVQXdzWEtCN25DZzk0MG9TRG9udXlsQnVWNmN5eTE4UQ?oc=5" target="_blank">Top 10 Reasons Why You Should Consider Xamarin to .NET MAUI Migration</a>&nbsp;&nbsp;<font color="#6f6f6f">vocal.media</font>

  • C# Named Top Programming Language of 2012 - eWeekeWeek

    <a href="https://news.google.com/rss/articles/CBMigAFBVV95cUxOLWYwclAzUms0aUlwSzFqSk1fSFdQeGU3SlJpdDU0TzFlVmJkMFFXN2wzMEVmNmd5LUI2Y2NRRS1fUmstbDdkc1J0dndCQ0ZiMGNjZ3ZCUVBmTHp2dTdLZGE0SjBBZ3dZbTlNQzZ6VDVpbnJfcU9PUHpKZVJaWjI2MQ?oc=5" target="_blank">C# Named Top Programming Language of 2012</a>&nbsp;&nbsp;<font color="#6f6f6f">eWeek</font>

  • .NET MAUI will get Linux and browser support via Avalonia - theregister.comtheregister.com

    <a href="https://news.google.com/rss/articles/CBMidEFVX3lxTE9Ib1NTNkNWWmVUbUJNUnExcVJuMkhCcXk5bGRtQnp6Skd1ZUt0NzhlemNWTzdXdWFyR2pFZWJ6Z0NGdG8yV1VKT1NXaGdkLTJLcnUtMDJyemxURzhtS2ZfalNJSkZTOTViRndsN3RnOGJ5ZVZv?oc=5" target="_blank">.NET MAUI will get Linux and browser support via Avalonia</a>&nbsp;&nbsp;<font color="#6f6f6f">theregister.com</font>

  • Hackers Use .NET MAUI to Target Indian and Chinese Users with Fake Banking, Social Apps - The Hacker NewsThe Hacker News

    <a href="https://news.google.com/rss/articles/CBMiggFBVV95cUxOa19mZ05Nd2JITUpaamNpdlZXUjFLZGFVZ0l1dmpobzY4YWFQcTFiSVlQRGJiU3AtcWI2ZWRNWHc2RllFamd3dmNVcVBOa0NUQ3B6b2JDV1VWRnlFNlJXbGR0bzQ5OU41QmVCc1pjdkl0UndkNmRMalZGVUc0emFJVU5n?oc=5" target="_blank">Hackers Use .NET MAUI to Target Indian and Chinese Users with Fake Banking, Social Apps</a>&nbsp;&nbsp;<font color="#6f6f6f">The Hacker News</font>

  • The best mobile app development platforms for powerful, scalable apps - OkooneOkoone

    <a href="https://news.google.com/rss/articles/CBMivwFBVV95cUxQUVBzYjZUMGFyWVpxV1o3Y1d6blptdEdhejl6dU0tR2g2UXMxWEVsUGhfOUx5aXhUOVoycGhfNGFfTWRwNU1fUGdDenFUekxJMkxIWk5lLVFMVVE3aF96V3A3QVVrRl9ucXlwdTEtcTJnVGh0YWRySEh6cU1Jek5fLVdPSC1lMFdSX2ZkQUhuS0FKRzlldC1zUHR1djBiX2U5RUlYT1ZlSWJSc0tlUHI4SnRHMzlKRkFKaHI0cloxOA?oc=5" target="_blank">The best mobile app development platforms for powerful, scalable apps</a>&nbsp;&nbsp;<font color="#6f6f6f">Okoone</font>

  • Syncfusion Open Sources 14 Controls for .NET MAUI - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMiqgFBVV95cUxQbE10ZktNMHRMWFd0dGxvcUZSWTZoaHI3czBYdGtNNFpJMDJ4WXN2NmhvUGdjaFJPU2JCQ3JHZGZQN244clFTMGZVdE9SbjVpMnBUYkVRVzJtYzIwdGJseUp6cGlJUG85a0o4UlkxQjBZQVpSRC04eUpITElqLXAxWGZLSW0zbmduODgwOXNDNmpNaGNGV1kyU3l5ZDQ5Ui1uNXVHSWtGM2RaZw?oc=5" target="_blank">Syncfusion Open Sources 14 Controls for .NET MAUI</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Debugging Xamarin Application on Visual Studio [Tutorial] - PacktPackt

    <a href="https://news.google.com/rss/articles/CBMisgFBVV95cUxNZm84TXE1NXlUQTFiNDJRVWoxazdpNGVvT2ljeUVNM0VoMDRjcXpnTHNVbkZET29tX2FoQ2VqV2xJdmtDTWxEYU5HX0QzSUhNbUQyQ3A4Sks5YTNCVHV0U01RMTNsTGpkSFhmaFRMdUFIcjh4Uk50UHI2VTRqbmF2OHo3T2czRW5TZExPUEphMWNpeWtUZVRTZU5ma196Tm5UZ2d1MTVRRTVKd0FPY3ZNUXF3?oc=5" target="_blank">Debugging Xamarin Application on Visual Studio [Tutorial]</a>&nbsp;&nbsp;<font color="#6f6f6f">Packt</font>

  • Is NET MAUI the future of cross platform development - App Developer MagazineApp Developer Magazine

    <a href="https://news.google.com/rss/articles/CBMijwFBVV95cUxPR2gtRG5Zc2lHZUJwcFdET2s2V2xRTnZxWmRuenlmR0liWnBGYUVXSzdGRXZIWU5aQ3pxTHNuaTJqV00tQ09kZmRISTJPN0QwUkxweTdaWDlIdjdGbmRuRmRNY2lUaU5KeDhKeFRwVTNsRWNqd3I5dVYxcnJjZzU0WWtkaV9BZklpd1VETXZIZw?oc=5" target="_blank">Is NET MAUI the future of cross platform development</a>&nbsp;&nbsp;<font color="#6f6f6f">App Developer Magazine</font>

  • 12 Simple .NET MAUI Do's and Don'ts - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMiggFBVV95cUxPbmNZa2lxRzdPRU0zRnlqOGtCSUptR19OcjI4eWdSSFBiOXQyUnBkanJIZTg0dDREbTF0WnZENGdoTVYzMl9sYlJta1g3bFZGU2o2OGRxTl91SzdVSzF0bS1ndE9GSER0YWl0S0diTG8zdGhVNEg3RFkxQnZEdFlTU21n?oc=5" target="_blank">12 Simple .NET MAUI Do's and Don'ts</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Is .NET MAUI the right Xamarin successor for you? - SD TimesSD Times

    <a href="https://news.google.com/rss/articles/CBMilgFBVV95cUxQWTJRcGNCM2UtX0ctLVVOZm9iUGVrQ1VtWEF0UjRKdmZMOHVkNS0tbXMxcDgxVG9xeXBpV2QwLUk2cjdZWER6NlJONDhGQ2lFNjd1cDdISm8tMmNpS25oM2dnSlQ5WTZsczlCbEU3RmJFUkNSWDJ4Z3dKTm9qWlNpekx6M2tvdGIzcldDNmh5QmtFb0tlb2c?oc=5" target="_blank">Is .NET MAUI the right Xamarin successor for you?</a>&nbsp;&nbsp;<font color="#6f6f6f">SD Times</font>

  • McAfee Detects Xamarin-Based Android Malware - Mexico Business NewsMexico Business News

    <a href="https://news.google.com/rss/articles/CBMilgFBVV95cUxPcml4Y180WkxTeXpuS3FNd3dJZmVKTUNlOHFpZWRDaXRnWlNhcW8wTnNKSGt6RFBKVXBNR2JLVmVzQTRKdm13VFdkR0pMeThMcC1SNGVLV0NCelctUmIycU9tdXdJNjJaRUdpaVFMX3lJMy1zZlVDWkR0b0FzaWxpd1E5N2VwME5zM0RFel9kcTdzTDNJbmc?oc=5" target="_blank">McAfee Detects Xamarin-Based Android Malware</a>&nbsp;&nbsp;<font color="#6f6f6f">Mexico Business News</font>

  • New .NET MAUI Docs Detail How to Migrate from Xamarin.Forms - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMie0FVX3lxTE1hai1BT0hsajFkbzhSLXdCdElCRTVoYVY1RVlHeVBpZ3dsT0RDa2FQRW9WQ1Fmbm9qVHZXLWstWVBmZDdiaExHMXBHUkFMWDVDUzhXYkxiT1lmMUF3RURyaDI5YWplX1dqSDZzWXRGNHVLczRVV0VEamRWaw?oc=5" target="_blank">New .NET MAUI Docs Detail How to Migrate from Xamarin.Forms</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Visual Studio for Mac 'retired': From open source, to closed source, to dead - DevClassDevClass

    <a href="https://news.google.com/rss/articles/CBMixgFBVV95cUxON3BUNVVsVDBUeFhFMzRLV0RBeUJYLWRDLXpqM3NXX3ozLU9lWXJSZGt1UjBOSGtuZHFSbmMzYzVEb2JXcWxmdHRWRGdJYmN1QW9jYTV4Q0U5T2hpeGVPMFlLNTg4cDdSTmJwU2J4Qkw2MGpKd0lESVlGMXJlRFNKUmdkOEEzYkpLSlFjN1p1cW5lQ3FfMHoyNWRMdW4yR1FzTGVLc19mdnVTZmREQnlSSzl6SWZRNUxNZ3NfMXQ0SnVreFc5anc?oc=5" target="_blank">Visual Studio for Mac 'retired': From open source, to closed source, to dead</a>&nbsp;&nbsp;<font color="#6f6f6f">DevClass</font>

  • .NET MAUI With .NET 7.0 - devmiodevmio

    <a href="https://news.google.com/rss/articles/CBMiYEFVX3lxTE9GTUxEeEhGYlFvY3hDMjRPZGFxb1VEMlh4T2pKOGk1RlFwSXZXM0tnVVhlYXlmX2pzOEpJb0dHSHVDNFF1V1FXN3NOajY2SnBTdjl6cWpPemVYT1l4OVI0Rw?oc=5" target="_blank">.NET MAUI With .NET 7.0</a>&nbsp;&nbsp;<font color="#6f6f6f">devmio</font>

  • Paradise App Development With .NET MAUI - devmiodevmio

    <a href="https://news.google.com/rss/articles/CBMiYEFVX3lxTE1wYmVVU0tucWpsVzdIMHhYM0E0dnhVMTJfbGVFVlhYR1NZQml0V3pPUDVlVGdTaG5JV1RxVVhPZWhLNFoxX1M2N2wyclpsbHdqUWZUQzgyMTdaMEllQjA2Zg?oc=5" target="_blank">Paradise App Development With .NET MAUI</a>&nbsp;&nbsp;<font color="#6f6f6f">devmio</font>

  • React Native survey shows pain of upgrades – and decline of Cordova and Xamarin - DevClassDevClass

    <a href="https://news.google.com/rss/articles/CBMizgFBVV95cUxNbG0yS1djb2loTWhULXZ3THZPVnBJR0F3dnRPcTBjYUswLWcwXzdiYWpCRGZ0X2VDSUU4Umh3cTdDWTBvQV8tOW9tOVg0bmVoRXh3ZWxlQVhpQkNGNjZ2T0M2X3NBZmdtckt1U2JkcjcwdFBnV2h1ZmhjSjlaQ1FrOFc0WEtwbWtSd1FHcHZRWGJrSHhLbXpmT2pOVHRnZGRkUUdNYUtvenZBRzVhb29XdXA2RmZBNmpuMUxyRnRMcnl2bmhjaFA4MEJIS1A1Zw?oc=5" target="_blank">React Native survey shows pain of upgrades – and decline of Cordova and Xamarin</a>&nbsp;&nbsp;<font color="#6f6f6f">DevClass</font>

  • .NET 7 Finally Arrives as Unifying Microsoft Development Platform - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMidEFVX3lxTE45ZEU1YmNJb2xWbmhOT3IzRllEMVhGbWRMSmtobTZZQ3I5cGlUQ0tXZWZjcXZqQ1ctV192NDV2Z2ZpMlA4TUQ0LWJTQWtJd3E0WEJ0a3dfSEpZTS1wS3EwT3JLN2V4Qm1PWVBJNGxHMGdDVkFp?oc=5" target="_blank">.NET 7 Finally Arrives as Unifying Microsoft Development Platform</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • .NET MAUI Framework Released Together with Visual Studio 2022 - infoq.cominfoq.com

    <a href="https://news.google.com/rss/articles/CBMiW0FVX3lxTE1WRHZtSWRqRDdTU3g1aXlqV2VJNC1KNVpmX2JxR1JaeV9SZ21heVhCSkIwaGdNa0VkNW1XcGJYQWVXQWdiUzVkZm9jWC1wS0Rrdk5uLWZHRExxWlk?oc=5" target="_blank">.NET MAUI Framework Released Together with Visual Studio 2022</a>&nbsp;&nbsp;<font color="#6f6f6f">infoq.com</font>

  • Microsoft introduces closed-source C# extension for VS Code - DevClassDevClass

    <a href="https://news.google.com/rss/articles/CBMitAFBVV95cUxPejVUR1Ezblg2UnBYNFppaDZDSG1vdm1IUzQ0UzZOUkxDcVVlcUY5WTFJWWxOSjRHN1RSRlFaQkl0S01tcF9RWjJBSERNalFoZVRRbHFSdGVwemNZbm1TenNQbFJCeDg1NDJBODlsT3A4bEwzd3RiaHpRTlg3TE1MN1ZtQ1oxR2pJMDlNQjBBSkwtSEREXzg4cEUta01neE1OUXBnUXBoMk44eWRWb1BTRHI5cDE?oc=5" target="_blank">Microsoft introduces closed-source C# extension for VS Code</a>&nbsp;&nbsp;<font color="#6f6f6f">DevClass</font>

  • .NET MAUI Reaches General Availability, Replacing Xamarin.Forms - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMieEFVX3lxTE9yZnczNUZCV25jdGZxc3Q0eDEzZ2d1TXZfbDdoRmlGYlR5TzdOTi1yaWJzZ3V0ZmtxdUlTUUZEeWtkWnZkR1oyZ3RQQzBfN2ljUGNYUmxOT2M0LVNudl9CUmZ5cU8xcS1Wb3pZejRaLWd3d1dDQjh0Wg?oc=5" target="_blank">.NET MAUI Reaches General Availability, Replacing Xamarin.Forms</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • .NET MAUI Finally Replaces Xamarin in Visual Studio 2022 17.3 Preview 1 - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMieEFVX3lxTFByMlZ2R29QT3EzeGhhNDMtaVdrM1ZNcWZlUVNUNWdqLU5ZZWdsUm1ITXlYYTN0N19GM0NfSmk4SEtNN3g0SHp6cXBxdlNCd29FRFQxSjJZdzhCaGRQa0JJeTMwZ1BZMWxxbnhiQzVHcVIyZ3JzTWd6bw?oc=5" target="_blank">.NET MAUI Finally Replaces Xamarin in Visual Studio 2022 17.3 Preview 1</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Former Xamarin co-founder Miguel de Icaza is leaving Microsoft - ZDNETZDNET

    <a href="https://news.google.com/rss/articles/CBMimAFBVV95cUxPdFlnUHQ0LTlOTDRGV3EyNVdyTGUtQ1RPT2t0SUJpelV5dzBhWmxHRWY2eThYUHltX2RHMFgwZTJ5dFh3Yy10NWJnbHExUjRXSEpBaHBUYm02Zy0zT3BDeHpSSGh5TUloRGdWWkFxTEpXYmRPcjRndHppQlkyTjMtSGY1cUJOQmtVZWZLSmJGcHFUc0kyeXBhag?oc=5" target="_blank">Former Xamarin co-founder Miguel de Icaza is leaving Microsoft</a>&nbsp;&nbsp;<font color="#6f6f6f">ZDNET</font>

  • Microsoft rolls out Visual Studio 2022 for Mac version 17.0 Preview 6, fixes Preview 5 issues - NeowinNeowin

    <a href="https://news.google.com/rss/articles/CBMivAFBVV95cUxOOGgzdV84ajlBejVPZ25YUkFXeFgwX3VvRVEwLVZFbEhUT1d6U0dJYjBSTFJjNGQ1U0kxUElKdlV5VzFFanVfYkNINUNNaHN4WnlaSTFWTzQ5d3NGNi1XYTRJcld6Ym9EbWNGTXpadzlBYkhyR3VNcjg5cXJlWndtbGpBRXhiTklQMmVyeXdfOWQyWWNPYm5rMktRcjdpNEEwY2h6cVlmUEhLYkpWU3MyZ0t6RVlqWGtzUGZLUw?oc=5" target="_blank">Microsoft rolls out Visual Studio 2022 for Mac version 17.0 Preview 6, fixes Preview 5 issues</a>&nbsp;&nbsp;<font color="#6f6f6f">Neowin</font>

  • With New Windows Desktop Support, Flutter Throws a Dart at .NET MAUI - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMigwFBVV95cUxObF9XQWtQS3ZYWE1DV3l0VzdpclA1cEN1SVUxZmVFUl9VbjBwYjFMUm5rYjE4Z0FLNGxsRnVfaktrajU5ZElOUlFrQXQwOHNvQkJKa0pWWTBOQmZlSE0tR1JWaVByM3JOSERPU2dtQktlQzlnQk9mNVlaaDdDbzFGNmpGTQ?oc=5" target="_blank">With New Windows Desktop Support, Flutter Throws a Dart at .NET MAUI</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Developers Can Now Use ONNX Runtime (Machine Learning Inference Engine) To Build Machine Learning Applications Across Android And iOS Platforms Through Xamarin - MarkTechPostMarkTechPost

    <a href="https://news.google.com/rss/articles/CBMipAJBVV95cUxQRTUxekpuZVRUOUx6SmhmVk0xS3daZnRpY3dfTXpPTDNmczBhSTV2cHdDU2p5SzhuWUNfZnU0MEFoTktSTW8xMnlvTWhFYW5ka2lqdFBWUjFpaFNXRDk4Ry1rd3lZQTRtQ0lfOFRvUXNZMzB4cmN2cGlRSDhHNFRVSWpMemlMN2RsZ1RmMW9qQm9TSWtJVWtia2t0c1dwTVhUUXVWNUFEWVJRaWdVM0FUY0t4NkR0Y0VzT0JIUmp5R25lSmE1aXA3cHU5cl9wcjRZdWJrZDFrdjlPTGhTUHBUUWxybG0tNDhoZ1gwakFSSnl5ZW9lcHJRRXJfdGhWUTF6dzAzQ05CRWlhYlpkdXotUVVPbnZMeWM1TWdZOUF4TU5RX2Fh0gGqAkFVX3lxTFBRcE9lOXZUMUQ0SHEwRURWS1d3SDVsRmdDVnp1THJfbEFqZ1kzTDNWYS1IWkMyeVkxMnVWZGNzaVRHNnRBZXVnSTVGNGpWdFBpZ1IzM2pkQnZiYmF3WHBRWVluSEFWR0ZmR1I0NGxpNllWZW5tRzM5LWRYOTdBN2RVUUNZRnZZeFR0SDJlWmZ2QzRZeFVvMFVrdjN0MW12NlpnZU5yTDFucGJiYllsSHVWWnlDb1hNLVlyTGstRDB2ckhQSmdHOHRuZ3FHWGlZMWlWR0JoU241WlUtRmpTZ1hSXy0xeEI2ZUE5aFczRDB3Wnh4c1NhWTQ0bG02NHpURGJzNVAxZnQ1TGpmelIxeUVQNjBDTlZBQjcyeXVZR0hYeEhrcmZOUjUydHc?oc=5" target="_blank">Developers Can Now Use ONNX Runtime (Machine Learning Inference Engine) To Build Machine Learning Applications Across Android And iOS Platforms Through Xamarin</a>&nbsp;&nbsp;<font color="#6f6f6f">MarkTechPost</font>

  • Microsoft previews new Mac version of Visual Studio - theregister.comtheregister.com

    <a href="https://news.google.com/rss/articles/CBMiekFVX3lxTE54LWRBci1KVk9RUG95ZVRFZ0JQQ29OSTdxRl9BOWh6UHh6RVB2ZDBqbnpPemY2QUpBWXNhWkppeGgwMG1WYjBGaWtmaWR5Vm5tSkpkcFhZMWJmRnpUVkxqWlVhWW1fcTdLNWY3QnVUM3YxLTJVbDhwLXFB?oc=5" target="_blank">Microsoft previews new Mac version of Visual Studio</a>&nbsp;&nbsp;<font color="#6f6f6f">theregister.com</font>

  • GitHub CEO Nat Friedman steps down; Julia Liuson named president of Microsoft Developer Division - GeekWireGeekWire

    <a href="https://news.google.com/rss/articles/CBMiugFBVV95cUxNTUlxTks2S1M5RV9zX19VWVVBcm1IejdRN1NrdTFyZEJyLVdmZVZFbHo5Z1JYUEVxVVdmM0hJcTJhejFjempnamRGVVRqUWdQTEhFcHdNUkFhN29ERV83bl9WbDMwM3RvTmpVbXhpZGRtRnktem9pU1ZtSFFRaXBxaGRhTnFEZ25BeE1weHlldFhxdXZYXzJyLUtpZC02UTkzdVNyOFFHRTNwdHV1SFNwLVlMM0NXSWNuZ2c?oc=5" target="_blank">GitHub CEO Nat Friedman steps down; Julia Liuson named president of Microsoft Developer Division</a>&nbsp;&nbsp;<font color="#6f6f6f">GeekWire</font>

  • Xamarin Voicemail App Spreads Spyware - CybleCyble

    <a href="https://news.google.com/rss/articles/CBMikwFBVV95cUxQZWlkT28xWENoeVpISUl1eE92ZFBTN0JQR0UyQk41UWdCU3ZEQ2FiSEdtWkp0UHFYX2k2UHVXN1lYSEtYUm5ka2NpTjFVVWc1MWVKd3I2WlhJdGcxMWJYQTU5RHNFX3Jsdkp1cFNVektPbmhGbml2V1lUM1hQTWEtaExFemhjM0Q5S0ZuSUZreTJ0YkHSAZMBQVVfeXFMUGVpZE9vMVhDaHlaSElJdXhPdmRQUzdCUEdFMkJONVFnQlN2RENhYkhHbVpKdFBxWF9pNlB1VzdZWEhLWFJuZGtjaU4xVVVnNTFlSndyNlpYSXRnMTFiWEE1OURzRV9ybHZKdXBTVXpLT25oRm5pdldZVDNYUE1hLWhMRXpoYzNEOUtGbklGa3kydGJB?oc=5" target="_blank">Xamarin Voicemail App Spreads Spyware</a>&nbsp;&nbsp;<font color="#6f6f6f">Cyble</font>

  • Present and Future of Xamarin Community Toolkit: Q&A with Gerald Versluis - infoq.cominfoq.com

    <a href="https://news.google.com/rss/articles/CBMifkFVX3lxTE9xQ1ljb0QtcGlLLTJTbldUU05wOHFxcmpFbEYzczlpbFV0M2RYZW5wZGR6cVlsR0U2UnA4ZHhPVnN3ZVZ1WHRHRWNXYmpMUHhnTEdzbzhELXp2Z1FxMWZEcnFEX3RvN0R6QmpLZEVPUG4xZDJvXzNibkFYX2ltQQ?oc=5" target="_blank">Present and Future of Xamarin Community Toolkit: Q&A with Gerald Versluis</a>&nbsp;&nbsp;<font color="#6f6f6f">infoq.com</font>

  • Lagging .NET MAUI Preview 9 Updates Controls and Supports Borders, Corners and Shadows - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMiggFBVV95cUxPSGxoejVJRVd0Q2Ztc0FXYzVhYXBRd3c0SUJXNXlSN0Q3Q1AzNENCSXBBY0tMNjZjV0NTTDVwVi02YllIakZHVlpWTVRKV294d2gzRURJNGI5cWxsTXc2RnoxUklBMHZfWldLREV0Y3VRVGNWWVkyMElrcWVWcndKaXRB?oc=5" target="_blank">Lagging .NET MAUI Preview 9 Updates Controls and Supports Borders, Corners and Shadows</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Preview of .NET MAUI Community Toolkit Heralds Xamarin.Forms Sunsetting - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMihAFBVV95cUxNLWh0WXc5UlpiUVdMV2ZPSjhMT253MklFQVhRN29md0FHVlNkWV80c241a3c3OVpfc1RPVnBFaGRMTzZXYnZKUEtSMkRtSjRsSG1FaWlFaTdRdHJsd29HcjE0OGdOVnE5VlJhYkhXU1VSRURUZWZGUkViMV9HNUtaRzNjN0g?oc=5" target="_blank">Preview of .NET MAUI Community Toolkit Heralds Xamarin.Forms Sunsetting</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Brandon Minnick: Balancing work, life and the dream - The Official Microsoft BlogThe Official Microsoft Blog

    <a href="https://news.google.com/rss/articles/CBMingFBVV95cUxNRk5RQkNVQ0JPc3gzSDNzODFsRDZqRWNoalluWkctLVByalg3el96ZTJ1bklrakp2aG5qcHEya1dpbW1XYTJWTTlrT09yQVFoOGRWdDV1cjBINExzYUxwVVVPVXpTMXVhQzhvR1JGaHNsa2pzRW5sOXh2SVdOalFGMXpvSzNJckwydUozTVNMR1FCNHNtLUlUNmVXTU5XUQ?oc=5" target="_blank">Brandon Minnick: Balancing work, life and the dream</a>&nbsp;&nbsp;<font color="#6f6f6f">The Official Microsoft Blog</font>

  • .NET MAUI Layouts Revamped, Developers Question Lack of Linux - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMifEFVX3lxTE51U3lKakx5YUUwZGxQRW85QmtWQ1hraXVpcG1nLWtXbjBRbjdzdF9uWVRLd19lZFVPZzU0VUhSeVJ4Wkd3RnlFOUhUTnZNeTNwUVJJb2djcTlTWXhZVFJtd3F3eGFaYnRaVmVfUDdDZVpkQVdfejZlSnhoRFc?oc=5" target="_blank">.NET MAUI Layouts Revamped, Developers Question Lack of Linux</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Microsoft sunsets Xamarin toolkit - InfoWorldInfoWorld

    <a href="https://news.google.com/rss/articles/CBMihwFBVV95cUxQLTlMRXRLQTFLX2k3UEEyUGNYNWx3cW5MaDBGX3VXNTEzTVF1M2wzVkpQWDd1ZWF0TUxwLWpVaUExSklFZDdKeUNBNzdKNTktSUJDdjRZRlZWMFBlS0tCZEdTenBJNFJ0Yk1IUXBQWmtlMEc4RlBERjhsUnRzT2ZidGdKOGRjOVk?oc=5" target="_blank">Microsoft sunsets Xamarin toolkit</a>&nbsp;&nbsp;<font color="#6f6f6f">InfoWorld</font>

  • New .NET MAUI Workload Installation Detailed in 'Final Xamarin Podcast' - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMihAFBVV95cUxNNmI5TTJiRVdmXy11cU1UT3cwb1RROGNHMjRSUU05V0tUUFIwZ0xfTjh5UFNHeGI4NTdfTE0wUi1veGJMZUIzSGk4dElaNmEzTUdMc2Y3LWczSXN2YzYxUFlZc2QyT0N0bWFLWWZlQkd5bERpQk82ZUFzS3VfcDA2anVmS3g?oc=5" target="_blank">New .NET MAUI Workload Installation Detailed in 'Final Xamarin Podcast'</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • .NET MAUI Now Works for All Supported Platforms in Preview 4 - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMiggFBVV95cUxPb1JkVTJGTTEyUlg4X1N2RE13YmFpcndDNTFmOVVmbDhrRF93b2I2LWR6Q0cyTi1aVnBjVEh4alpDM2ZzbzZtWWlsMU9FNzNDWFcyUXRjRDFTcGtpeTdlSS1xVFJ3WmdvYlhtSXg4WGJlc3M4Qkc2d3BUZHFmeUFqWTNR?oc=5" target="_blank">.NET MAUI Now Works for All Supported Platforms in Preview 4</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Uno Platform and Xamarin.Forms: Choosing Your Next UI Framework - infoq.cominfoq.com

    <a href="https://news.google.com/rss/articles/CBMiVkFVX3lxTFBZNmJDYy1KWDNTbzJYUVRWaWtsU05nVnVOeHB6MGlJVEZxOXh1RFY5LXUtdkduQjZUTlBrZEJ0TDVDYTgwblAyNl9NaVZ3cGpRcnpPcXJB?oc=5" target="_blank">Uno Platform and Xamarin.Forms: Choosing Your Next UI Framework</a>&nbsp;&nbsp;<font color="#6f6f6f">infoq.com</font>

  • .NET MAUI (Mobile/Desktop) with VS Code? It's Complicated - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMifkFVX3lxTE5Qb05pWXZtdFc4Y2RWQXNWcHRoUUVveV82U1QxdV9nWHBRZzM3QmhKQTh2UGpFaEt6RHB3UEtCVzBRYmlJeHpaUGVJYTl2Z0lTY3l2S29uRk1CY3ZPTHJvdDE5OWVNN1E5MmdKQUR5M2ZsRnBPS05vSTMzMlJRQQ?oc=5" target="_blank">.NET MAUI (Mobile/Desktop) with VS Code? It's Complicated</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Sentry Adds Performance Monitoring for React Native, Android, and Xamarin, Updates Flutter SDK - Business WireBusiness Wire

    <a href="https://news.google.com/rss/articles/CBMi4gFBVV95cUxOZ2hFVGU5eE1oUGVDcFhmYzItX3h4QkUyQ0ItWGxUUzZXWVFVVXV6S0dtOWtOUVoybnl2RlZFZmg0UGhhWG9MTm9aajlMbklJQlhWVVBwY25IR3BmTWlSY1pEY2VKN3B6Zk5WbTJaOFI0N2d0aTZ2NkhySHZxbTM3MUJuSGczODdYRExENXh0RFhiQWZfWWpFdEt1MlQyMUdRS2lhLU80bHZQeTZBSVZaVTNoNm53NExPLVJNTnR5a004WHZwTG93ZVhIYzNick5ZR18xZGlJcEwwZ1dxYlpDMERB?oc=5" target="_blank">Sentry Adds Performance Monitoring for React Native, Android, and Xamarin, Updates Flutter SDK</a>&nbsp;&nbsp;<font color="#6f6f6f">Business Wire</font>

  • Last stop before MAUI: Xamarin Forms 5.0 released for cross-platform mobile, new features, new bugs - theregister.comtheregister.com

    <a href="https://news.google.com/rss/articles/CBMiZkFVX3lxTE5GVnpXZ1NjeEJWdko3Tk5Pemd1TE1qZTVkRDBNa19KNEZpTm56QnFxMldwWEx6NVlDa2g5RDl5cXRRZU54MV9URFNpTzM1bXhaaEVmT0xFSEdSbjF2MEViNWd6d3E4dw?oc=5" target="_blank">Last stop before MAUI: Xamarin Forms 5.0 released for cross-platform mobile, new features, new bugs</a>&nbsp;&nbsp;<font color="#6f6f6f">theregister.com</font>

  • .NET 5 Arrives - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMidEFVX3lxTE5URWEycERFSVN4bjlnNHZHQTZSbktCX0pqRy1VRk9MTGN2Zm1uXzBzd2lBdzdTNGUtd2FSRXItTmNCSU1Cb0lfZkFCb19YY2lEYkQxTmpOemNBaG5hNElHZV9ZT29kbk9veUJnVGdFZkhFY2dQ?oc=5" target="_blank">.NET 5 Arrives</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • MAUI: a Multi-Platform App UI for .NET - infoq.cominfoq.com

    <a href="https://news.google.com/rss/articles/CBMic0FVX3lxTE5UamRpRlNVMlVwZlBUakJKdFVQajRoN2hEZzZndkdqSjUxc0FDTFN1Nm9uRHRtNVBHS3AweTNHRFNNVHZIWVlMcld4LXJja0VYSnZzcDJqR1BqU216aktZdjhFLWNaOXBHTXoyaHhsLWZFR1k?oc=5" target="_blank">MAUI: a Multi-Platform App UI for .NET</a>&nbsp;&nbsp;<font color="#6f6f6f">infoq.com</font>

  • Mono: from Xamarin to WebAssembly, Blazor, and .NET 5 - Q&A with Miguel de Icaza - infoq.cominfoq.com

    <a href="https://news.google.com/rss/articles/CBMibkFVX3lxTE5ic1RXaGprblBDMHlfUktDYlM4NVRBNFlLZC0zajY0MG1OaVRYWko0akZpQ0Q2OWN6ZzRadWExVDkzcDl0SUUtZFZORS01ZFVIcEQ5Yk1yY3hKTXhiWDJSNnJ3MFM3MnNoMVYwT09B?oc=5" target="_blank">Mono: from Xamarin to WebAssembly, Blazor, and .NET 5 - Q&A with Miguel de Icaza</a>&nbsp;&nbsp;<font color="#6f6f6f">infoq.com</font>

  • Microsoft brings the pane: You'll be looking at Xamarin and React Native to design apps for dual-screen gizmos - theregister.comtheregister.com

    <a href="https://news.google.com/rss/articles/CBMingFBVV95cUxOUVdOb1R2R0hYanFhREljcnB1OWpxQUlMMkpfZVFrWFBOa1ZRYzlTdkNKNXM3TTFwb3AzS1JXNlY5QXRaMEZhSzJLYjZlX3RzMDVyV2p3RDNSU2JuLUlwbVJxQTQ4TnF3OG4zX3JKbWc2VThJMXlLT2stRnFCLVdzME5DdnliTjlvZWozSUQ3X2k5ckdFbGNlbjVmS2lYZw?oc=5" target="_blank">Microsoft brings the pane: You'll be looking at Xamarin and React Native to design apps for dual-screen gizmos</a>&nbsp;&nbsp;<font color="#6f6f6f">theregister.com</font>

  • What’s New in Visual Studio 2019 version 16.5 Preview 2 for C++, Xamarin, and Azure Tooling Experiences - ХабрХабр

    <a href="https://news.google.com/rss/articles/CBMiZ0FVX3lxTE5TVlRnUFNkY3dIMmtLVnN1SnZINWNjQ0FIZTJUQ2hic1pNYTZVZWxNRHotdGhOSkxLNWo3ajhWcUhOSlhMTWxqSzV4M2FHYkZ2Y0xCZzZEbHNPLW9IV1h6MV9SZGNDbWfSAVdBVV95cUxPa2ZvdXZZbjRmZi12ZTJCX2ZnZ3FjY1FoNmZJZkJnS3FlVnBvN1V6V3gtX1R2ZGJ5VGg0ejRCWE1lOERUMHBWRTY5LUhuQVViVnlOR185V2M?oc=5" target="_blank">What’s New in Visual Studio 2019 version 16.5 Preview 2 for C++, Xamarin, and Azure Tooling Experiences</a>&nbsp;&nbsp;<font color="#6f6f6f">Хабр</font>

  • Visual Studio for Mac: A bunch of new features but Xcode and VS Code are tough competition - theregister.comtheregister.com

    <a href="https://news.google.com/rss/articles/CBMihgFBVV95cUxOOS1nX2pOaDJMc0tnU0lLdXBlYTZ5aUI5bHRpbGpxdnpjYzl4dGhmR1hLSVFlVkotNWU4TEN6M1hkT3JXQXZsLW1mZ3JsOVU1VndZaGU4QVJaNngxSnlHS0IwM05wb2NVWHFtVlQ5S0hjLWxDal9uUVo1WU5jS3pMYlR4SjFNQQ?oc=5" target="_blank">Visual Studio for Mac: A bunch of new features but Xcode and VS Code are tough competition</a>&nbsp;&nbsp;<font color="#6f6f6f">theregister.com</font>

  • Xamarin.Forms 4.0 Deep Dive: Microsoft Details New Features - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMiiAFBVV95cUxOQWsxLWtBY2JkdWFsYzFCanJoLUJ2OGxiOGRubTV0QlhWLVV3bmVQbkowQnA2eFBRNXhhNkFIcDJDSGl6RmY4OVNOZnpEX0RxNkEzREkwOFFaS29seDF2cEV6RFVkYk1oWDMyZDhocHdWUVVrWk02VkNiYXgxMjE0NkhldjBHNHlX?oc=5" target="_blank">Xamarin.Forms 4.0 Deep Dive: Microsoft Details New Features</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Xamarin API Docs: Open Sourced and Available Now - ХабрХабр

    <a href="https://news.google.com/rss/articles/CBMiZ0FVX3lxTE5SVUd6ZWFsbmFBTnVrVVJ3dVpVSTZtelAxMWduamp1b056SUVmRi1DWm5WMV9nMnR5U1dCTVBiMEpJTUFvV0dzVGd3MW5JV2RJLW9ma1BENWM5aFM5YjhVbnpCcHo2bnfSAVdBVV95cUxOTGZLYjhpQnY3bzFORG85OEN0cGRkdThBcTZmQWc2bXQ5QjhJYzBWNHlveG1lN3ExemVPMEhvcTlJTXppVTQ1YW44Q3VtTUZOODVTZUdYLUU?oc=5" target="_blank">Xamarin API Docs: Open Sourced and Available Now</a>&nbsp;&nbsp;<font color="#6f6f6f">Хабр</font>

  • What's New in Visual Studio Mobile Development - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMifEFVX3lxTE51LWpfbEFGYUUtNHh6bUJiVC0zRHk0UE51VWYzZVVLMDVjdjlyVXJ2cHhwQnNjaVVfa2Z1THZfRHFUU3ZEbGxaalJLVGFJdWtjRkZJdjNZZWRTR3lEbDQxZmFsanB5dWZKcU9zbnF2LTE3ZFB4blhRLTU4M08?oc=5" target="_blank">What's New in Visual Studio Mobile Development</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Microsoft completes GitHub acquisition - The Official Microsoft BlogThe Official Microsoft Blog

    <a href="https://news.google.com/rss/articles/CBMiiwFBVV95cUxNV2lNZXRHdU1KT0N1TFlKNHdOWkxEVjhDTU9mRkc2RDhQQVhkNTRPY0Vvc1JudVZraGdjSzNHNUV5YjhHcjc5UnRSWFFSeWFhOWhXRDgtVnVESHk5WGQxQ3JyZlJCYmc0OGhSZXlhSy1HN0dXeVE0cW91WHNwcDZfajljY3hCZlRLWVpz?oc=5" target="_blank">Microsoft completes GitHub acquisition</a>&nbsp;&nbsp;<font color="#6f6f6f">The Official Microsoft Blog</font>

  • 'Hello World' for Your Smartphone: Your First Xamarin Application - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMijAFBVV95cUxOR25zczZneEc4RHY4NE1aQUpGQlpaY05aemJqbFZhc290NnZMRXZVVktNc0taYmkwbHFBUGQ5Q0RfSlNKaXJSZ3RmcWRYOFdudlIxWkRpanlzU2ZqajB2WFBITmFXYV9xSWYxMUdFQWdxbHBfYmlZX2s2blZ6bWFqaGtrTU9zYVBXQ04ySQ?oc=5" target="_blank">'Hello World' for Your Smartphone: Your First Xamarin Application</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Avalonia Cross Platform .NET UI Framework - i-programmer.infoi-programmer.info

    <a href="https://news.google.com/rss/articles/CBMimAFBVV95cUxPZHpxTXFqSkhOSzBMZHBlMGV3V1M5S296WVFPeExBSFJhMHEyZEZIUi1YYjZnRHYxakhBMzI4MHBtMzNyRWQ4ek5kSm5TQ3VzRWZFLU9TdzV2cVdXaVVDc1MxUU9lTVdwNFRMZm1kbC1uUnMydGxGT0tuMjRUUU5EWkUtc0lESVpyRjAxdW1SNmE3TER5RW51Nw?oc=5" target="_blank">Avalonia Cross Platform .NET UI Framework</a>&nbsp;&nbsp;<font color="#6f6f6f">i-programmer.info</font>

  • Add Custom Controls with Binding Properties to Your Xamarin.Forms App - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMigwFBVV95cUxPMHl5UnlIcUxmQmNHNGI2cTF3VElNVWduWkdUUFM1TEZwbkpJN1c5VEdVZzMtRExTZ2JKeW1FY3Q2THMydEl1RHpQQ04zang4NXhDbkNLc053bmdZZWpLUDVhS09yR2s2RjdGM3N6WWVnYWlrdWNQUjZEeU9VUlhzU0dQSQ?oc=5" target="_blank">Add Custom Controls with Binding Properties to Your Xamarin.Forms App</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Create Responsive Xamarin Apps with ReactiveUI - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMigAFBVV95cUxOYm1tN3MwZWJJTDRGb2EtaEhTaXFhYktpUHNnVnVESnVfUlRkaXRxb1lmTHMycURpam5RSHMwQ1ZOc3AtaTgwNHBQU19MQlR0dXUwekxKUFJWUzlVTDBnYlFZYV9mOWt0YzlTV1lQVjBvTGZIakVnTlMzcUlPbWJFYQ?oc=5" target="_blank">Create Responsive Xamarin Apps with ReactiveUI</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Microsoft now lets iOS developers deploy, run and test their apps directly from Windows - TechCrunchTechCrunch

    <a href="https://news.google.com/rss/articles/CBMivgFBVV95cUxOV1o1QmFfQ05sdkRnT2MweldxcVY5X1o3TGNrMTFNbXpIOEpiOVNIREQxVUVib21xTkp0MVcxVnBYX1FpYXJwYW9rd1NrWHhfTDhKVmF0WHY1S3UzSVJqdUdZeVdFZTQxRXlQbldnaV85U0VqMVljQmNsN0lrd2dVSHIwc0R1eUQyTG11ZXpIeFhfUklYSXdMZXZpdkVHVDJqN0hFZklLWDVpWmNNWTlpYnVjM1dhZGIxVTJUZTdB?oc=5" target="_blank">Microsoft now lets iOS developers deploy, run and test their apps directly from Windows</a>&nbsp;&nbsp;<font color="#6f6f6f">TechCrunch</font>

  • Xamarin Live Player makes debugging mobile apps as easy as scanning a QR code - The Next WebThe Next Web

    <a href="https://news.google.com/rss/articles/CBMingFBVV95cUxOQlN3M1lsWXVnUEdXazdfZVhpNFRiNkNROVMwNzE1eHVBcTdUTW1PSUJmVkxnSi1hNm9wd1FZelNNcDdNMFNHcXIxRlZYZWF2QmM5amRYaGg3N3pSdnh3VGhtVnhUNTBzR0xYNmI2NVNFUTUzdUlJSnp4TVNjS1QtN1hHNi1ibng4eUVOWldzUzdBNFdITk50bzNncU5Ydw?oc=5" target="_blank">Xamarin Live Player makes debugging mobile apps as easy as scanning a QR code</a>&nbsp;&nbsp;<font color="#6f6f6f">The Next Web</font>

  • The famous programmer behind one of Microsoft's smartest acquisitions explains how it's helping win over programmers - Business InsiderBusiness Insider

    <a href="https://news.google.com/rss/articles/CBMikAFBVV95cUxNTUZiOC05aGNJVmZPOEJLaGR1bm9fcFp0d1gzMDNQQlQ2ME84UWlDTDFHNURQTUd3NlpwSTRrdWM4VWU3TUhtRGZSRkxoQjFrZVhyOE5mWWJobWtVQ3JEMWJqbklHSV9QNHYwWXZyZlhqUE5rNXB4VzBWeWJLSl9RSllMSHlWQ2JGQUpVcEg0QkY?oc=5" target="_blank">The famous programmer behind one of Microsoft's smartest acquisitions explains how it's helping win over programmers</a>&nbsp;&nbsp;<font color="#6f6f6f">Business Insider</font>

  • Microsoft launches Visual Studio 2017 - venturebeat.comventurebeat.com

    <a href="https://news.google.com/rss/articles/CBMifEFVX3lxTE5xSXItd1ZCYVFBRHhKVjlVRGVyOGFwdTdNbmpuTjRiMDNVT2gyelpnU3ZoYnUzWmU4dThucTgtd2xiNEVST2hHUFZzVUphZk1pakxTSkQ5NWYzVWJ4UWdYdkVOWW1vRmJybkRPTE9fOG42MDY1Y1RCRHJIR3Q?oc=5" target="_blank">Microsoft launches Visual Studio 2017</a>&nbsp;&nbsp;<font color="#6f6f6f">venturebeat.com</font>

  • How To Build Planet Scale Mobile App in Minutes with Xamarin and DocumentDB - Microsoft AzureMicrosoft Azure

    <a href="https://news.google.com/rss/articles/CBMiiwFBVV95cUxORUdvR2F6bVl3MUxwZTNaTi1CRm5FbTkxMDk3b3Fld2lGTmpwUEpfeGZGeWtkc2FNc3NQY25pZ2xBYVppdE5rQzE4amI3TndPMExhZWx3enAxbVZCYTFndi1DdWZiemFrNFRLdWcydGxsSERRUUdBUjdWYXBBbkNrMHBxdDBocGs5czlV?oc=5" target="_blank">How To Build Planet Scale Mobile App in Minutes with Xamarin and DocumentDB</a>&nbsp;&nbsp;<font color="#6f6f6f">Microsoft Azure</font>

  • Microsoft Finally Confirms Rumors Visual Studio Coming To macOS - Silicon UKSilicon UK

    <a href="https://news.google.com/rss/articles/CBMidEFVX3lxTFBOVm9GcjVUUV9zSVFOQkJENFhaRks0aGN4X1d4eEhIQlZMOWd1MVdQRGNvNElCZmpBUFlJaVQ4cVBvV05hdjR3bHcydF9jdEZiMHRobWRHVnBBLUhnUkxzRHViQXQ3aUJfMGx2a2RzQkZuOTZT0gF6QVVfeXFMT1A4NHBrSXZSdTBSUmV5ZHNVRG9JSFcwTko4djZHbGdsQVcyLXQ0U1ZCZjNBRlNiblRwVkEtTmthdHh1UlU4Sk5ndkdFMUJPTUN2Yk1Ob1paQzMzRk1DOUJwaF8wVDVTNHlyTWNScW9kWFpXZldXMm1QVVE?oc=5" target="_blank">Microsoft Finally Confirms Rumors Visual Studio Coming To macOS</a>&nbsp;&nbsp;<font color="#6f6f6f">Silicon UK</font>

  • Microsoft officially launches the first preview of Visual Studio for Mac - TechCrunchTechCrunch

    <a href="https://news.google.com/rss/articles/CBMiqwFBVV95cUxQRTNhMkJHeUJ3a3UwQ3ppVlVjTGM3cWl3elJLUGVuSlFCZW1IcWp6UEJaMl9uYXpXeXRTV09aN1NYb2xEWWJ2T3dPLUZIclpSZVQtZlFYOUgyM3hYa2hqX3ZWZlRoLXBxcTEyTTVFREVJVUpuOVpnaGVSdWUwTFd2dUFiOUZBNE94MXlkM3YtekJ4RzhmbEw4a1kzRktOenJ6anVIMjAxMG5TYzg?oc=5" target="_blank">Microsoft officially launches the first preview of Visual Studio for Mac</a>&nbsp;&nbsp;<font color="#6f6f6f">TechCrunch</font>

  • Microsoft accidentally reveals that its flagship tool for programmers is coming to the Mac - Business InsiderBusiness Insider

    <a href="https://news.google.com/rss/articles/CBMigAFBVV95cUxPUUI2eGVvSDVaSlJlVjlLSHhUcC1xZk1scXRVd1pFa1ItTjJCOFlKUTBGbUgyTmdrN2NRYjZJVWkwb29LWlhJTlcyVjhDZEt4aTNyM2xpT3IwNUd5dkxaR0l5SC1fLWRuT29hc3NJWUNiTURMVXV4emxrLVlDdVdVTA?oc=5" target="_blank">Microsoft accidentally reveals that its flagship tool for programmers is coming to the Mac</a>&nbsp;&nbsp;<font color="#6f6f6f">Business Insider</font>

  • Microsoft is going to pretend to release Visual Studio for Mac - Ars TechnicaArs Technica

    <a href="https://news.google.com/rss/articles/CBMiugFBVV95cUxNc09sRXBNRmFGVU9sMlVsRlppZ1JWVVZ4MlluS3FqU3NlRXl4WVVxTHJUN1dHRmk0cGI0eXhjQmJqZFZXQ1VKTWstXzBnejJCQThWTnZGN3VQcHFKUlJMNkhFaXpiUG51M283ODY1YTh5OHZWNGV5cWpLOFhKTUdwNGF5OVAwZXA1VmwwQ1l4MVdabWszTk01cng0eHRIUUFmUU5SUEM2TXZTRkVmZElaNnYzVFRFdXp3Z2c?oc=5" target="_blank">Microsoft is going to pretend to release Visual Studio for Mac</a>&nbsp;&nbsp;<font color="#6f6f6f">Ars Technica</font>

  • Xamarin Updates Cross-Platform Mobile App Dev Tools - ADTmagADTmag

    <a href="https://news.google.com/rss/articles/CBMia0FVX3lxTE41QXJLYWNkR2I1X2w3eGdaLXJBUWViM3dYcGl3T0FFRzloZlItNkVsOEloV1dQQ1BGYnJocDlMR1ladm9oQzRCdmZhVnVuc1pKbnltbHIxSDY4ejc4TExhZ0lhVXVjSHB1Z0lV?oc=5" target="_blank">Xamarin Updates Cross-Platform Mobile App Dev Tools</a>&nbsp;&nbsp;<font color="#6f6f6f">ADTmag</font>

  • Microsoft, Google cosy up in the Skia lodge: 2D lib added to build tools - theregister.comtheregister.com

    <a href="https://news.google.com/rss/articles/CBMilwFBVV95cUxQdjBBelBBVkl1M1ZhSVQ1d1FPbS0yVk85ZzBFaEN4dlRKbTZKOTZ0UGNuckNBME1pVmcxSEwxY3BQcURHemZzWXpKblBnc2JybG9nTnR6b1FiLS1UWHB2OFJjcFB4V1FCOF93SGRoMVlRRE54M0p0emRiYlA0MXVlTVZSMmZWSnQ0OXIzRGpVR2NkUHg5bkJZ?oc=5" target="_blank">Microsoft, Google cosy up in the Skia lodge: 2D lib added to build tools</a>&nbsp;&nbsp;<font color="#6f6f6f">theregister.com</font>

  • Famous programmer who sold his company to Microsoft for about $400 million: 'Microsoft is a different company' - Business InsiderBusiness Insider

    <a href="https://news.google.com/rss/articles/CBMie0FVX3lxTE9aRWhueUhlQkJiYm5GTlEwV05ibDNqb0ZORXJDY2pwb0FtLUN6eHhfR3FxV29TY3JxSEczRk00N3hlUGZUSDVra0Z0WXRENDhmaW5oLU5HTmtGWXE2SFdNM0NPR2pldG43QXRiczFZSWJxWnUyLU5OLTRCMA?oc=5" target="_blank">Famous programmer who sold his company to Microsoft for about $400 million: 'Microsoft is a different company'</a>&nbsp;&nbsp;<font color="#6f6f6f">Business Insider</font>

  • Miguel de Icaza on his journey from open source to Microsoft: 'It's a different company' - theregister.comtheregister.com

    <a href="https://news.google.com/rss/articles/CBMitAFBVV95cUxNdEtIVE9nQzc0dExDRVpNQUozZ3JQWHh3dFdvRE5FWUlSQjh0WEdSbXhOVk45Xy1QQXZnNWN3cmU5UVk3OUIzRFU5cHNxZ3pFbWl2UG5rTGVyTXF3cmp1RUpfN3ZCM2FZMjhGSEhSbGdtTG9RbUR0aE1pUkNDVkV5T1NKbkpZUDJpVGo1bDkyZ3gyM0cyV0RKU0F1Vk5lemtDUEw3WWdfaVhPd2I2WmVGLVJnRjc?oc=5" target="_blank">Miguel de Icaza on his journey from open source to Microsoft: 'It's a different company'</a>&nbsp;&nbsp;<font color="#6f6f6f">theregister.com</font>

  • MyDriving – An Azure IOT and Mobile sample application - Microsoft AzureMicrosoft Azure

    <a href="https://news.google.com/rss/articles/CBMilwFBVV95cUxPLTRsLUZyZ0FzdWVjekd2elVnNExWNW5ONnJwdDM5NnNueWZqdE90Wkp6TmZkMGlKZ3BkNWY2RXd1TDZYWi00TzFybXlXbFI0VHdLWkVlb19DLVdaTkdldV92WUF2VW5ISnlyanN2TjJpUHpRS0hJTjRTbTVHS2JHeHNDQWFrbFllejdzdmtaOFZ4bjJhdDhZ?oc=5" target="_blank">MyDriving – An Azure IOT and Mobile sample application</a>&nbsp;&nbsp;<font color="#6f6f6f">Microsoft Azure</font>

  • Xamarin CEO Nat Friedman on getting acquired by Microsoft - TechCrunchTechCrunch

    <a href="https://news.google.com/rss/articles/CBMilwFBVV95cUxQclFJZERLSHpXYUhvelRzRmFENlAxbnFMUWtScThsaW9GYXNvdm5GenFMc2xrOVJHcEw5cFdwZDQ5WVYwQ09HcWw4SEdZX0hreXltRW1LNlJyYzlsYzJTQWR4TlJGY0R5Z1VkZ283TURuMXVmLXB3V0FzRWtoakswX2FWU3hITVFubmhtdXRSUTFIVHp3eEZV?oc=5" target="_blank">Xamarin CEO Nat Friedman on getting acquired by Microsoft</a>&nbsp;&nbsp;<font color="#6f6f6f">TechCrunch</font>

  • Interview: Xamarin co-founder Miguel de Icaza goes from outcast to insider at Microsoft - GeekWireGeekWire

    <a href="https://news.google.com/rss/articles/CBMiqgFBVV95cUxQOVBZT0pCamY0NVU2TGdNWkNPWExlNGRwNWlEUlVyUnc3WVJkdmJyYVc5clhsbWRVYXN1WkFnSXh3YkZ6OS1lRmlUT19vWFZGLU1CUjF6Tm1WSUJtRGtBQ1RPdFdTVk51RlZPbGc3OGlIWUFRTmVadFZMUkVma2lzWkN2N2hvUGtQRHNKVFhuQUdQbnNxNEhpTlpkWlg5OGphMTc5enBTSEFlUQ?oc=5" target="_blank">Interview: Xamarin co-founder Miguel de Icaza goes from outcast to insider at Microsoft</a>&nbsp;&nbsp;<font color="#6f6f6f">GeekWire</font>

  • Microsoft Puts Xamarin into Visual Studio Toolkit - FortuneFortune

    <a href="https://news.google.com/rss/articles/CBMicEFVX3lxTE5KaXN0cWtBeG1pRmZrcFJDVE1ZWHBhSzZST2tuWm1MSTVDdE1oYWt5WjBkcGJ2d2Z1cFNXamQ5M1ZRLV9qdzNLSVVvMGRyZ2NJMURWTnJ2b2JLTWtqdWtzSklyWENHU09Hak1MX2h1VlI?oc=5" target="_blank">Microsoft Puts Xamarin into Visual Studio Toolkit</a>&nbsp;&nbsp;<font color="#6f6f6f">Fortune</font>

  • Microsoft Will Use Xamarin Deal to Expand Cross-Platform App Vision - BizTech MagazineBizTech Magazine

    <a href="https://news.google.com/rss/articles/CBMirAFBVV95cUxQXzJpNXh1YWsxblNwM3l0NzVpYmZaZ1UtcjhVbUZOcHV3cHN3N0p2TTFHSFlmMkVCQWx2QmZjejUzSFhrNzUxMC1RT1I1d3R1VWFDN29oMUpRUjhPc25ZNm1kSWZoV3N2YjNmUkFGNE4zQWFaaER1TC1QSFBlMWN0LVdGanhiVFNrZFdYMVZ0Qm43T2VMbF9laUZjWmo2emk2TklSQWZfd2kxaUI3?oc=5" target="_blank">Microsoft Will Use Xamarin Deal to Expand Cross-Platform App Vision</a>&nbsp;&nbsp;<font color="#6f6f6f">BizTech Magazine</font>

  • Build Cross-Platform Android and iOS UIs with Xamarin Forms - SitePointSitePoint

    <a href="https://news.google.com/rss/articles/CBMigwFBVV95cUxQODdmRUNDWlNOazgzYjhWQUl4VTVpOVFraDNrMkJOWGtzdW5qc0w4TGxGemZ1NVlhVTlCM2tzSm5rM01YWmUwMmVTQ2lSRkRwa2Y5SklXRHF6elVxSVRlemtULVk5S05JWTA3Qkl2RU9IQ1VFUDhpbWYzUzJiODZrR3pZUQ?oc=5" target="_blank">Build Cross-Platform Android and iOS UIs with Xamarin Forms</a>&nbsp;&nbsp;<font color="#6f6f6f">SitePoint</font>

  • Microsoft Said to Pay About $400 Million in Xamarin Acquisition - Bloomberg.comBloomberg.com

    <a href="https://news.google.com/rss/articles/CBMiswFBVV95cUxNNTd0WDhzTjYzVXBsR2hYY2FraVFycGRFUGhrYmE2RUtmYzRCMkxjOUVCX0R2emhDOENnRHVCdkVlRFRmNWZJSnZYeC0wc09XMHlYOUlDNGRVSUc1Zkd0YnM2MHFEUUE5dEdHR05YNXZoUkFycDZNVmNObkNZaDZ6LWRsYk5FVmo1bV9DQlNRNGFkc2xtc2hCVDZvT1JHM2dscGRlZmQySTRxQTFzdVdUODBrbw?oc=5" target="_blank">Microsoft Said to Pay About $400 Million in Xamarin Acquisition</a>&nbsp;&nbsp;<font color="#6f6f6f">Bloomberg.com</font>

  • Microsoft to Acquire the Xamarin Mobile App Development Platform - App Developer MagazineApp Developer Magazine

    <a href="https://news.google.com/rss/articles/CBMinwFBVV95cUxPS1BXc0RLWGFkaGsxem5UZUNoNkxMbHAzSWJuS0hHVndXbFA2aTh1al90Z212MG8yb3UydVZIVkZrX0VmaXZtd0R1X2ZuemdsNXFxM0FpcC1TTHlQWVZIU2x5cHNDZ0tvNUN6MkxGRjhEaGt6ZU9tVDdjbXpNM1ZsdXc5OG1kLVBuRTBoTjkwcWpBdlozV1RsLV9oMFd3RU0?oc=5" target="_blank">Microsoft to Acquire the Xamarin Mobile App Development Platform</a>&nbsp;&nbsp;<font color="#6f6f6f">App Developer Magazine</font>

  • Microsoft buys Xamarin - NotebookcheckNotebookcheck

    <a href="https://news.google.com/rss/articles/CBMidEFVX3lxTE5KMVRIVnFtMXBZRThLT2RfOUdDZmY2aGJ0ZVpDSFZ6Z2dYMGhQZ0hLZ01jQy1zck84UnI5NWdJVjRJeERwQ2czSkxNWGo3dEtFNy1nVFBFVDVsSFZhWlJQVlRYV2Zfb3pvdE1VcVNFV3p4a1hs?oc=5" target="_blank">Microsoft buys Xamarin</a>&nbsp;&nbsp;<font color="#6f6f6f">Notebookcheck</font>

  • Microsoft to acquire Xamarin and empower more developers to build apps on any device - The Official Microsoft BlogThe Official Microsoft Blog

    <a href="https://news.google.com/rss/articles/CBMiyAFBVV95cUxONThfelg1SnN6djR0WWFzOVpadVJYZGhuUDNwei1jeENKbzVxT1VJRGk1NjBMbHdBMkFkNjhnVG9VbVRFdVRGR0RNd21hR0YwTC13eE5TeDBQZ0tMdmxmS2dwekFqbWdKcUkzYjg3R25ualc1ZDdEYVBrN0M3UEtzTEx6eWV5N1JKa0FIbElGU1lFNUx1d0oxblFaRTZlanZ5bjhFNmRwcmVrQkFVb192WERtekQ1c1Q3STRtMEJINTVEMWRNd3ZjeA?oc=5" target="_blank">Microsoft to acquire Xamarin and empower more developers to build apps on any device</a>&nbsp;&nbsp;<font color="#6f6f6f">The Official Microsoft Blog</font>

  • Microsoft's Latest Acquisition Shows It's Really Serious About Moving Beyond Windows - WIREDWIRED

    <a href="https://news.google.com/rss/articles/CBMiigFBVV95cUxOYTRhMmZHWmFTZWRhRV9uU0JGcVh1STcwb190RXNHMFlpRm1vbzk4MHgwZl9JWl9FMFRHdU9pcGotXzcxZlk5U29WV0MzNXNWZjhOSFVTUmdmT2NqRjJuRng1MV9GZnVkeEUtUWh0YmpCV3pCV0tJTWJpQTctcERsMldHeHotcVNXR1E?oc=5" target="_blank">Microsoft's Latest Acquisition Shows It's Really Serious About Moving Beyond Windows</a>&nbsp;&nbsp;<font color="#6f6f6f">WIRED</font>

  • Microsoft just made a brilliant acquisition by grabbing a hot startup called Xamarin - Business InsiderBusiness Insider

    <a href="https://news.google.com/rss/articles/CBMic0FVX3lxTE9YdUcxSkJBcmJvX2diSGpnWmVoNlZHS2ljU1Y1VGJYVTlsSFpVVVBXSUF1RHNUZnhLRm56NEJaUHNlS2xpbnBqZ1V5VW8tOFlJdURqM2wzcjNiM0htcDBSQzByZFdSVUFGWTV3Vy0yd3JJcFk?oc=5" target="_blank">Microsoft just made a brilliant acquisition by grabbing a hot startup called Xamarin</a>&nbsp;&nbsp;<font color="#6f6f6f">Business Insider</font>

  • Microsoft to acquire mobile app development platform Xamarin - GeekWireGeekWire

    <a href="https://news.google.com/rss/articles/CBMigAFBVV95cUxOZXoyNTBFRTBaQm1SM0xBem5oZlRtUTRfVUk0ejhucEh6UlJha2xETDMwTmNYOVRQR2Y4akFTa3lIUkdZMHp6NHU4Z3NKNVpKcFBwSlFCbGt5RkRuY1Fack1jT0UxOGdXTmhyd21odWNJcVZIVWZBRlE4T0sxY0RIYw?oc=5" target="_blank">Microsoft to acquire mobile app development platform Xamarin</a>&nbsp;&nbsp;<font color="#6f6f6f">GeekWire</font>

  • Microsoft Is Buying Mobile Cross-Platform Development Company Xamarin - TechCrunchTechCrunch

    <a href="https://news.google.com/rss/articles/CBMipwFBVV95cUxQQ3RmdWliNVdnU2VXSFZySHpocFpGc1VJZHlQTFJ4SjlfenFUQlV1elpRUWp0TlZPcUxFMHlGenhhcjB2NGhKMWtIdGNyMHV4cjVlaXRsMlBfU0J3cFNXc2lxWDcxOW1ha0Q3cG82NXNDMFcwZm13aHpHUHpsMlcwZ0lWZlY4ZHBCQTVMbVVTaXFnbl93cWxJRWxkdmdEYU5YT1dLY1FqTQ?oc=5" target="_blank">Microsoft Is Buying Mobile Cross-Platform Development Company Xamarin</a>&nbsp;&nbsp;<font color="#6f6f6f">TechCrunch</font>

  • Microsoft acquires software-tool builder Xamarin - The Seattle TimesThe Seattle Times

    <a href="https://news.google.com/rss/articles/CBMingFBVV95cUxNaEZESGR2Y3kwNzJzUmJ6MVR0U2o3aGRzZ1psSlJHMGRQaDRQc2ttVDd4UGxuTklFU0k0NXZRaU9SNlpFMHlxWFg5ckVaS1htRlRrVjVEbkM2cW5RZFlTblJGWlhoU2xvcGFFX0NXVjQ3MXpjVTV0Mk9BSVNvVGtfT1lNR3pLN1JmbDRaU1JDQ3Y3b3VaVFd5S1JQQzA2dw?oc=5" target="_blank">Microsoft acquires software-tool builder Xamarin</a>&nbsp;&nbsp;<font color="#6f6f6f">The Seattle Times</font>

  • Microsoft bought a company that makes porting apps easier - Yahoo News AustraliaYahoo News Australia

    <a href="https://news.google.com/rss/articles/CBMifkFVX3lxTE01cU5UNWRmV25wU21oX1FoM3BmeWZjMDlDMkNzazBad196N3B0NkJ3SV9pMC10UUNpUm9hdFVaRW40V3JPdHhkcmM5cDA0VUgxb2gyOUU5R2lheVRLUkNNcFdUMWZTTnFvUHBWcE51bFBYX2RfNmhsRk9yd3hudw?oc=5" target="_blank">Microsoft bought a company that makes porting apps easier</a>&nbsp;&nbsp;<font color="#6f6f6f">Yahoo News Australia</font>

  • The 9 startups that secretly run the Internet - Business InsiderBusiness Insider

    <a href="https://news.google.com/rss/articles/CBMiiwFBVV95cUxPLUdnRmNubE03cFUtamdUakE3U281Z19wejMxUnlXY3VISGpMa1pyWXVPM1h0S0ozVDdvWnJMZ3RTY2dacVVyWTY2UUp5cUhka2JwS1lTUkY3ZDM5cXpINFZPRkxNT2dfVUFqV0NFckM0blZDZ3p2NWRjbUd2SHhGbnFpZXUzMWRjcTQw?oc=5" target="_blank">The 9 startups that secretly run the Internet</a>&nbsp;&nbsp;<font color="#6f6f6f">Business Insider</font>

  • Neudesic Among First To Be Named Elite Consulting Partner By Enterprise Mobility Leader Xamarin - prnewswire.comprnewswire.com

    <a href="https://news.google.com/rss/articles/CBMi5gFBVV95cUxNdlpWSnE3TjdXTzJuU1pVSGg3dWZMNU0tNjE2VnREak1fQzN3aS1taVJFQWlwM3pXdXd2MkN6TkZvMnFDTGRaazdCQmVtTUtWelppaWlEYkVldzhhYzJsR3FLNDBMQlA5dlJmNmE2Rl9hRVA2Z2lPTWp4SGJ2RzZDTDlNX1BjVDh2YlAxWGxuX3kzQkRHaHZobkpLU04za204eFRhTS1nQVF1THd3WmFGOGdYX19ITUpWN0xySU4ycUhHRE14ZTJ3c1F6X1NyTmx2MlRjcDZCOUtvSXpHRzV2OTVLcDBfdw?oc=5" target="_blank">Neudesic Among First To Be Named Elite Consulting Partner By Enterprise Mobility Leader Xamarin</a>&nbsp;&nbsp;<font color="#6f6f6f">prnewswire.com</font>

  • RoboVM: Open source? Sorry, it's not working for us - theregister.comtheregister.com

    <a href="https://news.google.com/rss/articles/CBMigwFBVV95cUxOSU5kOTczdWZaSFFuaUw0akxBOC16WHppcTFfeVlMaFhFWDQyb1dXS3lYaWJHZm5mNDc0N2haa3M0dzRsUTNKLVdrODU3bWlXS2wycThZMEVLTUF3R1VYclRuMnhwVVlzMnVnSGQxaURKLWU3aEtJM21rNU9mYTFibHozcw?oc=5" target="_blank">RoboVM: Open source? Sorry, it's not working for us</a>&nbsp;&nbsp;<font color="#6f6f6f">theregister.com</font>

  • One of Microsoft's best friends just hit the gas pedal on its already huge growth - Business InsiderBusiness Insider

    <a href="https://news.google.com/rss/articles/CBMilwFBVV95cUxOQzEzcTNPbTktQmZOYnpPMkpTZXZHQVVqRTV6NmxzSkxxZHVFXzV1SHVpeFpzWUZzRkYxcDhXZ2wtallKcDFhcTBQN2VQTndKNnVwX2IwTHVHek4ya2ZlZE9YbXJmckJiby0yOC10NWNGdUppcG9mU3o2T1AxVVRZZ1hVZnQzWlVNZEl6cHJTTGp1TDBDNmtj?oc=5" target="_blank">One of Microsoft's best friends just hit the gas pedal on its already huge growth</a>&nbsp;&nbsp;<font color="#6f6f6f">Business Insider</font>

  • Go mobile with Azure App Service and Xamarin - Microsoft AzureMicrosoft Azure

    <a href="https://news.google.com/rss/articles/CBMihAFBVV95cUxPcFN2QUYtbW14akRteHdqX1FHSUZKMENwaUJRSURRNzcySGpPeHVZcUk5WkhDRUN0YU1DVXJDblh0aEo1QVVpN1NURDlMUFVWcnJXQnlWYzZlWGJsZF9tQldGR0Y0SGoxSlNFaEJ4UTZNMUw3VEpPWFQzdTdieG82SmFIYTE?oc=5" target="_blank">Go mobile with Azure App Service and Xamarin</a>&nbsp;&nbsp;<font color="#6f6f6f">Microsoft Azure</font>

  • Xamarin offers update on Roslyn/Mono integration efforts - SD TimesSD Times

    <a href="https://news.google.com/rss/articles/CBMihAFBVV95cUxNLWgwUFVWZFZsMXJ3X3o0M1ZoNHJNb3JtVXRkc0xab0VOZE5HUVZKbko3V2oxMV9kWmZSUVl2M0VfeGZrNTh0ZnJ3N1MtM3lmUlBnYW5qakxrdDZKQ3ZqMWg5RUNrYzN0R0Z1WjQwckItSHZ5Z0xEeEI2dk9uYUU5bWtSYUE?oc=5" target="_blank">Xamarin offers update on Roslyn/Mono integration efforts</a>&nbsp;&nbsp;<font color="#6f6f6f">SD Times</font>

  • Oracle and Xamarin flutter eyelashes at suits with native app deal - theregister.comtheregister.com

    <a href="https://news.google.com/rss/articles/CBMidkFVX3lxTE15T19zUVdfaXRmYmNmLWtsMDQ2QjdvZ2FoZkJTcWJUR184dk5ULUxDVFlVZTdER1JDaXdTb3BKeUtWNTU5Y1BKTndWcUJrRG5PclZGSk93cy1DeGFkZWRNS2M3a1QtcEdudmY4NkktOFVsdUU3UWc?oc=5" target="_blank">Oracle and Xamarin flutter eyelashes at suits with native app deal</a>&nbsp;&nbsp;<font color="#6f6f6f">theregister.com</font>

  • Oracle just struck an important alliance with a startup called Xamarin to take on Amazon, IBM and Microsoft - Business InsiderBusiness Insider

    <a href="https://news.google.com/rss/articles/CBMigwFBVV95cUxOdGVsT1lVZUFYZjNNQS1UcXc3bF9hMjVvSVptYWxrT2RmenpJcnRuTTFlVENfRjMxX2JBQUJwSzFWVTUydTJrbjl2cE5TRWpBbXk1LTMxYTJYSlBEVXYySTdkMVZWOHRMSXFleWYtNnlFQlNqV2V2RWx0bEhxTzFjeHhYTQ?oc=5" target="_blank">Oracle just struck an important alliance with a startup called Xamarin to take on Amazon, IBM and Microsoft</a>&nbsp;&nbsp;<font color="#6f6f6f">Business Insider</font>

  • I Get XAML, You Get XAML, Everyone Gets XAML with Xamarin.Forms - Visual Studio MagazineVisual Studio Magazine

    <a href="https://news.google.com/rss/articles/CBMimgFBVV95cUxNWEZ3NmU4a0RwV0N3OU9VVHZGd3k1a1ZJUmdnSllVV0YxaDgxcnJyNVBkVU1EcnBWWlpEYnZDOThOYzZNXzBvZE9XeEQtMFB4YzFjTDJ6M3RIQ0toNzZPZnBMTHR3UUkxQmpFbEtsc25IX2h6d1dHVmh2RUZDbTA0MlZ3ZmN1VTY2X0tHejZPYy1vbmo0UV9VUEx3?oc=5" target="_blank">I Get XAML, You Get XAML, Everyone Gets XAML with Xamarin.Forms</a>&nbsp;&nbsp;<font color="#6f6f6f">Visual Studio Magazine</font>

  • Influential scribe Charles Petzold: How I figured out the Windows API - theregister.comtheregister.com

    <a href="https://news.google.com/rss/articles/CBMikwFBVV95cUxPcWJtWGNOaEtsb2JWNlBVMnZ5aUxUQmN2QVF6YWRXQng3czJkOGppTXFKdzAyNVJYOEFpWFhmMm9jVnM4YmNlX1ZUWHh6OG9XaVQ5RnhSejZZN0JvUDF4UDZ5Um9sbFBVZ2pYVkdoX3VNMlBjU3hpMjcyRW1aUHBaLXJxWERlRlB5bE9sTmJjUkktR28?oc=5" target="_blank">Influential scribe Charles Petzold: How I figured out the Windows API</a>&nbsp;&nbsp;<font color="#6f6f6f">theregister.com</font>

  • Xamarin Launches App Monitoring Service, Improved Test Cloud And A Fast Android Emulator - TechCrunchTechCrunch

    <a href="https://news.google.com/rss/articles/CBMi1AFBVV95cUxPTVhpdkhicHlwMHhOR29XQjRPYi1FcUZLMkpJdHFGcGEwb2NmMnRadndzeGxXTFdkc0t1RlY5SHZURllGRTltejJTdnBsUmtOVS1NS3RJMGs5d2N1b2JFMktodUp3WkRtNjlPbTFqR1U1Y0w0OHpQYXpVaFpuV1pwSkpxTlBNNV9Rb0lQYUFxQ2xzeUpJbWRRSDU3QkJldHdSRmRTSVpwS1JhVXhwcVBsc2JSN1FzSmV1VENJdWRxMkJIbHZxSzkwMzJCZWlVajlrUloxbw?oc=5" target="_blank">Xamarin Launches App Monitoring Service, Improved Test Cloud And A Fast Android Emulator</a>&nbsp;&nbsp;<font color="#6f6f6f">TechCrunch</font>

  • Xamarin Test Cloud - i-programmer.infoi-programmer.info

    <a href="https://news.google.com/rss/articles/CBMifEFVX3lxTFB6ZTNCb29FTzRKekFxcTl2UHFEdU1vSFpFLTNjelpJcmI5b2t2aUFYN1M5RkszZ21UY3R6RFhScWRoWDZPUmJJVmJoQnJsbHVtOFljbkdyM1h3YjNnenk4QVVvNDVzNXhWZmNoLU9qV0lWWkxleW51dndXT08?oc=5" target="_blank">Xamarin Test Cloud</a>&nbsp;&nbsp;<font color="#6f6f6f">i-programmer.info</font>

  • Xamarin.Forms Enables Truly Native Cross-platform UIs - infoq.cominfoq.com

    <a href="https://news.google.com/rss/articles/CBMiXkFVX3lxTE83YWgwdjZ5dHBPSm04d0R0X3R1Vm45ODlxNEpFQ1NBVlhfUm5WSk9BV0l4WmlHS1FkaERQNFBqM1BUYkp5T180Zmx1RHFhUGZJOGsyWWw5MmtNdXZtUXc?oc=5" target="_blank">Xamarin.Forms Enables Truly Native Cross-platform UIs</a>&nbsp;&nbsp;<font color="#6f6f6f">infoq.com</font>

  • Xamarin 3 Launches With UI Design Tool For iOS Apps, Cross-Platform Interface API And More - TechCrunchTechCrunch

    <a href="https://news.google.com/rss/articles/CBMiugFBVV95cUxNOFJhZVRhWHNxN3JmeUUxYlZyOC1uSTVfY3JnSWdjOFU2TFFhZXNNU3RfOXU5MTZmUWZrNVdBaERoTy1GYzZzNjdVR0cyaV9Ka2VNSW5jOVNNeDJfeF81TFFrVzhWNll4VXg3TEtuQ000ZXllMDZkdFk0TXQ2ckFEVF9helN2Wk1ITE1Mc2xPR1JUM2k4cmZ1bTRXVlY1Qy12eG1kbTg1cjRENmxHdXA5R1dXbEV2ZHYwVlE?oc=5" target="_blank">Xamarin 3 Launches With UI Design Tool For iOS Apps, Cross-Platform Interface API And More</a>&nbsp;&nbsp;<font color="#6f6f6f">TechCrunch</font>

  • Want to code for Google Glass in C#? Xamarin's got you covered - theregister.comtheregister.com

    <a href="https://news.google.com/rss/articles/CBMieEFVX3lxTE5pMjlFTG9odWRPdG5wdnBJVUl6Ym9Jb1hfTkZjLUpVamVuLTZoTXIxMXNWOUp0ZURJYzdoUU9hdkFoSUxKeHU2eXU4SVpPaFk0eEtHbDRzenhHWW9UZ0V1ZzZHMXdkdE5tRC1pMUwzNWFiV0huT0J2Tg?oc=5" target="_blank">Want to code for Google Glass in C#? Xamarin's got you covered</a>&nbsp;&nbsp;<font color="#6f6f6f">theregister.com</font>

  • Premier Chat 010: Xamarin cofounders Miguel de Icaza and Nat Friedman - Ars TechnicaArs Technica

    <a href="https://news.google.com/rss/articles/CBMirgFBVV95cUxPVkJYRVBfODNGNm5ObEY0a2pfMC1lb0JNUE5lZDB1SWhndTJuS1dfSkFrY1hpejlJS0xMbVUyYWFBMmY1ODB5YUtTQVhDNXBuMHJoX0N4NHJvZnNvQmdQRlhFUmgtYzJibHdPVnJFYjNoVkh4UUc4ZGVzUFJ5SGZvRnhvRTdkT09tRlB0VHBKLWRaMEtieURDajh2OS1BeEtLNElfVTJhNHdwa2JzYWc?oc=5" target="_blank">Premier Chat 010: Xamarin cofounders Miguel de Icaza and Nat Friedman</a>&nbsp;&nbsp;<font color="#6f6f6f">Ars Technica</font>