theblob

Stories kicked 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

Fantastic NHibernate Overview from Karl Seguin(codebetter.com)

submitted by btompkinsbtompkins(445) 4 years, 4 months ago

Great overview of NHibernate from Karl at CodeBetter.Com. He goes over everything you need to know to get started integrating NHibernate into your projects read more...

add a comment |category: |Views: 405

tags: another

Does C# 3.0 Beat Dynamic Languages at their Own Game?(25hoursaday.com)

submitted by zvikarazvikara(275) 4 years, 4 months ago

For the past few years I've heard a lot of hype about dynamic programming languages like Python and Ruby. The word on the street has been that their dynamic nature makes developers more productive that those of us shackled to statically typed languages like C# and Java. A couple of weeks ago I decided to take the plunge and start learning Python after spending the past few years doing the majority of my software development in C#. I learned that it was indeed true that you could get things the same stuff done in far less lines of Python than you could in C#. Since it is a general truism in the software industry that the number of bugs per thousand lines of code is constant irrespective of programming language, the more you can get done in fewer lines of code, the less defects you will have in your software. read more...

1 comment |category: |Views: 6

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