> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap-for-blazor-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap-for-blazor-documentation/blazor-ai-migrator/webmap-for-blazor-release-notes/beta-version.md).

# Beta version

*This Beta version of WebMap for Blazor includes the following release features:*

#### Desktop Compatibility Platform (DCP)

The DCP support is focus on basic and complex controls requires for SKS demo controls like:

| Button         | CheckBox      |
| -------------- | ------------- |
| ComboBox       | DataGridView  |
| DateTimePicker | Form          |
| GroupBox       | Label         |
| ListView       | MdiContainers |
| MenuStrip      | MessageBox    |
| PictureBox     | StatusStrip   |
| TextBox        | ToolStrip     |
| ToolTip        |               |

#### Mapping Framework

To generate mapping events and models for C# .Net control to Blazor control we use Telerik library framework to create custom control maps.

[Telerik UI for Blazor version 6.2.0](https://www.telerik.com/blazor-ui)

#### Features Implemented

* **Static variables** management status: since in a web environment static variables represents a restriction on the sessions that can be created / accessed this reduce the capabilities of the tool, so we create a mechanism to map static variables as services assign.
* **.Net9 Framework** outcome: our applications conversion results use references for .Net 9 Framework to use latest version of supported framework.
* **DataGridView support**: initial challenges on conversion are Grids management so we support basic methods, properties and events required for DataGridView.
* **Mdi Forms conversion**: emulate the winforms Mdi behavior of encapsulation of forms and allow navigation with several screens.
