MvvM
- MVVM – Introduction
-
The well-ordered and perhaps the most reusable way to organize your code is to use the ‘MVVM’ pattern. The Model, View, ViewModel (MVVM pattern) is all about guiding you in how to organize and structure your code to write maintainable, testable and extensible applications.
Model − It simply holds the data and has nothing to do with any of the business logic.
ViewModel − It acts as the link/connection between the Model and View and makes stuff look pretty.
View − It simply holds the formatted data and essentially delegates everything to the Model.
-
- MvvM
- MVVM: Tutorial from start to finish?
- Rutracker.net (WPF MvvM) torrents download
- Videos
- Simple MVVM Pattern in WPF
C Sharp (C#)
- Mix – .NET Interview Preparation videos
- More topics:
- NuGet
- Assembly / DLL / EXE
- Build / Rebuild / Clean
- Asp.Net
- Node.JS
- Runs any JavaScript outside the browser.
- Named parameters
- What is Lambda expressions , Action , Func and Predicate ? | C# Interview Questions & Answers
- C# – / Collections
- DotNetAcademy.net
- More topics:
- C# SQL Crud / Read / Write /Delete / Update
- Read and write to / from SQL databases / MsSql
Json
- How to Serialize / Deserialize JSON Object using C# and Newtonsoft Json.
- Download Demo project: