Got more questions? Find advice on: ASP | XML | Regular Expressions | Windows
in Search
Welcome to SqlAdvice Sign in | Join | Help

Browse by Tags

All Tags » Programming
  • Making a .NET assembly always appear in Visual Studio.NET

    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 ...
    Posted to aaron weiker on sql (Weblog) by aweiker on March 24, 2004
  • Thought of the day

    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?
    Posted to aaron weiker on sql (Weblog) by aweiker on March 9, 2004
  • Bugs, why won't they just go away!!

    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, ...
    Posted to aaron weiker on sql (Weblog) by aweiker on March 8, 2004