Cargando…

ASP.NET web API 2 recipes : a problem-solution approach /

ASP.NET Web API 2 Recipes provides you with the code to solve a full range of Web API problems and question marks that you might face when developing line-of-business applications. ASP.NET Web API Recipes gives you an in-depth explanation for each of these scenarios and shows you how to use Web API...

Descripción completa

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

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocn889879363
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 140903s2014 nyua ob 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d SFB  |d UPM  |d B24X7  |d DEBBG  |d DEBSZ  |d COO  |d OCLCQ  |d OCLCF  |d OCLCQ  |d Z5A  |d LIV  |d OCLCQ  |d VT2  |d OCLCO  |d REB  |d VLB  |d CEF  |d AU@  |d WYU  |d UAB  |d UKAHL  |d OCLCQ  |d OCLCO  |d LEAUB  |d DCT  |d ERF  |d EBLCP  |d ADU  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 1005813379  |a 1026434348  |a 1048158116  |a 1065690123  |a 1066691892  |a 1086542804  |a 1110754070  |a 1112576356  |a 1112823195  |a 1129336338  |a 1153047397 
020 |a 1430259809 
020 |a 9781430259800 
020 |a 9781430259817  |q (electronic) 
020 |a 1430259817  |q (electronic) 
020 |z 9781430259800 
024 7 |a 10.1007/978-1-4302-5981-7  |2 doi 
029 1 |a DEBBG  |b BV042182531 
029 1 |a DEBSZ  |b 417232144 
029 1 |a GBVCP  |b 88273377X 
035 |a (OCoLC)889879363  |z (OCoLC)1005813379  |z (OCoLC)1026434348  |z (OCoLC)1048158116  |z (OCoLC)1065690123  |z (OCoLC)1066691892  |z (OCoLC)1086542804  |z (OCoLC)1110754070  |z (OCoLC)1112576356  |z (OCoLC)1112823195  |z (OCoLC)1129336338  |z (OCoLC)1153047397 
037 |a CL0500000475  |b Safari Books Online 
050 4 |a QA76.76.A63  |b W653 2014 
072 7 |a UY  |2 bicssc 
072 7 |a COM014000  |2 bisacsh 
082 0 4 |a 004  |2 23 
049 |a UAMI 
100 1 |a Wojcieszyn, Filip. 
245 1 0 |a ASP.NET web API 2 recipes :  |b a problem-solution approach /  |c Filip Wojcieszyn. 
246 3 |a Active Server Pages .NET web Application Programming Interface two recipes 
260 |a [New York] :  |b Apress :  |b Distributed to the Book trade worldwide by Springer Science+Business Media New York,  |c 2014. 
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 
347 |b PDF 
490 1 |a The expert's voice in .NET 
588 0 |a Online resource; title from title page (Safari, viewed August 27, 2014). 
520 |a ASP.NET Web API 2 Recipes provides you with the code to solve a full range of Web API problems and question marks that you might face when developing line-of-business applications. ASP.NET Web API Recipes gives you an in-depth explanation for each of these scenarios and shows you how to use Web API with a vast array of .NET application development tools and external libraries, to solve common business problems. Find out how you can build custom web services with ASP.NET Web API more efficiently than ever. 
504 |a Includes bibliographical references and index. 
505 0 |a At a Glance; Introduction; Chapter 1: Web API in ASP.NET; 1-1. Add ASP.NET Web API to an MVC Application; Problem; Solution; How It Works; The Code; 1-2. Add ASP.NET Web API to a Web Forms Application; Problem; Solution; How It Works; The Code; 1-3. Accept an HTML Form; Problem; Solution; How It Works; The Code; 1-4. Link from MVC Controller to API Controller and Vice Versa; Problem; Solution; How It Works; The Code; 1-5. Use Scaffolding with ASP.NET Web API; Problem; Solution; How It Works; The Code; 1-6. Add Model Validation; Problem; Solution; How It Works; The Code. 
505 8 |a 1-7. Use CSRF ProtectionProblem; Solution; How It Works; The Code; 1-8. Add Support for Session State; Problem; Solution; How It Works; The Code; Chapter 2: ASP.NET Web API Outside of IIS; 2-1. Self-Host ASP.NET Web API; Problem; Solution; How It Works; The Code; 2-2. Host ASP.NET Web API with OWIN; Problem; Solution; How It Works; The Code; 2-3. Host ASP.NET Web API in Azure Mobile Services; Problem; Solution; How It Works; The Code; 2-4. Quick Prototypes with scriptcs; Problem; Solution; How It Works; The Code; 2-5. Host ASP.NET Web API in Azure Worker Role; Problem; Solution; How It Works. 
505 8 |a The Code2-6. Use ASP.NET Web API with F♯; Problem; Solution; How It Works; The Code; Chapter 3: Routing; 3-1. Define Centralized Routes; Problem; Solution; How It Works; The Code; 3-2. Define Direct Routes; Problem; Solution; How It Works; The Code; 3-3. Set Default Route Values; Problem; Solution; How It Works; The Code; 3-4. Set Optional Route Values; Problem; Solution; How It Works; The Code; 3-5. Set Route Constraints; Problem; Solution; How It Works; The Code; 3-6. Define Remote Procedure Call Style Routes; Problem; Solution; How It Works; The Code; 3-7. Create Catch-all Routes; Problem. 
505 8 |a SolutionHow It Works; The Code; 3-8. Prevent Controller Methods from Inadvertently Becoming Web API Endpoints; Problem; Solution; How It Works; Solution; 3-9. Configure Route-Specific Message Handlers; Problem; Solution; How It Works; The Code; 3-10. Ignore Routes; Problem; Solution; How It Works; The Code; 3-11. Localize Routes; Problem; Solution; How It Works; The Code; 3-12. Generate a Link to the Route; Problem; Solution; How It Works; The Code; Chapter 4: Content Negotiation and Media Types; 4-1. Request a Specific Media Type from ASP.NET Web API; Problem; Solution; How It Works. 
505 8 |a The Code4-2. Support Additional Media Types; Problem; Solution; How It Works; The Code; 4-3. Control Model Binding From URI and Body; Problem; Solution; How It Works; The Code; FromUri and FromBody; TypeConverters; ModelBinders; 4-4. ASP.NET MVC-style Parameter Bindingin ASP.NET Web API; Problem; Solution; How It Works; The Code; 4-5. Customize XML and JSON Responses; Problem; Solution; How It Works; The Code; JSON; XML; 4-6. Write Your Own MediaTypeFormatter; Problem; Solution; How It Works; The Code; 4-7. Run Content Negotiation Manually; Problem; Solution; How It Works; The Code. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Active server pages. 
630 0 7 |a Active server pages.  |2 blmlsh 
630 0 7 |a Active server pages  |2 fast 
650 0 |a Application program interfaces (Computer software) 
650 6 |a Interfaces de programmation d'applications. 
650 7 |a APIs (interfaces)  |2 aat 
650 7 |a Application program interfaces (Computer software)  |2 fast 
776 0 8 |i Printed edition:  |z 9781430259800 
830 0 |a Expert's voice in .NET. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430259817/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29395602 
938 |a Books 24x7  |b B247  |n bks00052976 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6230025 
994 |a 92  |b IZTAP