Follow us on X (Twitter)  Like us on Facebook  Connect with us on LinkedIn  Subscribe to our YouTube Channel  Subscribe to our WhatsApp Group

If you have read the previous chapter of the TypeScript Tutorial series, you have already learned how to install Node.js and TypeScript and might have already installed those. Now, it's the time to go a step further to learn how to write code in TpeScript.

 

In this article, we will learn how to create a simple HelloWorld application, compile it and run it. Continue reading to know more.

Published by on under CodeProject | DZone

TypeScript is an open-source programming language, developed and maintained by Microsoft, and hosted in GitHub. TypeScript is a superset of JavaScript and can be used to develop JavaScript applications for both client-side and server-side.

 

This post will cover how to install Node.js and then proceed with installation of TypeScript using the Node Package Manager.

Published by on under CodeProject | DZone

Microsoft started rolling out the next major upgrade release of Windows 10. They named it as Windows 10 April 2018 Update. This new update focuses on features like Timeline, Focus Assist, Microsoft Edge improvements and many more.

 

In this blog article, we will learn how to upgrade your system to the latest version of Windows 10. You can follow either of the three possible ways.

Published by on under Windows | Windows 10

Microsoft Office 2019 Commercial Preview Suite, which includes Word, Excel, PowerPoint, Outlook, Publisher, Access, Project, Visio, OneNote for Windows 10, is now available for download. This preview program is intended for organizations who plan to deploy it when it gets released.

 

Follow the simple mentioned steps to register to this preview program, in order to download the deployment package.

Published by on under News | Office

Microsoft announced the availability of Office 2019 Commercial Preview of Word, Excel, PowerPoint, Outlook, Publisher, Access, Project, Visio and OneNote for Windows 10. This is the first preview release and will only run in Windows 10.

 

If you are not a Office 365 subscriber, you may want to download Office 2019 Preview and give it a try to submit feedback to Microsoft in it's early development stage.

Published by on under News | Office

A new service update for Visual Studio 2017 is now available. The new build version 15.6.7, released on 26th April 2018 contains a set of bug fixes reported by customers. If you are using Visual Studio 2017, check for updates to get the new build.

 

Alternatively, you can also download the latest version of Visual Studio 2017 by visiting this link. Continue reading to know what has been fixed with this service update.

Published by on under News | Visual Studio 2017

If you are using Microsoft Azure Portal, you may already know how to change the theme of the portal. This can be done from the Azure Portal Settings itself, which provides you four different themes at this moment.

 

But, do you know that you can easily switch from one theme to the other without navigating to the portal settings? In this quick tip, we are going to discuss about it.

Published by on under Azure | Azure Portal

Microsoft Azure allows you to easily move Azure Resources from one Subscription to the other, if they are under the same account. You can use the Azure Portal to quickly perform this operation. Today, in this article we will learn how to do this.

 

Just follow the step-by-step process mentioned in this article to move Azure Resources from one subscription to the other.

Published by on under Azure | Azure Portal

In case you are facing the following error MSB4017: Could not run the "GenerateResource" task because MSBuild could not create or connect, while building your project/solution in Visual Studio, this could be because the build system is running out of the build process.

 

To resolve this error, there could be two different approaches. In this quick note, sharing both the solutions for your easy reference.

Published by on under Solution | Visual Studio 2015