Cargando…

Essential ASP.NET Web Forms Development : Full Stack Programming with C#, SQL, Ajax, and JavaScript /

Go from beginner to pro using one of the most effective and widely used technology stacks, Microsoft ASP.NET. Beginning with the basics, you will learn how to create interactive, professional-grade, database-driven web applications in no time, using ASP.NET, C#, SQL, Ajax, and JavaScript. Essential...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Beasley, Robert E. (Professor of Computing) (Autor)
Autor Corporativo: Safari, an O'Reilly Media Company
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, Calif. : Apress, 2020.
Edición:1st edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1147974952
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu||||||||
008 130320s2020 caua o 001 0 eng
040 |a AU@  |b eng  |e pn  |c AU@  |d EBLCP  |d GW5XE  |d OCLCQ  |d LQU  |d YDX  |d SFB  |d N$T  |d OCLCF  |d UKAHL  |d COO  |d UKMGB  |d OCLCO  |d OCLCQ  |d GUA  |d VT2  |d OCL  |d OCLCO 
015 |a GBC067979  |2 bnb 
016 7 |a 019752784  |2 Uk 
019 |a 1144917910  |a 1145586151  |a 1151733409  |a 1152536960  |a 1152538997  |a 1155631685  |a 1158200982  |a 1160598487  |a 1163758294  |a 1395681162  |a 1397427124 
020 |a 1484257847 
020 |a 9781484257845  |q (electronic bk.) 
020 |z 1484257839 
020 |z 9781484257838 
024 8 |a 9781484257838 
024 8 |a 9781484257845 
024 7 |a 10.1007/978-1-4842-5784-5  |2 doi 
024 7 |a 10.1007/978-1-4842-5 
029 0 |a AU@  |b 000066971634 
029 1 |a UKMGB  |b 019752784 
029 1 |a AU@  |b 000068658870 
035 |a (OCoLC)1147974952  |z (OCoLC)1144917910  |z (OCoLC)1145586151  |z (OCoLC)1151733409  |z (OCoLC)1152536960  |z (OCoLC)1152538997  |z (OCoLC)1155631685  |z (OCoLC)1158200982  |z (OCoLC)1160598487  |z (OCoLC)1163758294  |z (OCoLC)1395681162  |z (OCoLC)1397427124 
037 |a com.springer.onix.9781484257845  |b Springer Nature 
050 4 |a TK5105.8885.A26 
072 7 |a UMP  |2 bicssc 
072 7 |a COM051380  |2 bisacsh 
072 7 |a UMP  |2 thema 
082 0 4 |a 005.2/762  |2 23 
049 |a UAMI 
100 1 |a Beasley, Robert E.  |c (Professor of Computing),  |e author. 
245 1 0 |a Essential ASP.NET Web Forms Development :  |b Full Stack Programming with C#, SQL, Ajax, and JavaScript /  |c Robert E. Beasley. 
250 |a 1st edition. 
264 1 |a Berkeley, Calif. :  |b Apress,  |c 2020. 
300 |a 1 online resource (xx, 565 pages) :  |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 
500 |a Includes index. 
520 |a Go from beginner to pro using one of the most effective and widely used technology stacks, Microsoft ASP.NET. Beginning with the basics, you will learn how to create interactive, professional-grade, database-driven web applications in no time, using ASP.NET, C#, SQL, Ajax, and JavaScript. Essential ASP.NET Web Forms Development is divided into six learning modules and will take you from soup to nuts with ASP.NET. Part I is an introduction to the major concepts, methodologies, and technologies associated with .NET web application development. You will learn about the client-server model, the .NET Framework, the ASP.NET and C# programming languages, and the Visual Studio integrated development environment. Part II teaches you how to develop a single-page .NET web application and add server and data validation controls, laying the foundation for learning languages in the context of an ASP.NET web application. Part III is all about C# operations and shows you how to perform assignment operations, conversion operations, control operations, string operations, arithmetic operations, date and time operations, array operations, collection operations, and file system operations, as well as create custom C# classes in the context of a .NET web application. In Part IV, you dive into a multiple-page .NET web application and learn how to maintain state between pages and create master pages, themes, and navigation controls. Part V shows you how to connect a .NET web application to a SQL Server database. You will learn to read a database schema, program in the SQL language, utilize data binding, perform single- and multiple-row database table maintenance, and write code behind database operations. And finally, Part VI teaches you how to enhance the interactivity of a .NET web application. You will learn how to generate email messages, make use of basic Ajax controls and the Ajax Control Toolkit, and program in the JavaScript language. What You Will Learn Delve into the basics of the client-server model, the .NET Framework, the ASP.NET and C# programming languages, and the Visual Studio integrated development environment Create a page and add server and data validation controls Develop basic programming skills in the C# language Maintain state between pages and create master pages, themes, and navigation controls Read a database schema, program in the SQL language, utilize data binding, perform single- and multiple-row database table maintenance, and write ... 
542 |f Copyright © Apress  |g 2020 
550 |a Made available through: Safari, an O'Reilly Media Company. 
588 |a Online resource; Title from title page (viewed March 12, 2020) 
505 0 |a Part I -- Overview -- Chapter 1: Web Application Development -- Part II -- Single-Page Web Application Development -- Chapter 2: Page Development -- Chapter 3: Basic Server Controls -- Chapter 4: More Server Controls -- Chapter 5: Data Validation Controls -- Part III -- C# Programming -- Chapter 6: Assignment Operations -- Chapter 7: Conversion Operations -- Chapter 8: Control Operations -- Chapter 9: String Operations -- Chapter 10: Arithmetic Operations -- Chapter 11: Date and Time Operations -- Chapter 12: Array Operations -- Chapter 13: Collection Operations -- Chapter 14: File System Operations -- Chapter 15: Custom C# Classes -- Part IV -- Multiple-Page Web Application Development -- Chapter 16: State Maintenance -- Chapter 17: Master Pages -- Chapter 18: Themes -- Chapter 19: Navigation -- Part V -- Database Connectivity -- Chapter 20: Database Design, SQL, and Data Binding -- Chapter 21: Single-Row Database Table Maintenance -- Chapter 22: Multiple-Row Database Table Maintenance -- Chapter 23: Code-Behind Database Operations -- Part VI -- Additional Functionality -- Chapter 24: Email Messaging -- Chapter 25: Ajax Programming -- Chapter 26: JavaScript Programming. 
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 Microsoft .NET Framework  |2 fast 
630 0 7 |a Active server pages  |2 fast 
650 0 |a Web site development. 
650 0 |a Application software  |x Development. 
650 0 |a C (Computer program language) 
650 0 |a SQL (Computer program language) 
650 6 |a Sites Web  |x Développement. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a C (Langage de programmation) 
650 6 |a SQL (Langage de programmation) 
650 7 |a SQL (Computer program language)  |2 fast 
650 7 |a C (Computer program language)  |2 fast 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Web site development  |2 fast 
710 2 |a Safari, an O'Reilly Media Company. 
776 0 8 |i Print version:  |a Beasley, Robert E.  |t Essential ASP. NET Web Forms Development : Full Stack Programming with C#, SQL, Ajax, and JavaScript.  |d Berkeley, CA : Apress L.P., ©2020  |z 9781484257838 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484257845/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH37404347 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6133702 
938 |a YBP Library Services  |b YANK  |n 301160167 
938 |a EBSCOhost  |b EBSC  |n 2393712 
994 |a 92  |b IZTAP