Difference between Experimental and Production Supported version

chintankumar Vaghani 21 Reputation points
2020-12-30T17:16:26.907+00:00

I want to know Difference between Experimental and Production Supported version in Blazor. I mean Mobile Blazor Bindings is now Experimental(Not Committed) thats means i can't used now Mobile Blazor Bindings for my Project?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,479 questions
0 comments No comments
{count} votes

Accepted answer
  1. Brando Zhang-MSFT 3,361 Reputation points Microsoft Vendor
    2020-12-31T05:57:10.703+00:00

    Experimental Mobile Blazor Bindings is a sneak preview of an experiment on new ways to write mobile apps.

    According to the MIT for the MobileBlazorBindings project you could find:

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

    So you could use it in your project, but as an experimental project, there are several active areas of development and we're looking for your feedback to help set the direction for this project.

    Like below:

    • Implement more wrappers for Xamarin.Forms elements. The most common Xamarin.Forms elements are available for use with Experimental Mobile Blazor Bindings, but there are more still to come. Follow this issue on GitHub to track the availability of components, or file a new issue with any feature suggestions.
      • The current elements are mostly direct wrappers of Xamarin.Forms components. An open question is whether there should be components that are more abstract and/or match other patterns such as web-based patterns.
      • Better support for the Shell component.
      • Support URL-based navigation, both with the Shell component, and using Blazor's @Anonymous directive URL support.
      • Improved handling of modal dialogs and pop-ups. There is support for basic modal dialogs using the ModalContainer component, as seen in the Todo app sample.

    You could provide your feedback in the github issue on this link.


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful