Greg Does IT

Do it to get it

About

The blog of Gergely Orosz on IT related topics: web, software design, .NET, PHP and the rest. Follow me @gergelyorosz on Twitter.

Archive for July, 2009

Sense/Net 6.0 Beta 4 is out

Tuesday, July 28th, 2009

On 24th July we released the Beta 4 version of Sense/Net. This version includes two important added features compared to the previous release:

SmartBuilding support - until this version Contents in the site could not be adressed directly, e.g. the content yoursite.com/Products/Camera-Sx-410 could only be viewed on a page with an URL someting like this: yoursite.com/ProductViewerPage?Content=Root/Products/Camera-Sx-410 [...]

Read the rest of this entry »

NHibernate LINQ 1.0 is here

Monday, July 27th, 2009

One of my biggest concerns with NHibernate is that to use it one must become familiar with Criteria and Expression quieries which is a timely process.
However LINQ support has been released for NHibernate meaning you can create complex queries without the need of learning its querying language. You can download and try it from [...]

Read the rest of this entry »