-
as seen on Code Project
- Search for 'Code Project'
Showcasing how to use PRISMs regions outside of PRISM
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
In this article I am going to walk through an application using WPF and Prism (aka composite application guidance, CAG) which simulates engaging a taxi (cab). The rules are simple, the app would have3 screens A login screen to authenticate the user An information screen. A screen…
>>> More
-
as seen on Super User
- Search for 'Super User'
A while back, I created a website shortcut using the now discontinued Prism extension for Firefox. This worked fine at the time. However, now that Prism has been discontinued, whenever I open Firefox, when the shortcut for FF shows up my Windows taskbar, it does so with the website favico for the…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Overview Prism is a framework from the Microsoft Patterns and Practice team that allow you to create WPF and Silverlight in a modular way. It is especially valuable for larger projects in which a large number of developers can develop in parallel. Prism achieves its goal by supplying several services:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am coding a simple login UserControl with two TextBoxes (Username and Password) and a Login button. I want the Login button to be enabled only when the username and password fields are filled in. I am using Prism and MVVM. The LoginViewModel contains a property called LoginCommand that is bound…
>>> More