• Complain

Chowdhuri - ASP.NET Core Essentials

Here you can read online Chowdhuri - ASP.NET Core Essentials full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Birmingham;England, year: 2016, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Chowdhuri ASP.NET Core Essentials
  • Book:
    ASP.NET Core Essentials
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2016
  • City:
    Birmingham;England
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

ASP.NET Core Essentials: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "ASP.NET Core Essentials" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Develop and deploy modern cross-platform web applications with ASP.NET Core

About This Book

  • Develop modern web applications from scratch
    • Integrate server-side and client-side code with modern tools
    • Be prepared for the real world with unit tests and cloud deployment

      Who This Book Is For

      This book is for software developers who have experience in .NET, preferably with C# or some other Object-Oriented Programming Language, which is required in order to build ASP.NET Core web applications. A basic understanding of web application development is also essential.

      What You Will Learn

    • Develop ASP.NET web applications from scratch
    • Use MVC to build all parts of a web application
    • Use Web API to support browsers and mobile apps
    • Simplify development with client-side tools
    • Use Entity Framework to integrate with your database
    • Implement Dependency Injection to build testable software
    • Build web solutions with performance and...
  • Chowdhuri: author's other books


    Who wrote ASP.NET Core Essentials? Find out the surname, the name of the author of the book and a list of all author's works by series.

    ASP.NET Core Essentials — read online for free the complete book (whole text) full work

    Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "ASP.NET Core Essentials" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make
    ASP.NET Core Essentials

    ASP.NET Core Essentials

    Copyright 2016 Packt Publishing

    All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

    Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

    Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

    First published: September 2016

    Production reference: 1160916

    Published by Packt Publishing Ltd.

    Livery Place

    35 Livery Street

    Birmingham

    B3 2PB, UK.

    ISBN 978-1-78588-915-8

    www.packtpub.com

    Credits

    Author

    Shahed Chowdhuri

    Copy Editor

    Safis Editing

    Reviewer

    Steve Albers

    Project Coordinator

    Ulhas Kambali

    Commissioning Editor

    Dipika Gaonkar

    Proofreader

    Safis Editing

    Acquisition Editor

    Sonali Vernekar

    Indexer

    Rekha Nair

    Content Development Editor

    Prashanth G

    Graphics

    Kirk D'Penha

    Technical Editor

    Sushant S Nadkar

    Production Coordinator

    Melwyn Dsa

    About the Author

    Shahed Chowdhuri has over 18 years of experience in the field of professional software development, and is currently a Senior Technical Evangelist at Microsoft Corporation. He began his career with what is now known as Classic ASP, and worked with ASP.NET as it continued to evolve over the years. He is a public speaker in the DC metro area and along the East Coast of the United States. He serves as a mentor for startups and indie developers at 1776 DC, and also manages multiple developer groups on Facebook and Meetup. You can find him blogging at WakeUpAndCode.com or on Twitter via @shahedC.

    About the Reviewer

    Steve Albers is a software developer and speaker living in Northern Virginia.

    www.PacktPub.com
    eBooks, discount offers, and more

    Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at www.PacktPub.com and as a print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at customercare@packtpub.com for more details.

    At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

    httpswww2packtpubcombookssubscriptionpacktlib Do you need instant - photo 1

    https://www2.packtpub.com/books/subscription/packtlib

    Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can search, access, and read Packt's entire library of books.

    Why subscribe?
    • Fully searchable across every book published by Packt
    • Copy and paste, print, and bookmark content
    • On demand and accessible via a web browser
    Preface

    Web applications have flourished in enterprise application development, even as mobile applications continue to rise in popularity. Moreover, the use of web APIs provides greater flexibility when it comes to building a backend that can serve both web apps and mobile apps. With ASP.NET Core 1.0, you get the benefits of a mature programming language such as C# with the performance of an all-new .NET Core that allows your web apps and web APIs to run on Windows, Mac, and Linux.

    ASP.NET Core lets you choose your operating system during development, whether you're writing your code on a Surface Book, MacBook Air, or on a popular distribution of Linux. While this book primarily covers development on Visual Studio 2015 on a Windows system, you will find links to online guides if you wish to set up your environment on a different operating system.

    ASP.NET Core 1.0 Essentials will introduce you to Microsoft's latest revision of ASP.NET, with everything you need to get started today. If you have already worked with ASP.NET MVC before, you will get a refresher of a few things you already know, followed by what's new. If you've only worked with ASP.NET Web Forms or other competing web frameworks, you will find the initial chapters very useful in laying the groundwork for what you need to know.

    What this book covers

    , Getting Started with ASP.NET Core , teaches you about ASP.NET Core 1.0, including MVC and web API. This chapter will explain the differences between the full .NET Framework 4.6 and .NET Core, while introducing Visual Studio 2015 and the all-new cross-platform Visual Studio Code.

    , Building Your First ASP.NET Core Application , shows you how to create a new ASP.NET Core web application. This chapter will dissect the parts of a modern ASP.NET web application, while explaining what's new and what's changed.

    , Understanding MVC , teaches you all about ASP.NET Core MVC by going deeper into controllers, views, and models. This chapter will explain how to create all the parts of a modern MVC application and then bring it all together.

    , Using Web API to Extend Your Application , is about using the web API to extend your web application to support web and mobile applications. This chapter will explain how to create routes and configure a web API application and then consume it from a client application.

    , Interacting with Web API using JavaScript , teaches you how to interact with the ASP.NET web API using straight JavaScript as well as popular frameworks such as AngularJS and KnockoutJS. This chapter will also cover developer tools, which automate important tasks and help during the development process.

    , Using Entity Framework to Interact with Your Database in Code , teaches you how to use Entity Framework in the data layer of your web application. This chapter will introduce object-relational mapping (ORM) tools and the use of EF Code First Migrations .

    , Dependency Injection and Unit Testing for Robust Web Apps , shows you how to implement dependency injection by using Inversion of Control . This chapter will cover DI, IoC containers, and Microsoft's new built-in support for dependency injection. The chapter will also cover the basics of unit testing.

    , Authentication, Authorization, and Security , is about enabling authentication in ASP.NET web applications while implementing authorization for specific application features. The chapter will also cover guidelines for protecting user data and strategies to combat common security vulnerabilities in web applications.

    Next page
    Light

    Font size:

    Reset

    Interval:

    Bookmark:

    Make

    Similar books «ASP.NET Core Essentials»

    Look at similar books to ASP.NET Core Essentials. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


    Reviews about «ASP.NET Core Essentials»

    Discussion, reviews of the book ASP.NET Core Essentials and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.