Posts by Gibran Silva • 49 points
3 posts
-
2
votes1
answer415
viewsA: Doubt with return time formatted Asp.net mvc
This problem is because of Globalization, you have two options to solve this, change the Cultureinfo that your application is running, then it will change to all calls, ie you should realize that…
-
0
votes1
answer115
viewsA: I am unable to access a Webservice written in C#, from Java
recommend using JAX WS and CXF to make calls to Webservice in java is much simpler. Example link - Using Eclipse Otherwise, if you are not using Eclipse IDE, it can be executed by generating the…
-
-1
votes2
answers176
viewsA: Webclient downloads a wrong string
all right? By making Webbrowser you will consume more resources than a Webclient, as it is a wrapper of IE and with this will run the entire stack of processing and rendering of internet explorer.…