Posts by Rafael Amorim • 97 points
3 posts
-
6
votes2
answers138
viewsA: What is the Enumerable Zip in . NET?
Basically it allows you to combine two lists, through a function you write according to your need. That post has a legal example, where it combines the list of state acronyms with a list of state…
-
1
votes2
answers217
viewsA: Problem passing Angular time to C# Core
Working with dates is always a challenge, so it’s essential that someone dictates the rule on which Timezone to use. The normal is if the UTC (which would be the time/time zone "zero") as default,…
-
-2
votes2
answers130
viewsA: How to call an action as soon as the Web API starts?
In this case the best would be to have an Aplication console application (for example) to read the database, with this application You only need to schedule it in windows to run from time to time…