.NET framework 4.5 expert programming cookbook. (Record no. 2751748)

MARC details
000 -LEADER
fixed length control field 06338cam a2200769Ia 4500
001 - CONTROL NUMBER
control field ocn841171141
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220711195954.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr unu||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 130429s2013 enka o 001 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency UMI
Language of cataloging eng
Description conventions pn
Transcribing agency UMI
Modifying agency YDXCP
-- IDEBK
-- COO
-- EBLCP
-- MHW
-- MEAUC
-- KNOVL
-- DEBSZ
-- OCLCA
-- OCLCQ
-- OCLCF
-- KNOVL
-- OCLCQ
-- FEM
-- N$T
-- ZCU
-- AGLDB
-- MERUC
-- OCLCQ
-- OCLCA
-- OCL
-- D6H
-- VTS
-- CEF
-- ICG
-- TEFOD
-- NLE
-- UKMGB
-- OCLCQ
-- OCLCO
-- STF
-- DKC
-- OCLCQ
-- UKAHL
-- OCLCQ
-- OCLCO
-- K6U
-- OCLCQ
-- OCLCO
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018015196
Source Uk
019 ## -
-- 828620820
-- 968017189
-- 969039330
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1849687439
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781849687430
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781849687423
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1849687420
Qualifying information (electronic bk.)
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000051432771
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 001051267
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 567700879
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV041121614
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV044188965
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 396765343
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 397473370
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 493118527
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 018015196
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)841171141
Canceled/invalid control number (OCoLC)828620820
-- (OCoLC)968017189
-- (OCoLC)969039330
037 ## - SOURCE OF ACQUISITION
Stock number CL0500000212
Source of stock number/acquisition Safari Books Online
037 ## - SOURCE OF ACQUISITION
Stock number B4AFAD0A-839B-4AE7-8231-8AD774B7564C
Source of stock number/acquisition OverDrive, Inc.
Note http://www.overdrive.com
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.76.M52
Item number R35 2013
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 060160
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.2768
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Rajshekhar, A. P.
9 (RLIN) 942057
245 10 - TITLE STATEMENT
Title .NET framework 4.5 expert programming cookbook.
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc Birmingham, UK :
Name of publisher, distributor, etc Packt Pub.,
Date of publication, distribution, etc 2013.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (1 volume) :
Other physical details illustrations
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
347 ## -
-- text file
-- rda
588 0# -
-- Online resource; title from PDF title page (Safari, viewed Apr. 29, 2013).
520 ## - SUMMARY, ETC.
Summary, etc .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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
630 00 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Microsoft .NET Framework.
9 (RLIN) 871613
630 07 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Microsoft .NET Framework.
Source of heading or term fast
-- (OCoLC)fst01020083
9 (RLIN) 871613
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Internet programming.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer software
General subdivision Development.
9 (RLIN) 27428
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Programmation Internet.
9 (RLIN) 884921
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Web
-- Web programming.
Source of heading or term bisacsh
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Computer software
General subdivision Development.
Source of heading or term fast
-- (OCoLC)fst00872537
9 (RLIN) 27428
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Internet programming.
Source of heading or term fast
-- (OCoLC)fst00977281
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=533198">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=533198</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH26851055
938 ## -
-- EBSCOhost
-- EBSC
-- 533198
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis24817747
938 ## -
-- YBP Library Services
-- YANK
-- 10004413
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 11/07/2022   11/07/2022 11/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library