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

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

While running an MSI installation using the Windows Installer Service, you may sometime encounter a fatal error with Exit Code as 1603. This 1603 error code is an MSI error code which indicates a failure, that is generic and computer-specific. There are no errors when you visit and try polskie kasyno online.

 

If you face this issue while installing an application package using the Windows Installer, here's a list of known causes that generates 1603 errors.

Published by on under Solution | Tips

Recently in an official blog post, Microsoft announced that they are soon going to stop accepting new apps and app updates for Windows 8.x and Windows Phone 8.x or earlier. If you have built app packages for these platform, its time to port those to UWP.

 

Here's the important dates, announced by Microsoft, for the apps with Windows 8.x and Windows Phone 8.x packages submitted to Microsoft Store.

Published by on under News | UWPDev

Do you know that Windows 10 has a cool trick to enable slide to shutdown feature? If you have a touch screen you would more likely to use a finger slide option to shutdown your system. In this short quick tip, we will learn how to do it.

 

This can be done by executing the command SlideToShutDown.exe, which resides in the %windir%\System32 directory of any windows system.

Published by on under Tips | Windows

Prior to the release of Visual Studio 2017 version 15.8, the Visual Studio Installer was downloading and installing the setup files in parallel. As a result, you had to always stay connected to online during the installation time.

 

If you have slow or limited internet connection, it was becoming difficult for many people. Now, this has been solved.

Published by on under Tips | Visual Studio 2017

Microsoft started rolling out its 'Folder Protection' feature to OneDrive, which is also known as "Known Folder Move". This feature keeps your system safe and protected by automatically taking backup of important documents from user data folders like Desktop, Documents and Pictures.

 

If you are a Windows Insider, you might have already received this update in early July. For non-insiders, here's how to enable this protection.

Published by on under Known Folder Move | OneDrive

Microsoft releases a new Windows 10 preview build for insiders in the Fast Ring. Thus, marking it as the fifth build of this month from the Redstone 5 (RS5) branch. As its targeted to release globally as next feature update, this build 17741 contains fixes to make it more polished.

 

Here's what's new, improved, fixed and still broken in latest Fast Ring Windows 10 insiders preview build 17741 for PC.

Published by on under News | Windows

Microsoft releases a new Windows 10 preview build 18219 (19H1) to the insiders who opted for Skip Ahead. This build focuses on new improvements to Windows Narrator, consists of several bug fixes. As the build is from pre-release branch, it contains few issues too.

 

If you would like to know what's new, improved and still broken in latest Windows 10 insider build, continue reading next.

Published by on under News | Windows

With the appearance of Bitcoins, there has been a boom in cryptocurrencies. Investors stand to make massive profits by investing in cryptocurrencies. At the same time, there is still a lot of doubt when it comes to investing large sums of money behind cryptocurrencies.

 

Breaking bitcoin news reflects large profits and large losses from time to time. Here are a few things that you need to know to help you decide if cryptocurrencies are a financial fad or not.

Published by on under Bitcoin | Crypto Currency

Microsoft today released another Windows 10 preview build to the Windows Insiders in the Fast Ring. This new build no: 17738 is from Redstone 5 branch and Microsoft moving towards the final RTM with more frequent builds after fixing the issues currently present.

 

The new build 17738 does not include any new features, obviously, but includes many improvements and fixes on top of previous build 17735.

Published by on under News | Windows

Microsoft releases Visual Studio 2017 version 15.8. The latest version of Visual Studio 2017 focuses with many new features and enhancements. It also includes a list of fixes for the customer-reported issues. If you are using Visual Studio 2017, you should upgrade to this latest version.

 

Check for update notification or launch the Visual Studio Installer to get the updates. Continue reading to know about the new features and enhancements.

Published by on under News | Visual Studio 2017

Another golden day for the Windows Insiders, when we got the second build for the day! The first build (17735) was for the Windows Insiders in the Fast Ring, whereas the second build (18214) is for the Windows Insiders who opted for Skip Ahead.

 

Here's what's new and improved in latest Windows 10 preview build for the Windows Insiders in the Skip Ahead. Don't forget to checkout the known issues.

Published by on under News | Windows

Within two days after releasing Windows 10 preview build 17733 for PC to the Fast Ring, Microsoft released one more Windows 10 build (17735) from the Redstone 5 (RS5) branch to the Fast Ring Windows Insiders.

 

As Microsoft going forward to release the next major upgrade of Windows 10, this build does include only general improvements and fixes. Continue reading to know about the general improvements and fixes part of this build.

Published by on under News | Windows