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 moreCategory: Code Project
Microsoft 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 moreHands on AngularJs – I
Introduction The stand out hero in the market now. AngularJs it is from Google, intensifying the effectiveness of the plain HTML. There has been a constant and roaring buzz in the market on this. We
Read moreBored with Alert!!
Introduction A simple and effective article which might come handy while developing web applications. Oh not Again!!
Read moreUrl routing in MVC application
Introduction There exists an assumption that there is a direct relationship between the requested URLs and the files stored on the server. But does this make sense in an MVC application, where requests are processed
Read moreSending Email Using Stored Procedures in Sql Server
Introduction A very interesting topic of discussion. We have mail integrated to every application now a days. We integrate email using SMTP settings in the Web.Config in .NET and use the Send method to send
Read moreValidation & Security in MVC application
Introduction Validations in any application is so critical now a days that developers ought to be on their toes while developing any such critical and sensitive applications. Hackers are now in every corner of the
Read more