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.

Browse by Tags

  • Developer Reliability Metrics

    Why Reliability Metrics? There's a new law being considered in the EU that would require software companies to pay for damages caused by bugs . A comment about halfway down the page recommends requiring specific certifications for coders working on specific kinds of projects. Just like engineers...
    Posted to Not Necessarily Dot Net (Weblog) by JamesAshley on 05-09-2009
  • 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 with multiple databases

    I think I've mentioned that I'm working on a project that dips its fingers into databases all over the place. Its main goal is to eliminate all the systems we have around that are also doing this. If it has to be done at all (and, really, it does), it should only happen once. One of the biggest...
    Posted to Not Necessarily Dot Net (Weblog) by JamesAshley on 06-18-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 (4 items)
2019.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems