Posts by Guilherme Almeida • 113 points
10 posts
-
0
votes1
answer371
viewsA: How to encrypt data in App.config
So I searched the App.Config (or Web.Config) does not allow to persist changes at runtime and everything stays in memory, that is when the application is restarted the changes are lost. As a…
-
1
votes1
answer305
viewsQ: Parameters named in - Asp.net url
I have a problem with automatic url generation next to Asp.NET I have the following code: [RoutePrefix("c")] [Route("{action=Index}")] public class ConteudoController : BaseController {…
-
0
votes1
answer288
viewsQ: Return of Webapi Dynamic types
I am writing a method in Webapi that returns the type Httpresponsemessage. I have an appointment that returns a type Dynamic that would return the query of the data as it is different information.…
-
-1
votes1
answer58
viewsA: How do I use Mysql in a common form?
The question is a little vague, but by the message possibly the host in the string Connection is wrong. Or even the database port may be different from the standard (standard port 3306) and some…
-
0
votes2
answers578
viewsA: How do I always keep my Urls in lower case?
I use a slightly different method to do, and avoid modifying Querystring to avoid problems, sometimes the parameter may be necessary case sensitive or if it is a Bundle or urls that can be sensitive…
-
0
votes1
answer171
viewsA: How to keep option after refresh - Asp.net
By having the parameter sent put it in a Viewbag for example and recover in the View so that you can filter by doing an if to put the "Selected" option
-
0
votes0
answers34
viewsQ: Nuget ASP package
I maintain an ASP system (legacy is legacy) that has difficulty controlling system versions and upgrades. Thinking about how to improve this and gain stability for the system between versions I…
-
1
votes1
answer312
viewsQ: Animation with height with relative measurements
.item-case { position: relative; overflow: hidden; padding-right: 0; padding-left: 0; margin-right: 15px; margin-left: 15px; } .item-case .info { min-width: 100%; max-width: 100%; background-color:…
-
5
votes1
answer301
viewsQ: Error with border Radius Chrome
I have the following structure using the bootstrap and fontawesome .social-rodape{ margin-top: 35px; } .social-rodape ul li a { padding: 10px 12px; border-width: 0; color: #37a8ab; font-size: 30px;…
-
4
votes4
answers2040
viewsA: Problem with height of Ivs that do not accompany each other’s content
Actually there is no need for js. Use block and column structures to organize. .block{ height:auto; float:left; clear:both; display:block; } .column { height:auto; float:left; clear:none;…