A deeper look at Microsoft Office Add-in
The intend of this article is to understand the overall flow of Microsoft Office Add-in. It is recommended to have a basic understanding of office Add-in platform before reading this article. Step 1:...
The intend of this article is to understand the overall flow of Microsoft Office Add-in. It is recommended to have a basic understanding of office Add-in platform before reading this article. Step 1:...
If you’re writing your app in angular 2 using Visual Studio 2015, you might have to do some configuration in order to compile typescripts. Another way is to prevent VS to compile typescripts and...
If you’re new to angular 2 and getting following error when trying to import app folder (that contains your angular code), then carry on with reading ð Error: XHR error (403 Forbidding) loading http://app/folder/path...
Before diving into the Code, let’s have some basic information about JWT. JWT stands for “JSON Web Token”, pronounced as “JOT”. According to Wikipedia: “JSON Web Token (JWT)is a JSON-based open standard (RFC 7519)...
Just started using LINQPad? Following is one of the common errors that usually bother LINQPad new users. “Could not find an implementation of the query pattern for source type ‘LINQPad.User.[ObjectName]. ‘Select’ not found.” By...
Few days back, I saw this kid (probably around 16) at the library. I know him for a long time, but never had a chance to have a casual chitchat. I asked him, “Did...
By Imran Khan, Arun Kulkarni The University of Texas at Tyler, Tyler, TX 75799, USA Abstract Surveys are an important tool for researchers. It is increasingly important to develop powerful means for analyzing such...
This game is developed for Bash shell. It is designed for 2 players. Player 1 enters the Target word / number and Player 2 repeatedly guesses it. It also tracks the best performance from...
“~” (Tilde) is a special character that is usually used to set URL paths for Asp.net Server controls and this character instructs the Asp.net run time to resolve the relative path of the server...