Hi,
I'm writing an application in .net core WPF with clear separation of View Model & application code in one project and WPF views in another.
While writing the application I had a clear view of developing MAUI application for the same desktop application, so I had separated complete code in separate class to re-use the same in MAUI application.
Now while using syncfusion PDF & Excel controls (other than viewer control), where should I put the code in viewer project or in application code project.
Please guide.
Amit Saraf