Posts by VSHenrique • 137 points
6 posts
-
1
votes1
answer56
viewsQ: Response.Tryskipiiscustomerrors command in Asp.net core?
Is there a way to return an error in Asp net core only for a certain action without using the custom errors page? I used to Response.TrySkipIisCustomErrors=true; but in ASP.Net Core no longer…
asp.net-coreasked VSHenrique 137 -
1
votes1
answer32
viewsA: How to use resource files in XAML (Xamarin) file
Follow the procedure described in https://developer.xamarin.com/guides/xamarin-forms/advanced/localization/ and access the resource file using the Translateextension class. Ex.: <Button…
-
2
votes1
answer336
viewsA: Phrase with different HTML5 formatting
Always use the tag <p> paragraphs and whenever changing the formatting in the middle of the paragraph use the tag <span>. Try to avoid inline css, type <span style="color: #d9d9db;…
-
1
votes1
answer49
viewsA: I can’t add a Ference
The dll version is incompatible with the . Net Framework version of your project. This can happen if you are trying to add a generated dll in version 4.0 of . Net framework in a project that uses…
-
3
votes1
answer73
viewsQ: How to avoid spam in wordpress without spending anything
I would like to know how to avoid the pile of spam that arrives in the wordpress comments, either through some plugin (free preference) or through wordpress configuration.
wordpressasked VSHenrique 137 -
2
votes1
answer56
viewsQ: How to increase the number of comments on wordpress
I wonder how I can increase the number of comments that appears in wordpress for moderation. Note: it is not the number of comments of the post no. It is the administration part, where you can…
wordpressasked VSHenrique 137