Green Dragon's Lair
Sign in
|
Join
|
Help
Home
Blogs
Blogs
Common Links
XNA Framework 2.0
Blogs
RSS Syndication
Opml
Blogs on this Site
Sort By:
Most Recent
|
Most Viewed
|
Most Commented
The root cause for application performance problems might seem to be totally unrelated
I just read a post on If broken it is, fix it you should , where he's debugging a performance problem in an ASP.Net application . The most recent one was one where the ASP.NET site would respond slowly at regular intervals (read: it grinded to a halt...
Posted to
Green Dragon's Lair
by
admin
on 05-24-2008
Playing with XNA - Part 1
I've been playing with XNA a bit lately. Here's what I've got so far. From what I've seen at the tutorials on the web, they don't show to work with XNA in an OO way, so this sample might be useful to get a starting point. (I know about...
Posted to
Green Dragon's Lair
by
admin
on 05-02-2008
Thinking about where I want to go
Things have been pretty hectic at work lately, so I haven't had much time to write here. Recently things have reached a plateu of some sort, so I'm coming home earlier and got some free time. I'm thinking about what do I want to do with that...
Posted to
Green Dragon's Lair
by
admin
on 04-28-2008
Fixed Length Strings in Antlr
I've been doing some work recently with Antlr parsing a syntax file from an ERP system that enables you to output changes you've done to one system and take them to another system. The problem was that the syntax was simple enough to be parsed...
Posted to
Green Dragon's Lair
by
admin
on 04-28-2008
Invalid attempt to MetaData when reader is closed - Solved
I'm working with NHibernate and ActiveRecord, and a few months ago I started getting InvalidOperationException - Invalid attempt to MetaData when reader is closed whenever I'd run queries inside a SessionScope. It took me a bit of time, but I...
Posted to
Green Dragon's Lair
by
admin
on 04-28-2008
Done upgrading to CS 2008
Well, I'm finally done upgrading to CS 2008 (or rather, wiping everything and starting anew, since apparently I've had a version that was too old, and the upgrader was having troubles with). I'll be importing some of the previous blog posts...
Posted to
Green Dragon's Lair
by
admin
on 04-26-2008
Chasing down a FileNotFoundException with no filename
I've spend 9 hours today after deploying the server side WCF service of our POS application chasing down the most bizzare exception I've ever seen. I got a FileNotFoundException that didn't had a filename, and that gave me an HRESULT of 0x8007007E...
Posted to
Green Dragon's Lair
by
admin
on 07-25-2007
Ambiguous Match Found exception and a recursive function
I've had the wildest goose chase this thursday hunting down a bug... I'm using ActiveRecord, and was calling ActiveRecordStarter.Initialize, when I started getting an AmbiguousMatchFound from ActiveRecord. From the little that there was out there...
Posted to
Green Dragon's Lair
by
admin
on 07-06-2007
(C) Miki Watts