Cargando…

Pro WPF and Silverlight MVVM : effective application development with Model-View-ViewModel /

WPF and Silverlight are unlike any other user interface (UI) technologies. They have been built to a new paradigm that--if harnessed correctly--can yield unprecedented power and performance. This book shows you how to control that power to produce clean, testable, maintainable code. It is now recogn...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hall, Gary McLean
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : Apress : Distributed to the Book trade worldwide by Springer Science+Business Media, ©2010.
Colección:Expert's voice in WPF.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn747105225
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 110818s2010 nyua o 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d OCLCQ  |d COO  |d OCLCQ  |d UMI  |d E7B  |d HEBIS  |d OCLCO  |d DEBSZ  |d B24X7  |d IDEBK  |d OCLCQ  |d OCLCF  |d BEDGE  |d SNK  |d EBLCP  |d UWO  |d NUI  |d OCLCQ  |d REB  |d TXI  |d OCLCQ  |d Z5A  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d VT2  |d IOG  |d OCLCO  |d N$T  |d OCLCQ  |d OCLCO  |d CEF  |d U3W  |d OCLCQ  |d OCLCO  |d WYU  |d YOU  |d UAB  |d OCLCQ  |d OCLCO  |d LEAUB  |d UKAHL  |d OL$  |d OCLCQ  |d OCLCO  |d AU@  |d DCT  |d OCLCQ  |d ERF  |d OCLCQ  |d UKBTH  |d BRF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 709780381  |a 759865608  |a 765143889  |a 777151763  |a 1005744405  |a 1055318452  |a 1058820470  |a 1087303953  |a 1097094817  |a 1103252023  |a 1111030066  |a 1112526313  |a 1126410364  |a 1129350116  |a 1159663887  |a 1162798112  |a 1192342734  |a 1240515267 
020 |a 9781430231639  |q (electronic bk.) 
020 |a 1430231637  |q (electronic bk.) 
020 |z 1430231629 
020 |z 9781430231622 
024 7 |a 10.1007/978-1-4302-3163-9  |2 doi 
024 8 |a 9781430231622 
029 1 |a AU@  |b 000048701789 
029 1 |a AU@  |b 000053270183 
029 1 |a AU@  |b 000060583540 
029 1 |a AU@  |b 000067092600 
029 1 |a DEBSZ  |b 368472922 
029 1 |a DEBSZ  |b 397162928 
029 1 |a HEBIS  |b 291540015 
029 1 |a NZ1  |b 13932664 
035 |a (OCoLC)747105225  |z (OCoLC)709780381  |z (OCoLC)759865608  |z (OCoLC)765143889  |z (OCoLC)777151763  |z (OCoLC)1005744405  |z (OCoLC)1055318452  |z (OCoLC)1058820470  |z (OCoLC)1087303953  |z (OCoLC)1097094817  |z (OCoLC)1103252023  |z (OCoLC)1111030066  |z (OCoLC)1112526313  |z (OCoLC)1126410364  |z (OCoLC)1129350116  |z (OCoLC)1159663887  |z (OCoLC)1162798112  |z (OCoLC)1192342734  |z (OCoLC)1240515267 
037 |a 978-1-4302-3162-2  |b Springer  |n http://www.springerlink.com 
050 4 |a QA76.9.U83  |b H344 2010 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 004.01/9  |2 23 
049 |a UAMI 
100 1 |a Hall, Gary McLean. 
245 1 0 |a Pro WPF and Silverlight MVVM :  |b effective application development with Model-View-ViewModel /  |c Gary McLean Hall. 
246 3 |a Pro Windows Presentation Foundation and Silverlight MVVM 
260 |a [New York] :  |b Apress :  |b Distributed to the Book trade worldwide by Springer Science+Business Media,  |c ©2010. 
300 |a 1 online resource (xiii, 257 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 1 |a The expert's voice in WPF 
505 0 |a Overview of WPF and Silverlight -- DataBinding -- Model-View Separation -- The ViewModel -- Events and Commands -- Validation -- Unit Testing -- Data Access Layer -- Application Support -- Sample Application. 
520 |a WPF and Silverlight are unlike any other user interface (UI) technologies. They have been built to a new paradigm that--if harnessed correctly--can yield unprecedented power and performance. This book shows you how to control that power to produce clean, testable, maintainable code. It is now recognized that any non-trivial WPF or Silverlight application needs be designed around the Model-View-ViewModel (MVVM) design pattern in order to unlock the technology's full data-binding potential.¡ However, the knowledge of how to do this is missing from a large part of the development community--even amongst those who work with WPF and Silverlight on a daily basis. Too often there is a reliance on programmatic interaction between controls and not enough trust in the technologies' data-binding capabilities. This leads to a clouding of design values and an inevitable loss of performance, scalability, and maintainability throughout the application. Pro WPF and Silverlight MVVM will show you how to arrange your application so that it can grow as much as required in any direction without danger of collapse. 
546 |a English. 
542 |f Copyright © Apress 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Silverlight (Electronic resource) 
630 0 7 |a Silverlight (Electronic resource)  |2 blmlsh 
630 0 7 |a Silverlight (Electronic resource)  |2 fast 
650 0 |a User interfaces (Computer systems) 
650 0 |a Application software  |x Development. 
650 6 |a Interfaces utilisateurs (Informatique) 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
650 7 |a Informatique.  |2 eclas 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a User interfaces (Computer systems)  |2 fast 
776 0 8 |i Print version:  |a Hall, Gary McLean.  |t Pro WPF and Silverlight MVVM.  |d [New York] : Apress : Distributed to the book trade worldwide by Springer Science+Business Media, ©2010  |z 9781430231622  |w (OCoLC)630509452 
830 0 |a Expert's voice in WPF. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430231622/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26393308 
938 |a Books 24x7  |b B247  |n bks00040207 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL798928 
938 |a ebrary  |b EBRY  |n ebr10494279 
938 |a EBSCOhost  |b EBSC  |n 425146 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis26003628 
994 |a 92  |b IZTAP