Posts by Marcelo Medeiros dos Santos • 73 points
7 posts
-
0
votes2
answers799
viewsQ: Read multiple text files using System.IO and Visual C# . NET and writing to these files
My problem is this. I have several . txt files in a pc directory. These files have information on each line and have blank lines. What I would need to do is read all the files in the directory, open…
-
1
votes1
answer427
viewsQ: Problems making call using Retrofit on Android
I’m a student and I’m having a hard time understanding where I’m going wrong in a job that the teacher went through. Briefly describing, the teacher provided an API on Github, which after the…
-
0
votes2
answers452
viewsQ: Consume Webservices with Android - Retrofit or Volley?
The question is just this: to consume Webservices with Android - Retrofit or Volley? I found the two complicated at first, but reading the documentation it seemed to me that retrofit can be…
-
4
votes1
answer126
viewsQ: Stack/Stack with priority in c#?
My teacher passed 2 exercises, the first was to create a stack (Stack) simple to run unit tests in this class: using System; using System.Collections.Generic; using System.Linq; using System.Text;…
-
0
votes2
answers209
viewsA: Linter - Parsing error: Unexpected token {
linter recommends using a novelty : ES2015 (ES6) named "Littéraux de gabarits" (in French) or "template literals". https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Template_literals It…
javascriptanswered Marcelo Medeiros dos Santos 73 -
0
votes2
answers209
viewsQ: Linter - Parsing error: Unexpected token {
The teacher spent some exercises, one of which was to use Git and run a linter to check several code files. Here he gave me in this code but honestly I could not understand nor identify. // Você nao…
javascriptasked Marcelo Medeiros dos Santos 73 -
1
votes1
answer345
viewsQ: Error (Connected String) Asp . Net MVC - Visual Studio 2013 and SQL Server 2012
I have a problem with my MVC Asp.Net. I created the Connection String inside Webconfig, <connectionStrings> <add name="connSql" providerName="System.Data.SqlClient" connectionString="Data…