# Wisej.NET Migration

## Wisej.NET Migration

- [Introduction](https://docs.wisej.com/migration/master.md): Modernize legacy & desktop applications to Web and Cloud, using Wisej.NET.
- [WinForms Migration First Steps](https://docs.wisej.com/migration/winforms-to-wisej-1/winforms-to-wisej.md): The following steps describe a basic migration of a Desktop WinForms application to a Web Application based on Wisej.NET.
- [Advanced Topics](https://docs.wisej.com/migration/winforms-to-wisej-1/advanced-migrations.md): After finishing the Basic Migration you need to analyse your Wisej.NET application and scan it for some areas that have to be reviewed and eventually adapted to a multi user web environment.
- [Statics vs. Session Variables](https://docs.wisej.com/migration/winforms-to-wisej-1/advanced-migrations/statics-vs.-session-variables.md)
- [Reporting](https://docs.wisej.com/migration/winforms-to-wisej-1/advanced-migrations/reporting.md)
- [Office Automation](https://docs.wisej.com/migration/winforms-to-wisej-1/advanced-migrations/office-automation.md)
- [Modal Dialogs](https://docs.wisej.com/migration/winforms-to-wisej-1/advanced-migrations/modal-dialogs.md)
- [Registry Access](https://docs.wisej.com/migration/winforms-to-wisej-1/advanced-migrations/registry-access.md)
- [File Access](https://docs.wisej.com/migration/winforms-to-wisej-1/advanced-migrations/file-access.md)
- [Optimizations After Migration](https://docs.wisej.com/migration/winforms-to-wisej-1/optimizations-after-migration.md): After the successful migration of your application to Wisej.NET you can immediately benefit from a large number of features that will help you to optimize your application.
- [Alert Boxes](https://docs.wisej.com/migration/winforms-to-wisej-1/optimizations-after-migration/alert-boxes.md)
- [Watermarks](https://docs.wisej.com/migration/winforms-to-wisej-1/optimizations-after-migration/watermarks.md)
- [Tool Buttons](https://docs.wisej.com/migration/winforms-to-wisej-1/optimizations-after-migration/tool-buttons.md)
- [Enhanced TabControl](https://docs.wisej.com/migration/winforms-to-wisej-1/optimizations-after-migration/enhanced-tabcontrol.md)
- [Enhanced DataGridView](https://docs.wisej.com/migration/winforms-to-wisej-1/optimizations-after-migration/enhanced-datagridview.md)
- [AllowHtml](https://docs.wisej.com/migration/winforms-to-wisej-1/optimizations-after-migration/allowhtml.md)
- [Label Wrapper](https://docs.wisej.com/migration/winforms-to-wisej-1/optimizations-after-migration/label-wrapper.md)
- [VirtualScroll](https://docs.wisej.com/migration/winforms-to-wisej-1/optimizations-after-migration/virtualscroll.md)
- [Theming](https://docs.wisej.com/migration/winforms-to-wisej-1/optimizations-after-migration/theming.md)
- [Responsive Properties](https://docs.wisej.com/migration/winforms-to-wisej-1/optimizations-after-migration/responsive-properties.md)
- [VB6 Migration First Steps](https://docs.wisej.com/migration/vb6-to-wisej.net/vb6-migration-first-steps.md): The following steps describe a basic migration of a Visual Basic 6 Application to a Web Application based on Wisej.NET.
- [SAL Migration First Steps](https://docs.wisej.com/migration/gupta-to-wisej.net/sal-migration-first-steps.md): The following steps describe a basic migration of a Gupta/Centura/OpenText Application to a Web Application based on Wisej.NET.
- [VWG Migration First Steps](https://docs.wisej.com/migration/visual-webgui-to-wisej.net/vwg-migration-first-steps.md): The following steps describe a basic migration of a Visual WebGUI application to a Web Application based on Wisej.NET.
- [VWG Advanced Migration](https://docs.wisej.com/migration/visual-webgui-to-wisej.net/vwg-advanced-migration.md): The following steps describe the advanced migration processes to go from Visual WebGUI to Wisej.NET


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.wisej.com/migration/master.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.
