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.

Cross-platform configuration, options, settings, preferences, defaults -


i'm interested in peoples' views on how best store preferences , default settings in cross-platform applications.

i work in node.js , perl on *nix , windows i'm interested in bigger picture.

in *nix world "dotfiles" (and directories) common system-wide or application default settings residing in 1 path , user-specific settings in home directory. such files , dirs begin dot "." , hidden default directory listings.

windows has registry has paths defaults , per-user overrides.

certain cross-platform apps own way, firefox uses javascript preference files.

should cross-platform app use 1 system across platforms or dotfiles on *nix , registry on windows? favourite programming language have library or module accessing them in standard way? there emerging best practice or roll own?

what storing in db? cluster-friendly , has been working great us. in last job used store them in directory server.

java has support in form of preferences api.

i not .net guy think have user profiles.

python specific discussion: what's official way of storing settings python programs?

ruby on rails: rails: best practice store user settings?


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 -