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.

  1. there 1 .exe file run applications.
  2. all xaml files need dll [why? - reasons specified below].
  3. 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

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -