Microsoft has recently released Visual Studio 2017 and you might be already started working in it. If you are using NuGet Package Manager Console, you may face an issue which prevents you to press the keyboard 'Enter' key.

 

If you faced this issue, which has been already logged, here is a workaround to resolve it for the time being while Microsoft is working on the fixes.

Published by on under Tips | Visual Studio 2017

Microsoft has started a new program to provide early access to the Visual Studio Preview to try out the latest features, bug fixes incorporated to Visual Studio 2017 and help to shape the future by making the IDE even better.

 

Visual Studio Preview has the most recent code pushed with new features, bug fixes and can run side-by-side with stable version of the IDE. Read more to know about it and get the preview installer.

Published by on under News | Visual Studio 2017

Going one more step towards the Windows 10 Creators Update, Microsoft released one more build for Windows Insiders in the fast ring. This build consists no new features other than the bug fixes. The build 15055 is available for both PC and Mobile devices.

 

A lot of issues have been fixed in this flight, also has few known issues. Before installing it, you should read them carefully.

Published by on under News | Windows

Along with Visual Studio 2017, Microsoft also released the .NET Core Tools 1.0, which are supported on Windows, Mac and Linux operating systems to build cross-platform applications. Though it is part of the Visual Studio 2017 installer, but you can also download them separately.

 

In this post, sharing the links to download the .NET Core SDK and .NET Core Runtime for different environment for easy access.

Published by on under .Net | .NET Core

Microsoft released the final version of Visual Studio 2017 on 7th March 2017, which brought a set of new features and enhancements for the developers to build apps for any platform in any language. It comes in web installer only. No ISO/DVD images are available.

 

In case you need an offline installer, you can easily create that and customize it as per your need. Follow the steps mentioned below to create the installer.

Published by on under Tips | Visual Studio 2017

Microsoft released the final version of Visual Studio 2017 and is currently available for download. This release brings a new lightweight and modular installation experience, that you will really love. This also brings a lot of new features to accelerate your development productivity.

 

Find the links below to download the latest version of the Visual Studio 2017, an IDE which every developer must need.

Published by on under .Net | C#

Recently we learnt how to read Microsoft Word and Microsoft Excel document contents (text only) using the interop APIs exposed by Microsoft. Now, what about reading the text content from PowerPoint slides? This can be achievable using another interop assembly file.

 

Today we will discuss how to extract the texts available in PPT files using 'Microsoft.Office.Interop.PowerPoint.dll'. Code has been shared for your easy reference.

Published by on under .Net | C#

Along with Windows 10 Insider Preview Build 15042 for PC, Microsoft also released a new build for Windows Mobile. They numbered it as: 15043. If you are in the fast ring, check for updates. Though there are no major changes in this build, but has a set of fixes to the issues reported earlier.

 

Checkout to read what has been fixed in this build. This build also contains few known issues. Read them before installing this build.

Published by on under News | Windows

A new insiders preview build has been aired by Microsoft. If you are running 64-bit version of Windows 10 in fast ring, check for Windows Update to get the new build 15042. Dona Sarkar in her blog post mentioned that, 32-bit version of Windows won't get this update due to a major bug.

 

As Microsoft is heading towards the final release, the build contains a bunch of changes, improvements and fixes. Read the known issues for PCs before installing this build.

Published by on under News | Windows

There could be some situation when you tagged your code in local Git repository and pushed it to remote and later you decided to delete the tag. This is simple to delete the tag reference from local, but how to perform the same in remote?

 

Today we are going to see the bash command(s) by which you will be able to remove the tag information from Git. Let's see, how!

Published by on under Git | Git Basics

Recently, we learned how to read text contents of Microsoft Word document from a .NET application using the APIs exposed in 'Microsoft.Office.Interop.Word.dll'. There may be a business requirement to read contents of Excel sheets too.

 

Today we are going to learn how to read Microsoft Excel documents. The complete source code has been shared for your easy reference.

Published by on under .Net | C#