Posts by Darlan Dieterich • 136 points
4 posts
-
0
votes3
answers210
viewsA: clear field if only html tags exist in text field
In my opinion it would be easier (not only easy, but smart) to treat this inconsistent html instead of dealing with it when it exists. But.. How about using a library? Try HtmlAgilityPack public…
-
0
votes0
answers65
viewsQ: Error installing package or updating Ruby Gem
Hello! When I apply any control gem install qualqueroutragem or gem update --system this type of error occurs: "ERROR: While executing Gem ... (Argue) Wrong number of Arguments (Given 1, expected 0)…
-
0
votes2
answers1026
viewsA: The task "Xamarin.Forms.Build.Tasks.Gettasksabi" was not loaded from Assembly
Two indispensable things to do using Xamarin in case of problems: Clean up the solution. Restart Visual Studio.
-
2
votes1
answer139
viewsA: nhibernate with more than one database
The mapping of your Entities would be the same, but each DBMS has a configuration file with the Connections strings, connection providers, etc... EX: using Postgres: <hibernate-configuration…