Cargando…

Modern API design with ASP.NET Core 2 : building cross-platform back-end systems /

Use ASP.NET Core 2 to create durable and cross-platform web APIs through a series of applied, practical scenarios. Examples in this book help you build APIs that are fast and scalable. You'll progress from the basics of the framework through to solving the complex problems encountered in implem...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Reynders, Fanie (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : Apress, [2018]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1028552342
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 180313s2018 nyua o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d GW5XE  |d YDX  |d AZU  |d OCLCF  |d UMI  |d STF  |d EBLCP  |d UPM  |d OCLCQ  |d COO  |d OCLCO  |d TOH  |d CEF  |d KSU  |d VT2  |d U3W  |d OCLCQ  |d OCLCO  |d DEBBG  |d UAB  |d SNK  |d WYU  |d G3B  |d LVT  |d S9I  |d C6I  |d UKMGB  |d K6U  |d OCLCQ  |d OCLCO  |d CAUOI  |d D6H  |d MERER  |d LEAUB  |d OCLCQ  |d UKAHL  |d LQU  |d FVL  |d OCLCQ  |d OCLCO  |d ADU  |d UHL  |d LEATE  |d OCLCQ  |d BRF  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ  |d OCLCO 
016 7 |a 019140149  |2 Uk 
019 |a 1028663842  |a 1028823722  |a 1029061004  |a 1029878773  |a 1033650287  |a 1048245103  |a 1066631183  |a 1066692207  |a 1081181414  |a 1086516535  |a 1103252779  |a 1105191398  |a 1105717233  |a 1112864730  |a 1113173624  |a 1122847570  |a 1129355183 
020 |a 9781484235195  |q (electronic bk.) 
020 |a 1484235193  |q (electronic bk.) 
020 |z 9781484235188 
020 |z 1484235185 
024 7 |a 10.1007/978-1-4842-3519-5  |2 doi 
027 |a SPRINTER 
029 1 |a AU@  |b 000062118453 
029 1 |a AU@  |b 000062228553 
029 1 |a AU@  |b 000066532186 
029 1 |a AU@  |b 000066971569 
029 1 |a AU@  |b 000067074725 
029 1 |a AU@  |b 000067111227 
029 1 |a AU@  |b 000067502335 
029 1 |a CHNEW  |b 001063430 
029 1 |a CHVBK  |b 575139900 
029 1 |a UKMGB  |b 019140149 
035 |a (OCoLC)1028552342  |z (OCoLC)1028663842  |z (OCoLC)1028823722  |z (OCoLC)1029061004  |z (OCoLC)1029878773  |z (OCoLC)1033650287  |z (OCoLC)1048245103  |z (OCoLC)1066631183  |z (OCoLC)1066692207  |z (OCoLC)1081181414  |z (OCoLC)1086516535  |z (OCoLC)1103252779  |z (OCoLC)1105191398  |z (OCoLC)1105717233  |z (OCoLC)1112864730  |z (OCoLC)1113173624  |z (OCoLC)1122847570  |z (OCoLC)1129355183 
037 |a CL0500000951  |b Safari Books Online 
050 4 |a QA76.76.A63 
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 
082 0 4 |a 004.6  |2 23 
049 |a UAMI 
100 1 |a Reynders, Fanie,  |e author. 
245 1 0 |a Modern API design with ASP.NET Core 2 :  |b building cross-platform back-end systems /  |c Fanie Reynders. 
264 1 |a [New York] :  |b Apress,  |c [2018] 
264 4 |c Ã2018 
300 |a 1 online resource :  |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 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed March 15, 2018). 
505 0 |a 1. API Design Demystified -- 2. Introduction to ASP.NET Core -- 3. Your First API Application -- 4. Extensibility Architecture -- 5. MVC -- 6. The Configuration Model -- 7. Logging and Error Handling -- 8. Securing APIs -- 9. Bells & Whistles -- 10. Testing & Debugging -- 11. Hosting & Deployment. 
520 |a Use ASP.NET Core 2 to create durable and cross-platform web APIs through a series of applied, practical scenarios. Examples in this book help you build APIs that are fast and scalable. You'll progress from the basics of the framework through to solving the complex problems encountered in implementing secure RESTful services. The book is packed full of examples showing how Microsoft's ground-up rewrite of ASP.NET Core 2 enables native cross-platform applications that are fast and modular, allowing your cloud-ready server applications to scale as your business grows. Major topics covered in the book include the fundamentals and core concepts of ASP.NET Core 2. You'll learn about building RESTful APIs with the MVC pattern using proven best practices and following the six principles of REST. Examples in the book help in learning to develop world-class web APIs and applications that can run on any platform, including Windows, Linux, and MacOS. You can even deploy to Microsoft Azure and automate your delivery by implementing Continuous Integration and Continuous Deployment pipelines. What You Will Learn: Incorporate automated API tooling such as Swagger from the OpenAPI specification Standardize query and response formats using Facebook's GraphQL query language Implement security by applying authentication and authorization using ASP.NET Identity Ensure the safe storage of sensitive data using the data protection stack Create unit and integration tests to guarantee code quality. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Microsoft .NET Framework  |2 fast 
650 0 |a Application program interfaces (Computer software) 
650 0 |a Cross-platform software development. 
650 6 |a Interfaces de programmation d'applications. 
650 7 |a APIs (interfaces)  |2 aat 
650 7 |a Microsoft programming.  |2 bicssc 
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 Application program interfaces (Computer software)  |2 fast 
650 7 |a Cross-platform software development  |2 fast 
776 0 8 |i Print version:  |a Reynders, Fanie.  |t Modern API design with ASP.NET Core 2.  |d [New York] : Apress, [2018]  |z 1484235185  |z 9781484235188  |w (OCoLC)1020632700 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484235195/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH34377565 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5358001 
938 |a EBSCOhost  |b EBSC  |n 1727622 
938 |a YBP Library Services  |b YANK  |n 15211076 
994 |a 92  |b IZTAP