My session at the Vancouver Silverlight User Group

Next week I will be in Vancouver and talk at the local User Group: the Vancouver Silverlight User Group.

Title:
HTML5 and Silverlight 5: facts, assumptions and near future

Abstract:
In this session, I will try to clarify what we hear (and not hear) around these technologies, maybe add a few guess on their role in Windows 8... as well as presenting a technical comparison between HTML5 and Silverlight 5: HTML vs XAML, tools, languages, databinding, performance, etc.

Date:
Wednesday, July 6, 2011


Thanks Telerik to sponsor the room for this event.
Telerik_Logo

More details and registration:
http://www.meetup.com/Vancouver-Silverlight-User-Group/events/22849231/

Published Wednesday, June 29, 2011 4:29 PM by pluginbaby

Comments

Wednesday, July 06, 2011 9:48 AM by D.Vasanthnidhi

# re: My session at the Vancouver Silverlight User Group

Respected sir,

I am new to silverlight.Learning i have completed half of silverlight.But i am stuck with mvvm.I need your help  with this doubt of mine

In ViewModel I  have a  doubt.

Consider we are doing a view model for business rule addition between 2 numbers

c= a+b

we are getting and setting for

a

getset

b

getset

c

getset

and  raise propery changed event for a ,b,c.

a

getset

raisproperychanged("a")

b

getset

raisproperychanged("b")

c

getset

raisproperychanged("c")

i understand  the raise properychanged method for each field

but why do they use raiproperychanged method  for c in a and b

a

getset

raisproperychanged("a")

raisproperychanged("c")-why

b

getset

raisproperychanged("b")

raisproperychanged("c")-why

c

getset

raisproperychanged("c")

with regards,

D.Vasanthnidhi