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# MongoDB driver trouble( NORM) -


i have used norm driver in production. new year holidays - pretty cool, project high loading , want set replication set, have problem - norm not support replication set :( . far understand sharding too?

help me :) did use mongodb csharp or official 10gen driver replset? there problem on production? if choose driver i'll have rewrite repository, not want in vain. there issues?

sharding should not depend on driver-specific support. when shard, connect router application mongos , router behaves mongod.

so should able shard. need change "connection string". suggested setup have 1 mongos per application server (instead of current single mongod).


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 -