How can I get location name(address) by entering latitude and longitude using google maps or any other API in C# .Net?
thanks
...Hello, I am trying to call SignalR method from C# controller in asp.net MVC, but I am getting this error
Using a Hub instance not created by the HubPipeline is unsupported.
Here is the image of the error
...
Hello, I am not able to convert dynamic JSON response string into C# class object, it's a long JSON and i even tried to convert JSON into class using the website http://json2csharp.com/ but it's doesn't provide me proper JSON class, Here is my sample JSON
...I am getting an error "System.NotSupportedException: LINQ to Entities does not recognize the method 'System.DateTime Parse(System.String)' method and this method cannot be translated into a store expression." when trying to run below code in C# ASP.NET MVC
...I would like to know, suppose if I have inherited a Class A in Class B then How can I call the constructor of the base class(Class A) in C#?
...How do I convert httppostedfilebase to httppostedfile in C#? Here is my demo code sinppet:
...I am trying to create a background job using hangfire as explained in this article "Background jobs in ASP.NET MVC C# using Hangfire.io" but I don't want to run this background jobs when working locally.
So, How can I check if I am on localhost in C# & ASP.NET MVC and not run this background jobs?
...