A while ago, I posted this about how much a55 I think Crystal Reports sucks. A long time ago, back at like v.7, I thought Crystal was a decent product. And to be honest, it still is a decent product. But it comes with a lot of baggage and has a lot that just makes it lame. So I had almost total consenus...
I had mentioned reading Effective C#, 50 Specific Ways to Improve Your C# back a few posts ago . So I decided to show off a few of the techniques there as well as some new C# features and began with this post. . Anyway, when I started writing out the examples, I kept adding new things and it started...
Well, I finally bit the bullet and purchased my site from Brinkster. I'm going to be hosting blogs for a few of my disaffected DNJ friends - but well, due to the nature of the site - I'm not handing them out to everyone - If I know you, or you can convince me your not a dork, or if you're a dork and...
Posted to
Bill's House O Insomnia
(Weblog)
by
William
on
01-30-2005
Filed under: News, Humor, Compact Framework, Data Access, MVP Stuff, Me, .NET General, Visual Studio .NET 2005, Coding Techniques, Mindless Babbling
I've seen some really bad code - but this takes the cake . Friend ReadOnly Property CheckUserRole() As Boolean Get Dim user As SystemUser = SystemUser.CurrentUser If user.AssertRole(RoleTypes.Admin) Then Return 0 Else If user.AssertRole(RoleTypes.Training) Then Return 1 Else If user.AssertRole(RoleTypes...
Rule #1: Never get into an argument with Frans. In all 25 of the arguments I've seen him get into - he makes total jackass3s out of the other person and I usually spend about 10 minutes laughing my a33 off afterward. Rule#2: Never get into an argument with Jon . He's just like Frans except more 'serious...
Someone unnamed in a group also unnamed is taking part in a VB.NET vs. C# Debate at a unnamed user's group. So he was enlisting help in coming up with slogans. This was one of the ideas as a slogan for C#: VB'ers Need not Apply I hate language wars, particularly the really dumb ones between VB.NET and...