舉報

會員
Modern Web Development with ASP.NET Core 3
ASP.NEThasbeenthepreferredchoiceofwebdevelopersforalongtime.WithASP.NETCore3,Microsofthasmadeinternalchangestotheframeworkalongwithintroducingnewadditionsthatwillchangethewayyouapproachwebdevelopment.Thissecondeditionhasbeenthoroughlyupdatedtohelpyoumakethemostofthelatestfeaturesintheframework,rightfromgRPCandconventionstoBlazor,whichhasanewchapterdedicatedtoit.You’llbeginwithanoverviewoftheessentialtopics,exploringtheModel-View-Controller(MVC)pattern,variousplatforms,dependencies,andframeworks.Next,you’lllearnhowtosetupandconfiguretheMVCenvironment,beforedelvingintoadvancedroutingoptions.Asyouadvance,you’llgettogripswithcontrollersandactionstoprocessrequests,andlaterunderstandhowtocreateHTMLinputsformodels.Movingon,you'lldiscovertheessentialaspectsofsyntaxandprocesseswhenworkingwithRazor.You'llalsogetuptospeedwithclient-sidedevelopmentandexplorethetesting,logging,scalability,andsecurityaspectsofASP.NETCore.Finally,you'lllearnhowtodeployASP.NETCoretoseveralenvironments,suchasAzure,AmazonWebServices(AWS),andDocker.Bytheendofthebook,you’llbewellversedindevelopmentinASP.NETCoreandwillhaveadeepunderstandingofhowtointeractwiththeframeworkandworkcross-platform.
目錄(287章)
倒序
- 封面
- 版權信息
- 獻辭
- About Packt
- Why subscribe?
- Contributors
- About the author
- About the reviewers
- Packt is searching for authors like you
- Preface
- Who this book is for
- What this book covers
- To get the most out of this book
- Get in touch
- Section 1: The Fundamentals of ASP.NET Core 3
- Getting Started with ASP.NET Core
- Technical requirements
- Getting started
- Beginning with .NET Core
- Dependencies and frameworks
- Understanding the generic host
- Understanding the MVC pattern
- Getting your context
- Understanding the OWIN pipeline
- Hosting ASP.NET Core
- Inversion of control and dependency injection
- Knowing the environments
- Understanding the project templates
- What's new since version 2.0?
- The NuGet and dotnet tools
- Summary
- Questions
- Configuration
- Technical requirements
- Getting started
- Configurations in .NET Core
- Providers
- Using configuration values
- Changes from version 2.x
- Configuring the runtime host
- Understanding feature toggling
- Summary
- Questions
- Routing
- Technical requirements
- Getting started
- Endpoint routing
- Route configuration
- Creating routing tables
- Using route templates
- Matching route parameters
- Using dynamic routing
- Selecting routes from attributes
- Host selection from attributes
- Setting route defaults
- Routing to inline handlers
- Applying route constraints
- Route data tokens
- Routing to areas
- Using routing attributes
- Error handling in routing
- Summary
- Questions
- Controllers and Actions
- Technical requirements
- Getting started
- Using controllers
- Finding controllers
- Controller life cycle
- Actions
- Error handling
- Response caching
- Maintaining the state
- Dependency injection
- Globalization and localization
- Summary
- Questions
- Views
- Technical requirements
- Getting started
- Understanding views
- Understanding the view life cycle
- Locating views
- Using view engines
- Logging and diagnostics
- View compilation
- Passing data to views
- Understanding view layouts
- Understanding partial views
- Understanding the special view files
- Understanding the view options
- Using areas
- Dependency injection
- Using translations
- Summary
- Questions
- Section 2: Improving Productivity
- Using Forms and Models
- Technical requirements
- Getting started
- Using the form context
- Working with the model
- Using HTML helpers
- Using templates
- Enforcing model binding
- Model validation
- Using AJAX for validation
- Uploading files
- Summary
- Questions
- Implementing Razor Pages
- Technical requirements
- Getting started
- Assets search order
- Working with the page model
- Summary
- Questions
- API Controllers
- Technical requirements
- Getting started with web APIs
- Understanding REST
- Model binding
- Authorizing access to resources
- Applying OpenAPI REST conventions
- Returning validation results
- Performing content negotiation
- Handling errors
- Understanding API versioning
- Generating API documentation
- Serving OData
- Summary
- Questions
- Reusable Components
- Technical requirements
- Diving into the view components
- Exploring the tag helpers
- Tag helper components
- Partial views
- Understanding Razor class libraries
- Summary
- Questions
- Understanding Filters
- Technical requirements
- Filters in the pipeline
- Understanding the filter types
- Applying authorization filters
- Resource filters
- Understanding action filters
- Result filters
- Exception filters
- Razor page filters
- Always-run-result filters
- Summary
- Questions
- Security
- Technical requirements
- Authenticating users
- Authorizing requests
- Checking requests for forgery
- Applying HTML encoding
- Working with HTTPS
- Understanding CORS
- Using data protection
- Protecting static files
- Learning about the GDPR
- Binding security
- Summary
- Questions
- Section 3: Advanced Topics
- Logging Tracing and Diagnostics
- Technical requirements
- Introducing the .NET Core Common Logging framework
- Writing custom logging middleware
- Using tracing and diagnostics
- Using performance (event) counters for obtaining metrics
- Using telemetry
- Performing health checking
- Summary
- Questions
- Understanding How Testing Works
- Technical requirements
- Getting started with unit tests
- Writing unit tests
- Working on integration tests
- Summary
- Questions
- Client-Side Development
- Technical requirements
- Introducing client-side development
- Using LibMan
- Using Node.js
- Using TypeScript
- Summary
- Questions
- Improving Performance and Scalability
- Technical requirements
- Getting started
- Hosting ASP.NET Core
- Understanding bundling and minification
- Using asynchronous actions
- Improving performance with caching
- Compressing responses
- Buffering responses
- Summary
- Questions
- Real-Time Communication
- Technical requirements
- Setting up SignalR
- Hosting a hub
- Choosing communication protocols
- Message serialization
- Exploring the SignalR context
- Knowing the message targets
- Communicating from the outside
- Using user authentication
- Logging
- Summary
- Questions
- Introducing Blazor
- Technical requirements
- Getting started with Blazor
- Implementing Blazor
- Pages
- Page layouts
- Routing
- Building components
- Working with forms
- Working with DOM elements
- DI
- JavaScript interoperability
- Maintaining state
- Making HTTP calls
- Applying security
- Unit testing
- Summary
- Questions
- gRPC and Other Topics
- Technical requirements
- Using areas for organizing code
- Working with static files and folders
- Application lifetime events
- Working with embedded resources
- Hosting extensions
- Hosting background services
- ASP.NET Core model conventions
- Applying URL rewriting
- Using EF Core
- Understanding the gRPC framework
- Using HTTP client factories
- Summary
- Questions
- Application Deployment
- Technical requirements
- Deploying the application manually
- Deploying with Visual Studio
- Deploying through IIS
- Deploying with NGINX
- Deploying to Azure
- Deploying to AWS
- Deploying with Docker
- Deploying as a Windows service
- Summary
- Questions
- Appendix A: The dotnet Tool
- The dotnet Tool
- Assessments
- Chapter 1
- Chapter 2
- Chapter 3
- Chapter 4
- Chapter 5
- Chapter 6
- Chapter 7
- Chapter 8
- Chapter 9
- Chapter 10
- Chapter 11
- Chapter 12
- Chapter 13
- Chapter 14
- Chapter 15
- Chapter 16
- Chapter 17
- Chapter 18
- Chapter 19
- Other Books You May Enjoy
- Leave a review - let other readers know what you think 更新時間:2021-06-18 18:36:39
推薦閱讀
- AngularJS Web Application Development Blueprints
- 少年輕松趣編程:用Scratch創作自己的小游戲
- React.js Essentials
- Learning Neo4j 3.x(Second Edition)
- Mastering Python High Performance
- The DevOps 2.4 Toolkit
- 教孩子學編程:C++入門圖解
- GameMaker Programming By Example
- Spring+Spring MVC+MyBatis整合開發實戰
- 微信小程序項目開發實戰
- C#實踐教程(第2版)
- 遠方:兩位持續創業者的點滴思考
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Python數據科學實踐指南
- Getting Started with RethinkDB
- HTML5+CSS+JavaScript深入學習實錄
- Access 2016數據庫應用與開發:實戰從入門到精通(視頻教學版)
- KnockoutJS Blueprints
- C語言從入門到精通(微視頻精編版)
- MonoTouch應用開發實踐指南:使用C#和.NET開發iOS應用
- 網頁設計理論與實踐
- Mastering Chef Provisioning
- Instant Pentaho Data Integration Kitchen
- 電子系統設計基礎
- Python數據分析實戰
- Responsive Web Design Patterns
- Mastering Geospatial Development with QGIS 3.x
- Hands-On Artificial Intelligence on Google Cloud Platform
- 代碼精進之路:從碼農到工匠
- Go Cookbook