in

Corey Roth and Friends Blogs

Group site for developer blogs dealing with (usually) Ionic, .NET, SharePoint, Office 365, Mobile Development, and other Microsoft products, as well as some discussion of general programming related concepts.
All Tags » newb (RSS)

Browse by Tags

  • C++ Virtual Inheritance

    I don't know what the odds are that anyone actually having this problem will run across this on google. But maybe someone will read it and remember before-hand. I have an inheritance hierarchy something like Interface -> ABC -> C -> D. Each constructor explicitly calls its parent class'...
    Posted to Not Necessarily Dot Net (Weblog) by JamesAshley on 10-04-2010
  • VB.NET vs C#

    If you're familiar with a wide variety of programming languages/environments, C# and vb.net look like pretty much the same language. C# looks a little lower level, a little grittier, because it uses brackets instead of begin/end (or whatever vb.net uses). It does tend to get new language features...
    Posted to Not Necessarily Dot Net (Weblog) by JamesAshley on 08-03-2008
  • Linq to SQL Designer Weirdness

    The Linq to SQL designer that's built into Visual Studio 2008 is pretty, and a huge improvement over what Microsoft's provided before, in terms of data modelling. I haven't used enough other OR/M's to really have an opinion about how it measures up to other products. But it does have...
    Posted to Not Necessarily Dot Net (Weblog) by JamesAshley on 06-24-2008
  • Linq to SQL and enums

    This is really stupid, but it seems like enough of a stupid niche problem that it might be worth mentioning. There's an integer column in a database that maps to an enum. Whenever I tried to mark that enum as a column, I got an InvalidCastException (from deep within the Linq reflection-magic call...
    Posted to Not Necessarily Dot Net (Weblog) by JamesAshley on 03-27-2008
  • Empty try/catch blocks

    I've seen several people do this, and it's always been a big clue to me that they're very new and inexperienced with .net. There are a few variations. try { blah; } catch {} That's probably the absolute worst. Your exception disappears completely, and no one ever knows it happened. I'm...
    Posted to Not Necessarily Dot Net (Weblog) by JamesAshley on 02-06-2008
Page 1 of 1 (5 items)
2019.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems