Posts by Romeu • 17 points
2 posts
-
1
votes1
answer38
viewsQ: How to use Async/Await Asp . Net Core correctly
I am using asynchronous requests in various parts of the project, but a doubt has arisen because I know that for a method to be asynchronous it is necessary the same being async and have a await.…
-
-2
votes1
answer73
viewsA: JS file in ASP Net Core
This "min" is minifier file, it is configurable by bundleconfig.json. Within this setting you inform which or which files you want to "minify" (reduce the size) and which name the minified will…