Author: SibeeshVenu
-
Creating Rules In Outlook
In this post we will see how we can create rules in our Outlook app. Recently I came across a situation where I wanted to move ... -
How To Become Microsoft Certified
In this post we will discuss about how to get Micosoft certification. I am a software engineer by profession. As you all know as a developer, ... -
Load XML And Show As li In Angular JS
In this post we will see how we can load an XML file and show as li using ng-repeat in Angular JS. As you all know ... -
October 2015 Month Winner In C-Sharp Corner
Today October 2015 month winners in C-Sharp Corner has been announced. I am really glad to say that I am also in the list of winners. ... -
Convert XML to JSON In Angular JS
[toc] Introduction In this post we will see how we can convert an XML file to JSON in Angular JS. As you all know Angular JS ... -
A Short Story: ARISE, ASPIRE, ATTAIN
This is a short story of my friend Ajay Bhasy. I strongly recommend you to read this story, because it worth. I found this as a ... -
A Short Story Humanity
This is a short story of my friend Ajay Bhasy. A story which says about humanity which we can see rarely. Am I right? I strongly ... -
Regex to remove a word from a string
In this post we will see how we can remove a particular word from a string entirely in jQuery. [js] var newString= oldString.replace(/Unspecified/g, ”); [/js] Here ... -
Load Data To Grid On Sroll
In this post we will discuss about how we can load data to a grid on scroll event. As you all know Grid is a main ... -
Caching In MVC
In this post we will discuss about how we can improve the performance of out MVC application by using the technology Caching . Here I am ...