Ankesh
Ankesh

Reputation: 4885

Why should i use a Toolkit to implemement MVVM pattern

Today i was doing a POC using MVVM Light Toolkit.

My Senoir asked why do we have to use MVVM light toolkit. He said we have to explain it to client that why do we want to use it.

I tried to suggest things like Built in classes for Commands ,Messages but i dont thinks it was strong enough.

What are the Pros and Cons of using this. Is it not good or its not flexible enough...

I would really appreciate of your help on this.... i know that application can be built without it as well so why to use a framework???

Upvotes: 0

Views: 283

Answers (2)

Ben
Ben

Reputation: 1043

Money, money, money. Time is money. If you save time with toolkits that are free(or not free, but you can save the time to write them) you save money.

Upvotes: 3

Bruno
Bruno

Reputation: 1974

I think the same kind of question was asked few minutes ago

Custom MVVM implementation Vs. PRISM

Please, try to search just a bit before posting this kind of questions ;)

Upvotes: 1

Related Questions