Finally you can download the first official drop of NHibernate.Validator. This project began as a port of Hibernate.Validator project, but later was growing up on features, and now has a quite different API, optimized to validate objects integrated with NHibernate and objects of any part of our application. NHibernate Validator allow [...]
yaml is an serialization data language, an alternative to the markup language of XML. And I think is pretty cool their use it, because really is more readable than XML. It’s focus on the simplicity. Let’s go to an example took from the reality, this is how an NHibernate mapping file should look [...]
I’m very glad to announce on this blog this news. Yes, NHibernate.Burrow is ready to download here, make a try, we need feedback.
But…what is NHibernate Burrow ?
NHibernate.Burrow is a light weight middleware developed to support .Net applications using NHibernate as ORM framework by providing advanced and smart session/transaction management and other [...]
The non-Core projects on NHibernate are on moving into NHibernate.Contrib. This is the list of projects that we can use and its states:
NHibernate.Burrow/ NHibernate.Caches.MemCache/ NHibernate.Caches.Prevalence/ NHibernate.Caches.SysCache/ NHibernate.Caches.SysCache2/ NHibernate.JetDriver/ NHibernate.Mapping.Attributes/ NHibernate.Shards/ NHibernate.Tasks/
The past week I were with the great Fabio Maulo at the MUG on Buenos Aires (ARG) talking about NHibernate 2.0. The 2 meetings were really good where we could go deep inside into NHibernate, to see many things not so much popular and new things as well.
The examples that we made [...]
NHibernate.Validator is a framework to validate objects, and has not restrictions about where in your code you want make the validation. Figured it might be cool make an example when use this framework at the UI, for example onto Asp.net or Winforms. For now lets do it on Winforms.
The next form with [...]
NHibernate Validator now it’s ported at a 98 %, rest some details that I gonna take into a account later. For that reason I begin the port of Hibernate Shards.
NHibernate Shards will allow extend the NHibernate core for in order to get Horizontal Partitioning in our databases.
Stay tuned, you [...]
The port of Hibernate Validator it’s ready. You can reach it at NHibernate.Contrib trunk. For documentation you can take a look at Hibernate.Validator Documentation and for examples I think that the tests are the best example.
[Post updated 01-march-2008]
Some days ago Fabio Maulo were made this announce at NHibernate-Hispano Group (as usual) talking about this new feature available in NHibernate: Bulk Manipulation.
For now it’s only works with SQL Native and here is an example:
using (ISession s = sf.OpenSession()){ using(ITransaction tx = s.BeginTransaction()){ s.CreateSQLQuery("update Book set Price = Price*1.1") [...]
tweets
Recent Posts
- How To: Configure Access Control Service on Windows Azure
- Installing Windows 8 Consumer Preview with VMWare Workstation 8
- Authorizable content with Razor
- NHibernate Validator on GitHub
- NHibernate Validator 1.3.1 GA
- NHibernate Validator 1.2 Beta3 released
- NHibernate Validator 1.2 Beta2 released
- jqGrid + Linq + Asp.Net MVC example
- Asp.net MVC: Testing a custom Authorize filters
- NHibernate Validator Quickstart
Recent Comments
- Dario on Installing Windows 8 Consumer Preview with VMWare Workstation 8
- Steve C on Installing Windows 8 Consumer Preview with VMWare Workstation 8
- Quang on StatelessSession: NHibernate without first-level cache
- Luis Fernando on NHibernate Validator 1.3.1 GA
- Daniel on NHibernate – Bulk Manipulation with SQL Native
