Cargando…

ASP.NET core recipes : a problem-solution approach /

Quickly find solutions to common web development problems. Content is presented in the popular problem-solution format. Look up the problem that you want to solve. Read the solution. Apply the solution directly in your own code. Problem solved! ASP.NET Core Recipes is a practical guide for developer...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ciliberti, John (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [United States] : Apress, 2017.
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1003640986
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 170914s2017 xxu ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d GW5XE  |d N$T  |d OCLCF  |d YDX  |d OTZ  |d AZU  |d UPM  |d MERER  |d IOG  |d COO  |d OCLCQ  |d OCLCA  |d OCL  |d SNK  |d OCLCQ  |d U3W  |d CAUOI  |d OCLCQ  |d OCLCO  |d KSU  |d VT2  |d INT  |d UAB  |d AU@  |d OCLCQ  |d OCLCO  |d ESU  |d WYU  |d UMI  |d UKMGB  |d TOH  |d K6U  |d OCLCQ  |d G3B  |d OCLCQ  |d OCLCO  |d STF  |d C6I  |d OCLCQ  |d D6H  |d ADU  |d UHL  |d LEATE  |d SFB  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 019127006  |2 Uk 
019 |a 1008875109  |a 1012024437  |a 1048174330  |a 1055836169  |a 1058361632  |a 1066470458  |a 1066617961  |a 1076490712  |a 1084335870  |a 1086449323  |a 1113434047  |a 1113633129  |a 1122818506  |a 1125609089  |a 1129357378  |a 1136456469  |a 1160010084  |a 1162152025  |a 1162797599 
020 |a 9781484204276  |q (electronic bk.) 
020 |a 1484204271  |q (electronic bk.) 
020 |a 148420428X 
020 |a 9781484204283 
020 |z 9781484204283  |q (print) 
024 7 |a 10.1007/978-1-4842-0427-6  |2 doi 
029 1 |a AU@  |b 000060949954 
029 1 |a AU@  |b 000065065719 
029 1 |a AU@  |b 000066230170 
029 1 |a UKMGB  |b 019127006 
029 1 |a AU@  |b 000069009849 
035 |a (OCoLC)1003640986  |z (OCoLC)1008875109  |z (OCoLC)1012024437  |z (OCoLC)1048174330  |z (OCoLC)1055836169  |z (OCoLC)1058361632  |z (OCoLC)1066470458  |z (OCoLC)1066617961  |z (OCoLC)1076490712  |z (OCoLC)1084335870  |z (OCoLC)1086449323  |z (OCoLC)1113434047  |z (OCoLC)1113633129  |z (OCoLC)1122818506  |z (OCoLC)1125609089  |z (OCoLC)1129357378  |z (OCoLC)1136456469  |z (OCoLC)1160010084  |z (OCoLC)1162152025  |z (OCoLC)1162797599 
037 |a CL0501000008  |b Safari Books Online 
050 4 |a TK5105.8885.A26 
072 7 |a COM  |x 051000  |2 bisacsh 
072 7 |a UMP  |2 bicssc 
072 7 |a UMP  |2 thema 
082 0 4 |a 005.2/76  |2 23 
049 |a UAMI 
100 1 |a Ciliberti, John,  |e author. 
245 1 0 |a ASP.NET core recipes :  |b a problem-solution approach /  |c John Ciliberti. 
250 |a Second edition. 
264 1 |a [United States] :  |b Apress,  |c 2017. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c ©2017 
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 
347 |a text file 
347 |b PDF 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed September 27, 2017). 
505 0 |a Chapter 1 -- ASP.NET Core MVC Fundamentals -- Chapter 2 -- Getting Started with ASP.NET Core MVC -- Chapter 3 -- MVC Razor Syntax and HTML Helpers -- Chapter 4 -- Using Tag Helpers -- Chapter 5 -- Getting the Most from New Features in ASP.NET Core MVC -- Chapter 6 -- Solution Design using ASP.NET Core MVC -- Chapter 7 -- Test-Driven Development with ASP.NET Core MVC -- Chapter 8 -- Moving from WebForms to ASP.NET Core MVC -- Chapter 9 -- Data Validation Using ASP.NET Core MVC -- Chapter 10- Securing Your ASP.NET Core MVC Application -- Chapter 11 -- Creating Modern User Experiences Using React.js and ASP.NET Core -- Appendix A. 
520 |a Quickly find solutions to common web development problems. Content is presented in the popular problem-solution format. Look up the problem that you want to solve. Read the solution. Apply the solution directly in your own code. Problem solved! ASP.NET Core Recipes is a practical guide for developers creating modern web applications, cutting through the complexities of ASP.NET, jQuery, React, and HTML5 to provide straightforward solutions to common web development problems using proven methods based on best practices. The problem-solution approach gets you in, out, and back to work quickly while deepening your understanding of the underlying platform and how to develop with it. Author John Ciliberti guides you through the MVC framework and development tools, presenting typical challenges, along with code solutions and clear, concise explanations, to accelerate application development. Solve problems immediately by pasting in code from the recipes, or put multiple recipe solutions together to overcome challenging development obstacles. What You'll Learn Take advantage of MVC's streamlined syntax Discover how to take full control over HTML Develop a simple API for creating RESTful web services Understand test-driven development Migrate a project from ASP.NET web forms to Core MVC, including recipes for converting DataGrids, Forms, Web Parts, Master Pages, and navigation controls Use Core MVC in combination with popular JavaScript libraries, including jQuery, React, Bootstrap, and more Write unit tests for your MVC controllers, views, custom filters, and HTML helpers Utilize the latest features in Visual Studio 2017 to accelerate your Core MVC projects Identify performance bottlenecks in your MVC application. 
504 |a Includes bibliographical references and index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Active server pages. 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Active server pages  |2 fast 
630 0 7 |a Microsoft .NET Framework  |2 fast 
650 0 |a Web servers. 
650 0 |a Web site development. 
650 0 |a Internet programming. 
650 6 |a Serveurs Web. 
650 6 |a Sites Web  |x Développement. 
650 6 |a Programmation Internet. 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a Software Engineering.  |2 bicssc 
650 7 |a Microsoft programming.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming  |x General.  |2 bisacsh 
650 7 |a Internet programming  |2 fast 
650 7 |a Web servers  |2 fast 
650 7 |a Web site development  |2 fast 
776 0 8 |i Printed edition:  |z 9781484204283 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484204276/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 1174487 
938 |a YBP Library Services  |b YANK  |n 14802893 
994 |a 92  |b IZTAP