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.
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.
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.
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.
A new update for Visual Studio 2017 is now available. The new build version 15.6.5, released on 4th 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.
With the advent of the mass-marketed smartphone, the iPhone, in 2007, small-functionality native apps were a logical functionality solution. Small, compact pieces of software providing everything from weather reports to mobile games were available at a tap of our screen for 99 cents (or free) from an online store.
Android-based mobile devices followed Apple’s example, and the native app reigned supreme for several years, providing a more tailored experience that appeared much safer than the terrifying primordial, virus-riddled soup of web-based applications.
If you have a website/blog, you may have some HTML headings (H1, H2, H3, H4, H5, H6 tags) to decorate the content headers and would like to create easy navigational anchor links, so that, people can easily copy the direct link specific to that heading.
Today, in this blog post, we will learn how easy it is to dynamically generate the links using CSS and jQuery. Continue reading to learn the step-by-step approach.