How to bind a custom Enum description to a DataGrid

Problem: I have an enumerated type which has description tags in the following style: [URL=”http://xml.indelv.com/data-binding-enum.html”]description tag tutorial[/URL] . I have a Windows SQL Server Database from which I am pulling the data (as integers then castine to Enums) which is then being bound to a datagrid. Instead of pulling and casing the enumerated types, I would like to display the description tag associated with it in the enumerated type.

VS2017 Web application CORS: Access-Control-Allow-Origin

I’m using Angular 6+ for a small website presenting a CRUD to a SQL Database. I know Angular is a client-side framework so I have created a web service using Visual Studio 2017 the project I used is a web application ASP.NET Core and since I’m testing it in a localhost, Angular runs over 4200 port and my service is currently on port 53819