nhibernate
Tag details
Welcome to the 'nhibernate' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'nhibernate'.
Look up
"nhibernate"
at The Free Dictionary
Latest blogosphere posts tagged “nhibernate”
-
To DAL or not to DAL
Santosh Benjamin's Weblog —
Authority: 91
Do BizTalk consultants need to care about Data Access Layers? Does a BizTalk solution really need a DAL? These are the questions that I’ve been mulling over in the past few weeks. Let me explain.There are a couple of places where a BizTalk solution encounters a DAL. The first is where the DAL acts as [...]3 days ago -
Fluent NHibernate samples – Auto mapping (Part 1/2)
VusCode - Coding dreams since 1998! —
Authority: 408
In my previous blog post , I have announced the sample solution with which I try to provide code sample for very comprehensive documentation which can be found on http://fluentnhibernate.org/ .. The project is hosted on CodePlex ( http://fnhsamples.codeplex.com/ ). Right now it contains just a small sample which ...5 days ago -
Fluent NHibernate Samples on CodePlex
VusCode - Coding dreams since 1998! —
Authority: 408
I’ve been using Fluent NHibernate for more then a year now and I am big fan of it. The were only two things bothering me in FNH for all that 1+ year: frequent API changes (which made my fluent mapping and auto mapping blog post pretty quick completely obsolete – not to mention my code :)), but when I ...6 days ago -
NHibernate en SQL Azure
MSMVPS.COM —
Authority: 642
El viernes pasado, estuve hablando con Fabio Maulo ( @fabiomaulo ) de varios temas: de desarrollo de software, enseñanza de la programación, y por supuesto, sobre NHibernate. Ambos vivimos en Buenos Aires, Argentina, y fue un placer hablar con él, como siempre. Yo sigo a Fabio en Twitter, y soy un subscripto a ...6 days ago -
Dew Drop – November 3, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio An RSS Dashboard in F#, ...6 days ago -
Dew Drop – November 2, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Podcasts / Screencasts / Videos | Community / Events | Database | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Some quick F# notes… (Brian McNamara) .Net Framework ...1 week ago -
State Pattern, Enumeration Class and Fluent NHibernate (Oh my!)
Elegant Code —
Authority: 510
Recently, I needed to change a basic enumeration into a full-fledged state pattern. After getting all my domain classes updated, I began reviewing the persistence layer. And I hit a wall. I wasn’t sure how I wanted to update my Fluent NHibernate convention to persist the current state. My original classes were ...1 week ago -
Which ORM? LINQ To SQL, Entity Framework? LLBLGen? NHibernate?…?
Guru Stop —
Authority: 404
While I was planning to write about the same topic and have the draft ready in my Windows Live Writer waiting to complete, I found an interesting question in StackOVerflow and couldn’t just resist to answer: ORM/Persistence layer Advice The question starts with: Im starting a new project and Im ...1 week ago -
NHibernate running in the Azure Cloud
Angel "Java" Lopez on Blog —
Authority: 103
Yesterday, I was talking with Fabio Maulo ( @fabiomaulo ) about many things, related to software development, teaching programming and, of course, NHibernate. We are living in Buenos Aires, Argentina, and it was a pleasure to talk with him, as usual. Í’m following Fabio in Twitter, and I’m a suscriber of his ...1 week ago -
Dew Drop – October 30, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio The HornGet Project: ...1 week ago -
Vacation of Fluent NHibernate: Tuesday Conventions
I Am Not Myself —
Authority: 408
Well here we are on Thursday and I am finally posting Tuesday’s video. When I starteddoing this I had no idea how long it would take to produce one of these videos. Ihave a pretty good idea now. ;) In this installment I cover conventions, both ClassMap conventions and AutoMap conventions.I slowly convert ...1 week ago -
I Started a Fight
Home of the Scary DBA —
Authority: 470
I had no idea, but evidently I started a bit of a donny-brook . Cool!1 week ago -
Vacation of Fluent NHibernate: Monday ClassMaps
I Am Not Myself —
Authority: 408
Hello Tuesday! Wait a minute this is Monday’s video. That’s right I spent so muchtime on Monday producing the Introduction video and planning the ClassMaps video,I didn’t get around to making Monday’s until Tuesday. But hey I am on vacation whatare you expecting from me really? So, today I am covering ...1 week ago -
Vacation of Fluent NHibernate: Introduction
I Am Not Myself —
Authority: 408
Inspired by Steve Bolhen’s Summer of NHibernate screencast series, I thought I wouldspend some of my vacation creating an addendum to it called Vacation of Fluent NHibernate. Links from the Screencast: ...2 weeks ago -
NHibernate and Execution Plans
Object Reference .NET —
Authority: 434
Lately we have been investigating ORM ’s (Object Relational Mapping) frameworks for use on a large enterpriselevel website which we been given the rare opportunity to rebuild from the groundup in Microsoft MVC. I’ve used Subsonic in the past while working with dashCommerce and more recentlyon my latest project ...2 weeks ago -
Dew Drop – October 23, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Custom Toolbox Items ...2 weeks ago -
Dew Drop – October 19, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Microsoft names Visual ...3 weeks ago -
SQL Notifications: not very practical for large data sets
Richard Dingwall —
Authority: 456
I ran into an interesting problem today with command-based SQL Notifications. We’ve recently introduced SysCache2 on a project as NHibernate’s level 2 cache provider, because of it’s ability to invalidate regions when underlying data changes, and I already wrote about some issues we had with it. Unfortunately ...3 weeks ago -
Why I don’t like hand rolled data access layers
Jon Kruger's Blog —
Authority: 110
In my last post , I mentioned that I think that hand rolled data access layers using stored procedures are a bad thing, and one of my co-workers asked me to elaborate. The main reason that I don’t like hand rolled data access layers is that by writing your own DAL, you are basically reimplementing a solved ...3 weeks ago -
Show NHibernate query in the trace of asp.net pages
Alkampfer's Place —
Authority: 124
When you use NHibernate and asp.net one of the most interesting stuff is looking at sql generated for each page call . While NHProf is the best tool to accomplish this task, it is interesting to trace issued sql queries using asp.net trace engine. To accomplish this task is really straightforward thanks to ...3 weeks ago