# Conclusion

Migration of WPF applications is possible with manageable effort. The often-used MVVM architectural pattern can be maintained. The view needs to be recreated using the graphical designer and UI components of Wisej.NET. The other application layers (ViewModel, Model) can be adopted without changes. Data bindings and commands are also supported by Wisej.NET components. This retains the application structure and reduces the effort compared to a redevelopment.

Additionally, Wisej.NET offers numerous other features such as built-in support for responsiveness and the integration of modern web technologies and standards. Wisej.NET provides extensive customization and extension options for user interfaces.

## Source Code

{% file src="/files/8FbQuK3qVvQFVPxEhpFQ" %}

## References

{% embed url="<https://learn.microsoft.com/en-us/dotnet/architecture/maui/mvvm>" %}

{% embed url="<https://wisej.com/>" %}


---

# 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://www.learnwisej.net/legacy-migration-with-wisej.net/hands-on-migrate-wpf-solutions-into-native-web-based-single-page-applications/conclusion.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.
