Microsoft today announced that the next version of Visual Studio will be named as
An interface in TypeScript contains only the declaration of the methods and properties, but not the implementation. It is the responsibility of the class that implements the interface by providing implementation for all the members of the interface.
Today, in this TypeScript Tutorial, we will learn how to work with Interfaces in TypeScript. Continue reading to learn more.
Microsoft Visual Studio 2017 version 15.7.3 (latest version: 15.7 Update 3) is a new servicing update for Visual Studio 2017 installation. If you are running Visual Studio 2017, update to the latest version 15.7.3 to resolve a bunch of issues that has been fixed by Microsoft.
To get the updates, either check for update notification within the IDE or launch the Visual Studio Installer. Check out this blog post to know what has been fixed in this update build.
ASP.NET Core is an open-source, cross platform, .NET centric web development framework. The latest version of .NET Core and ASP.NET Core has been released by Microsoft, as
Continue reading to know what has been changed in ASP.NET Core 2.1 and Entity Framework Core 2.1, along with the links to download.
.NET Core is a free, open-source, cross platformed, managed software framework for Windows, Mac and Linux. The
If you want to know what's new in .NET Core 2.1 and from where to download the latest .NET Core SDK, checkout this post.
While their sole aim is to trick people into giving personal information or make payments, Phishing, Vishing and Smishing can be done in different ways. Let's discuss these in details.
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.
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.
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.
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
In this quick tip on Windows 10, we are going to see how to change the startup settings in latest version of 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.
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.
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.
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.
To know more about Visual Studio Live Share and to grab the links to download this extension, continue reading this post.
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.
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.
TypeScript is an open-source programming language, developed and maintained by Microsoft, and hosted in GitHub.
This post will cover how to install Node.js and then proceed with installation of TypeScript using the Node Package Manager.
Microsoft started rolling out the next major upgrade release of Windows 10. They named it as
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.
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.
Microsoft announced the availability of
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.
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.
While working with Azure Resources, you may ask the question: "Can I move an Azure Resource from one Resource Group to another Resource Group?". If that's your question, the answer is 'Yes, you can change the Resource Group'.
In this quick tip, we will learn how to achieve this from the Microsoft Azure Portal. Continue reading to know more.
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.