ASP.NET Core 6.0 - Framework Enum Project

This project demonstrates the implementation of a Framework Enum with a Dropdown list to filter an in-memory database. The project has been upgraded to ASP.NET Core 6.0 with Visual Studio 2022 from the ASP.NET Core 5.0 project. I migrated the Startup.cs to top-level statements in Program.cs. I also implemented global usings and file scoped namespaces. I have enabled the nullable context and mitigated all warnings and issues. I have updated the project with Twitter Bootstrap v5. See ASP.NET Core 5.0 - Migrate To Bootstrap v5. This project implements Bootstrap Native. Details, screenshots, and related articles can be found at ASP.NET Core 6.0 - Framework Enum Project. The details page includes the version change log. Registered users on KenHaggerty.Com can download the source code for free at Manage > Assets.

I implemented a FrameworkEnum on KenHaggerty.Com when ASP.NET Core 3.0 was released. With the release of NET 5 and ASP.NET Core 5.0, I decided to add a Framework property to projects and refactor the selection and filtering of articles by Framework. I developed the ASP.NET Core 5.0 - Framework Enum Project which implements an in-memory database seeded with mock articles to demonstrate. I updated the GetDescription Enum extension using the generic type parameter and added the NET 6 value and description for the ASP.NET Core 6.0 - Framework Enum Project. See the article, ASP.NET Core 6.0 - Framework Enum.

V1.0.1 - MIT License - Free Access Fee - FrameworkEnumNet6Project@1.0.1.zip - 392,380 bytes

Comments(0)

Loading...
Loading...

Not accepting new comments.

Submit your comment. Comments are moderated.

User Image.
DisplayedName - Member Since ?

Change Log

v1.0.1 - 2021-12-24
-- General Availability - NET 6.0
-- Updated MS NuGet Packages@6.0.1
-- Updated Bootstrap-Native@4.0.7
-- Continuity and bug fixes
v1.0.0-rc - 2021-10-26
-- Release Canidate - NET 6.0.RC
-- Verified @6.0.0-rc.2.21480.5
-- Migrated From NET 5.0 @1.1.0
-- Migrated To Bootstrap@5.1.3
-- Implemented Top-Level Statements
-- Implemented Global Usings
-- Implemented File Scoped Namespaces
-- Updated FrameworkEnum
-- Updated GetDescription Extension
-- Updated CheckForUpdate
-- Continuity and bug fixes