Posts by Darlan Soares • 71 points
5 posts
-
1
votes2
answers379
viewsA: SHA512 encryption - XAMARIN
I found/ - Installing from Nuguet Pclcrypto(when installing, Assembly Validation has to be appearing tbm in the reference list, or install manually by entering the Pclcrypto folder). just send that…
-
2
votes2
answers379
viewsQ: SHA512 encryption - XAMARIN
Good afternoon, I’m trying to encrypt a string with SHA512, in the [PCL] project, I’m not getting, can anyone show an example of how to do? The idea was to do something like: public string…
-
0
votes0
answers152
viewsQ: Redirect Page in AJAX Replay in Asp.net Mvc
I’m having problems redirecting a page, in my Ajax Answer, when I am in Firefox in debug mode, I can redirect, without Debug the page only one refresh, I tried other Directs also failed, only works…
-
1
votes1
answer239
viewsQ: Insert indented text in Textarea with Codemirror
I’m making an editor HTML in the browser, where the user can write his script in the Database, I recorded all lines of user code in a single string and recorded in the BD, but how do I bring back as…
-
3
votes1
answer275
viewsQ: How to serialize a datetime displaying in the dd-MM-yyyy hh:mm:ss format
How do I send to View() of my Controller in Json format, the default formatted date dd-MM-yyyy hh:mm:ss? In the transport of data between View and Controller I am using AJAX. public ActionResult…