-
Common WPF Resource Dictionaries
Skinning a WPF application is as simple as adding an assembly reference (PresentationFramework.Aero) and xml config change. See below. Other sources: References StackOverflow, http://stackoverflow.com/questions/2075720/windows-7-theme-for-wpf
-
Mentally Calculate Percentages of Large Numbers Quickly without using a calculator
The “Infosplit” Method (Future edit: I originally wrote this article following a session for a young relative I was mentoring at the time after they found my explanation useful. This approach is generally more well known as distributive method.) Lesson: Mentally Calculate Percentages of Large Numbers Quickly without using a calculator Take the following large…
-
Create Custom and Self Signed SSL Certificate in IIS 6 (Windows Server 2003)
Single domain Ex. http://www.ronniediaz.com Note: Foremost, in order to access your site over HTTPS, the HTTP SSL Service will need to be running. This service binds to port 443 and filters HTTP traffic to IIS. Relatively easy to do in never versions of IIS , but a few more steps in previous. First, download SSL…
-
Arithmetic overflow error converting type to data type numeric
This error usually occurs when the type you are trying to convert to a decimal or numeric is larger than the column or casted type you are converting to. Ex. Since the number specifed is 7 digits long include after the decimal and the converted type can only contain a maximum of 5 digits, you…
