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

After downgrading your Microsoft Office installation, you may encounter the following error while opening/working in Outlook: "Unable to cast COM object of type 'Microsoft.Office.Interop.Outlook.ApplicationClass' to interface type 'Microsoft.Office.Interop.Outlook._Application'.". If you faced this issue, here's a simple solution you will have to follow to resolve this error.

Published by on under Office | Office 2010

The recent Cambridge Analytica scandal made people realize how much information about themselves they share online. For those of you unfamiliar with the scandal, a company used a Facebook quiz to profile its users, collecting information - mostly limited to what people chose to share on their public profiles but sometimes, the private messages of Facebook users, too. Let's learn three common sense tips to protect your privacy online.

Published by on under Privacy | Security

Microsoft today announced that the next version of Visual Studio will be named as Visual Studio 2019 and the preview version of Visual Studio 2019 can be installed side-by-side with Visual Studio 2017. Though the release dates of Visual Studio 2019 is not yet announced, but the preview version of the IDE can be expected in the coming months.

Published by on under CodeProject | DZone

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.

Published by on under CodeProject | DZone

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.

Published by on under News | Visual Studio 2017

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