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.

asp.net mvc - ASP MVC3 with razor running on Azure -


i create simple asp mvc3 web applications learning , have hosted. familiar asp mvc don't yet know azure cloud. if possible have these hosted on cloud i'm not sure start.

can give me advice. example very low usage , making use of sql ce database kind of azure account need , approximately how cost.

thanks in advance help.

for asp.net mvc 3 thing "bin deploy" - scott hanselman has post on doing on blog: http://www.hanselman.com/blog/bindeployingaspnetmvc3withrazortoawindowsserverwithoutmvcinstalled.aspx

i recommend download windows azure platform training kit , work through first few labs feel of azure. http://www.microsoft.com/downloads/en/details.aspx?familyid=413e88f8-5966-4a83-b309-53b7b77edf78&displaylang=en

i agree nathan , xiii - have ditch sql ce doesn't work in elastic cloud model, @ azure table storage instead, it's cheap , scalable. (and it's in first lab)

if you're playing around grab introductory offer on nathan's link, it's free start. unfortunately can't use run permanently there aren't enough hours. (apparently may change in new year). if want run small instance month it's $40, small $90.

if you're more serious that, join bizspark , free access more resources.


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 -