Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
4k views

MVC on Lift/Scala

Has anyone tried to do a scala/lift application using MVC instead of view-first? I know that you can create Controllers/views as: package test.test.test.view ... Lots of imports ... class MvcRocks ...
4
votes
2answers
2k views

MVVM View-First Approach How Change View

Does anybody have an idea how to change screens (views) in a MVVM View-First-Approach (The view instantiates the ViewModel: DataContext="{Binding Source={StaticResource VMLocator}, ...
1
vote
2answers
343 views

Issue with MVVM view first approach

I am using mvvm architecture view first approach in my project. I mean I have view-viewmodel binding defined in resource file. But i'm unable to open multiple instances of same view...If I open the ...
0
votes
1answer
210 views

Can not locate x:Shared in wpf

Please look into this question. Issue with MVVM view first approach But I'm unable to find "x:Shared" attribute.