Download Source Code Introduction Here I would be demonstrating an application to chat and chat private as well, using SignalR. Before that we need to know first what is SignalR! SignalR is an open and
Read moreAuthor: Suraj Sahoo
The Forms and Web Api Bridge
Introduction Recently, a scenario arose in which we had interact to a Web API from either a windows service or windows forms application. The logic and implementation seems easy once you are aware of the
Read moreUnobstrusive ajax and handle unauthorized request in MVC
Introduction In this article I will be sharing a basic stuff which comes handy in MVC applications. The HTML helpers provided by the Razor are smart enough to understand and process the work as required.
Read moreOverview of MVC6 & Deploy application to Azure
Introduction With an anticipation and hope, this article would be an interesting and effective somehow. This article will be covering the Asp.Net 5’s MVC6 Welcome application. a brief about the all new concepts of MVC6
Read moreWorking with JSON in MVC
Introduction JSON Java Script Object Notation , a very familiar and commonly used concept. It is a data interchange medium and is very lightweight. It is one kind of a syntax for storing and passing
Read moreSend SMS using C# application
Introduction In this article I will be sharing a quick and an interesting way to send SMS using a simple C# application. I will be using ViaNett API to send messages from my application. I
Read moreMicrosoft Azure: Get started!
Overview Cloud! Cloud! Cloud! What is this cloud! What is Azure! What is cloud computing again! Oh! So many questions, when we get into this software industry. We will discuss about cloud computing and then
Read moreHands on Angular Js-III
Introduction Hello folks!! Lets continue our journey of learning Angular JS. We have seen & discussed few topics already! Hands on Angular I Hands on Angular II In this article we will discuss few concepts
Read moreSQL Scheduled Jobs
Introduction Scheduled jobs are a part of development, may it be any application. Inventory applications require them the most when they automate almost everything. 🙂 SQL Jobs can prove to be handy when a query
Read moreHands on Angular Js – II
Introduction As we discuss in the previous part of Hands on Agular Js-I about the basic and the architecture of the Angular Js and few directives. Here in this part we will check out the
Read more