|
|
Browse by Tags
All Tags » Programming
-
To display your assembly in the Add Reference dialog box, you can add a registry key, such as the following, which points to the location of the assembly [HKEY_CURRENT_USER\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\MyAssemblies]@=''C:\\MyAssemblies'' NOTE: You can create the this registry entry under the HKEY_LOCAL_MACHINE ...
-
Just finished reading a post that Dave sent to the aspnet-database list and I began pondering the following question.
When was the last time you programmed to an interface instead of an object?
So tell me, what's your answer?
-
One of the goals we have as programmers is to write code that does not have any bugs. However; since none of us are perfect, we are going to fail. Does this mean we should stop trying? Of course not.
So how do we go about trying to reach this impossible goal? The quickest and easiest way I can know of is to make your code as readable as possible, ...
|
|
|