Posts by Matheus Pellisoli • 46 points
4 posts
-
1
votes2
answers320
viewsA: Limit the maximum value of an input number and at the same time show that value in an input text
I believe that the best way to do this is with Javascript, because with it you can take the event when the user changes the type of expense and use to change values of other fields without the need…
-
1
votes1
answer25
viewsA: How to create a Bucket on Aws S3 using android?
I checked in the documentation that this method should be sufficient to create, but there are other builders that you can pass the region for example. Link to the doc:…
-
0
votes1
answer60
viewsA: How to generate and download excel from a large volume of data in ASP.Net MVC?
You can change the flow so that in the route the usurer asks the generation of the file and when finished you forward an email to it with a link to download the file.
-
1
votes1
answer77
viewsA: C# - How to create an implementation contract with subclasses to be implemented?
Good morning! You can use a Design Pattern known with Rrepository, as it abstracts the storage of the model. This Design Pattern aims to isolate the data persistence code from business rules so when…