错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Introduction to the Development of Web Applications Using ASP .Net (Core) MVC

  • Razvan Alexandru Mezei

摘要

This book introduces a simplified approach to web application development using the open-source ASP .Net Core MVC framework.  Readers will learn to implement web applications using the following languages and frameworks: HTML, JavaScript, CSS, Bootstrap, C#, ASP .Net, and Entity Framework Core.  In addition, this book addresses how to build a web application to create user accounts, store data in a database, manipulate data, and how to allow controlled access to certain parts of the application functionality. The author also covers both client-side and server-side development and the use of an object relational mapper to work with persistent data (using a database).  Topics include: models, views, controllers, routing, entity framework core, identity, layouts, dependency injection and services, model binder, among others. 

This book: 

  • Introduces the development of web applications using the open-source ASP .Net Core MVC framework
  • Implements web applications including HTML, JavaScript, CSS, Bootstrap, C#, ASP .Net, and Entity Framework Core
  • Features client-side development, server-side development, and object relational mapper software