Just like any other OOPs supported languages, TypeScript also allows you to inherit a base class. In the last article, we learned how to create class in TypeScript. We have also learned how to create a constructor and how to instantiate a class object.

 

In this article of the TypeScript Tutorial for beginners series, we will learn how to inherit a TypeScript class. Continue reading to learn it today.

Published by on under CodeProject | DZone

Microsoft releases a new servicing update for its Visual Studio 2017 version 15.7 installation. If you are running Visual Studio 2017, update to the latest version 15.7.2 to resolve a bunch of issues that has been already identified and fixed.

 

Check for update notification or launch the Visual Studio Installer to get the updates. If you are willing to know what has been fixed in this update build, check out this blog post.

Published by on under News | Visual Studio 2017

Earlier in the TypeScript Tutorial series (Getting started with TypeScript) we learnt about the TypeScript configuration file, variable declaration and basic data types. I hope that was neat and clear to understand the very basics of TypeScript.

 

Today in this article, we will learn how to define a class and instantiate class object. Continue reading to learn about it today.

Published by on under CodeProject | DZone

In the Windows 10 latest build, i.e. Windows 10 April 2018 Update (version 1803), Microsoft added a new settings page to control the Startup items that start along with Windows OS. Apart from the Task Manager | Startup tab, this is a new page where you can control it.

 

In this quick tip on Windows 10, we are going to see how to change the startup settings in latest version of Windows 10.

Published by on under Windows | Windows 10

Like JavaScript and any other languages, TypeScript also provides basic data types to handle numbers, strings etc. Some common data types in TypeScript are: number, string, boolean, enum, void, null, undefined, any, never, Array and tuple.

 

Let's learn more about these basic data types of TypeScript, which you will need to use always. Let's learn with suitable examples.

Published by on under CodeProject | DZone

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