Introduction Hey folks! Another interesting topic to discuss and share! Integrating sensors to an Arduino board seems interesting and feels good when you receive the desired digital output and manipulate it. Now a days hundreds
Read moreTag: Intermediate
Unobstrusive 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 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 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 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 moreUsing Exception Filters in MVC applications
Introduction Exceptions, are like part and parcel of an application. They are boon and ban for an application to. Is’nt it?This would be controversial, for developers it helps them track minor and major defects in
Read moreFull Text Search in SQL
Introduction Executing complex queries against character-based data on the sql tables can be accomplished using Full Text Queries across SQL as well as Azure SQL databases. There are many a times this type of requirement
Read more