Development With A Dot
Blog on development in general, and specifically on .NET. Created and maintained by Ricardo Peres.
-
Visual NHibernate
The guys at Slyce Software have released Visual NHibernate Beta. It is still far from final, but it looks promising. You can get it from here, there are also some screenshots.
-
Windows Identity Framework Released
Good news: WIF was released today!
-
Debugging ADO.NET/WCF Data Services
-
ADO.NET/WCF Data Service Interceptors
-
NHibernate 2.1.1 Released
Get it here.
-
Number Parsing in JavaScript
How many times did you have this in your code:
-
Microsoft Sync Framework SDK 2.0 Released
-
ADO.NET Data Services and NHibernate
Update: this is based on the old NHContrib LINQ provider; the current one, on the NHibernate core, does not have an NHibernateContext class. Also, ADO.NET Data Services are now called WCF Data Services. For additional information, please read this post.
-
Manually Indexing an Entity with NHibernate Search
Updated: thanks, Ayende!
-
Finding Dirty Properties in NHibernate
Sometimes there may be a need for finding out if a specific entity, or a property of that entity, was changed, or, better yet, the original value for that property.