Google for "Copy Path Shell Extension" and likely the product by "BJB, Inc" will show up. This thing copies the path of a file to the clipboard. Useful in a command line world.
After the Richmond Code Camp, I now know about using "?" in variable declarations. This creates a NULLABLE data type of the type you want. Very useful for database applications.
Subscribe to:
Post Comments (Atom)
1 comment:
Commenting to my own Blog, talk about desperate :-)
There is also the C# "Null Coalescing Operator".
It allows you to say something like
string myVar =
OtherVar??"I am Null";
Post a Comment