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: 103
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

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

Download ASP.NET tutorial in PDF

Others related eBooks about The Little ASP.NET Core Book

Vue.js Succinctly

Download free course Vue.js Succinctly, pdf file on 101 pages by Ed Freitas....

J2EE for NetBeans

Download free Java J2EE for NetBeans course material, tutorial training, a PDF file on 330 pages...

How To Code in Python 3

An introduction to computer programming with Python 3. Helps the readers in learning the key concepts of Python and understanding how programs work while also imparting foundational logic that can serve the readers in other domains....

C++ Pointers and Memory

This document explains how pointers and memory work and how to use them—from the basic concepts through all the major programming techniques. For each topic there is a combination of discussion, sample C code, and drawings....

Android Application Development for the Intel Platform

The number of Android devices running on Intel processors has increased since Intel and Go..., download free Android tutorial in PDF (520 pages) created by ....

XcalableMP PGAS Programming Language

Download free course XcalableMP PGAS Programming Language, pdf file on 265 pages by Mitsuhisa Sato....

Programming Computer Vision with Python

Download free course Programming Computer Vision with Python, pdf file on 300 pages by Jan Erik Solem....

A Byte of Python

Python is one of those rare languages which can claim to be both simple and powerful. You ..., download free Python tutorial in PDF (117 pages) created by Swaroop C H ....

Neural Networks with JavaScript Succinctly

Download free course Neural Networks with JavaScript Succinctly, pdf file on 163 pages by James McCaffrey....

DevOps for Digital Leaders

Learn to design, implement, measure, and improve DevOps programs that are tailored to your..., download free DevOps tutorial in PDF (173 pages) created by Kieran Taylor ....