Popular posts from this blog
WPF MVVM JSON Operations (Part - I : Read Json File Data to List and Show on Xmal using DataGrid )
WPF MVVM JSON Operations : (Part - I : Read Json File Data to List and Show on Xmal using DataGrid ) See the folder structure and Code as per the Folders and Design Pattern **Folder-SourceDataFile => PeopleData.json [ { "firstName": "Joe", "lastName": "Jackson", "gender": "male", "age": 28, "number": "7349282382" }, { "firstName": "James", "lastName": "Smith", "gender": "male", "age": 32, "number": "5678568567" }, { "firstName": "Emily", "lastName": "Jones", "gender": "female", "age": 24, ...
WPF MVVM JSON Operations (Part - II : Write data to Json File)
WPF MVVM JSON Operations (Part - II : Write data to Json File) Part-II : Read/Accept Data From UI/ Xmal and Write/Save it to Json File Following is the the folder structure & Source Code Folder: View - > MainWindow.xaml < Window x : Class ="WpfJsonDataReader.MainWindow" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x ="http://schemas.microsoft.com/winfx/2006/xaml" xmlns : d ="http://schemas.microsoft.com/expression/blend/2008" xmlns : mc ="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns : local ="clr-namespace:WpfJsonDataReader" xmlns : vm ="clr-namespace:WpfJsonDataReader.ViewModel" mc : Ignorable ="d" ...

Comments
Post a Comment