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 moreAuthor: Suraj Sahoo
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 morePDF FILE MANIPULATION LIBRARY-Spire.PDF
Background As a computer programmer, sometimes you may need to automatically create and edit PDF document. Here I present you a free PDF processing library (Spire.PDF) which just meets the need. Introduction This library is
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 moreSpire.Doc -A boost for .NET Developers
Recently I got an opportunity from a China-Based Company E-Iceblue, to review one of their products. This for an instant bewildered me as I thought was I that eligible or it was my destiny!! Their product
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 more