The Little ASP.NET Core Book



Download free course The Little ASP.NET Core Book, pdf file on 127 pages by Nate Barbettini.
If you're new to programming, this book will introduce you to thepatterns and concepts used to build modern web applications. You'lllearn how to build a web app (and how the big pieces fit together) by building something from scratch! While this little book won't be able tocover absolutely everything you need to know about programming, it'llgive you a starting point so you can learn more advanced topics.

If you already code in a backend language like Node, Python, Ruby, Go,or Java, you'll notice a lot of familiar ideas like MVC, view templates, anddependency injection. The code will be in C#, but it won't look toodifferent from what you already know.

If you're an ASP.NET MVC developer, you'll feel right at home! ASP.NETCore adds some new tools and reuses (and simplifies) the things youalready know. I'll point out some of the differences below.

No matter what your previous experience with web programming, thisbook will teach you everything you need to create a simple and usefulweb application in ASP.NET Core. You'll learn how to build functionalityusing backend and frontend code, how to interact with a database, andhow to deploy the app to the world.

Table of contents

  • Your first application
  • MVC basics
  • Add external packages
  • Use a database
  • Add more features
  • Security and identity
  • Automated testing
  • Deploy the application
Pages : 127
Size : 0.8 MB
File type : PDF
Downloads: 89
Created: 2022-02-03
License: CC BY
Author(s): Nate Barbettini
The Little ASP.NET Core Book

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others ASP.NET Tutorials

Download ASP.NET tutorial in PDF

50 Ways to Avoid Find and Fix ASP.NET Performance Issues

Others related eBooks about The Little ASP.NET Core Book

Delphi Language Manual Guide

This tutorial describes the Delphi language as it is used in Borland development tools. This book describes the Delphi language on both the Win32, and .NET development platforms....

C# Features Succinctly

Download free course C# Features Succinctly, pdf file on 77 pages by Dirk Strauss....

Getting started with Scratch programming

SCRATCH is a programming language that lets you create your own interactive stories, animations, games, music, and art. Download this PDF tutorial about programming with Scratch to learn how to create your first amazing animation or games step by step....

Think Python, 2nd Edition

If you want to learn how to program, working with Python is an excellent way to start. Thi..., download free Python tutorial in PDF (292 pages) created by ....

C Programming Notes for Professionals

Download free course C Programming Notes for Professionals, pdf file on 341 pages by Stack Overflow Community....

Language D tutorial in PDF

Download free Language D tutorial course in PDF, training file in 17 chapters and 44 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Programming in Lua

This book is for students and professionals who are intrigued by the prospect of learning and using a powerful language that provides a rich infrastructure for creating programs. No programming knowledge is necessary to benefit from this book except for the section on Lua bindings, which requires so...

Java 3D Programming

Download free course Java 3D Programming, pdf file on 352 pages by Daniel Selman....

Think Python, Free PDF tutorial

The goal of this book is to teach you to think like a computer scientist. This way of thinking combines some of the best features of mathematics, engineering, and natural science. ...

Essential Kotlin

This book written to provide clear and concise explanation of topics for programmers both starting to learn the Kotlin programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....