Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Manning Special Offer for ASP.NET MVC in Action Readers – Save 50%

    Last Day to Save 50%! Special Offer for ASP.NET MVC in Action Readers Last week we gave you an update on ASP.NET MVC in Action-- along with a coupon good for 50% off on several closely-related Manning books. That special offer expires today! To save half on the books below, just enter code aspmvc50 in...
    Posted to Jose R. Guay Paz (Weblog) by Jose Rolando Guay Paz on 04-02-2009, 12:00 AM
    Filed under: SQL Server, C#, MVC, ASP.NET, NHibernate, Community News, Functional Programming, Entity Framework, Manning, Offer, Sale
  • NHibernate Talk 8/11/09

    How-To: Using the N* Stack, Part 1 , first in a series of articles on setting your first NHibernate ASP.NET MVC application. NerdDinner with Fluent NHibernate Part 1 , first in a series on converting the NerdDinner project to use NHibernate/FluentNhibernate. Part 3 on using NHibernate and WPF , utilizing...
    Posted to Travis.Net.Blog (Weblog) by mxmissile on 08-11-2009, 12:00 AM
    Filed under: ASP.NET, NHibernate, mvc, fluentnhibernate
  • A total n00b’s guide to migrating from a custom data layer to Nhibernate: getting started

    (Screencast can be found at the end of the post) To be clear when I say “total n00b”, I’m not talking about you, dear reader, I’m talking about me. The last time I wrote any serious data access code was circa 2002. Since then, I got hired by the Evil Empire and started developing new tools to make it...
    Posted to What's New (Weblog) by Anonymous on 08-17-2009, 12:00 AM
    Filed under: ASP.NET, MVC, NHibernate, Screencast
  • A total n00b’s guide to migrating from a custom data layer to Nhibernate: getting started

    (Screencast can be found at the end of the post) To be clear when I say “total n00b”, I’m not talking about you, dear reader, I’m talking about me. The last time I wrote any serious data access code was circa 2002. Since then, I got hired by the Evil Empire and started developing new tools to make it...
    Posted to Tales from the Evil Empire (Weblog) by Bertrand Le Roy on 08-17-2009, 12:00 AM
    Filed under: ASP.NET, MVC, NHibernate, Screencast
  • ASP.NET MVC Transaction Attribute (using NHibernate)

    This attribute will be applied to any action method within an MVC controller, or even to an entire MVC controller class. It will cause the entire action (or any action in the controller, depending on usage) to be executed inside of a transaction, properly committing the transaction on successful method...
    Posted to Scott's Blog (Weblog) by srkirkland on 09-03-2009, 12:00 AM
    Filed under: Code, ASP.NET, NHibernate, ASP.NET MVC, MVC
  • Using xVal with NHibernate Validator 1.2

    This will be a quick and dirty post about how to get xVal 1.0 ( http://xval.codeplex.com/ ) to work with the new NHibernate Validator 1.2beta ( http://nhforge.org/media/p/7.aspx ). The problem is that xVal 1.0 ships with a NHibernate Validator (NHVal) Ruleset Provider which does not compile against the...
    Posted to Scott's Blog (Weblog) by srkirkland on 09-29-2009, 12:00 AM
    Filed under: Code, ASP.NET, Validation, NHibernate, ASP.NET MVC, MVC
  • MVCContrib FluentHTML Select Lists and NHibernate

    When using ASP.NET MVC you will eventually want to do a select (drop down) or even a multiple select list, and your first though might be to use <%= Html.DropDownList %>.  Unfortunately you will soon notice that ASP.NET MVC always looks for a match between the name of the dropdown and a property...
    Posted to Scott's Blog (Weblog) by srkirkland on 10-08-2009, 12:00 AM
    Filed under: Code, ASP.NET, NHibernate, ASP.NET MVC, MVC
  • Required Validator For NHibernate Validators

    I’ve recently switched from the Enterprise Library Validation Application Block to using NHibernate Validators. If you are not familiar with the NHibernate Validator project, they are part of the NHibernate Contrib project and offer Validation constraints, and validation runner, and tight integration...
    Posted to Scott's Blog (Weblog) by srkirkland on 10-15-2009, 12:00 AM
    Filed under: Code, ASP.NET, Validation, NHibernate, ASP.NET MVC, MVC, xVal
  • Inserting Transactions into Telerik’s ASP.NET MVC Grid

            Telerik recently released their Extensions for ASP.NET MVC which include several great controls, the most immediately useful of which is their Grid control.  In the simple (and probably most common) cases the grid works by passing taking an enumerable list of...
    Posted to Scott's Blog (Weblog) by srkirkland on 11-10-2009, 12:00 AM
    Filed under: Code, Tips, ASP.NET, NHibernate, ASP.NET MVC, MVC, Telerik
  • Making ASP.NET MVC Actions be Transactional By Default

    In an earlier post I talked about writing a Transaction attribute for MVC using NHibernate (though it isn’t really NHibernate specific).  The basic idea is that when an action marked with [Transaction] is executing (OnActionExecuting) you begin a transaction, and some time later (I use OnActionExecuted...
    Posted to Scott's Blog (Weblog) by srkirkland on 11-16-2009, 12:00 AM
    Filed under: Code, Tips, ASP.NET, NHibernate, ASP.NET MVC, MVC
Page 1 of 2 (20 items) 1 2 Next >