Introduction In this era of the diversity in latest technology and the ability to learn and be equipped in languages is the most challenging and interesting thing for a developer or a geek you can
Read moreCategory: Web Development
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 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 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 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 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 moreGet Started With the Dependency Injection Principle in ASP.Net
Topics Covered Introduction Dependency Inversion Principle Bob Martin’s Discovery Inversion of Control Service Locator Dependency Injection Constructor Injection Setter Injection Interface Injection Demo Introduction How is this conceptĀ relevant? Let’s have a look at the traditional
Read moreUsing Glimpse in MVC applications
Introduction In this article, we will be covering the details of why Glimpse is used, what Glimpse has in store for developers. We have been usingĀ MiniProfilerĀ in MVC projects to detect the performance of the Queries
Read more