Author: SibeeshVenu
-
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 ... -
Load Data From Database Using Web API
In this article we will learn about Loading Data From Database in MVC using Web API. We will use Visual Studio 2015 to create a Web ... -
The OnePlus X has officially arrived
Here is a great news I want to share with you all. “The OnePlus X has officially arrived” Yes it is true. The company has officially ... -
Change Themes Dynamically In Grid
In this post we will see how we can Change Themes Dynamically In Grid . I recently came across a situation to change the grid’s theme ...