【译】Asp.net core 2.0 教程
来源:二三四教育网
core 2.0
问题
解决方案
基础篇
- 空项目
- 中间件
- 依赖注入
- 环境
- 静态文件
- 错误处理
- 日志
- Session State
- File Provider
- URL重写
MVC
- 路由
- 模型绑定
- 模型验证
*[Remote] 模型验证
- Razor
- 依赖注入
- Layout
- PartialViews
- View Components
- Areas
- Tag Helpers(Forms)
- Custom
- Cache
*Tag Helper Component
- File Uploads/Downloads
- Filters
- Razor Pages
API
- CRUD
- Paging
- Filtering
- Sorting
- Versioning
- HATEOAS
- Concurrency
- Formatters
- Help Pages
- Asynchronous Messaging
- HttpClient
Performance
- Caching
- Response Caching
- Response Compression
Security
- Cookie Authentication
- core Identity
- Jwt Bearer Authentication
- Authenrization
- CORS
- SSL
- Hashing
- Open Redirect Attacks
- Insecure Object References
- CSRF Attacks
- Content Security Policy
- Identity Server 4
EF
- CRUD
- Migrations Using CLI
Azure
- No SQL
- Blob Storage
- Table Storage
- Service Bus
- Cache(Redis)
- SendGrid
Docker
- Docker & Azure Deployment
- Multiple Applications in Docker
- Docker Swarm
- Docker Swarm in Azure
- Continuous Integration & Docker with TeamCity
Other
- Testing
- SignalR(alpha release)