Posts by Paulo Hinkel • 97 points
4 posts
-
2
votes1
answer1172
viewsQ: How to use Automapper 6.2.2 in Asp MVC5?
Hello, how to use Automapper 6.2.2 on Asp MVC5 to map my view models to the domain model. Example: in MVC I use Usuarioviewmodel and in the User domain.
-
1
votes0
answers67
viewsQ: Ravendb - How to query words ignoring accent
I need to make a person name query ignoring the accent. Ex: in my document I have a record with the name "Leticia". If I refer to "Eticia" the result is empty. The behavior I need is to find the…
-
2
votes2
answers762
viewsQ: How to Add SSL Free in Azure? Is it Possible?
In Azure: I have an Azure account where I created a new Site. To add an SSL Certificate (Https) I had to change the hosting plan from "Free" to "Basic" (in the Scale menu). Then I opened the option…
-
4
votes1
answer2696
viewsQ: How to make a Viewbag.list receive a List<Keyvaluepair<string, string>>?
How should I pass a list (List<KeyValuePair<string, string>>) for view for ViewBag? My code: string grupo = "ConfigsPortalWebTextos"; List<KeyValuePair<string, string>> lista…