Click here to Skip to main content
15,897,704 members

Comments by 24983 (Top 80 by date)

24983 2-Apr-16 0:27am View    
Not understand clearly... Plz if any open source tell me
24983 12-Mar-15 5:53am View    
i used above code Sending Data to Server from Android Xamarin and run it then

throws error "System.Net.WebException: The remote server returned an error: (400) Bad Request."
24983 11-Mar-15 1:55am View    
created wcf service method find below,

[OperationContract]
[WebGet(UriTemplate = "/GetEmpDetails/", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped)]
DataSet GetEmpDetails();

so now i get the url ="http://localhost:50961/Service1.svc"

How to call this url in xamarin, Please give me a guide.
24983 22-Jan-15 2:27am View    
Hi please find below example, Can we get it from C# windows application and as well as run on background process.
I need output below,
Application WorkingHours
-----------------------------------
Visual studio ----- 2
notepad -------- 2
MS Sqlserver--------- 4
24983 21-Jan-15 0:58am View    
Deleted
Hi,
I get the Network speed using GetIPv4Statistics() from windows 7 in c#.net.


IPv4InterfaceStatistics interfaceStatistic = networkInterface.GetIPv4Statistics();

but throw null reference exception in windows 8.
How to resove this issues?