Introduction In this article , I would be discussing a very interesting topic called WebSecurity in MVC applicationa and how easy and simple it is to implement and understand. Let me share a small incident
Read moreCategory: ASP.Net MVC4
Mini 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 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 more