Im working with asp .net MVC3 . I'm using Newtonsoft.Json.JsonConvert.SerializeObject method for parsing json object . Im Im getting Error "Error during seria
I tried using Configuration.DownloadsFolder but it's not present in the Configuration class. I am not able to change the default download directory. I am fairly
We are getting content of image from tika api(2.3.0) when we are calling from postman app. But the same call returns something else when we are calling from .ne
Recently had a test question asking "how deep" the call stack for fact1 where n = 5. Here is the code: int fact1(int n) { if (n == 1) { return
my site has multiple subdomains. in which my main site is www.mysite.com And a subdomain is old.mysite.com . But for some technical trouble i have to use o
The first code below runs without problems in python, but when using the same lines in a Stata do-file, a message appears suggesting a Python coding error. Any
I'm trying to execute Lua scripts, but the file names of the files that will contain the functions that need to be run are variable. I've tried looking for ways
I am trying to create a function that tells me if the user currently has internet connection. The first thing that came to mind was to use navigation.onLine, ho
We have been developing 2 endpoints in spring boot that one of them stores itemA in a Postgres tableA and the other end point stores itemB in tableB based on th