No matter how elegant, complex, and crisp the code is, the end-users are never going to interact with it, and they are going to interact with what these codes accomplish. They interact with links, images, buttons, lists, etc. They base their experience of software or an app by the number of clicks it takes them [...]

Directives are the simple instructions and settings which describe how web form pages and user control pages will be processed under any specific framework. Similarly, ASP.NET are little do-dads which are inserted in ASP.NET pages to control how a page can act according to the characteristics it possesses. These directives are not different from an [...]

Obfuscator is essentially a tool that scrambles or obfuscates the MSIL code in such a way that it becomes impossible to comprehend and reverse engineer the compiled code to the original source code.

This is a sample snippet which can be used for notification across our winforms or console applications. Most of the time we’ll need a simple snippet which can do the job of pushing notifications across your applications. All we have to do is to just create a typed or un-typed delegate which will be used [...]

A Broadcast receiver in Android is capable of receiving different notifications from inside and outside the processes.  This is a very simple code snippet for those who are searching for A Scheduled Broadcast receiver in android using setRepeating or setInexactRepeating timer calls. I could find a number of articles & questions with lots of information. [...]

Introduction: This article is targeted to be a tutorial of how to use Memcached caching server in .net, as well as a reflection of Microsoft’s asp .net’s caching techniques. Caching – the Old Picture: It took a long time for me to realize that the Caching services provided by Microsoft till .Net 2 are actually [...]

Abstract: This article is about sorting and mostly similar to the jqGrid Paging article explained earlier. Objective: The sorting from the client side need not be explained as it is quite easier to find and it works automatically with tableToGrid if a value for sortname is specified. Let us check how we can sort from [...]

Abstract: This is a followup article after how to load jqGrid. Paging in jqGrid is infact simple, but a separate article might help in clearing everything for users. Objective: We will reuse the data and class named as Person with regularly used data types like String, DateTime, int. We also have a class PersonRepository which [...]

1 2 3 37