August 2012
Intermediate to advanced
490 pages
9h 14m
English
Let's start things off by creating the visual layout of our application by following these steps:
Northwind.UI.WPF, and name the solution Northwind. Northwind.UI.WPF called Skins, and add a new Resource Dictionary (WPF) file to that folder called MainSkin.xaml. MainWindow.xaml for editing and update it as follows:<Window x:Class="Northwind.UI.WPF.MainWindow" xmlns="http://schemas.microsoft.com/winfx/ 2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" MinHeight="350" MinWidth="525" xmlns:ViewModel="clr-namespace:Northwind.ViewModel; assembly=Northwind.ViewModel" DataContext="{Binding ...Read now
Unlock full access