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.
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.