Introduction Have you ever encountered a scenario when you have to download few files zipped and compressed! Few development involving the manipulation of documents and its management would require this. There are a lot of
Read moreCategory: API
Tools which will make developers life easier
Introduction Today, the world has grown so much and has been so friendly for the developers, thousands of tools floating in the market for free, but we need to realize and have them in our
Read moreLets Chat Application using SignalR in MVC
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 moreThe 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 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 moreWebSecurity in MVC
Introduction In this article , I would be discussing a very interesting topic called WebSecurity in MVC applicationa and how easy and simple it is to implement and understand. Let me share a small incident
Read moreUsing API in MVC applications
Introduction The Web Api (Application Programming Interface) feature is based on a special kind of controller to an MVC framework application, its normally as we do in MVC :). An api controller distinguishes itself from
Read more