Topics Covered Introduction to Razor Syntax for C# Syntax for VB Why Razor? Difference Between Razor & ASPX Step by Step approach towards use of Razor Defining the Model Defining a Controller Defining a View
Read moreMonth: January 2015
Using 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 moreA Simple Way to Implement Grid using MVC
Introduction We would be using Grid.MVC for implementing grids. Grid.MVC adds functionalities for having controls like Sort, filter, paging and many more. This gives an easy way to implement HTML tables containing all the data. This Grid.MVC
Read moreOnion Architecture in ASP.Net MVC
Download demo – 16.7 MB Introduction Pre-Requisites This article is meant for my fellow mates who have knowledge on ASP.NET MVC and wondering for an architecture to choose. I am trying to pen this article
Read moreSimple way to learn HTML5 & CSS3
Download Demo Code Topics to be covered What is HTML5 Semantic Markup Forms Audio & Video Data Storage What is CSS Inheritance & Cascading Style Sheets Page Layout & Nav bars Web Matrix & Demo
Read moreUsing API in MVC applications
Introduction The Web Api (Application Programming Interface) feature is based on a special kind of controller to an MVC framework application, its normally as we do in MVC :). An api controller distinguishes itself from
Read more