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

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

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