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 moreMonth: February 2015
Using 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 moreSart 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 more