Stories recently tagged with 'Ayende'

NHibernate Query Generator in Action(blogs.conchango.com)

submitted by LordLord(3737) 3 years, 7 months ago

Mapped properties are accessed via properties as nature intended, and querying is a lot easier to read and write. Not quite as neat as Linq-to-NHibernate will be, but so much better than native NHibernate querying that I wonder why it wasn’t included in the trunk. read more...

add a comment |category: |Views: 189

tags: another

Some best practices for NHibernate by Ayende(ayende.com)

submitted by LordLord(3737) 3 years, 10 months ago

A few hours ago I completed a code review of an application using NHibernate. This is not the first time I am doing such a thing, of course, and I noticed that there are quite a few areas where I tend to have comments in such code reviews. The following is based on several such code bases that I went through, and contains a partial list of things that you need to watch for. read more...

add a comment |category: |Views: 452

tags: another

Painless Persistence with Castle ActiveRecord (video presentation)(infoq.com)

submitted by LordLord(3737) 3 years, 11 months ago

This presentation by Hamilton Verissimo and Oren Eini show Castle Active Record - an ORM solution for .NET building on NHibernate. After an introduction, the presentation dives into various advanced topics and techniques for working with Castle Active Record. read more...

add a comment |category: |Views: 79

tags: another

The reason for the Ayende phenomenon?(ayende.com)

submitted by LordLord(3737) 4 years, 3 months ago

As we all know, Ayende has done a lot for the .NET community. Blog subscription not optional. We heard lots of different people asking if he ever sleeps. How is this possible? I say; follow the link. http://kyle.baley.org/DoAndroidsDreamOfElectricMonorailsWhileTheyreHibernating.aspx http://blogs.magiconsoftware.com/blogs/bdiaz/archive/2007/03/25/linq-for-nhibernate.aspx http://www.benmonro.com/Blog/CommentView,guid,18ee917b-6d86-483e-a169-1d9fa0801d60.aspx http://samgentile.com/blogs/samgentile/archive/2007/03/18/new-and-notable-149.aspx http://groups.google.com/group/castle-project-users/msg/da741a02df25bcaf http://www.ayende.com/Blog/archive/2008/01/10/Code-that-read-and-modify-code-code-that-read-codes.aspx read more...

add a comment |category: |Views: 32

tags: another

Rhino Security Overview: Part I(ayende.com)

submitted by LordLord(3737) 4 years, 4 months ago

"The main part that we have here is the security model, but notice that the application domain model is off to the side, and have very little to do with the security model. In fact, there is only a single requirement from the application domain model, the User entity needs to implement an interface with a single property, that is all." read more...

add a comment |category: |Views: 116

tags: another

Binsor 2.0(ayende.com)

submitted by simonebsimoneb(5450) 4 years, 6 months ago

Ayende's Binsor project. Cool new way of managing Windsor configuration with no more xml. read more...

add a comment |category: |Views: 142

tags: another

Embracing Fluent Interfaces - Ayende's Response to Jeff Atwood(ayende.com)

submitted by powerrushpowerrush(3873) 4 years, 6 months ago

"Jeff Atwood is talking about languages in languages, and suggest that you would avoid using fluent interfaces to hide a language semantics. I completely disagree." read more...

add a comment |category: |Views: 17

tags: another

Inversion of Control and Dependency Injection: Working with Windsor(msdn2.microsoft.com)

submitted by powerrushpowerrush(3873) 4 years, 7 months ago

MSDN article on how to use Inversion of Control and Dependency Injection, generic specialization, the decorator pattern, chains of responsibilities, and extensible software to build robust, extensible software read more...

1 comment |category: |Views: 38

tags: another

The IoC mind set: Validation (ayende.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 7 months ago

Great approach for business validation. read more...

add a comment |category: |Views: 15

tags: another

Simple != Poor Quality(ayende.com)

submitted by montymonty(2575) 4 years, 7 months ago

Ayende offers us another great post - this time he tackles simplicity and quality. read more...

add a comment |category: |Views: 4

tags: another

Handling javascript localization in Mono Rail(ayende.com)

submitted by D_GuidiD_Guidi(280) 4 years, 7 months ago

I run into the issue of having to alert the user of some error, and it brought home the fact that English & Hebrew are not easy to mix... read more...

add a comment |category: |Views: 19

tags: another

Rhino Mocking NHibernate Expressions(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years, 11 months ago

How to extend Rhino Mock to work with NHibernate Expression. read more...

add a comment |category: |Views: 84

tags: another

How to mock a NHibernate Repository(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 4 years, 11 months ago

How to use Rhino Mock to mock a Repository based on NHibernate read more...

add a comment |category: |Views: 251

tags: another

Visual SVN: Another Zero Friction Tool In The Toolbox (ayende.com)

submitted by usshermussherm(5285) 4 years, 11 months ago

If Mr. "Zero Friction" himself (Ayende) is recommending a tool it must be good. And boy is it! Visual SVN extends Visual Studio with the same interface as TortoiseSVN - making it nearly transparent for anyone already using TortoiseSVN. read more...

2 comments |category: |Views: 25

tags: another

Rhino Mocks 3.0 is available for download(dotnetproject.blogspot.com)

submitted by adventureradventurer(2244) 5 years, 1 month ago

A dynamic mock object framework for the .Net platform. It's purpose is to ease testing by allowing the developer to create mock implementations of custom objects and verify the interactions using unit testing. read more...

add a comment |category: |Views: 2247

tags: another