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 .NET Core 2.1.0 and ASP.NET Core 2.1.0, which you can now use in production environment.

 

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.

Published by on under .Net | .NET Core

.NET Core is a free, open-source, cross platformed, managed software framework for Windows, Mac and Linux. The .NET Core 2.1, which was announced on 7th May 2018 during Microsoft Build, is now publicly available as production ready build.

 

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.

Published by on under .Net | .NET Core

Phishing, Vishing and Smishing are tactics, attempts or strategies used to obtain sensitive information and details such as usernames, passwords, credit card details, bank details etc. often for malicious reasons and disguising as a legitimate source.

 

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.

Published by on under Phishing | Security

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