Posts by Jhonathan Araujo • 45 points
4 posts
-
1
votes1
answer234
viewsQ: What is and what is the difference between IIS Local and IIS Express?
What makes the "Create Virtual Directory" ?…
-
1
votes1
answer54
viewsQ: Operation of the "Contains() method"
I have a array of strings: string[] warnings = { "INQUIRY REQUEST", "ITEM ALREADY EXISTS", "ITEM NOT FOUND", "END OF FILE", }; and I have a variable with the following value: status = " 18:46:24:97…
-
0
votes0
answers27
viewsQ: What is the difference between the two syntaxes with LINQ?
List<string> esportes = new List<string> { "Futebol", "Voleibol", "Basquetebol", "Natação", "Rugby", "Handebol" }; List<string> resultado = new…
-
2
votes1
answer47
viewsQ: How to use AJAX that takes the value of a field for a select and returns to a modal in a partial view?
My code here: View: <tbody> @for (int i = 0; i < Model.lNaoIncluidos.Count; i++){ <tr> <td style="text-align: center;"> <span data-toggle="tooltip" data-placement="top"…