Posts by Abdul Raheem

Abdul Raheem is a web developer, working on Asp.net MVC and Umbraco. He loves to learn new technologies and to learn new tweaks. He is some how a tech geek.

SignalR

by Abdul Raheem

Posted on

SignalR | Code Desk

Background:

Normally in asp.net web applications users have to refresh the page to see the updated or new data in a web page i.e. whenever new data is added or updated on the server, the server does not directly transmit to the client side and user has to refresh the page to see the updated data.

HTML Next Version?

by Abdul Raheem

Posted on

HTML-Next-Version

HTML(Hyper Text Markup Language) a markup language to create web pages, that keeps on rolling new versions, currently HTML 5 is used which is one of the most stable version of the HTML compare to all of the previous HTML versions, but what will be the next, will it be HTML 6 or new updates in HTML version 5.

Implementation of Search In Umbraco Using Examine

by Abdul Raheem

Posted on

In this tutorial we will implement search in Umbraco, without using any plug-in. We will use examine and razor view in this tutorial. First let’s have a short intro to Umbraco and what is Examine.