Implementing Model-View-ViewModel (MVVM) in Windows Phone
From the Blog adilmughal Model-View-ViewModel (MVVM) is a solid presentation model and the best benefit of this design is that it lets you decouple UI and logic which makes you unit test your logic easily. You will find a lot of stuff over the internet about MVVM but I am going to quickly introduce you using a diagram: Source: Implementing MVVM (Microsoft Patterns & Practices) The View in case of Windows Phone is the UI page (.xaml) and code behind (.cs/.vb). Model is plain data model. ViewModel contains presentation logic which may encapsulates models, have some logic around it, interact with repositories etc. View and ViewModel are connected via Binding or Commands etc. I will cover those as we code it. In this post, I am going to share a very naive way of implementing MVVM to develop your apps on pakistanblogs.blogspot.comRead Full Post
DDoS DDoS Threat Landscape Report 2014.
From the Blog faisalkhan [image: Incapsula DDoS Threat Landscape Report 2014. Prominent DDoS trends and up-to-date facts about #DDoS activity.] DDoS Threat Landscape Report 2014. Prominent DDoS trends and up-to-date facts about DDoS activity by Incapsula. The full report can be downloaded from here. [image: DDoS Attack Trends 2013-2014 Infographic] pakistanblogs.blogspot.comRead Full Post
0 comments :
Post a Comment