Microsoft released new Windows 10 preview build 18312 to the Windows Insiders, who are in the Fast Ring. This build includes
In addition to this, there are some additional improvements included in Build 18312. This includes improvements to
Microsoft released new Windows 10 preview build 18312 to the Windows Insiders, who are in the Fast Ring. This build includes
In addition to this, there are some additional improvements included in Build 18312. This includes improvements to
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.
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.
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.
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.
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.
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.
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 releases a new
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.
Browser history manipulation is a technique by which websites blocks the uses of the browser back button and puts user in a position that clicking the back button actually does nothing.
If you experienced this worst case, there's a good news that Google Chrome will soon stop those annoying websites from displaying.
Microsoft on their support site announced that the
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.
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.
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.
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.
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?
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.
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 '
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.
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.
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.
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.
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.
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
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.
Continue reading to know how to download the latest version of Visual Studio 2017 and the key features, enhancements added to this latest release.
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.
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.
Microsoft released
Here you can download the latest preview build of Windows 10 Software Development Kit (SDK). You must be an Windows Insider to access this.
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.
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.
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.
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.
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.
Do you know that, you can quickly move between methods in Visual Studio using the
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.
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.
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
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.
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.
If you are unable to boot into your Windows 7/8/10 operating system due to corrupted
In case your Boot Configuration Data file has been already corrupted, this article will help you to repair it by using the appropriate commands.
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.
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.
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:
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.
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.
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.
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.
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.
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.
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 issue arises when you do not allow your Office client to connect to the internet. Let's discuss how to resolve this error.
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.
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.
Along with Windows 10 Insiders Preview build 17755 for PC, Microsoft updated the "
If you are a Windows Insider, you can now try it with the latest Windows 10 build and provide your early feedback to Microsoft.
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
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.