theblob

Stories submitted by theblob

Writing a LINQ Provider for NHibernate (mbeller.de)

submitted by theblobtheblob(200) 3 years, 11 months ago

A university paper on implementing a LINQ provider for NHibernate. Uses HQL instead of CriteriaAPI and the marvellous classes by Matt Warren to implement an IQuerableProvider. read more...

add a comment |category: |Views: 38

tags: another

Performance comparison between Linq, NHibernate and Stored Procs(maximilianbeller.blogspot.com)

submitted by theblobtheblob(200) 4 years, 4 months ago

A detailed article on a performance comparison between Linq, NHibernate and Stored Procs with ADO.NET read more...

11 comments |category: |Views: 1562

tags: another

SEO Friendly Text by Image Replacement (maximilianbeller.blogspot.com)

submitted by theblobtheblob(200) 4 years, 11 months ago

Maximilian Beller has created a smart library which can be used to replace normal html tags with dynamic images. So you can benefit from choosing the font you like and the text effects you like without hurting any web standard. The idea is adopted from SIFR which uses Flash and dotIR which uses GIF-images. The library is SEO friendly and can be attached to any existing project because it replaces html-tags like "h1" on the client with javscript. read more...

add a comment |category: |Views: 34

tags: another