Kirjojen hintavertailu. Mukana 12 016 292 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

5 kirjaa tekijältä Jonas Fagerberg

ASP.NET Core 2.2 MVC, Razor Pages, API, JSON Web Tokens & HttpClient: How to Build a Video Course Website
CSharp School want to promote learning and have therefore lowered the price on select books during the Corona pandemic.Want to learn ASP.NET Core 2.2 MVC, Razor Pages, API, JSON Web Tokens (JWT) and HTTPClient?Prerequisites: C# (Intermediate level; including Generics, Reflection, async/await and Object-Oriented Programming (OOP))MVC/HTML5/CSS3 (Basic knowledge)I want to welcome you to ASP.NET Core 2.2 MVC, Razor Pages, API, JSON Web Tokens & HttpClient. This book will guide you through creating a video course membership site secured with JSON Web Tokens.This book's target audience is developers who want to learn how to build ASP.NET Core 2.2 MVC, Razor Page, and API applications. The API has JSON Web Token (JWT) authentication and authorization, and the Razor Pages calls the API with HttpClient. You should be an intermediate level C# developer with some experience in MVC, Entity Framework, HTML5, and CSS3. The book presupposes that you have a solid C# foundation with good knowledge in OOP, Linq/Lambda, generics, and asynchronous calls; this is not a book about the C# language. You will learn ASP.NET Core 2.2 by building three applications in five projects. The first application is a UI for users registered with the membership site built with the MVC tem¬plate; the second is an administration UI built with Razor Pages; the third is an API secured with JSON Web Token authentication and authorization that the administration applica¬tion calls with HttpClient. All three applications use several services with differing purpos¬es. Apart from the three application projects, a project for shared resources is created as well as a database project with the sole purpose of handling the shared Entity Framework Core 2.2 database. When finished, you will have created a fully functioning video course website, where users can register to get access to video content, and admini¬strators can add and modify course content and users. You should already be familiar with MVC 5 or ASP.NET Core to get the most from this book; it delivers the content in a fast, no-fluff way. The book is practical and tactical, where you will learn as you progress through the modules and build real web applications in the process. To spare you countless pages of fluff (filler material), only valuable information, pertinent to the task at hand, is discussed. The benefit is a shorter and more condensed book, which will save you time and give you a more enjoyable experience. The goal is to learn ASP.NET Core 2.2 by building web projects: an experience that you can put in your CV when applying for a job or a consultant position, or when negotiating a higher salary.By the end of this book, you will be able to create ASP.NET Core 2.2 applications on your own, which can create, edit, delete, and view data in a database.Technologies, frameworks and languages you will use: Visual Studio 2019ASP.NET Core 2.2MVC, Razor Pages and APIServices (To provide your own functionality as a reusable service)Middleware (To provide you own functionality to the HTTP Request pipeline)Entity Framework (To crate and communicate with a database)Dependency Injection (To inject objects into constructors)Bootstrap (To style and create a responsive design)LINQ (To query the database)Tag Helper (to clean up the HTML and enable reuse)HTML Helper methods (to clean up your HTML and enable reuse)Partial views (to clean up your views and enable re-use)What you will implement: A Razor Page web applicationA MVC web applicationA API web applicationA data-layer project referenced from the other web applicationsI hope you love the book Sincerely, Jonas FagerbergNow click the Buy button and start learning.
ASP.NET MVC 5 - Building a Website with Visual Studio 2015 and C Sharp: The Tactical Guidebook
This book is primarily aimed at developers who have some prior experience with MVC 5 and are proficient in C#, since the language won't be explained in any detail. Even if you already have created a couple of MVC projects, you might find the content in this book useful as a refresher. You might have worked in previous versions of Visual Studio and MVC and want a fast no-fluff way to get up to speed with MVC 5. Prerequisites: -C# (you need to be proficient) -MVC 5 (you need some prior experience) -HTML5/CSS3 (you need basic knowledge) -JavaScript/JQuery (you need basic knowledge) In this book you will learn how to build an MVC 5 website using C#, Entity Framework, HTML5, CSS, JavaScript and Ajax. -Create a "real world" code-first database using Entity Framework. -Add and modify models, views and controllers to perform CRUD operations against the database. -Use client-side and server-side validation. -Secure the controllers, actions and view content with authorization and roles. -Implement security with ASP.NET Identity (authentication, authorization and roles). -Use JavaScript, JQuery and Ajax to build a great end-user interface with asynchronous server calls. -Style the user interfaces using CSS3 and Bootstrap. -Create a responsive website. -Implement product subscription scenarios with registration codes. -Create an alternate way to login to the application. -Implement password reset functionality. -Register users with the site. -Manage users and their subscriptions. Technologies, frameworks and languages: -C# (you need to be proficient) -HTML5/CSS3 (you need basic knowledge) -JavaScript/JQuery (you need basic knowledge) -MVC 5 (you will create/modify models, views and controllers) -Razor syntax (to include server-side code in views) -Bootstrap (used for styling and to create a responsive design) -Ajax (used for asynchronous server calls) -LINQ (to query the database) -Extension methods (to clean up your C# code and enable re-use) -HTML Helper methods (to clean up your HTML and enable re-use) -Use settings from the web.config file * This book does not cover ASP.NET Core 1.0 I hope you love the book Sincerely, Jonas Fagerberg Now click the Buy button to start reading the book.
ASP.NET Core 2.0 MVC & Razor Pages for Beginners: How to Build a Website

ASP.NET Core 2.0 MVC & Razor Pages for Beginners: How to Build a Website

Jonas Fagerberg

Createspace Independent Publishing Platform
2017
nidottu
Want to learn how to build ASP.NET Core 2.0 MVC and Razor Page Web Applications?Prerequisites: C# (Intermediate level; including Generics, Reflection and Object-Oriented Programming (OOP))HTML5/CSS3 (Basic knowledge)This book is primarily aimed at developers who want to learn how to build ASP.NET Core 2.0 MVC and Razor Page applications. You should be an intermediate level C# developer with some experience in HTML5 and CSS3. The C# language won't be explained in any detail.You will learn ASP.NET Core 2.0 by building three applications. The first application will be built using an empty template, the second with the MVC template, and the third with Razor Pages. The goal with the first basic application is to get you familiar with ASP.NET Core 2.0 by adding middleware and services one piece at a time. Then you will create a solution with three projects; the first project will be used to create a shared database with Entity Framework Core 2.0, the second project is a MVC application for the regular user interface, and the third project is an administrator user interface built with Razor Pages. This solution is a video course website, where users can register to gain access to video courses and administrators can add and modify course content and users.If you are already familiar with MVC 5 or ASP.NET Core 1.0/1.1, the content in this book can get you started with ASP.NET Core 2.0 in a fast, no-fluff way.It's important to mention that this book is practical and tactical, where you will learn as you progress through the modules and build real web applications in the process. To spare you countless pages of fluff (filler material), only valuable information, pertinent to the task at hand, is discussed. The benefit is a shorter and more condensed book, which will save you time and give you a more enjoyable experience.This experience is something you can put in your CV when applying for a job or a consultant position, or when negotiating a higher salary.Technologies, frameworks and languages you will use: Visual Studio 2017ASP.NET Core 2.0MVC and Razor Pages (new in ASP.NET 2.0)Services (To provide your own functionality as a reusable service)Middleware (To provide you own functionality to HTTP Request pipeline)Entity Framework (To crate and communicate with a database)View Component (To render data in the _Layout view with model data)Dependency Injection (To inject objects into constructors)Bootstrap (Used for styling and to create a responsive design)LINQ (To query the database)Tag Helper (to clean up the HTML and enable re-use)HTML Helper methods (to clean up your HTML and enable re-use)Partial views (to clean up your views and enable re-use)Bower and NuGet (To install necessary libraries)What you will implement: A web application from an empty templateAn MVC web application using a templateAn Razor Page web application using a templateA data-layer project referenced from the MVC and Razor Page applicationsI hope you love the book Sincerely, Jonas FagerbergNow click the Buy button and start reading the book.