Contents tagged with C#
-
Project SharpHSQL active again!
Hi everyone!
Just a quick note to let you know that I'm bringing back to life the SharpHSQL project, my old port (from 2005...) from the Java version of Hypersonic DB v1.4 to fully native C#.
For … more
-
Asynchronous Streaming in ASP.NET WebApi
Hi everyone, if you use the cool MVC4 WebApi you might encounter yourself in a common situation where you need to return a rather large amount of data (most probably from a database) and you … more
-
MongoDB usage best practices
The project I'm working on uses MongoDB for some stuff so I'm creating some documents to help developers speedup the learning curve and also avoid mistakes and help them write clean & reliable … more
-
Registering a file-less WCF Service Dynamically
I know... I know... it has been a while since my last post, but I never forgot about it, just having a blast doing some fun things. Well, some of that stuff wasn't really THAT … more
-
Retina.NET support for Microsoft SQL Server 2008
The latest version of Retina.NETm the open source ORM published on CodePlex has now explicit support for MS SQL 2008. The new DataStore now supports the new data types (DATETIME2, TIME, DATE, … more
-
Retina.NET 2.0 Core & Designer Released
Hey! just a quick announcement to say that I released a new version of Retina.NET Core and also the new DSL designer for VS2008. You can download the precompiled binaries or source code from the … more
-
Retina.NET project active again
The Retina.NET project was dormant for some time, but with some help I'm bringing it back to life. The last official release was made on October 2006 (v1.0.8.0) and at that time I was working on the … more
-
Created SharpHSQL project on CodePlex
Guys, as your requests I have created a CodePlex workspace for this project and uploaded the latests sources & binaries I have. There is still more work to be done before this could be considered … more
-
Introduction to WCF Extensibility article published at LevelExtreme Magazine
Hi everybody! I have been off radar quite a while, so I'm just writting this quick post to make everybody know that I have written and published (Thanks Martín Salías) a nice article (shameless plug, … more
-
Adding a database project reference (DBPro) to a WIX 3.0 project
I'm building some installers for the project currently working on, and because we use TFS and Team Build I wanted to have the ability of creating MSI packages from the build script run at the build … more