Filtering server-side

Thursday, 16 September 2010 0 comments
Here comes the server-side filtering. It translates the JSON model from the previous article in a server-side expression tree. Here's the link:

http://www.codeproject.com/KB/cs/json-filtering2.aspx

Filtering client-side

Thursday, 9 September 2010 0 comments
I have a new job, so I have some new projects. The base application coded here is a database administration application with a web interface. A kind of ORM that allows the user to add and edit entities from the web.

Given my background, the first idea that came to my mind is how well it would map the whole thing on NHibernate (http://www.nhforge.org/). With a simple dynamic administration section generated over the NHibernate mappings. Everything would be really easy. This will require setting some filtration in an easy to use web UI.

As this is a great story to publish, I've decided to write it on a public platform. Hope you all enjoy it:

http://www.codeproject.com/KB/scripting/json-filtering.aspx