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

While Microsoft already released the Windows 10 October 2018 Update recently, they have already started working on the next major feature update (code named: 19H1) and have already released few preview builds to the insiders.

 

Among those new enhancements, the Windows Security app also got some noticeable feature updates in latest Windows 10 build 18305.

Published by on under Windows | Windows 10

Those who mostly work with the Windows Task Manager, be it the "Processes", "Performance", "Users" or "Details" tabs, opening the Task Manager and then navigating to the specific tab is few clicks away. Microsoft now improved the Task Manager by adding an option to set the default tab.

 

The feature is yet to release to general public, but Microsoft has already previewed it to the Windows Insiders. Checkout to know how you can set the default tab.

Published by on under Windows | Windows 10

Windows Sandbox is a new lightweight, virtual desktop environment for Windows 10. It allows safe space where you can run any applications that you feel unsafe. Once you have finished running the app, you can dispose the entire sandbox without any worries.

 

With the Windows 10 Insiders Preview Build 18305, Microsoft previewed this feature that demonstrates how easy it is to keep your system safe from applications that is untrusty.

Published by on under Windows | Windows 10

Earlier this month, Microsoft said that the company will now move its Edge browser from EdgeHTML to Google's Chromium based open-source rendering engine to improve website compatibility and support Chrome plugins.

 

And now Microsoft has opened-up the signup page for beta testers to test Chromium based Microsoft Edge. Join the "Microsoft Edge Insiders program" today to know when preview builds are available.

Published by on under Internet Browser | Microsoft Edge

Microsoft releases a new Windows 10 (19H1) Insiders Preview Build 18305 to the insiders in the Fast Ring. This build includes Windows Sandbox, a new containerized desktop environment feature targeted to be release in Windows 10 April 2018 Update.

 

This new insiders preview build 18305 also includes a numerous improvements to Windows 10. Continue reading to know whats coming up in the next feature update.

Published by on under News | Windows

Microsoft on their support site announced that the Windows 10 October 2018 Update (version 1809) is now available to all users who manually select "Check for updates" via the Windows Update page.

 

But in case Microsoft detects an application incompatibility on your device, the update will not install on it to safeguard you against any miserable issues.

Published by on under News | Windows

Windows Defender Application Guard is designed for Windows 10 and Microsoft Edge to isolate enterprise-defined untrusted sites to help you protect your system from malicious attacks. Using this hardware isolation approach, you can destroy the loophole that attackers use.

 

Where security is key concern, you should enable the Windows Defender Application Guard on your Windows 10 system and safely browse the internet using Microsoft Edge browser.

Published by on under Microsoft Edge | Security

After a recent turnout of Windows 10 Insiders Preview ISO images from the Microsoft download site, Microsoft now pushed a new ISO image of Windows 10 Build 18290 for the Windows Insiders. This build was rolled out to Fast Ring insiders on November 28th and not rolled to Slow Ring.

 

Insiders, who are looking for a fresh installation from a DVD/USB can now download Windows 10 19H1 build 18290 ISO and proceed next.

Published by on under News | Windows

How many times this happened with you while working on a code block you wanted to navigate to the last edited block of a code file? Now the latest version of Visual Studio 2017 provides you the option to easily go back to the last edited location.

 

In this part of my Visual Studio Productivity Tips series, we will learn how easy it is to quickly navigate to the last edit location in Visual Studio.

Published by on under Visual Studio 2017 | Visual Studio 2017 Tips & Tricks

During the Microsoft Connect(); 2018 Conference, Microsoft announces that the Windows Presentation Framework (WPF), Windows Forms and the Windows XAML Library (WinUI) are now open source and hosted on GitHub.

 

That means that, you can now contribute to these projects in their respective Git repositories. Are you ready to start contributing?

Published by on under News | WinDev

Microsoft releases Visual Studio 2019 Preview 1, which is available for download beginning today. If you are a developer and would like to experience what's coming next to Microsoft Visual Studio 2019, you can now download the preview version through the early adopters program.

 

Here's how to download the latest version of Visual Studio 2019 preview and glimpse of the new features and enhancements released with this build.

Published by on under News | Visual Studio 2019

In the previous blog post, we learnt how to parse WSDL using the 'wsimport' tool. That's not the only option to parse a WSDL file in Java. If you are using Maven as a build tool, you can perform the same using 'JAX-WS' Maven plugin.

 

In this tutorial, we are going to learn how you can use the 'JAX-WS' Maven plugin to parse a WSDL file to generate java classes.

Published by on under Java | Manika-Chowdhury

The Web Services Description Language (WSDL) is an XML based interface definition language that is used for describing the functionality offered by a SOAP web service. If you have a WSDL file and you want to generate java classes (.java and .class) from it, there are number of ways.

 

In this quick 'how-to' article, we will learn how to generate java classes using the 'wsimport' command that by default comes with JDK.

Published by on under Java | Manika-Chowdhury

How many times it happened when you tried to select a code block and then moved to its parent block to select the desired code? When the lines of code in a block increases, it becomes difficult to find the first line and last line.

 

In this part of my Visual Studio Productivity Tips series, we will learn how to use the all new 'Expand/Contract Selection' feature to select a logical code block in Visual Studio 2017.

Published by on under Visual Studio 2017 | Visual Studio 2017 Tips & Tricks

If you are using Windows 10 October 2018 Update (version 1809), Microsoft Edge now supports password less authentication to sign-in to MSA accounts using WebAuthn and FIDO2 specifications. This makes Microsoft the first company to support password free authentication.

 

Let's discuss about password-less authentication and how to configure your Microsoft account to sign-in using Windows Hello and/or Security Keys.

Published by on under Microsoft Edge | News

During //BUILD/2018 event, Microsoft announced a set of new features and capabilities for the Windows developers. Microsoft now releases an updated version of the Windows 10 SDK, which brings the new capabilities to Windows apps.

 

The latest version of Windows 10 SDK comes as part of the latest version of Visual Studio 2017 (v15.9.1). Here's the key features included in this build.

Published by on under News | SDK

Those who always work with lots of projects in Visual Studio, its easy for them to switch from one project to the other by navigating through the File menu. This reduces the number of running Visual Studio instances.

 

In this part of my Visual Studio Productivity Tips series, we will learn how to increase or decrease the recent files and projects in Visual Studio MRU list.

Published by on under Visual Studio 2015 | Visual Studio 2015 Tips & Tricks

Visual Studio 2017 version 15.9 is now available for download. The latest version of Visual Studio 2017 includes a set of new features, enhancements and bug fixes. If you are using Visual Studio 2017, you should upgrade to this latest version.

 

Continue reading to know how to download the latest version of Visual Studio 2017 and the key features, enhancements added to this latest release.

Published by on under News | Visual Studio 2017

If you have some existing code files and want to club them in a single project/solution, adding those one by one to a project is time consuming. Do you know that Visual Studio provides you a wizard for doing this activity?

 

In this part of my Visual Studio Productivity Tips series, we will learn how to create a project and/or a solution from existing code.

Published by on under Visual Studio 2015 | Visual Studio 2015 Tips & Tricks

The latest version of Visual Studio 2017 (version 15.8) supports multiple carets. This means that, you can now create multiple insertion and selection points in your code file which will improve your productivity in certain conditions.

 

In this part of my Visual Studio Productivity Tips series, we will discuss how easy it is to add or delete code at multiple cursor positions.

Published by on under Tips | Visual Studio 2017

Microsoft released Windows 10 SDK Preview build 18272, which you can now download from the Microsoft server. This is the first SDK preview build released for the 19H1 development branch, meaning that it's for the next feature update for the OS.

 

Here you can download the latest preview build of Windows 10 Software Development Kit (SDK). You must be an Windows Insider to access this.

Published by on under News | SDK

It's more than a year, when .NET Standard 2.0 was announced by Microsoft. Now, time is to get an update to it with new features. Microsoft announces the next version of .NET Standard 2.1, which will include around 3K new APIs.

 

Apart from this announcement, Microsoft also announced that, anyone can now submit proposals for API additions and a review team will review those time to time.

Published by on under .Net | .NET Standard

While working with Visual Studio, you may some time notice that, there are few Visual Studio commands which are not mapped with any keyboard shortcuts. Thus, working with such commands become very difficult as you need to navigate through the menus every time.

 

Do you know that, you can easily map custom shortcut keys to Visual Studio commands to ease your life? In this part of my Visual Studio Productivity Tips series, we will learn about the steps.

Published by on under Visual Studio 2015 | Visual Studio 2015 Tips & Tricks

Have you ever wanted to copy some text or images from one device and use that on another device? Microsoft now added this cross-device functionality to latest version of Windows 10. With the power of clipboard cloud-sync, you can now easily perform copy-paste across your synced devices.

 

Here's how to enable clipboard history and clipboard cloud-sync feature on Windows 10, so that, you can copy text/image from one device and paste it on another device.

Published by on under Tips | Windows

Visual Studio 2019 Preview build (version: 16.0.0 Preview 1) is now available online to download from Microsoft servers. The installer link was found by @WalkingCat, and before Microsoft removes it from the download server, you can now download it.

 

Lucky to grab the build on time. Sharing here few screenshots from Visual Studio 2019 (Early) Preview. Please note that, its not yet released by Microsoft.

Published by on under News | Visual Studio 2019

Mady Marinescu, from the Windows Defender Engineering team, in an official blog post announced that the Windows Defender Antivirus can now run in a sandbox to provide you extra security layer. With this development, its the first Antivirus solution which can run in a sandbox.

 

To know more about this capability and to learn how to enable this feature in Windows 10, continue reading this post.

Published by on under News | Security

Do you know that, you can quickly move between methods in Visual Studio using the Next Method and Previous Method navigational menus? This feature enables you to improve your productivity during development.

 

In this part of my Visual Studio Productivity Tips series, we will learn how easy it is to move back and forth through methods inside a code file.

Published by on under Visual Studio 2015 | Visual Studio 2015 Tips & Tricks

When you search for a text in Visual Studio, by default it lists the matched code block along with the file name in the search result. But, some time just listing the file name is enough to focus on where the text is available.

 

Visual Studio provides an option to drill down the search result and to keep you focused on what you wanted to view. In this part of my Visual Studio Productivity Tips series, let's learn how to do that.

Published by on under Visual Studio 2015 | Visual Studio 2015 Tips & Tricks

Do you know that, Visual Studio allows you to cycle through your Clipboard data to paste the right content that you copied previously? This built-in feature is known as Cycle Clipboard Ring and can be invoked using a keyboard shortcut.

 

In this part of my Visual Studio Productivity Tips series, let's learn how to cycle through your Visual Studio clipboard and make your life easy while copy/pasting code.

Published by on under Visual Studio 2015 | Visual Studio 2015 Tips & Tricks

How many times has this happened to you that you need a bootable USB device to boot into your PC and/or to do a fresh installation? You can easily get an ISO/DVD image of the Windows 10 installer but to use this you are required to create a bootable USB/DVD device.

 

Earlier we have covered many articles building bootable drives with many tools. Today, we will learn how to create Windows 10 bootable device using Rufus.

Published by on under Tips | Windows

If you are unable to boot into your Windows 7/8/10 operating system due to corrupted Boot Configuration Data (BCD) file or your boot menu is not showing all the installed operating systems, you need to repair the BCD config file.

 

In case your Boot Configuration Data file has been already corrupted, this article will help you to repair it by using the appropriate commands.

Published by on under Solution | Windows

After releasing the Windows 10 October 2018 Update on 2nd October 2018, Microsoft stopped distributing the update over the Windows Update channel as well as via Media Creation tool, due to users reported personal data files missing issues.

 

If you are one of the affected user, STOP using your system immediately and contact Microsoft support as mentioned below to help you recover those lost files.

Published by on under News | Windows

Windows 10 October 2018 Update (version: 1809), which was released by Microsoft on 2nd October, has been pulled from Windows Update and Microsoft site due to some critical issues reported by the first set of users.

 

The rollout has been paused for some time while Microsoft investigates the isolated reports of users missing some files after updating to the latest version.

Published by on under News | Windows

Microsoft released the next major feature update (version: 1809) of Windows 10, which is known as Windows 10 October 2018 Update The key feature list includes: Dark Theme for File Explorer, new snipping experience, cloud clipboard and more.

 

If you haven't receive the upgrade notification, head over to: Settings | Update & security | Windows Update | Check for updates.

Published by on under DZone | News

If you didn't hear about Windows in-built ReadyBoost feature, it's a disk caching software component which enables flash drives and SD cards to act like a memory cache. In most slow performing systems, ReadyBoost improves the overall system performance.

 

In this article we will learn about ReadyBoost, its minimum requirements and how it works to increase system performance.

Published by on under Tips | Windows

Office 2019, the next version of Microsoft Office, which was first previewed in April 2018, is now coming out from its preview stage. Microsoft today announced the availability of Office 2019 for Windows and Mac operating systems.

 

Though this has been now released as a volume license, but will be available to all customers, consumers and commercials in the next few weeks.

Published by on under News | Office

Microsoft releases a new update (build version: 15.8.5) to Visual Studio 2017. If you are using Visual Studio 2017, upgrade to version 15.8.5 to get the latest changes/fixes part of this build. If you are a Xamarin developer, this build has something new for you.

 

Using this build, you can now build and debug applications targeted for iOS 12, tvOS 12, watchOS 5. Continue reading to know what are the key fixes part of this build.

Published by on under News | Visual Studio 2017

Data privacy and anonymous browsing were once luxuries that people, despite having the possibility to afford them, opted to ignore. However, times have changed, and those "optional" traits quietly became necessities because hackers and cybercriminals have developed innovative ways to steal identities, data, and money.

 

Setting up a VPN (Virtual Private Network) using a Windows 10 PC is very straightforward. In this post, we will learn how to set up and run a VPN.

Published by on under Tips | Win10Tips

Microsoft had one of the most promising mobile operating systems ever... but it failed. Back before the days of the smartphones as we know them (let's call it the pre-iPhone era), Microsoft's Windows CE was the operating system that powered a vast variety of pocket-sized computers and PDAs.

 

But when it came to smartphones, Microsoft's mobile platform never gained the traction it needed to even have a chance to make its presence felt in the world's mobile operating system market.

Published by on under Android | Mobile

As we are looking forward for the Windows 10 October 2018 Update, which is scheduled to release in the month of October, Microsoft released its fourth Redstone 5 ISO/DVD image of Windows 10 insiders build. If you are an insider, you can now do a clean installation of build 17758.

 

Let's discuss how to download the latest Windows 10 insider preview build 17758 ISO and create a bootable USB device to use it to install the latest build.

Published by on under Windows | Windows 10

If you are using Microsoft Office 2013 or Office 2016 client and when you try to perform certain actions in the applications, you may receive the following error message: This feature has been disabled by your administrator.

 

This issue arises when you do not allow your Office client to connect to the internet. Let's discuss how to resolve this error.

Published by on under Office | Office 2013

If you read my previous post, Visual Studio Team Services (VSTS) got a new home. Microsoft rebranded it with a new name and location to give you effective ways to manage your project using Azure Pipelines, Azure Boards, Azure Artifacts, Azure Repos and Azure Test Plans.

 

Existing VSTS users still gets the old URL. But as an organization, you can force redirect your users to the new location by following some simple steps.

Published by on under Azure | Azure DevOps

Microsoft announced rebranding of Visual Studio Team Services (VSTS) as Azure DevOps, with a new name, new location and new services. Azure DevOps will allow you to plan smarter, collaborate better and ship faster with a set of modern dev services.

 

Let's learn what is Azure DevOps, what are the new Azure DevOps services and whether the Azure DevOps is available to all VSTS users.

Published by on under Azure | Azure DevOps

Along with Windows 10 Insiders Preview build 17755 for PC, Microsoft updated the "Your Phone" app to allow you to read and compose SMS messages directly from your PC. This is intended to be release with Windows 10 October 2018 Update (Redstone 5).

 

If you are a Windows Insider, you can now try it with the latest Windows 10 build and provide your early feedback to Microsoft.

Published by on under Windows | Windows 10

Microsoft released a new PC build 18234 to the Windows Insiders who have opted for Skip Ahead. The latest Windows 10 insiders preview build contains new improvements to Microsoft To-Do, Sticky Notes and Snip & Sketch apps.

 

The latest preview build also includes a huge list of bug fixes and general improvements for Windows 10 PC. Don't forget to checkout the known issues before upgrading.

Published by on under News | Windows

If you are using OneDrive on your PC and if you capture a lot of screenshots, this question may I arise whether you can automatically save the screenshots as a file to your OneDrive account. The answer is 'Yes'. You can save the screenshots directly to OneDrive.

 

In this quick tips, let's learn how to save the captured screenshots on Windows 10 automatically to the connected OneDrive account.

Published by on under OneDrive | Windows

Do you know that, SysTools Hard Disk Recovery Wizard is a complete solution to recover permanently deleted files from FAT, exFAT and NTFS file system? The software also retrieve data from a formatted hard disk drive, as well as from GPT and MBR hard disk partition.

 

Here I am going to review the product for you to let you know the advantages, disadvantages of using this product and how to recover your lost data.

Published by on under Data Recovery | Product Review