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

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -