wpf - Compile each XAML page as DLL -
i understand "this" query may sound generic pointers guide highly appreciated.
we building wpf application based on mvvm design pattern (with devxpress controls) , want achieve following.
- there 1 .exe file run applications.
- all xaml files need dll [why? - reasons specified below].
- call dll dynamically , load in wpf application.
[why?? - reasons] our application client/server intranet application. planning use clickonce deployment deploy application. in case there changes application, though don't have change entire application , recompile , deploy client machines updated.
instead can change screen or xaml file needed , update on server , clickonce automatically handles updates on clients. also, helps in maintaining our application , less troublesome developers , ui designers.
i welcome better approach also.
Comments
Post a Comment