Tagged Questions
The linfu-dynamicproxy tag has no wiki summary.
23
votes
3answers
5k views
What are the differences between LinFu.DynamicProxy and Castle.DynamicProxy?
I am looking at adding logic to a library I am working on that would require the need for a Dynamic Proxy. I would like to get some advice from user's who have used these two library's in a ...
3
votes
1answer
521 views
Nhibernate does not work after upgrade to version 2.1.2
I recently changes my NHibernate implementation from Version 2.1.0 to 2.1.2. For lazy loading I used the LinFu implementation using : NHibernate.ByteCode.Linfu.
Since I changed to the newest version ...
1
vote
1answer
43 views
Ninject Interception dynamic proxy problems
I'm trying to set up interception to work with Ninject which we have been using as our dependency injection framework for a while.
I have downloaded the interception extension from NuGet and tried it ...
1
vote
1answer
265 views
NHibernate.ByteCode.LinFu.dll For NHibernate 3.2
Where can I find the latest version of NHibernate.ByteCode.LinFu.dll that is compiled against NHibernate 3.2?
1
vote
0answers
80 views
Backing field for collection is null when using LinFu ProxyFactoryFactory in NHibernate
I am having a problem when I try switching from the Castle ProxyFactoryFactory to the LinFu ProxyFactoryFactory in NHibernate.
I have an entity like this:
public class Foo
{
private ...
1
vote
2answers
205 views
How to intercept, parse and compile?
This is a problem I've been struggling to solve for a while. I need a way to either replace code in the method with a parsed code from the template at compile time (PostSharp comes to mind) or to ...
1
vote
1answer
105 views
0
votes
1answer
233 views
Where to find the LinFu bytecode provider for NH3.2?
It's not included within the 3.2 release of NHibernate and I cannot find it anywhere.
Where can it be found?