Browse by Tags
All Tags »
.net (RSS)
Today, I was playing with DLINQ and would like to share my findings with you. First of all, if you never heard of LINQ or want a basic intro, I suggest starting with the following 3 short videos (in order): C# 3.0 Language Enhancements in action C# 3.0
Read More...
Even if the question itself is very obvious, I got too many problems while implementing it. Here's the situation: I have a WinForms app (C#), I want to offer the user with creating a SQL database and a couple of database objects (SPs, tables) at the first
Read More...
Today, I installed the .NET Framework 3.0 Redistributable Package from here at a Customer's site, on a Windows Server 2003 SP1. After the installer started and I accepted the licence agreements, a minute later the installer crashed while tried to download
Read More...
I was debugging an application and had to check a DateTime variable’s actual value. I was expecting something like member variables holding year, month, day, hour, etc values on the object and it will be an easy one to debug, but that was not the case,
Read More...
Hey! Don't we all use Exceptions in managed code to indicate the caller that something is wrong? That's a really bad habit! - "Hey maaaan, it's the 21st century, passing back HRESULTs is over!" - not yet, you'll see it: did you know that if your caller
Read More...