wpf - MVVM Batch Job process file belongs to ViewModel? -


i trying use mvvm pattern in app. 1 of things app start batch processing job. have class file named batchprocessing.cs. file not fit description of viewmodel. should put file in viewmodel folder or put in somewhere else?

regards,

you should place file in separate class library (in lob apps called business intelligence layer) should referenced ui project , access viewmodel.

it not belong in ui layer...


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -