Though this is a simple first, the tailwind documentation seems to be a round about way of doing this. so thought I can share what may be simple step to start using tailwind especially for beginners. No frills to waste our time! 1 – Create …

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 …

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 that are inserted in ASP.NET pages to control how a page can act according to the …

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 …

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 …

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 …

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 …

1 2 3 37