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

Getting Started With Visual Studio Code: Part 1

Every developer has a lot to gain by using a powerful editor. Auto-complete, fast file switching and the ability to install packages for new technologies are a few of the perks that every developer enjoys utilizing. And you get all these features in Visual Studio Code. It’s lightweight and ultra-fast. It’s a fast editing experience, similar to what you get with brackets, Sublime Text and Atom while it’s debugging and integration experience is similar to what you get with Web Storm or Visual Studio.

What is Linting?

Linting is a process of running a program to analyse your code for potential syntax errors. lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage in software written … Read more

Presented on “HTML5 Offline Applications”

It was an exciting weekend on 13th Sep… presented “HTML5 Offline Applications” at C# Corner-Delhi Chapter.It was great to see the audience excited about the topic, they were really very attentive! Few glimpses from the event: Here are the slides that we talked and enjoyed about! [slideshare id=39084542&w=800&h=620&style=border-width: 1px; border: 1px solid #CCC; margin-bottom: 5px; … Read more