Cantitate/Preț
Produs

Creating ASP.NET Core Web Applications: Proven Approaches to Application Design and Development

Autor Dirk Strauss
en Limba Engleză Paperback – 6 mar 2021
Design and develop an ASP.NET Core web application using .NET Core 3.0. This book shows you how to publish a web application to a web server and connect the published web application to a production database.

Creating ASP.NET Core Web Applications starts by setting up the Visual Studio project where you will learn about Razor pages, Entities, and creating a data service. You will create models along with methods to use a query string and handle bad requests. Modifying data with Tag helpers is discussed as well as installation of Entity Framework, working with database migrations, and implementing a data access service. You will learn how to use layout pages and sections with Partial Views, _ViewImports, and _ViewStart files. You also will create custom middleware and log application events. You will be able to deploy the web application as well as connect it to a SQL Server database.


What YouWill Learn
  • Work with models
  • Modify data
  • Work with EF Core and SQL Server
  • Work with Razor pages and Partial Views
  • Use separate scripts for production vs development
  • Trace client-side errors using Chrome Developer tools
  • Create cascading style sheets (CSS) with Sassy CSS (SCSS)
  • Explore middleware
  • Deploy your web application to IIS


Who This Book Is For

Software developers on the .NET stack who want to create ASP.NET Core web applications
Citește tot Restrânge

Preț: 30575 lei

Preț vechi: 38219 lei
-20% Nou

Puncte Express: 459

Preț estimativ în valută:
5853 6107$ 4907£

Carte disponibilă

Livrare economică 20 februarie-06 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484268278
ISBN-10: 148426827X
Pagini: 291
Ilustrații: XVI, 291 p. 153 illus.
Dimensiuni: 178 x 254 mm
Greutate: 0.54 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1:  Creating and Setting Up Your Project.- Chapter 2:  Creating Models.- Chapter 3: Modifying Data.- Chapter 4: EF Core and SQL Server.- Chapter 5: Working with Razor Pages.- Chapter 6: Adding Client-Side Logic.- Chapter 7: Exploring Middleware.- Chapter 8: Web Application Deployment.

Notă biografică

Dirk Strauss is a software developer from South Africa who has been writing code since 2003. He has extensive experience in SYSPRO, with C# and web development being his main focus. He studied at the Nelson Mandela University, where he wrote software on a part-time basis to gain a better understanding of the technology. He remains passionate about writing code and imparting what he learns with others.

Textul de pe ultima copertă

Design and develop an ASP.NET Core web application using .NET Core 3.0. This book shows you how to publish a web application to a web server and connect the published web application to a production database.

Creating ASP.NET Core Web Applications starts by setting up the Visual Studio project where you will learn about Razor pages, Entities, and creating a data service. You will create models along with methods to use a query string and handle bad requests. Modifying data with Tag helpers is discussed as well as installation of Entity Framework, working with database migrations, and implementing a data access service. You will learn how to use layout pages and sections with Partial Views, _ViewImports, and _ViewStart files. You also will create custom middleware and log application events. You will be able to deploy the web application as well as connect it to a SQL Server database.

You will:
  • Work with models
  • Modify data
  • Work with EF Core and SQL Server
  • Work with Razor pages and Partial Views
  • Use separate scripts for production vs development
  • Trace client-side errors using Chrome Developer tools
  • Create cascading style sheets (CSS) with Sassy CSS (SCSS)
  • Explore middleware
  • Deploy your web application to IIS



Caracteristici

Covers deployment of a web application to a SQL Server database Discusses JavaScript and jQuery as well as using SCSS to create CSS Consists of use cases for demonstrating web application deployment