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

Financial Numerical Recipes in C++

Download free course Financial Numerical Recipes in C++, pdf file on 264 pages by Bernt Arne Ødegaard....

Annotated Algorithms in Python

Download free course Annotated Algorithms in Python, pdf file on 388 pages by by Massimo Di Pierro....

C++ programming tutorial for professionals

Download free C++ language tutorial course in PDF, training file in 146 chapters and 708 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

C++ Notes for Professionals

The C++ Notes for Professionals book is compiled from Stack Overflow Documentation. Text content is released under , the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA. See credits at the end of this book whom contributed to the va...

Professor Frisby's Mostly Adequate Guide to Functional Programming

Download free course Professor Frisby's Mostly Adequate Guide to Functional Programming, pdf file on 146 pages by Brian Lonsdorf....

The C++ Hackers Guide

An experienced programmer accumulates a set of tools, tricks, and techniques to make his or her programs better. ...

Machine Learning Yearning

Download free course Machine Learning Yearning, pdf file on 118 pages by Andrew Ng....

Automated Machine Learning

Download free course Automated Machine Learning, pdf file on 223 pages by by Frank Hutter, Lars Kotthoff, Joaquin Vanschoren....

Coding for kids

This PDF book teaches you how to encourage your kids to code at home, a guide to empowering kids with coding skills....

Learning C Language eBook in PDF

This is a free and comprehensive tutorial on C language,whether you are an experienced programmer or not, this tutorial is intended for all those who wish to learn the programming language C. Document in PDF on 465 pages created by StackOverFlow....