Welcome to Manicprogrammer Sign in | Join | Help

Monday, May 05, 2008 - Posts

Why can't I write better exceptions for myself?

Intro After spending some time debugging an exception thrown by a code written by myself (I know, duh!), I was wondering why the hell can't I write better exception messages. I mean, just the exception type is clearly not enough. I'll demonstrate: Scenario
Posted by heynemann | 2 Comments

Relative Path + SQLite on ASP.Net = Problem

SQLite is a very nice light-weight embedded database. It's great for testing and it even provides an in-memory database (more on that in another post). I am using it in a new project of mine. I wanted to have the database file under the web site structure.
Posted by heynemann | 2 Comments