Posts

Showing posts from November, 2020

Recent

Custom Controls Using Angular Material

Git Repo:  https://github.com/yawahang/ohcontrols Features DatePicker (Date Picker, Time Picker, Date Time Picker, and many more) RatingPicker (Vertical, Horizontal, Custom Icons) Select (Single Select, MultiSelect, Single Column, MultiColumn) Recursive Treeview

Compress Json using CJson (Asp.Net Core, Angular)

Git Repo:  https://github.com/yawahang/cjson Git Project:  https://github.com/users/yawahang/projects/2 SfJsonToCjson.sql:  https://drive.google.com/file/d/1Y18b7rjTd8OjzOSPyy3nxisjcPMCN2OZ/view CJson_Test.sql:  https://drive.google.com/file/d/1qI7poe47KG-YyMDDmlU_XpYI1L0c4zx2/view?usp=sharing CJson is used to compress Json (avg 30% to 40%) by separating keys and values into two different sections eliminating the duplicate keys and reducing the Json size. Released to the public domain By Steve Hanov.

Basic Flutter Sample Project

Git Repo:  https://github.com/yawahang/flutter_test Git Project:  https://github.com/users/yawahang/projects/1

Sales Transaction Project (Asp.Net Core, Ado.net, Angular)

  Git Repo:   https://github.com/yawahang/sales_transaction Basic Login. Database connection and CRUD using Ado.Net. Api project and basic settings. Basic Angular project with .net core. Lazy loaded routes. Angular Material basic components implementation.