Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

Baraaaaaa

@Baraaaaaa
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • From the Museum of Ugly Code
    B Baraaaaaa

    I like the first one better. :laugh: I was expecting to see some horrid error-prone mess.

    raddevus wrote:

    while (!sourceSubFolders.atEnd()){ sourceSubFolders.moveNext(); // do something with files in the folder }

    Classic! The proposed rewrite skips the first item. Well, I think we've all been there. ;) Hey, remember this ugly beauty from System.Runtime.Remoting?

    static StringBuilder vsb = new StringBuilder();
    internal static string IsValidUrl(string value)
    {
    if (value == null)
    {
    return "\"\"";
    }

    vsb.Length= 0;
    vsb.Append("@\\"");
    
    for (int i=0; i
    
    The Lounge question

  • Programmer vs software engineer
    B Baraaaaaa

    The difference between a programmer and a software engineer is how many times you need to read the manual? I thought the difference was around $20,000.

    The Lounge visual-studio architecture question

  • Persuade Client To Convert From Access
    B Baraaaaaa

    Are you claiming that MS Access performs/runs faster than .NET application doing the same thing? I don't agree with you on that. In my experience, Access processes ran significantly slower compared to .Net equivalents. Unless you meant the time to develop/implement -- for example, whiping up a front-end app, I think you have point in which creating an acesss front-end typically takes less effort than a .Net front-end.

    The Lounge csharp help wpf question

  • This seriously belongs here...
    B Baraaaaaa

    Here's a link to the Microsoft reference source for that specific function - IsValidUrl() :) Reference Source - IsValidUrl(string)[^]

    The Weird and The Wonderful question csharp dotnet wcf com

  • Next coding challenge
    B Baraaaaaa

    adventofcode.com will begin tomorrow.

    The Lounge question discussion

  • Best font for programming?
    B Baraaaaaa

    Liberation Mono

    The Lounge question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups