Archives
-
Ellipses (…) In UI Command Text
Some times, command text is followed by ellipsis (…) or not:
For years, many developers told me that ellipses mean a new window or dialog will pop up. For example, here:
- Clicking New / Save / Exit will not pop up new window or dialog;
- Clicking Open… / Save As… / Page Setup… / Print… will pop up new window or dialog.
But this is not correct. Take a look at About Notepad.
-
A Snapshot Of ASP.NET Homepage
First time to appear on www.asp.net homepage as headline!
-
A ToDynamic() Extension Method For Fluent Reflection
Recently I needed to demonstrate some code with reflection, but I felt it inconvenient and tedious. To simplify the reflection coding, I created a ToDynamic() extension method. The source code can be downloaded from here.