# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gapvelocity.ai/webmap-for-blazor-documentation/blazor-ai-migrator/webmap-for-blazor-release-notes/beta-version.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
