Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

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:

http://hg.grumpydev.com/tinyioc/wiki/home


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -