In the previous few chapters of the TypeScript Tutorial series we have learned how to install TypeScript and then begin with creating a simple HelloWorld application. We have also learned about TypeScript configuration file (tsconfig.json).

 

In this chapter we will learn various ways to declare variables in TypeScript. Continue reading to learn more about it.

Published by on under CodeProject | DZone

The tsconfig.json file allows you to specify the root level files and the compiler options that requires to compile a TypeScript project. The presence of this file in a directory specifies that the said directory is the TypeScript project root.

 

In this chapter of the TypeScript Tutorial series we will learn about tsconfig.json, it's various properties and how to extend it.

Published by on under CodeProject | DZone

Microsoft released a new preview build to Windows Insiders in the fast ring. The new Windows 10 insiders preview build 17666 focuses on cloud-powered clipboard functionality, dark theme support to File Explorer, Search with Bing support in Notepad and many more.

 

If you are a Windows Insider and running preview build in the fast ring, check for updates and try out the new improvements that's currently rolling out.

Published by on under News | Windows

Visual Studio Live Share extension for Visual Studio allows you to share a codebase and its context to collaborate within a team. Your team member can read, edit, navigate and debug the shared project seamlessly and securely.

 

To know more about Visual Studio Live Share and to grab the links to download this extension, continue reading this post.

Published by on under News | Visual Studio 2017

Microsoft releases Visual Studio 2017 version 15.7.0 minor release update to all the editions of Visual Studio 2017 with many new features and enhancements. The new update also includes C# 7.3, TypeScript 2.8 and Windows 10 April 2018 Update SDK - Build 17134 update.

 

Check for update notification or launch the Visual Studio Installer to get the updates. Continue reading to know about the new features and enhancements.

Published by on under News | Visual Studio 2017

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