• Wyszukiwanie zaawansowane
  • Kategorie
  • Kategorie BISAC
  • Książki na zamówienie
  • Promocje
  • Granty
  • Książka na prezent
  • Opinie
  • Pomoc
  • Załóż konto
  • Zaloguj się

Essential ASP.NET Web Forms Development: Full Stack Programming with C#, Sql, Ajax, and JavaScript » książka

zaloguj się | załóż konto
Logo Krainaksiazek.pl

koszyk

konto

szukaj
topmenu
Księgarnia internetowa
Szukaj
Książki na zamówienie
Promocje
Granty
Książka na prezent
Moje konto
Pomoc
 
 
Wyszukiwanie zaawansowane
Pusty koszyk
Bezpłatna dostawa dla zamówień powyżej 20 złBezpłatna dostawa dla zamówień powyżej 20 zł

Kategorie główne

• Nauka
 [2949965]
• Literatura piękna
 [1857847]

  więcej...
• Turystyka
 [70818]
• Informatyka
 [151303]
• Komiksy
 [35733]
• Encyklopedie
 [23180]
• Dziecięca
 [617748]
• Hobby
 [139972]
• AudioBooki
 [1650]
• Literatura faktu
 [228361]
• Muzyka CD
 [398]
• Słowniki
 [2862]
• Inne
 [444732]
• Kalendarze
 [1620]
• Podręczniki
 [167233]
• Poradniki
 [482388]
• Religia
 [509867]
• Czasopisma
 [533]
• Sport
 [61361]
• Sztuka
 [243125]
• CD, DVD, Video
 [3451]
• Technologie
 [219309]
• Zdrowie
 [101347]
• Książkowe Klimaty
 [123]
• Zabawki
 [2362]
• Puzzle, gry
 [3791]
• Literatura w języku ukraińskim
 [253]
• Art. papiernicze i szkolne
 [7933]
Kategorie szczegółowe BISAC

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

ISBN-13: 9781484257838 / Angielski / Miękka / 2020 / 565 str.

Robert E. Beasley
Essential ASP.NET Web Forms Development: Full Stack Programming with C#, Sql, Ajax, and JavaScript Beasley, Robert E. 9781484257838 Apress - książkaWidoczna okładka, to zdjęcie poglądowe, a rzeczywista szata graficzna może różnić się od prezentowanej.

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

ISBN-13: 9781484257838 / Angielski / Miękka / 2020 / 565 str.

Robert E. Beasley
cena 302,60
(netto: 288,19 VAT:  5%)

Najniższa cena z 30 dni: 289,13
Termin realizacji zamówienia:
ok. 22 dni roboczych
Bez gwarancji dostawy przed świętami

Darmowa dostawa!

Beginning-Intermediate user level

Kategorie:
Informatyka, Bazy danych
Kategorie BISAC:
Computers > Programming - Microsoft
Wydawca:
Apress
Język:
Angielski
ISBN-13:
9781484257838
Rok wydania:
2020
Ilość stron:
565
Waga:
1.00 kg
Wymiary:
25.4 x 17.78 x 3.02
Oprawa:
Miękka
Wolumenów:
01
Dodatkowe informacje:
Wydanie ilustrowane

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   


 

Robert E. Beasley is Professor of Computing at Franklin College in Franklin, Indiana, USA where he teaches a variety of software engineering courses. He received both his BS and MS degrees from Illinois State University and his PhD from the University of Illinois at Urbana-Champaign. He has been developing software since 1981, has been an active software consultant in both the public and private sectors since 1987 and has been teaching software engineering since 1995. He has authored three books on software engineering, contributed chapters to two books, published over 50 articles in refereed journals and conference proceedings, and delivered numerous speeches and keynote addresses at international conferences.

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 how to 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 code behind database operations
  • Generate email messages, make use of basic Ajax controls and the Ajax Control Toolkit, and program in the JavaScript language

This book is for anyone who wants to learn how to build ASP.NET web applications. Basic computer skills and the use of a database management system are recommended.

Robert E. Beasley is Professor of Computing at Franklin College where he teaches software engineering courses. He received his BS and MS degrees from Illinois State University and his PhD from the University of Illinois at Urbana-Champaign. He has been an active software consultant in the public and private sectors since 1987 and has been teaching since 1995. He is the author of three books and more than 50 articles and has spoken at numerous global conferences.



Udostępnij

Facebook - konto krainaksiazek.pl



Opinie o Krainaksiazek.pl na Opineo.pl

Partner Mybenefit

Krainaksiazek.pl w programie rzetelna firma Krainaksiaze.pl - płatności przez paypal

Czytaj nas na:

Facebook - krainaksiazek.pl
  • książki na zamówienie
  • granty
  • książka na prezent
  • kontakt
  • pomoc
  • opinie
  • regulamin
  • polityka prywatności

Zobacz:

  • Księgarnia czeska

  • Wydawnictwo Książkowe Klimaty

1997-2025 DolnySlask.com Agencja Internetowa

© 1997-2022 krainaksiazek.pl
     
KONTAKT | REGULAMIN | POLITYKA PRYWATNOŚCI | USTAWIENIA PRYWATNOŚCI
Zobacz: Księgarnia Czeska | Wydawnictwo Książkowe Klimaty | Mapa strony | Lista autorów
KrainaKsiazek.PL - Księgarnia Internetowa
Polityka prywatnosci - link
Krainaksiazek.pl - płatnośc Przelewy24
Przechowalnia Przechowalnia