07/09/2015 by Nitesh

Thank you Bigrock. You are an epic fail!

Hello Bigrock, I am writing this after a great call with one of your support guys (Kaushik) for a brief 3 minute. I was talking with one of you support execs “Chaithra” who bluntly put me off the phone after talking for 35 minutes because “she was having no answer to my question“. Then I…

Continue Reading »

17/08/2015 by Nitesh

301 Redirect Non WWW to WWW Using Web.config in ASP.Net

Friends, Whenever we host a domain on server, we are able to access the webpage from http://www.mydomain.com as well as http://domain.com. For SEO purposes, this is not good as Google and other search engines penalises the website as duplicate content. To resolve this, we can redirect the non-www domain to www domain.  In this post, we…

Continue Reading »

07/08/2015 by Nitesh

Keyboard Shortcuts in Windows 10

Friends, Windows 10 has been launched and it is running on over 70 million devices as when the post is being written. This post lists many new keyboard shortcuts that have been included in Windows 10 and also the ones that pre-exist on Windows devices. New Keyboard Shortcuts in Windows 10 WIN + A : Open…

Continue Reading »

07/08/2015 by Nitesh

Solution: No Entity Framework provider found for the ADO.NET provider with invariant name ‘System.Data.SqlClient’

Friends, In this post we will see the solution to a common problem when we use Entity Framework in our project. The error message is as below – Schema specified is not valid. Errors: XYZ.ssdl(2,2) : error 0152: No Entity Framework provider found for the ADO.NET provider with invariant name ‘System.Data.SqlClient’. Make sure the provider…

Continue Reading »

06/08/2015 by Nitesh

Get .Net Framework version of a DLL it was created with

Friends, Microsoft has been updating .Net Framework versions from a long time and we’ve updated from .Net 1.0 to 4.6. We all love writing small wrappers and convert them into DLLs so that we can reuse the same code in different projects. In this post, we will see how can we get the .Net Framework…

Continue Reading »

1 2 3 4 5 6 38