Dario Quintana
at blogging
  • My Profile

NHibernate 2.0 – Examples and presentation (in spanish)

By Dario On February 29, 2008 · Leave a Comment

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 [...]

Continue Reading →

NHibernate Validator on Winforms

By Dario On February 29, 2008 · Leave a Comment

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 [...]

Continue Reading →

Porting Hibernate Shards

By Dario On January 19, 2008 · 8 Comments

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 [...]

Continue Reading →

NHibernate Validator ready

By Dario On December 28, 2007 · Leave a Comment

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]

Continue Reading →

NHibernate – Bulk Manipulation with SQL Native

By Dario On December 11, 2007 · 1 Comment

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") [...]

Continue Reading →

Analyzers at Lucene.Net

By Dario On December 11, 2007 · Leave a Comment

In the last post we were watching the Lucene.Net integration with NHibernate through NHibernate Search. Now lets talking about a little more about Lucene.

Lucene can index text from many sources: PDF, HTML, Word documents, etc; and this make it so attractive for applications to solve text-search problems. When Lucene finish the document parsing [...]

Continue Reading →

NHibernate Search

By Dario On December 9, 2007 · 15 Comments

One of the new features of NHibernate ported from Hibernate 3.2 is NHibernate Search. The full text engine Lucene is used by NHibernate to allow applications to execute text queries. This feature you can reach at NHibernate 1.2.1 release or at NHibernate 2.0 (at trunk).

The example of NHibernate [...]

Continue Reading →

Talk of CodeGeneration at Corrientes

By Dario On November 18, 2007 · Leave a Comment

The past wednesday with a couple of friends we had the oportunity to listen in a talk to our dear Angel “Java” Lopez at Corrientes Capital City.

The talk was pretty good, Angel spoke about the software reality, a little about the System’s evolution, and the complexity that we must to [...]

Continue Reading →

3 layer Example of NHibernate + Spring.Net + AOP

By Dario On November 17, 2007 · 3 Comments

Sometime ago I wrote this template project using Spring.Net and NHibernateprimarily. I use NHibernate for the data access and Spring.Netfor the IoC and Aop. With the Aop support, the transaction managmente it’s very easy to implement.

This it’s the CustomerService class:

public class CustomerService : BaseService, ICustomerService [...]

Continue Reading →

Gizmox – VisualWebGui

By Dario On November 15, 2007 · Leave a Comment

Winforms but … Web! No comments… take a look at http://www.visualwebgui.com/

Continue Reading →
← Previous Entries Next Entries →
  • Tags

    Access Control Service Asp.Net Asp.Net MVC Federated Identity jqGrid jQuery Linq NHibernate NHibernate Validator Testing VMWare Web WIF Windows 8 Windows Azure
  • 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
    "Unknown Twitter error." — darioquintana

    Dario Quintana

    Pages

    • My Profile

    The Latest

    • How To: Configure Access Control Service on Windows Azure
      Credits First of all, credits to those who helped me in the […]

    More

    Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed.
    © 2012 Dario Quintana
    Platform by PageLines