About 8,370 results
Open links in new tab
  1. WebView / HybridWebView C# Javascript communication

    Oct 20, 2014 · You are correct, the CallJsFunction accepts C# objects as parameters that are then serialized with the JSON serializer while Inject only takes in a single string.

  2. how to convert object to nullable int array in c#?

    Sep 29, 2016 · I want to convert object type to nullable int array (int? []) in c# but I am not getting nay solution, can anyone know how to do this..

  3. Creating a CSV file from API Get Data - social.msdn.microsoft.com

    Jun 15, 2018 · I'm very new to C# and the .Net platform (crossing over from Javascript world), so any help/samples would be great. A senior developer has written a program, that currently …

  4. Best way to send data/object from one process (c layer) to another ...

    Aug 1, 2019 · Please suggest best solution for the data transfer from c layer to C# (.net core) in linux/windows environment. If possible please provide snippet code. My idea : For IPC named …

  5. run script C# when unload page. - social.msdn.microsoft.com

    Oct 7, 2021 · To save changes to the user on a page, I would run a C# script when the user leaves the page of any manner (link, button, ...)

  6. Complex JSON with nested arrays to SQL: Help!

    Oct 31, 2019 · Summary: REST data source resulting in json that needs to be transferred into an on premises SQL environment. I'd like one table per array object. I've got the REST pull …

  7. C# Read Memory by specific adress to find value

    Mar 8, 2012 · Here I really forced my self to finish this kind of codes but I want to read a actual data , for instance, 006B8A60 is the adress I just want to read and it's data as text …

  8. converting table rows to json format - social.msdn.microsoft.com

    Aug 1, 2018 · This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact …

  9. Given Xml i want to deserialize xml to XDocument

    Aug 22, 2018 · So now you are starting from json, use your code to deserialize an object and would likely to turn this into a XDocument ? In short the steps would be to start form a json file, …

  10. Show/Hide Controls in MVC using jQuery

    Nov 14, 2014 · What we are thinking is store controls information in key/value pair in json format For e.g. PasswordControl Show LocationControl Hide