How to run custom searches in Windows 7/8 and afterwards

To take searching to the next level, you need to know about two obscure but powerful search features: Advanced Query Syntax and natural language queries. It is supported in Windows 7 afterwards i.e 8 and further/forthcoming. How to use Advanced Query Syntax When we do the standard search in Windows Explorer, windows looks for matched … Read more

How to integrate InkFilePicker library in Web App

I heard many developers across the forum asking about how to integrate InkFilePicker library into their application and hence thought to give it a try. I’m sharing here the steps to get started with the library. Formerly known as FilePicker.io, InkFilePicker is a library that allows user to connect to popular Cloud Services like Dropbox, … Read more

How to use RailPNRAPI to get PNR Status?

Here I’m sharing the sample code on How to consume API provided by railpnrapi.com to query Indian Railway PNR status: Register yourself on http://www.railpnrapi.com/ and get/generate API Key & API Secret. using Newtonsoft.Json;using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Security.Cryptography;using System.Text; namespace RailPnrAPI_SampleCode{    class Program    {        static void Main(string[] args)    … Read more