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 moreLatest Posts
Sart 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 moreThe Unsung Hero ELMAH-Part 2
Background As discussed in my prvious blog post i.e. ELMAH Part-1. Now in this article I will be explaining the integration of ELMAH with Sql Server(SSMS). This is now-a-days an essential part in any application,
Read moreThe Unsung Hero “ELMAH”
Introduction ELMAH, Error Logging Modules & Handlers is a tool for debugging mainly ASP.NET applications suggested by wiki. As we all know there is always a chance of getting exceptions while working on any applications.
Read moreRender Sections Magic using Razor View Engine
A small, simple and a handy one.. Recently, I came across the use of RenderSection method & got to learn about this due to a Web.Exception (mentioned below) that was thrown and had blown off
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 moreCustom Errors in ASP.NET
When the yellow screen of death appears, users get distracted!! Throw them at a beautiful & different Page… let’s learn… Introduction Recently, while going through the Exception handling and logging, I found an interesting topic
Read moreWorking with Razor
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 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 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 more