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 moreTag: Beginners
Working 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 moreMicrosoft 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 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 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 moreMVC Architecture & Pipeline
Topics Covered: MVC Framework Model in details View in details Controller in details Pipeline in MVC Routing MVC Framework MVC (Model View Controller), is simply a framework used to design web applications, as simple its definition
Read moreDynamic Blob Containers and Upload Files to Azure
Introduction to Blob Storage:- Windows Azure provides various cloud enabled storage services and Blob storage is one of them. BLOB stands for “Binary Large Object” which means unstructured data that typically includes images, documents, audio,
Read moreAdding a Favicon to your Website
Introduction A Favicon (“favorites icon”), is an icon associated with a particular website or webpage that is displayed in the browser address bar next to a site’s URL. Favicon is a little icon, but plays a subtle and important
Read more