In my last post I try to define what motivate me to learn new things. Also, I try to show that I really believe in learning new things. In this…
Learning is GOOD
I am working as developer for quite sometime now. I worked as developer in couple of companies, then hire few to assist me. But never need or know the concept…
SQL Update if Record Exists or Insert
Quite often we need an approach where we need to Insert record if it is not already present. Sometime to manage relationship. There are few different way of doing it,…
ASP.NET MVC 5: Session not working
Just encounter an issue with ASP.NET MVC 5, the sessions are not working. i.e. when I put a value in controller like Session[“mysession”], it do not shows the same value…
Refreshing USB ports using C#
Finished a project in which I need to refresh the USB ports by just before we start some particular benchmarking application my client has. Seems pretty easy job, if you…
WordPress: Custom Post Permalink giving 404
In most of wordpress project we do, we have few custom post type and taxonomy. We use a nice plugin called “PODs” for the same. It is good plugin, we try…
WhatsAPP moving to new authentication.
Though the new authentication (WUTH-2) is not really new, but few days back they disable the old authentication mechanism. So, just a bookmark to latest version of API: https://github.com/mgp25/WhatsAPI-Official . This…