AspNetCore.Docs icon indicating copy to clipboard operation
AspNetCore.Docs copied to clipboard

Fix comma vs. dot confusion

Open tdykstra opened this issue 1 year ago • 0 comments

Description

Verbatim:

The view shows prices with a comma while the database is a dot. When you edit, you can't put anything behind the dot, it removes it, so 19.99 becomes 1999,00

Page URL

https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/working-with-sql?view=aspnetcore-8.0&tabs=visual-studio

Content source URL

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/tutorials/first-mvc-app/working-with-sql.md

Document ID

a0b5e15c-d747-8710-95fb-a55c09861a1e

Article author

@wadepickett

tdykstra avatar Oct 04 '24 22:10 tdykstra