Constructor Chaining in C#
- in C#
[AdSense-A] C# Constructor chaining is something pretty simple to accomplish in most classes. It is pretty common to have multiple constructors, but chaining them makes it a little easier to manage. Here is a simple…
a little philosophy in code
[AdSense-A] C# Constructor chaining is something pretty simple to accomplish in most classes. It is pretty common to have multiple constructors, but chaining them makes it a little easier to manage. Here is a simple…
I was struggling to create an Excel file from a database table using OpenXML. OpenXML is fine if you need to build a file and save it to the hard drive. Also there was a…
Just an interesting piece of information I ran across the other day. Thought I would share. Using HTML 5 to format a number to 2 decimal places in HTML 5 instead of using Javascript or…