Posts by Filipe Bitencourt • 1 point
2 posts
-
0
votes3
answers92
viewsA: Linq C# with order
Whereas you can convert birthday dates into Datetime we have the following solution: var dataHoje = DateTime.Now; var aniversariantesDoMes = pessoas.Where(p => p.DataNascimento.Month ==…
-
0
votes3
answers418
viewsA: C# - No argument provided that corresponds to the required formal parameter in abstract class code
1) In: "There is an error of arguments provided in 3 constructs of my abstract class code" Your Functionary, Functionalist, and Functionalist classes are not abstract. 2) On the affected lines where…