DotNetShoutout - Stories tagged with NHibernate
3
Shouts

Book review: Working with NHibernate 3.0

published 469 days, 15 hours, 26 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 472 days, 12 hours, 2 minutes ago
Saturday, February 11, 2012 4:49:46 PM GMT Wednesday, February 08, 2012 8:14:35 PM GMT
It's been a while since I wrote my last book review, mostly because I'm still trying to figure out when it adds value to write one. For this one it was pretty obvious, there are far too little reviews out there. Being new to NHibernate, and NHibernate being known as having a steep learning curve, I thought it would be a good idea to do some reading. Searching for books on NHibernate 3.0... (more)
category: Architecture | clicked: 26 | comment | | source: jclaes.blogspot.com
tags: Entity Framework, NHibernate, Data Access
3
Shouts

Yet Another Approach to NHibernate Session-Per-Method-Call Using StructureMap

posted by Matt_TCFMatt_TCF 537 days, 2 hours, 44 minutes ago
Tuesday, December 06, 2011 5:31:49 AM GMT
There are several documented approaches you can follow to implement the session-per-method-call pattern with NHibernate and StructureMap. The majority of these approaches fail to leverage the full capabilities of StrurctureMap and are therefore more complex than they need to be. In this short post, I’ll show you how you can implement a simpler solution by utilizing StructureMap’s nested containers. (more)
category: Web Dev | clicked: 20 | comment | | source: trycatchfail.com
tags: webservices, NHibernate, WCF, StructureMap
2
Shouts

Mindscape NHibernate Designer 2 Released

posted by traskjdtraskjd 584 days, 2 hours, 15 minutes ago
Thursday, October 20, 2011 6:01:09 AM GMT
Mindscape have released the second major version of their Visual Studio 2010 integrated NHiberate model designer. Key new features include integrated visual schema migrations, fluent NHibernate code generation, improved configuration and getting started wizards, and many other smaller improvements to make NHibernate development easier. The designer is free for small models. (more)
category: Architecture | clicked: 19 | comment | | source: www.mindscapehq.com
tags: Visual Studio 2010, Fluent NHibernate, NHibernate, migrations, Mindscape
3
Shouts

Devart Presents New Version of Entity Developer with ENUM Support and Other Numerous Enhancements

published 602 days, 13 hours, 22 minutes ago posted by Sergii852Sergii852 603 days, 20 hours, 47 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Friday, September 30, 2011 11:29:23 AM GMT
Devart Entity Developer is an easy-to-use modeling and code generation tool for ADO.NET Entity Framework, NHibernate, and LINQ to SQL. The new version supports ENUM types originally introduced in the Entity Framework June 2011 CTP release. The application has become more user-friendly as entity shape coloring, selection-driven highlighting, application and diagram skins have been added to help users improve their experience with the software. Popular and loved by many users, Entity Developer introduces... (more)
category: Web Dev | clicked: 44 | 4 comments | | source: www.devart.com
tags: model designer, linq to oracle, ADO.NET ENTITY FRAMEWORK, Linq To SQL, Designer, nhibernate designer, Entity Framework, NHibernate, Code Generation, Model first, entity framework model designer, linq to mysql, linq to postgresql, linq to sql model designer, Entity Framework 4, Free
5
Shouts

Data Access in Fail Tracker–Row-Level Security with LINQ to NHibernate

published 626 days, 1 hour, 5 minutes ago posted by Matt_TCFMatt_TCF 628 days, 7 hours, 11 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Tuesday, September 06, 2011 1:05:00 AM GMT
It's quite easy to implement row-level security using LINQ to NHibernate. See how you can do this by combining the Repository and Decorator patterns in this post. (more)
category: Architecture | clicked: 15 | comment | | source: trycatchfail.com
tags: .NET, Patterns, NHibernate, Data Access
3
Shouts

Mindscape outlines road map for NHibernate Designer 2

published 659 days, 12 hours, 19 minutes ago posted by traskjdtraskjd 660 days, 21 hours, 58 minutes ago
Friday, August 05, 2011 7:57:13 PM GMT Thursday, August 04, 2011 10:18:13 AM GMT
Mindscape has posted the planned road map for the second major release of their Visual Studio 2010 integrated NHibernate Designer. (more)
category: How To | clicked: 12 | comment | | source: www.mindscapehq.com
tags: Designer, NHibernate, VS2010, Mindscape
2
Shouts

Data Access in Fail Tracker

published 660 days, 11 hours, 53 minutes ago posted by Matt_TCFMatt_TCF 662 days, 2 hours, 53 minutes ago
Thursday, August 04, 2011 8:23:15 PM GMT Wednesday, August 03, 2011 5:23:38 AM GMT
This is the first in a series of short posts on how data access is handled in Fail Tracker. Future posts will get into how the strategy works with unit testing as well as how advanced topics, such as row-level security, are handled. Read on to find out how Fail Tracker utilizes a simple repository layer around NHibernate for all data access. (more)
category: Architecture | clicked: 5 | comment | | source: trycatchfail.com
tags: Repository, Patterns, NHibernate
3
Shouts

Getting Started with NHibernate 3 and SQL Compact

published 669 days, 12 hours, 5 minutes ago posted by Matt_TCFMatt_TCF 671 days, 14 hours, 28 minutes ago
Tuesday, July 26, 2011 8:11:13 PM GMT Sunday, July 24, 2011 5:48:18 PM GMT
There are many posts on the web about how easy it is to get started with Microsoft’s Entity Framework and SQL Server Compact Edition (SQL CE). This combination seems to be all the rage thanks to EF’s new “Code First” approach introduced in version 4.1. While I am impressed with the latest version of Entity Framework, I still prefer NHibernate for a lot of reasons, and it’s actually just as easy (maybe even easier) to get up and running with NHibernate+SQL CE as Entity Framework+SQL CE. In this post, I... (more)
category: Data | clicked: 34 | comment | | source: trycatchfail.com
tags: SQL Server Compact, Fluent NHibernate, NHibernate
3
Shouts

Fetching collections with NHibernate, a mistake a I always do!

published 673 days, 3 minutes ago posted by Guardian11Guardian11 675 days, 20 hours, 57 minutes ago
Saturday, July 23, 2011 8:13:37 AM GMT Wednesday, July 20, 2011 11:19:02 AM GMT
Be careful when optimizing your queries using join fetching in NHibernate! If you do it without care you can incur in my same mistakes! (more)
category: Data | clicked: 11 | comment | | source: www.primordialcode.com
tags: NHibernate, Fetch
4
Shouts

NHibernate.Envers - Querying - part 2

published 677 days, 10 hours, 32 minutes ago posted by Guardian11Guardian11 682 days, 18 hours, 8 minutes ago
Monday, July 18, 2011 9:44:25 PM GMT Wednesday, July 13, 2011 2:08:28 PM GMT
Third Article of the NHibernate.Envers series, this time we'll see how to query the database for the revision history detailed information (revision number, timestamp, operation type and entity snapshot). (more)
category: Data | clicked: 36 | comment | | source: www.primordialcode.com
tags: Query, NHibernate.Envers, NHibernate
5
Shouts

PLINQO for NHibernate 1.0 Released

published 690 days, 1 hour, 15 minutes ago posted by tduponttdupont 690 days, 18 hours, 1 minute ago
Wednesday, July 06, 2011 7:01:31 AM GMT Tuesday, July 05, 2011 2:14:50 PM GMT
PLINQO makes NHibernate "so easy, even a caveman can do it." PLINQO can generated your HBM files, entity classes, and all NHibernate configuration in seconds. It then allows you to safely regenerate that code at anytime, thus synchronizing your mappings with the database while still intelligently preserving custom changes. (more)
category: Data | clicked: 26 | comment | | source: community.codesmithtools.com
tags: NHibernate, Code Generation, CodeSmith, ORM, PLINQO
3
Shouts

Expression cannot contain lambda expressions

published 694 days, 33 minutes ago posted by slo2olsslo2ols 696 days, 23 hours, 13 minutes ago
Saturday, July 02, 2011 7:43:16 AM GMT Wednesday, June 29, 2011 9:03:32 AM GMT
Try to open any of Watch / Immediate and Locals windows of Visual Studio in debug mode and to add lambda expressions, and you will see this message. Own reasons exist for it and they are very detailed in these posts. Unfortunately, the posts also lack information about resolving this problem. While developers are confronted daily with the need to filter collections in debug windows and the support for lambda expressions would greatly simplify their work. (more)
category: How To | clicked: 76 | 2 comments | | source: osmirnov.net
tags: Entity Framework, Visual Studio 2010, NHibernate, lambda expression, OData
5
Shouts

Verifying NHibernate Entities Contain Only Virtual Members

published 692 days, 2 minutes ago posted by Matt_TCFMatt_TCF 697 days, 5 hours, 16 minutes ago
Monday, July 04, 2011 8:14:28 AM GMT Wednesday, June 29, 2011 3:00:10 AM GMT
One requirement that NHibernate imposes on your object model is that all public members must be virtual in order to support lazy loading. Here's a simple test case you can use to enforce this. (more)
category: Architecture | clicked: 19 | comment | | source: trycatchfail.com
tags: NUnit, NHibernate
3
Shouts

Linq to NHibernate - String.Equals with StringComparison option

published 710 days, 12 hours, 41 minutes ago posted by Guardian11Guardian11 711 days, 23 hours, 16 minutes ago
Wednesday, June 15, 2011 7:34:46 PM GMT Tuesday, June 14, 2011 9:00:01 AM GMT
How to extend the Linq to NHibernate provider to support the overloaded String.Equals(string ,StringComparison) (more)
category: Data | clicked: 15 | comment | | source: www.primordialcode.com
tags: NHibernate, Linq
3
Shouts

NHibernate.Envers - Querying - part 1

published 712 days, 11 hours, 8 minutes ago posted by Guardian11Guardian11 715 days, 19 hours, 29 minutes ago
Monday, June 13, 2011 9:07:43 PM GMT Friday, June 10, 2011 12:46:44 PM GMT
NHibernate.Envers Part 1 of a series in which we'll talk about how to query for the revision history data of the entities we audit. (more)
category: Data | clicked: 48 | comment | | source: www.primordialcode.com
tags: NHibernate.Envers, NHibernate
6
Shouts

NHibernate.Envers - a quick introduction

published 717 days, 23 hours, 41 minutes ago posted by Guardian11Guardian11 718 days, 19 hours, 17 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Tuesday, June 07, 2011 12:58:47 PM GMT
A quick introduction to NHibernate.Envers, shows how to setup the environment to enable rich auditing on entities. (more)
category: Data | clicked: 23 | comment | | source: www.primordialcode.com
tags: NHibernate
9
Shouts

PLINQO for NHibernate, Beta 1 Released!

published 750 days, 11 hours, 12 minutes ago posted by tduponttdupont 752 days, 17 hours, 6 minutes ago
Friday, May 06, 2011 9:03:41 PM GMT Wednesday, May 04, 2011 3:10:14 PM GMT
PLINQO makes NHibernate "so easy, even a caveman can do it." PLINQO can generated your HBM files, entity classes, and all NHibernate configuration in seconds. It then allows you to safely regenerate that code at anytime, thus synchronizing your mappings with the database while still intelligently preserving custom changes. PLINQO for NHibernate is a enhance and simplify wrapping of NHibernate that brings the best practices, optimizations, and convenience of the PLINQO frameworks to NHibernate. (more)
category: Data | clicked: 3 | 1 comment | | source: community.codesmithtools.com
tags: NH, NHibernate, Code Generation, CodeSmith, ORM, PLINQO
5
Shouts

NHibernate – Custom Id-generator « Daniel Wertheim

published 806 days, 20 hours, 12 minutes ago posted by sedanwersedanwer 809 days, 13 hours, 2 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Tuesday, March 08, 2011 7:13:52 PM GMT
Recently I had a case where I needed to switch from the Identity generator to the HiLo generator in an existing project with existing data. Why? Well for one thing it gives better performance since identities brakes the ability to use batch inserts, since the generated Id needs to be returned (selected) after each insert. I didn’t want to go through and configure params for each entity, hence I created a custom implementation of an Id-generator and added some conventionbased configuration in that class ... (more)
category: Architecture | clicked: 10 | comment | | source: daniel.wertheim.se
tags: id-generator, NHibernate, hilo
7
Shouts

PLINQO for NHibernate?

published 806 days, 20 hours, 12 minutes ago posted by tduponttdupont 809 days, 14 hours, 2 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Tuesday, March 08, 2011 6:14:12 PM GMT
As my Uncle Ben once said, "with great insomnia comes great responsibility." Or maybe that was Spiderman, I don't remember. All I know is that I couldn't go to sleep last night, and when I came to this morning there was a proof of concept PLINQO for NHibernate architecture on my screen. So, do YOU want to see PLINQO for NHibernate? (more)
category: Data | clicked: 1 | comment | | source: community.codesmithtools.com
tags: NHibernate, CodeSmith, Linq, ORM, PLINQO
6
Shouts

Effective NHibernate Session management for web apps - NHibernate blog

published 810 days, 13 hours, 44 minutes ago posted by KluggerKlugger 811 days, 7 hours, 22 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 12:54:12 AM GMT
In this post I’ll describe a mechanism to manage nhibernate session following the widely known patter “session-per-request”.Introduction The session-per-request pattern is very well defined and widely used; as follows A single Session and a single database transaction implement the processing of a particular request event (for example, a Http request in a web application).What do we have currently? The first thing you will notice when talking about nhibernate session management is a little interface i... (more)
category: Architecture | clicked: 19 | comment | | source: nhforge.org
tags: ASP.NET MVC, SessionFactory, NHibernate, ASP.NET, Session
Previous 1 2 3 4 Next