Blog

Blog posts on .NET, Azure, and more.

Test-driven development in Javascript

March 19, 2014 by Anuraj

ASP.Net CodeProject Javascript Unit Testing Visual Studio

Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: first the developer writes an (initially failing) automated test case that defines a desired improvement or new function, then produces the minimum amount of code to pass that test, and finally refactors the new code to acceptable standards. Here is fundamental mantra of TDD:

How to handle windows authentication in Android

March 10, 2014 by Anuraj

Android Miscellaneous

If you are developing enterprise applications you may need to handle windows authentication from mobile devices. Windows authentication (formerly named NTLM, and also referred to as Windows NT Challenge/Response authentication) is a secure form of authentication because the user name and password are hashed before being sent across the network. Here is the snippet which helps to handle windows authentication in Android.

Handling Android back button in HTML5 application

February 28, 2014 by Anuraj

HTML5 Javascript Miscellaneous

Today I faced an issue with my HTML5 application. In this application we are showing a JQuery popup window. Client has reported a high priority(?) issue like, when he press the Android phone back button, instead of closing the popup window, application is getting closed.

K-MUG KOCHI DEVCON 2014 - 15 February 2014

February 01, 2014 by Anuraj

Miscellaneous User Group Activities

The Kerala Microsoft Users Group (K-MUG) will be organizing a Developers Conference, K-MUG KOCHI DEVCON 2014 on 15th February 2014 at InfoPark Hall, Athulya Cafeterial Block in Kakkanad. K-MUG is one of the best developer community in India, which got Best User Group award in India as part of Microsoft Community Impact award 2010. DEVCON 2014 will help you to engage and collaborate with Microsoft MVPs and thousands of your IT peers, building connections etc.

Assembly generation failed - Referenced assembly does not have a strong name

February 01, 2014 by Anuraj

.Net ASP.Net Visual Studio Windows Forms

Recently while working a on project I faced an error like this.

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