Posts by WeberSP • 39 points
6 posts
-
0
votes1
answer129
viewsQ: Change name and surname in a string
I work with an API that returns the last name to me first after the name and I need the reverse as the name reads ( in my case is a Book Author ), the return I have is ( Ex.: Bragança, Luiz Philippe…
-
-1
votes1
answer545
viewsQ: Should I use html.Raw in every application?
Hello in all Partialview of my site, I had to put Html.Raw to solve problems with accent ( even in Head put UTF-8 and in web.config globalization ) only with Html.Raw solved, my question is can I…
-
-1
votes1
answer40
viewsQ: API Amazon Product Advertising
I am using the third party API (Nager.Amazonproductadvertising) to search for books and other items in the Amazon Catalog, when the application was in test did not present any error, just put on the…
-
2
votes0
answers71
viewsQ: Configure Route ASP.NET Webforms
Good afternoon, I have an ASP.NET application in Webforms (still) working normally, the client asked to include the date in the route of a new page, I created the route so: routes.MapPageRoute(…
-
1
votes0
answers243
viewsQ: redirect a sub-domain to the main domain
Hello need to make a redirect of an active blog installed in the sub-domain for the main domain I mounted a redirect from the sub to the main one, the problem are the posts of this blog that are…
-
1
votes0
answers100
viewsQ: Url ( ROUTE) with NAMES and not ID
How can I dynamically change a URL in a BD search of Id’s by NAME to become a friendlier URL (SEO). My URL today: http://meusistema.com.br/Achei/26/8717/1/2/3 - being the 26=STATE,…