User61956409 posted
Hi acmedeepak,
I am about to start working on .Net core. Can anyone please suggest some site or course concentrating on UI part (to enhance an existing web form etc) and also some extensions that help with
the betterment of UI and suggestions. Please help me.
If you'd like to work on UI part, you could get start with HTML, CSS and JavaScript etc basic technologies, and then know Bootstrap, Telerik UI etc popular frameworks.
Besides, to build project with ASP.NET Core, you may need to know Razor syntax that is a markup syntax for embedding .NET code in HTML markup.
https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-3.0
With Regards,
Fei Han