In this lesson: Building the First ASP.NET Core MVC Application Using Visual Studio . The goal is to create a simple movie application. In the Add model step, see below:
Note
You may not be able to enter decimal points or commas in the price field. To support jQuery validation for non-English locales using a comma (",") for decimal point and non-US-English date formats, you must take steps to globalize your application. Additional resources for more information. For now, just enter integers, like 10.
But I did not find in the mentioned additional resources how to integrate jQuery to enter date / decimal date when using non-English language.
This is explained in this guide: Getting Started with ASP.NET MVC 5 in Step 7 Learning the Editing Methods and Changing the View (Near the End of the Page). This is actually the same tutorial, but aimed at ASP.NET MVC, not ASP.NET CORE MVC.
I tried to follow the same steps, but I was stuck because the _Layout view in the ASP.NET CORE MVC tutorial cannot be set in the same way as in the ASP.NET MVC tutorial.
Do you know how to integrate jquery Globalize js package into ASP.NET Core MVC web application ? Or is it better you can translate some of the focus of the ASP.NET MVC tutorial into ASP.NET CORE MVC?