This repository contains the source code for the SharedBlazorApp project. The goal of this project is to demonstrate the integration of a Blazor WebAssembly component into a WPF application. The solution showcases the ability to display a Blazor component within a Windows application, highlighting the synergy between Blazor and WPF.
SharedBlazorApp showcases the seamless integration of a Blazor WebAssembly component into a WPF application for Microsoft MAUI. The repository includes projects such as BlazorApp and WpfApp, illustrating the shared usage of Blazor components across frameworks.
- BlazorApp: Blazor WebAssembly project containing the shared component.
- WpfApp: WPF application that utilizes the Blazor component.
- SharedBlazorApp.sln: Main solution file connecting Blazor and WPF projects.
To run the project locally on your machine, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/SharedBlazorApp.git
- Navigate to the project directory:
cd SharedBlazorApp
- Open the solution in your preferred IDE.
- Run the WpfApp project.
Contributions are welcome! If you'd like to improve this project, open a pull request or report an issue.
This project is licensed under the MIT License.