Presented Microsoft Azure DocumentDB at Global Azure Bootcamp 2016

It was a great show at Global Azure Bootcamp, happening worldwide,  organized at C# Corner – Delhi Chapter (in Noida). We had a very successful event. I presented on Microsoft Azure DocumentDB. Here are few clicks from the session, and the slide deck – just in case you attended and want it for reference. Clicks from … Read more

ASP.NET Core Application Startup Error

So, I started one of my Application on my machine in Visual Studio 2015 and I saw this beautiful error message. The following error occurred attempting to run the DNX design time process (dnx-clr-win-x8+6.1.0.0-rc1-update1) No Connection could be made because the target machine actively refused the connection. … I thought to just ignore this error and … Read more

SQL Server 2016 Release Candidate First Look

  Download is available at this link: SQL Server Management Studio (SSMS) 2016     The setup file is of 634 MB which is supported across the platform : Windows 10, Windows 8, Windows 8.1, Windows 7 (SP1), Windows Server 2012 (64-bit), Windows Server 2008 R2 (64-bit). Refer here for more details: https://msdn.microsoft.com/en-in/library/mt238290.aspx   The installation UI looks a … Read more

[Solved] The Backend version is not supported to design database digrams or tables.

I Came across this error when I got to work on some other machine with SQL Server Management Studio 2008 R2 installed. This error is thrown up when I tried to modify the design of a table by right-clicking on a table and selecting the “Design” option. Solution: Check Database version using “SELECT @@VERSION”In my … Read more