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: CSharp
Validation & 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 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 moreUnderstanding Filters in MVC
Introduction There are scenarios when we have an implementation which will be reused at many places, which is not confined to a single place or method. This is fulfilled by the Filters in MVC. This
Read moreMini Profiler from Nuget
Introduction Being developers we always face a challenge, to debugand optimize the queries we have written for any request made to the server. Getting the exact time of the queries requested for each page load
Read moreUsing Font Awesome from Nuget
Introduction Still using images for icons!! Now in every other web site/web pages, we find intensive use of icons to help user navigate and understand easily the whole purpose. Making the icons simple and understandable
Read moreSart with C# from scratch- Part 1
Topics to be covered:- Welcome to C# Working with Variables, Operators & Expressions Understanding your first C# program Welcome to C# C# .NET is a powerful language, which is generally called Component Oriented Language. Now
Read more