Posts by T. Borges • 123 points
7 posts
-
0
votes0
answers353
viewsQ: VS Code key indentation
Good afternoon, you guys. Visual Studio Code has a native configuration to change key indentation (C#)? I have installed the extension C# Fixformat, but when saving the file it starts this way:…
visual-studio-codeasked T. Borges 123 -
2
votes2
answers134
viewsQ: Deserialize array of C#objects
Good evening! I have the following script in my View: $('form').submit(function(e){ e.preventDefault(); var resposta = new Array(); var x = 0; var y = 0; $(".resposta").each(function () { var dados…
-
1
votes1
answer242
viewsQ: REACT - Datepicker error
Good morning! I’m trying to use datepicker components in React. I’m using materialize, but even the component of it is generating the same error. I am currently trying to use the…
-
3
votes1
answer294
viewsQ: Download zip file from a URL
Good evening, I need to download a zip file and save to a server, however, with the code I am using below, it just creates the zip file on the server; when opening it, there is no file in it and is…
-
1
votes1
answer32
viewsQ: Googleapi in Visualstudio
I’m trying to implement on top of a ready-made class that I was sent that uses Googleapi, but I can’t possibly add the reference to the project via Nuget. Do you know where I can download it? Follow…
-
2
votes2
answers192
viewsQ: Doubt visibility of attributes in class diagram
We recently had a discussion in class on the question of the visibility of attributes in the class diagram. Some have stated that in the diagram (as well as in the code) all attributes must be…
-
3
votes2
answers2246
viewsQ: Doubt in class diagram
Good afternoon. Follow the question about class diagram with the diagram I was able to do. Describe the class diagram for a simple room reservation and occupancy system for a hotel. The system must…