|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
EBSCO_ocn841171141 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
130429s2013 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d YDXCP
|d IDEBK
|d COO
|d EBLCP
|d MHW
|d MEAUC
|d KNOVL
|d DEBSZ
|d OCLCA
|d OCLCQ
|d OCLCF
|d KNOVL
|d OCLCQ
|d FEM
|d N$T
|d ZCU
|d AGLDB
|d MERUC
|d OCLCQ
|d OCLCA
|d OCL
|d D6H
|d VTS
|d CEF
|d ICG
|d TEFOD
|d NLE
|d UKMGB
|d OCLCQ
|d OCLCO
|d STF
|d DKC
|d OCLCQ
|d UKAHL
|d OCLCQ
|d OCLCO
|d K6U
|d OCLCQ
|d OCLCO
|d INARC
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018015196
|2 Uk
|
019 |
|
|
|a 828620820
|a 968017189
|a 969039330
|
020 |
|
|
|a 1849687439
|q (electronic bk.)
|
020 |
|
|
|a 9781849687430
|q (electronic bk.)
|
020 |
|
|
|a 9781849687423
|q (electronic bk.)
|
020 |
|
|
|a 1849687420
|q (electronic bk.)
|
029 |
1 |
|
|a AU@
|b 000051432771
|
029 |
1 |
|
|a CHNEW
|b 001051267
|
029 |
1 |
|
|a CHVBK
|b 567700879
|
029 |
1 |
|
|a DEBBG
|b BV041121614
|
029 |
1 |
|
|a DEBBG
|b BV044188965
|
029 |
1 |
|
|a DEBSZ
|b 396765343
|
029 |
1 |
|
|a DEBSZ
|b 397473370
|
029 |
1 |
|
|a DEBSZ
|b 493118527
|
029 |
1 |
|
|a UKMGB
|b 018015196
|
035 |
|
|
|a (OCoLC)841171141
|z (OCoLC)828620820
|z (OCoLC)968017189
|z (OCoLC)969039330
|
037 |
|
|
|a CL0500000212
|b Safari Books Online
|
037 |
|
|
|a B4AFAD0A-839B-4AE7-8231-8AD774B7564C
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.76.M52
|b R35 2013
|
072 |
|
7 |
|a COM
|x 060160
|2 bisacsh
|
082 |
0 |
4 |
|a 005.2768
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Rajshekhar, A. P.
|
245 |
1 |
0 |
|a .NET framework 4.5 expert programming cookbook.
|
260 |
|
|
|a Birmingham, UK :
|b Packt Pub.,
|c 2013.
|
300 |
|
|
|a 1 online resource (1 volume) :
|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
|2 rda
|
588 |
0 |
|
|a Online resource; title from PDF title page (Safari, viewed Apr. 29, 2013).
|
520 |
|
|
|a .Net Framework 4.5 Expert Programming Cookbook is a concise and practical cookbook with advanced recipes which demonstrate the new functionality of .NET Framework 4.5. If you are a .NET developer and would like to learn the new features in .NET 4.5, then this book is just for you. "".Net Framework 4.5 Expert Programming Cookbook"" gives developers with a basic to intermediate knowledge a high-level overview and clear understanding of what the .NET 4.5 Framework provides.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Core .NET Recipes; Introduction; Implementing the validation logic using the Repository pattern; Creating a custom validation attribute by extending the validation data annotation; Using XML to generate a localized validation message; Extending the validation attribute for localization; Creating custom attributes; Processing custom attributes via reflection; Using asynchronous file I/O for directory-to-directory copy; Accessing JSON using dynamic programming.
|
505 |
8 |
|
|a Chapter 2: Application Events and Windows FormsIntroduction; Creating an event that can have generic values as payload; Creating a table layout that can dynamically; add or remove rows based on the size of the collection; Creating DataGridView dynamically; Creating a video player using DirectX and Windows Forms; Chapter 3: Threading and Parallel Programming; Introduction; Creating a shared resource; Handling Producer-Consumer race conditions; Handling background threads in Windows Forms; Handling threads in WPF; Using parallel programming to make bulk image processing faster.
|
505 |
8 |
|
|a Chaining two parallelized bulk image processing operationsChapter 4: ASP.NET Recipes -- I; Introduction; Creating a user registration page using HTML5 controls; Saving a draft of a user registration page using HTML5 client storage; Binding objects to controls using strongly-typed data controls; Implementing communication between an ASPX page and a Silverlight application; Chapter 5: ADO.NET Recipes; Introduction; Saving large files (BLOB) in MS SQL Server using ADO.NET; Retrieving large files (BLOB) from SQL Server using ADO.NET.
|
505 |
8 |
|
|a Using transactions to maintain database consistency when saving multiple filesUsing DataSet to modify custom XML configuration files; Chapter 6: WCF Recipes; Introduction; Implementing custom binding in WCF; Creating a WCF REST service; Handling exceptions using FaultContract and FaultException; Uploading files using Stream; Securing a service using role-based security; Chapter 7: WPF Recipes; Introduction; Implementing the Model and Repository pattern; Implementing View Model; Implementing View commands and binding data to View; Using the live data shaper for live sorting.
|
505 |
8 |
|
|a Playing videos using MediaElementUsing Ribbon control to display the video player controls; Chapter 8: ASP.NET Recipes -- II; Introduction; Preventing cross-site injection using the anti-XSS library; Adding Google Map functionality using Map Helper; Third-party authentication of users using Google; Implementing unobtrusive validation; Chapter 9: Silverlight Recipes; Introduction; Using Pivot control to present asset data; Accessing webcams; Using client-side storage for saving a draft of the user registration data; Chapter 10 : Entity Framework Recipes; Introduction.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Microsoft .NET Framework.
|
630 |
0 |
7 |
|a Microsoft .NET Framework
|2 fast
|
650 |
|
0 |
|a Internet programming.
|
650 |
|
0 |
|a Computer software
|x Development.
|
650 |
|
6 |
|a Programmation Internet.
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Web programming.
|2 bisacsh
|
650 |
|
7 |
|a Computer software
|x Development
|2 fast
|
650 |
|
7 |
|a Internet programming
|2 fast
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=533198
|z Texto completo
|
938 |
|
|
|a Internet Archive
|b INAR
|n netframework45ex0000rajs
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26851055
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 533198
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis24817747
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10004413
|
994 |
|
|
|a 92
|b IZTAP
|