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.

Resources to compare Java to Objective-C (syntax and basics) -


i have taught myself lot of objective-c on past year , half, , have been able publish ios apps on app store. concepts foreign me before object oriented programming second nature , understand mvc, inheritance, polymorphism etc. i'm interested in learning develop android platform, entail learning java. want find resources can match java basics regards syntax , structure same things objective-c world.

the wikipedia entry objective-c has i'm looking regards how objective-c relates c++. if there document, blog post or book dedicated java in relation objective-c on bear on honey. should include things like

  • class method declarations , implementations
  • instance method declarations , implementations
  • how compose method name (ie +/-(returntype)methodname:(type)argument; )
  • declaring properties

thank of suggestions!

"matching syntax" not useful thing. 2 languages not merely different syntaxes same thing. lots of people go new language mindset, , leads them write bad code in new language. example, class methods in objective-c equivalent static methods in java, class methods can overridden in subclasses while static methods can hidden new static methods — they're more similar namespaced functions methods.

better learn java book or tutorial — without baggage objective-c.


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 -