Featured post
c# - IoC with AOP (PostSharp) in MonoDroid -
i'm working on monodroid app, , there isn't di solution yet (at least know of).
i've gotten postsharp work on monodroid, , i'm using location intercept aspect way inject dependencies fields/properties without using service locator (outside of aspect anyway).
here's i'm working far: https://github.com/mgroves/monodroidstockportfolio/blob/develop/monostockportfolio/framework/iocattribute.cs
it's rough, , needs refactoring, idea basic structure. however, i'm not convinced approach best way. how go using di/ioc in monodroid app, or without postsharp?
it's more "classic container" rather aop, , monodroid isn't platform i've tested on (it's been tested on mono, monotouch, silverlight, windows mobile , winphone7 though), tinyioc should work if fits bill:
- Get link
- X
- Other Apps
Comments
Post a Comment