Skip to content

Latest commit

 

History

History

README.md

ASP.NET Core Code Samples

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

View Components

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.

GDPR Support with ASP.NET Core 2.1

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.

ASP.NET Core Identity Pages with ASP.NET Core 2.1

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

Library Manager

Folder: LibraryManagerSample

Use the Library Manager instead of Bower.

See the blog article Library Manager to manage client-side packages

Compare

Folder: Compare

ASP.NET Core 3.0 technologies

See the blog article Choosing the right ASP.NET Core technology

Async Streams with SignalR

Folder: AsyncStreamsWithSignalR

See the blog article Async Streams with ASP.NET Core SignalR and C# 8

Local Users with ASP.NET Core

Folder: RolesSample

Manage roles, users, validate emails with ASP.NET Core

See the blog article Local Users with ASP.NET Core