Tips (14)

Debugging ASP.NET vNext Beta Builds with Visual Studio 14 CTP 3
5 October 2014 · 2 minutes read

Visual Studio CTP 3 has launched a while back and I was expecting to have trouble working with ASP.NET vNext beta builds. I was partially right. I wasn’t able to run the web application from Visual Studio. However, it’s still possible to debug the application and I have a workaround for you :)

Quickly Hosting Static Files In Your Development Environment with Node http-server
28 September 2014 · 2 minutes read

Yesterday, I was looking for something to have a really quick test space on my machine to play with AngularJS and I found http-server: a simple zero-configuration command-line http server.

Basics of Git Rebase
30 March 2013 · 2 minutes read

Git Rebase is only one of the powerful features of git and it allows you to have a clean history in a highly branching workflow.

Installing hub Extension for Git (by defunkt) on Windows to Work With GitHub More Efficiently
19 January 2013 · 3 minutes read

This post walks you through on how you can install hub extension for Git (by defunkt) on Windows to work with GitHub more efficiently.

Get the Start Navigation Sound Back on Windows 8
18 August 2012 · 1 minutes read

The usual "chlick" sound is not there when you navigate through inside the Windows Explorer and we will see how to get the Start Navigation sound back on Windows 8

Make The Visual Studio Extensions Compatible With Visual Studio 11 Developer Preview
7 December 2011 · 3 minutes read

Do you use Visual Studio 11 Developer Preview and miss your extensions? Well, I do! Especially, ADO.NET C# DbContext Generator. We'll see how to make them compatible with Visual Studio 11 Dev. Preview

How to Detect Errors of Our ASP.NET MVC Views on Compile Time - Blow up In My Face Theory
29 September 2011 · 3 minutes read

We will see How to detect errors of our ASP.NET MVC views on compile time inside Visual Studio.

Remove Trailing Slash From the URLs of Your ASP.NET Web Site With IIS 7 URL Rewrite Module
11 September 2011 · 4 minutes read

One of the aspect of SEO (Search Engine Optimization) is canonicalization. In this blog post, we will see how easy to work with IIS Rewrite Module in order to remove evil trailing slash from our URLs

MCTS 70-515, Failed but I'm Gonna Beat It Next Time - Throughout MCTS Exam Overview and Experience
14 May 2011 · 3 minutes read

Couple of days ago I took the Exam 70-515, TS: Web Applications Development with Microsoft .NET Framework 4 and I am gonna walk you through it in this post

We Love .NET 4 - Clean Web Control IDs with ClientIDMode Property to Static and Predictable
24 March 2011 · 3 minutes read

In this blog post, we will see how ClientIDMode property of Web Controls makes our lives easier. Also, we will demonstrate couple of scenarios on how it works...

File By File Deployment Process with MSDeploy Inside Visual Studio
5 March 2011 · 2 minutes read

Have you ever used 'MSDeploy' inside Visual Studio 2010 and wished a nice process bar while publishing a web application? There is even a better way!

Local IIS 7.0 - CS0016: Could not write to output file / Microsoft.Net > Framework > v4.0.30319 > Temporary ASP.NET Files
5 March 2011 · 2 minutes read

Solution to an annoying error message! You are getting 'Could not write to output file 'c:\Windows\Microsoft.NET\Framework\....' message? You are at the right place.

ASP.NET MVC : Throwing 404 Exceptions Manually From Controller When Model is Null
17 February 2011 · 1 minutes read

This post is a quick demonstration of how you can throw HttpException of 404 manually from a controller on ASP.NET MVC when the model you're passing is null

Is There Anybody Out There Who Doesn't Have Gravatar !
19 November 2010 · 1 minutes read

Sometimes we get sick to put our avatar pic. to every web site that we have registered to view our avatar. In this point gravatar.com helps us.