Blog
Blog posts on .NET, Azure, and more.
How to share cookie between HttpWebRequest and WebView
December 13, 2013 by Anuraj
.Net .Net 3.0 / 3.5 Xamarin
This is post is about another hybrid application scenario. I had to implement this in one of our projects, the problem was like this, unlike other hybrid applications, this project had a native login screen, which will authenticate the user against a REST API service and once the authentication is successful, service will set an authentication cookie. And once authentication is completed, application will start a new activity, which will load the web application. If cookie is not present, the web application will show the Forms authentication screen.
How to convert JSON to XML and vice versa in C#
December 09, 2013 by Anuraj
.Net .Net 4.0 ASP.Net Javascript Silverlight
Json.NET supports converting JSON to XML and vice versa using the XmlNodeConverter. The JsonConvert has two helper methods for converting between JSON and XML. The first is SerializeXmlNode(). This method takes an XmlNode and serializes it to JSON text.
How to detect IPhone / IPad through JavaScript
December 04, 2013 by Anuraj
.Net ASP.Net Javascript
Here is code snippet which helps to identity IPhone or IPad through JavaScript.
How to invoke C# from Javascript in Android
November 30, 2013 by Anuraj
.Net HTML5 Javascript Xamarin
This post about to invoke C# from Javascript in Xamarin for Android. My last post related to building hybrid applications with C# and Xamarin, I got few comments like in hybrid application development, host language interface with javascript is an important topic, so I thought of writing a blog post.
How to detect hyperlink click in a webview android with C#
November 28, 2013 by Anuraj
.Net .Net 3.0 / 3.5 Xamarin
This post is about detecting hyperlink click in a Android webview with C#. This can be useful in two scenarios.
Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub