Azure Storage services
2018-06-27
By now, we see there are 4 storage services on Microsoft Azure: ...
Microsoft to acquire GitHub for $7.5 billion
2018-06-05
When we checked Microsoft cloud website Azure today, we saw a title "Microsoft + GitHub" a ...
Goolge I/O 2018 Keynote in 10 Minutes
2018-05-13
Google has annual developer conference too. It is Google I/O. ...
Microsoft Azure Free Products
2018-04-27
Microsoft Cloud Platform Azure provides always-free products and free for the first 12 months produc ...
Get Enum Type Name List
2018-04-19
How to get all Enum names to List ? ...
ComboBox Data Binding to an Enum in WPF
2018-04-02
There is a little trick when a ComboBox binds to an Enum in WPF. Here we collect 3 ways. ...
Generic Type in WPF Custom Control is Limited by XAML
2018-03-20
We tried to use Generic type in a WPF custom control, but later we realized
Replace a substring in PHP str_replace
2018-03-20
Don’t know why PHP’s
off ...
WPF GroupBox Header StringFormat Binding
2018-03-01
When you try to use StringFormat binding for a GroupBox Header in WPF, you might find it does not wo ...