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 moreCategory: Nuget
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 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 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