Here is how you can get property name and value from the dynamic object using C#. let’s assume the dynamic
Continue reading
My experiment using code
Here is how you can get property name and value from the dynamic object using C#. let’s assume the dynamic
Continue readingHere is code snippet which can help to get IP Address from the request using C#: public string GetCurrentIpAddress(HttpContextBase httpContext)
Continue reading