Posts by Mfecosta • 5 points
4 posts
-
-2
votes1
answer51
viewsQ: How to read a spreadsheet with formulas
I wonder if anyone has ever faced that question. I have a code that normally reads data from a spreadsheet, but the tab I need to read has formulas and presents an error. I am using Epplus when I…
-
0
votes1
answer24
viewsA: Error creating a Controller in the API with Entity Framework
Good morning, I did not find a solution in creating the controller with Entity Framework, the solution was to create one without Entity and make the methods in the same hand, good that learn.
entity-frameworkanswered Mfecosta 5 -
0
votes1
answer24
viewsQ: Error creating a Controller in the API with Entity Framework
Good evening I’m trying to create a Controller in an Api with Entity Framework, associated it to the project, configured the dependency injections, but when I create a Controller it returns the…
entity-frameworkasked Mfecosta 5 -
0
votes1
answer39
viewsQ: Error converting an Enum
Good evening guys, I’m new in C# and would like if possible a help, I created an Enum with client codes and I’m trying to pass its value through a validation and I’m getting string to int conversion…