Cargando…

Visual Studio 2012 cookbook : 50 simple but incredibly effective recipes to immediately get you working with the exciting features of Visual Studio 2012 /

"Visual Studio 2012 Cookbook" is a concise and practical cookbook with recipes which get you up and running straight away with all the new functionality of Visual Studio 2012. If you are a developer excited about the new features introduced in Visual Studio 2012, then no matter what your p...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Banks, Richard (Software consultant)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing Ltd, 2012.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ia 4500
001 EBSCO_ocn811760923
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 120917s2012 enk o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d N$T  |d E7B  |d EBLCP  |d OCLCQ  |d YDXCP  |d DEBSZ  |d OCLCF  |d DKDLA  |d OCLCQ  |d TJC  |d OCLCQ  |d LOA  |d JBG  |d AGLDB  |d MOR  |d PIFAG  |d OCLCQ  |d MERUC  |d OCLCQ  |d ZCU  |d U3W  |d STF  |d OCLCO  |d WRM  |d OCLCQ  |d VTS  |d NRAMU  |d ICG  |d NLE  |d INT  |d AU@  |d UKMGB  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d A6Q  |d DKC  |d OCLCQ  |d M8D  |d UKAHL  |d UHL  |d OCLCQ  |d UKCRE  |d OCLCQ  |d OCLCO  |d OCLCQ  |d QGK  |d OCLCQ 
016 7 |a 018015052  |2 Uk 
019 |a 812519577  |a 961512426  |a 962599041  |a 965986965  |a 988486899  |a 991958212  |a 1037719211  |a 1038693639  |a 1045542691  |a 1083558328  |a 1112982545  |a 1153483728  |a 1259227914 
020 |a 9781849686532  |q (electronic bk.) 
020 |a 184968653X  |q (electronic bk.) 
020 |z 9781849686525 
020 |a 1621989178 
020 |a 9781621989172 
020 |a 1283609509 
020 |a 9781283609500 
020 |a 9786613921956 
020 |a 6613921955 
029 1 |a AU@  |b 000062538874 
029 1 |a DEBBG  |b BV043091792 
029 1 |a DEBBG  |b BV044168426 
029 1 |a DEBSZ  |b 397383975 
029 1 |a DEBSZ  |b 421358203 
029 1 |a NZ1  |b 15196425 
029 1 |a UKMGB  |b 018015052 
035 |a (OCoLC)811760923  |z (OCoLC)812519577  |z (OCoLC)961512426  |z (OCoLC)962599041  |z (OCoLC)965986965  |z (OCoLC)988486899  |z (OCoLC)991958212  |z (OCoLC)1037719211  |z (OCoLC)1038693639  |z (OCoLC)1045542691  |z (OCoLC)1083558328  |z (OCoLC)1112982545  |z (OCoLC)1153483728  |z (OCoLC)1259227914 
037 |a 9781849686532  |b Packt Publishing Pvt. Ltd 
050 4 |a TK5105.8885.M57  |b B36 2012eb 
072 7 |a COM  |x 087000  |2 bisacsh 
072 7 |a COM  |x 034000  |2 bisacsh 
072 7 |a COM  |x 060130  |2 bisacsh 
072 7 |a COM  |x 060150  |2 bisacsh 
082 0 4 |a 006.7/882  |2 23 
049 |a UAMI 
100 1 |a Banks, Richard  |c (Software consultant) 
245 1 0 |a Visual Studio 2012 cookbook :  |b 50 simple but incredibly effective recipes to immediately get you working with the exciting features of Visual Studio 2012 /  |c Richard Banks. 
260 |a Birmingham :  |b Packt Publishing Ltd,  |c 2012. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
520 |a "Visual Studio 2012 Cookbook" is a concise and practical cookbook with recipes which get you up and running straight away with all the new functionality of Visual Studio 2012. If you are a developer excited about the new features introduced in Visual Studio 2012, then no matter what your programming language of choice is, "Visual Studio 2012 Cookbook" is for you. You should have a good knowledge of working with previous versions of Visual Studio to enjoy the recipes in this book. 
505 0 |a Cover; Copyright; Credits; Foreword; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Discovering Visual Studio 2012; Introduction; Creating a new project; Upgrading an existing solution; Managing editor windows; Finding Visual Studio commands; Navigating and searching; Searching your code; Using the graphics tools; Chapter 2: Getting Started with Windows Store Applications; Introduction; Creating a Windows Store app; Adding a Windows Store item template to your app; Using the Windows 8 simulator; Defining capabilities and contracts. 
505 8 |a Packaging your Windows Store appValidating your Windows Store app; Chapter 3: Web Development: ASP.NET, HTML5, CSS, and JavaScript; Introduction; Creating HTML5 web pages; Taking advantage of CSS editor improvements; Understanding the JavaScript editor improvements; JavaScript and CSS bundling and minification; Verifying pages with the Page Inspector; Chapter 4: .NET Framework 4.5 Development; Introduction; Adding the Ribbon to a WPF application; Creating a state machine in Visual Studio 2012; Creating a Task-based WCF service; Managing packages with NuGet; Unit testing .NET applications. 
505 8 |a Sharing class libraries across runtimesDetecting duplicate code; Chapter 5: Debugging Your .NET Application; Introduction; Debugging on remote machines and tablets; Debugging code in production; Debugging parallel code; Visualizing concurrency; Chapter 6: Asynchrony in .NET; Introduction; Making your code asynchronous; Asynchrony and Windows Runtime; Asynchrony and web applications; Actors and the TPL Dataflow Library; Chapter 7: Unwrapping C++ Development; Introduction; Using XAML with C++; Unit testing C++ applications; Analyzing your C++ code; Working with DirectX in Visual Studio 2012. 
505 8 |a Creating a shader using DGSLCreating and displaying a 3D model; Using the Visual Studio Graphics Debugger; Chapter 8: Working with Team Foundation Server 2012; Introduction; Managing your work; Using local workspaces for source control; Storyboarding user requirements; Performing code reviews; Getting feedback from your users; Appendix: Visual Studio Pot Pourri; Introduction; Creating installer packages; Submitting apps to the Windows Store; Using the new SQL Server Data Tools; Creating Visual Studio add-ins and extensions; Creating your own snippets; Index. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Microsoft Visual studio. 
630 0 4 |a Microsoft Visual studio. 
630 0 7 |a Microsoft Visual studio.  |2 fast  |0 (OCoLC)fst01389599 
650 0 |a Web site development. 
650 0 |a Application software  |x Development. 
650 6 |a Sites Web  |x Développement. 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Digital Media  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Interactive & Multimedia.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x Site Design.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x User Generated Content.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a Web site development.  |2 fast  |0 (OCoLC)fst01173243 
776 0 |c Paperback  |z 9781849686525. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=480558  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26944259 
938 |a ebrary  |b EBRY  |n ebr10602679 
938 |a EBSCOhost  |b EBSC  |n 480558 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 392195 
938 |a YBP Library Services  |b YANK  |n 9661183 
994 |a 92  |b IZTAP