Skip to content

Sumit Gupta

bookmarking my life

Category: Programming

ASP.NET MVC 5: Session not working

May 23, 2015 by Sumit Gupta .NET, ASP.NET

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…

Read More

Refreshing USB ports using C#

February 2, 2015February 2, 2015 by Sumit Gupta C#.NET, Concept/algorithm, Operating System

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…

Read More

WordPress: Custom Post Permalink giving 404

January 16, 2015 by Sumit Gupta Wordpress

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…

Read More

WhatsAPP moving to new authentication.

November 14, 2014November 14, 2014 by Sumit Gupta Bookmarked, PHP, Programming

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…

Read More

PDF Creation: wkhtmltopdf

September 6, 2014 by Sumit Gupta Article, ASP.NET, HTML/CSS, PHP, Programming

In past I post about how good wkhtmltopdf is. I have used it for few of my projects. Really it is the cheapest [as it is open source and free]…

Read More

WhatsApp Messaging from Web

June 16, 2014July 18, 2016 by Sumit Gupta PHP, Programming

If you need to send WhatsApp message to your friend from Web, you need to find unofficial API as WhatsApp till date do not provide them, and do not allow…

Read More

How to Programmatically Add Multi Language Post in WordPress and WPML

April 11, 2014 by Sumit Gupta PHP, Programming, Wordpress

I recently need to create wordpress post programmatically. It is so easy with wp_insert_post. However, the twist is how to add it using WPML for multi language support. WPML is…

Read More

Posts navigation

← Previous 1 2 3 4 … 17 Next →

© 2025 Sumit Gupta // Powered by WordPress