Cargando…

Exploring Blazor : creating hosted, server-side, and client-side applications with C# /

Build and develop web applications with Blazor in C#. This book will cover all three types of Blazor - server-side, client-side, and hosted along with other features of the technology. You'll see that Blazor is a web UI framework based on C#, Razor, and HTML and how it runs front-end logic usin...

Descripción completa

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

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1131681232
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 191216s2019 nyua o 001 0 eng d
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d EBLCP  |d OCLCF  |d UKMGB  |d UPM  |d UMI  |d OCLCQ  |d AUD  |d AU@  |d VT2  |d UKAHL  |d OCLCQ  |d OCLCO  |d SNK  |d OCLCQ  |d OCLCO  |d LUU  |d OCLCQ  |d OCLCO 
015 |a GBB9K3166  |2 bnb 
016 7 |a 019637704  |2 Uk 
019 |a 1129983292  |a 1134696412  |a 1140553239  |a 1147975127  |a 1152983424  |a 1153001902  |a 1156333963  |a 1162634232 
020 |a 9781484254462  |q (electronic bk.) 
020 |a 1484254465  |q (electronic bk.) 
020 |a 1484254457 
020 |a 9781484254455 
020 |a 9781484254479  |q (print) 
020 |a 1484254473 
020 |z 9781484254455 
024 7 |a 10.1007/978-1-4842-5446-2  |2 doi 
024 8 |a 9781484254455 
024 8 |a 9781484254462 
029 1 |a AU@  |b 000066430848 
029 1 |a AU@  |b 000066440497 
029 1 |a AU@  |b 000066971874 
029 1 |a AU@  |b 000070459379 
029 1 |a UKMGB  |b 019637704 
035 |a (OCoLC)1131681232  |z (OCoLC)1129983292  |z (OCoLC)1134696412  |z (OCoLC)1140553239  |z (OCoLC)1147975127  |z (OCoLC)1152983424  |z (OCoLC)1153001902  |z (OCoLC)1156333963  |z (OCoLC)1162634232 
037 |a com.springer.onix.9781484254462  |b Springer Nature 
050 4 |a TK5105.888  |b .L58 2019eb 
072 7 |a UMP  |2 bicssc 
072 7 |a COM051380  |2 bisacsh 
072 7 |a UMP  |2 thema 
082 0 4 |a 005.7/2  |2 23 
049 |a UAMI 
100 1 |a Litvinavicius, Taurius,  |e author. 
245 1 0 |a Exploring Blazor :  |b creating hosted, server-side, and client-side applications with C# /  |c Taurius Litvinavicius. 
264 1 |a New York :  |b Apress,  |c [2019] 
264 4 |c ©2019 
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 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed December 16, 2019). 
500 |a Includes index. 
505 0 |a Chapter 1: Introduction Chapter Goal: No of pages 5 Sub -Topics 1. Web assembly introduction 2. Blazor types Chapter 2: Razor Syntax and Basics of Blazor Chapter Goal: Get started with blazor and with razor syntax that is used in blazor No of pages: 10-20 Sub -- Topics 1. Differences between blazor and razor 2. General syntax 3. Blazor binds Chapter 3: Blazor server-side Chapter Goal: Learn the layout of the project and navigation for server-side type No of pages 15-25 Sub -- Topics: 1. Default template overview 2. Navigation Chapter 4: Blazor client-side Chapter Goal: Learn how to use razor syntax to control the application, startup of it and how to use navigation No of pages: 15-25 Sub -- Topics: 1. Default template overview 2. Navigation Chapter 5: Blazor hosted Chapter Goal: Learn the hosted project layout, navigation and routes for the API parts. With that, learn how to access the API from the front end and use the shared library for models. No of pages: 20-30 1. Default template overview 2. Navigation and routes 3. API calls Chapter 6: General blazor Chapter Goal: No of pages: 15-25 Sub -- Topics 1. Interacting with JavaScript 2. Local and session storage 3. Pick and save files Chapter 7: Practice tasks for server-side Chapter Goal: Case Studies and code implementation 1. Task 1 2. Task 2 Chapter 8: Practice tasks for client-side Chapter Goal: 1. Task 1 2. Task 2 Chapter 9: Practice tasks for hosted Chapter Goal: 1. Task 1. 
520 |a Build and develop web applications with Blazor in C#. This book will cover all three types of Blazor - server-side, client-side, and hosted along with other features of the technology. You'll see that Blazor is a web UI framework based on C#, Razor, and HTML and how it runs front-end logic using C# either on the server or on the browser using WebAssembly. The author starts by introducing WebAssembly and gives an overview of Blazor along with its various categories. Next, you'll get started with Blazor where you learn the basics, including Razor syntax implementation. Here you will go over the major differences between Blazor and Razor and how the syntax works. A demo of the layout and navigation for server-side Blazor is followed by usage of Razor syntax to control an application in client-side Blazor. Further, you will go through the project layout, navigation, and routes for the API. Here, you will understand how to access the API from the front end and use the shared library for different models. Moving forward, you will discover how Blazor works with storage, files, and JavaScript. Finally, you will create web applications in Blazor using practical implementations and real-life scenarios for server-side, client-side, and hosted applications. After reading this book you will be able to build web applications with Blazor in C# and .NET Core 3.0. You will: Bind one-way and two-way data Combine Blazor and JavaScript Understand layout in server-side and client-side applications Execute the general syntax in Razor. 
542 |f Copyright © Apress  |g 2019 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Web site development. 
650 0 |a Web applications. 
650 0 |a C# (Computer program language) 
650 6 |a Sites Web  |x Développement. 
650 6 |a Applications Web. 
650 6 |a C# (Langage de programmation) 
650 7 |a C# (Computer program language)  |2 fast 
650 7 |a Web applications  |2 fast 
650 7 |a Web site development  |2 fast 
776 0 8 |i Print version:  |a Litvinavicius, Taurius.  |t Exploring Blazor : Creating Hosted, Server-Side, and Client-side Applications with C#.  |d Berkeley, CA : Apress L.P., ©2019  |z 9781484254455 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484254462/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH37100439 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5988139 
994 |a 92  |b IZTAP