Posts by Gustavo Forte Andreli • 125 points
6 posts
-
1
votes1
answer327
viewsQ: How to clear a @Html.Textboxfor using Javascript?
I am trying to clear the value entered in the field of TextBoxFor the following form just after Submit. @BHS_Treinamento.WebApi.Models.Curso @{ ViewBag.Title = "Cadastrar"; }…
-
4
votes1
answer212
viewsQ: Entity Framework Query Many to Many
I’m starting to use the Entity Framework and I’m looking to make a query between two tables, Livroes and Autors, and their relationship is like Many to Many. I don’t know if it’s relevant but I’m…
-
1
votes1
answer2211
viewsQ: Difference between @Html.Labelfor and @Html.Displaynamefor
I am starting at ASP.NET MVC and taking a course where the teacher used to display the data of a different class methods to display a given. He uses the @Html.LabelFor and the @Html.DisplayNameFor.…
-
1
votes1
answer109
viewsQ: Display higher word frequency per line and calculate number of words per line
I have the following text and I have to display the words that appear most frequently per line and calculate the amount of words each line This is a really really really cool experiment really Cute…
-
1
votes1
answer775
viewsQ: Is there a possibility to compare schema between different databases in SQL Server?
I have several different comics, and I need to compare their Schemas, but doing this manually can go unnoticed. For context I will use database of smaller proportion than work. Image here. As you…
-
3
votes1
answer431
viewsQ: How to import XML from Data Dictionary to SQL Server?
To put it in context, I’m making a data dictionary for a local database, so I used a tool called "Database Notetaker". This tool loads the database data and allows me to comment on the table data…