Rob Chartier ~ Contemplation...

.NET, C#, Work, etc.

  • VS.NET Woes...

    Tags: Rants

    This medium sized project within VS.NET 2k3 (1 solution, 22 projects) is the direct cause of my recent headaches. It seems that once the solution size exceeds about 15 projects VS.NET just decides … more

  • Longest & Shortest Types in .NET

    Tags: Tech Geek

    Junfeng Zhang asks what is the longest class name in .NET.  I threw together a quick little .NET class digger and found that: From the assemblies located at: “..\v1.1.4322\System*.dll" C:\ … more

  • DevilDriver, Moonspell, Opeth...

    Tags: Music

    No, they are not new Microsoft code names for new and exciting technology which wont be released for years, but instead they are the names of the bands which I saw live last night at the Commodore … more

  • VB 6 & CSng()

    Here's a trick question hopefully someone can shed some light on. Why does this piece of VB6 Code: For x = 8 To 10 Step 0.1     sngVar = CSng(x)      … more

  • DataGrid Autoformatting & CSS

    Can someone, anyone, make me/us a tool where i can copy an entire ... into a text box and hit a button and it will automatically rip out all of the style information then generate the correct CSS … more

  • Dont upgrade to MyIE2 0.9.13

    Its been crashing on me about every 2 hours since I isntalled it at work. Now I have to try to roll the installation back to 0.8.xx which I have at home and is working fine. Oh yeah, there is a … more

  • Rob Merriott made MVP also...

    Tags: Tech Geek

    Just supporting some local talent. He has no blog so no link, but he is a board member for the AspInsiders. Congrats Rob M! more

  • VB.NET, option strict on

    Tags: Rants

    While I was coding some examples up (in good old notepad) for a recent presentation I wanted to show the compile time errors when attempting to set a property on a string based Generic Type to an … more

  • VS.NET, Debugging...

    Tags: Tech Geek

    On a new project that I have been working on for InfoTouch Technologies the solution is reaching a considerable side (medium to large according to Microsoft) and I have been noticing some serious … more