WPF - CSharpUsing Resources to create palette Color for appResources are normally definitions connected with some object that you just anticipate to use more…Daniel NguyenOctober 18, 2022 1 min
WPF - CSharpC# BASIC SYNTAXC# is an object-oriented programming language. In Object-Oriented Programming methodology, a…Daniel NguyenOctober 15, 2022 1 min
WPF - CSharpC# OVERVIEWBackground C# is a modern, general-purpose, object-oriented programming language developed by…Daniel NguyenOctober 15, 2022 1 min
WPF - CSharpC# PROGRAM STRUCTUREBackground Before we study basic building blocks of the C# programming language, let us look at a…Daniel NguyenOctober 15, 2022 1 min
WPF - CSharpC# TYPE CONVERSIONType conversion is converting one type of data to another type. It is also known as Type Casting…Daniel NguyenOctober 15, 2022 1 min
WPF - CSharpC# VARIABLESA variable is nothing but a name given to a storage area that our programs can manipulate. Each…Daniel NguyenOctober 15, 2022 1 min
WPF - CSharpC# Data TypeThe variables in C#, are categorized into the following types: Value types Reference types Pointer…Daniel NguyenOctober 14, 2022 1 min
WPF - CSharpC# EnumsAn enumeration is a set of named integer constants. An enumerated type is declared using the enum…Daniel NguyenOctober 14, 2022 1 min
WPF - CSharpWPF MULTIMEDIAWPF applications support video and audio using MediaElement. It allows you to integrate audio and…Daniel NguyenOctober 13, 2022 1 min
UIUXUX Useful LinkFontsize Font Sizes in UI Design: The Complete Guide Color Set Up Canvas and Text Color contrast…Daniel NguyenOctober 08, 2022 1 min