Blackfish SQL is a new database from [CodeGear], written totally in managed code. It comes in 2 flavors, local and remote. The local version runs in process, so it makes for really easy deployment. For ASP.Net applications you just deploy the Blackfish assemblies and stick your database file in the App_Data directory.
For a dotnet developer writing stored procedures can be a bit of a problem, this is not the case with Blackfish since you can develop them in your dotnet language of choice, In my case thats Delphi. In the screen shot below I am in the debugger stepping through a stored procedure. I think this is extremely cool...
