Posts by Napoleão Menezes • 190 points
12 posts
-
0
votes1
answer47
viewsA: Sendemailasync method does not run
For this you must implement the Sendemail class that is signed with the Isendemail interface, take advantage and see the dependency injection. That should solve your problem.
asp.net-mvcanswered Napoleão Menezes 190 -
0
votes1
answer243
viewsQ: Take an Httppostedfilebase and convert to Cloudfile (Azure Files) to avoid writing the File to the Server
Good people, I have the following problem. The controller receives an Httppostedfilebase and sends it to Azure and for that I need to write to a temporary folder. I would like to know a more elegant…
-
0
votes1
answer70
viewsA: Problem with java logic
Good morning. Friend I for this type of problem first I organize the thought, soon the logic will be organized. 1º - Delete validations - Makes it easy that we will not compare everything 2nd -…
-
0
votes1
answer115
viewsQ: Actionresult and async method Using Fastmapper, Typeadpter Error
I have the following problem with Fastmapper. When implementing an Actionresult async when using Typeadapt it cannot perform the asynchronous conversion, would anyone know how to do the conversion…
-
0
votes2
answers193
viewsA: Dropdownlistfor has no selected value
Tell me that in the controller you put true (it was supposed to work), but it didn’t work here, take a look there. I took the test here and I decided when I do so: public static…
-
3
votes1
answer186
viewsA: Html.Beginform() No Submits model, Modelstate.Isvalid = False
I found the problem with this case. I found that in the signature of the post method Create(Estado estado) the State object has the same name as the variable of the "state" class, which confuses the…
-
1
votes1
answer263
viewsA: SPED - Block K - Record 0220
Boss has to stay like this |0190|CX|CX.| |0190|UN|UN.| |0190|PC|PC.| |0200|10001|ITEM 1|||CX|00|87089990||||17,00| |0200|10002|ITEM 2|7899749104130||UN|00|87085099||||17,00| |0220|CX|5|…
-
5
votes3
answers13730
viewsA: What is the difference between simply-chained and double-chained list?
I guess that’s how it would be summed up: Encadeamento Simples - Walks only in one direction, can’t return. Encadeamento Duplo - You have the references going back and forth, as you go through a…
-
3
votes1
answer186
viewsQ: Html.Beginform() No Submits model, Modelstate.Isvalid = False
Next I am with Html.Beginform() where the same Submits the model however when it goes to the control it is false the Modelstate.IsValid. Follows Model, Control and Beginform Model:…
-
3
votes2
answers784
viewsQ: Visual Studio 2015 Hangs and not back when accessing cshtml page and inserted "<"
Guys this very strange. In any project when I insert in a cshtml file a "<" visual studio 2015 crashes and restarts, this occurs in any WEB project, already reinstalled it 3 times and always…
-
0
votes1
answer164
viewsA: ASP . NET MVC Project Archives do not open "the Operation could not be completed"
I decided to restore Visual Studio, because the fact occurred in any project could not open a cshtml file, being that it opened in other editors and only in Visual Studio that did not open.…
-
2
votes1
answer164
viewsQ: ASP . NET MVC Project Archives do not open "the Operation could not be completed"
I try to open "cshtml" files and it does not open, presenting the error below. This occurs in all my projects, started from one hour to the next. I use Visual Studio 2015, project ASP . NET 4.6 MVC…