Enjoy the following ASP.NET Core samples
- View Components
- GDPR Support with ASP.NET Core 2.1
- Identity Pages with ASP.NET Core 2.1
- Library Manager with Visual Studio 2017 Update 8
- Async Streams with SignalR
Folder : ViewComponentsSample
Create and use view components, use it from the controller, from the view, and using the ASP.NET Core 1.1 tag helper syntax
See the blog article View Components with ASP.NET Core 1.1 for more information.
Folder: GDPRSample
ASP.NET Core 2.1 enhancements for GDPR.
See the blog article GDPR Support with ASP.NET Core 2.1 for more information.
Folder: Identity
What's changed with ASP.NET Core 2.1 and identity pages.
See the blog article ASP.NET Core Identity Pages with ASP.NET Core 2.1
Folder: LibraryManagerSample
Use the Library Manager instead of Bower.
See the blog article Library Manager to manage client-side packages
Folder: Compare
ASP.NET Core 3.0 technologies
See the blog article Choosing the right ASP.NET Core technology
Folder: AsyncStreamsWithSignalR
See the blog article Async Streams with ASP.NET Core SignalR and C# 8
Folder: RolesSample
Manage roles, users, validate emails with ASP.NET Core
See the blog article Local Users with ASP.NET Core