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

Sometimes, you have a few pages in a PDF that you want to transfer into another PDF. Instead of rescanning the pictures, you can simply edit the PDF document by adding the pages you need. If you scan the documents again, you are going to have to turn on the scanner and pay more electricity bills. You actually don't need to use any software to add pages in a PDF document.

 

In Windows 10, you can merge the PDF for free by using the Print command. Let's learn the ways to add pages to PDF on Windows 10.

Published by on under PDF | Windows

Microsoft released new Windows 10 preview build 18312 to the Windows Insiders, who are in the Fast Ring. This build includes Reserved Storage feature, which will get enabled based on when you complete the reserved storage quest.

 

In addition to this, there are some additional improvements included in Build 18312. This includes improvements to Reset this PC, new command-line options to the Windows Subsystem for Linux.

Published by on under News | Windows

Microsoft released a new servicing update (version 15.9.5) for Visual Studio 2017 to patch the existing issues that was reported by the customers. Download the latest version of Visual Studio 2017 and stay updated with all fixes.

 

A remote code execution vulnerability exists in Visual Studio for the C++ compiler. Make sure to read this security warning before upgrading.

Published by on under News | Visual Studio 2017

Microsoft is now moving towards implementing a completely secure, password-less login experience to Windows 10, which is expected to release publicly to all Windows 10 users with next feature update in April 2019.

 

Before the public release, you might be curious to know how to use a password-less account to signin to Windows 10. Let's learn how to configure it.

Published by on under Security | Windows

Microsoft released a new Windows 10 Insider Preview Build 18309 from the 19H1 branch to the Windows Insiders in the fast ring. Though this build does not include long features list, but includes a notable changes to the Windows experience.

 

If you are a Windows Insider in the Fast ring, check for updates. But before that, check the known issues that still present in this new preview build.

Published by on under News | Windows

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