Posts by ntfrigo • 65 points
4 posts
-
1
votes1
answer218
viewsQ: Precision scaling using Entity Framework and SQL Server
There’s some time I’ve been noticing, something strange when saving values double in the SQL Server database with the Entity Framework. I noticed that when reporting a value ex: 12.23 after…
-
0
votes3
answers897
viewsA: C# hangfire stopping
The application has neither rentries nor failed, to it if the application pool does not receive requests. I decided to create a windows service with a webrequest for Dashboard, so the application…
-
1
votes3
answers897
viewsQ: C# hangfire stopping
I’m using hangfire with IIS in an Asp.net MVC application with C#. I have a Task running every 5 minutes, but the application is stopping. This occurs in a variable time period, sometimes runs for 3…
-
4
votes1
answer157
viewsQ: Library equal to C# 6.0 runtime Interpolation string
Does anyone know of a library that interpolates at runtime on strings? I know it could be done using Replace(), but I don’t want to pass the list with all the variables. For example: Programa de…