PLURALSIGHT BUILDING DATA CENTRIC SINGLE PAGE APPS WITH BREEZE 視頻教學 英文教學版(DVD一片裝)

 


 

軟體簡介:
 
IfyouarebuildinganHTMLSinglePageApplication,hybridHTMLinstalled
mobileapp,orjustawebpagethatpresentsalotofdatathattheuserwill
beediting,youneedtobeabletoretrieveandmanipulatedataontheclient
sideinJavaScript.You'llneedtoquerywebservicestoretrievethedatafor
presentation,lettheusereditthedata,andpushthosechangestotheserver.
Andifyouaregoingforarich,stateful,interactiveuserexperience,you
won'twanttobedoingfullpagepostbackstogetthatdone.Toworkwiththe
dataontheclientside,you'llneedchangetrackingandvalidationofedits,
theabilitytofilter,sort,andpagedatafromtheclientside.Youmight
needtoworkwiththatdataofflineaswell.Breeze.jsisaJavaScriptlibrary
thatdoesallofthatforyou.Breezeletsyouquicklydevelopagoodlayered
architectureontheclientsideinJavaScript,actingasadatalayer,
repository,ordatagatewayforyourclientsidecode.Thiscoursewillwalk
youthroughallofthecorefeaturesofBreeze.You'lllearnhowtoexecute
queriesfromyourclientsideJavaScripttoretrievedataforpresentation,
workwiththecacheddataontheclientside,enablericheditingscenarios,
handlechangestothedataclientside,validatethatdata,andsendchanges
backtotheserverside.You'llseehowtosetuptheservicesusingASP.NET
WebAPIsandhowtoworkwithODataservices.