Archives
-
RULE: When announcing your arrival...
BLOGGERS LAW: The Introduction clause:
-
What's his platform? What is he running on...?
#region Disclamer
/*
This is not a political post in any way. I have been researching some site load issues lately and found it interesting to look this data up considering the traffic these sites are surely seeing at this point in time…
*/
#endregion -
ILMerge, ISVs and composite assemblies…
Earlier I made a post about the prefix given to server controls and Robert commented that he did not like the fact that you could not specify the same prefix for controls hosted in different assemblies.
-
Server Controls - avoiding cc*:somecontrol
I have noticed a number of server controls people have put together lately, some commercial but most free on places like Code Project that always render out with the generic tag prefix. It occured to me that the control of this is not readily obvious so maybe I should be kind and point out that you can change this. Lets suppose I was a commercial control vendor named 'Some Company' and wanted to have the prefix 'soc' for my server controls. I would use something called the TagPrefixAttribute to force this behavior. By placing this code in my AssemblyInfo.cs file I get the desired affect.
-
SQL Query Analyzer command line switches
Never really cared until I realized I was repeating the same old task over and over, and I love to automate that type of situation.