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

Tips

Showing posts with label Tips. Show all posts

Setting the environment variables are sometime a necessary part of the developers and the system administrators. This some time screws up our life, mostly when working with the path variables separating by commas (‘,’).

 

In Windows 10 Anniversary Update, Microsoft provided a simple UI playing with these environment variables, which we are going to discuss today.

Published by on under Tips | Win10Tips

As Windows 10 Anniversary Update has already been released, in this post we are going to see one of the key feature of this updates. Whenever we try to download something using Microsoft Edge, the file gets downloaded in the default download folder, if we ourself do not mention the path.

 

As one of the key features of Windows 10 Anniversary Update, you can now change the default download folder as your desire. You can follow the below mentioned steps to do so.

Published by on under Manika-Chowdhury | Microsoft Edge

If you are using Windows 10, you must already aware of the new lightweight browser "Microsoft Edge" and had already experienced it. Windows 10 Anniversary Update brought many new features and enhancements to it, which you don't want to miss.

 

In this short post, we will learn about a cool but old feature by which you can open any web page from Microsoft Edge onto Internet Explorer. Continue to know more about it.

Published by on under Microsoft Edge | Tips

If you are a web developer, many time you need to view the source code of a web page and/or use the inspect element feature of a browser to find out a specific code section. If you are using Microsoft Edge on Windows 10, you will not find these options by default.

 

To enable these features, you need to set some parameters to Microsoft Edge browser. Today we will learn how to do the changes in this blog post.

Published by on under Microsoft Edge | Tips

Sometime when using NuGet packages, it may need additional packages as a reference. During installation of the main package, if it’s unable to install the dependent packages, Visual Studio 2015 allows you to auto download missing packages.

 

In this small blog post, we will learn how to enable this settings to retrieve the missing packages in various conditions. Continue reading to know more.

Published by on under NuGet | Tips

Some updates require you to reboot your system and sign-in to Windows in order to complete the installation process. This blocks you to use the system until the update process completes. Windows 10 helps you to prevent this by auto login to complete the update.

 

In this post we are going to learn, how to enable/disable this feature in Windows 10 Anniversary Update. Continue reading to know more about it.

Published by on under Tips | Win10Tips

How many times it happened that, while writing code, you misspelled a type name? This is most common and this kind of typos can happen with everyone. Visual Studio 2015 provides a way to correct such spelling mistakes using “fuzzy matching” direct from the light bulb.

 

Today we are going to discuss on this topic and see how it can help you. Continue reading this post and don’t forget to check my other posts on Visual Studio 2015 Tips & Tricks.

Published by on under Tips | Visual Studio 2015

Some Windows 10 editions let you defer upgrades to your system. When you defer upgrades, new Windows features won't be downloaded or installed for several months. If you are running Windows 10 and don’t want to upgrade to anniversary updates, you can temporarily defer it.

 

In this quick post we will learn how to defer the Windows 10 Anniversary Updates for next few months. Deferring upgrades will not affect getting any security updates.

Published by on under Tips | Win10Tips

Windows 10 Anniversary Update has been already released on 2nd August 2016, as expected. You can either download it using Media Creation Tool, from MSDN subscription page or from the Windows Update settings page based on availability for your system and region.

 

In case you didn't get the update via Windows Update, you can force your system to receive this update. In this post, we are going to see the process.

Published by on under Tips | Windows

Debugging a piece of code is always difficult and it is more difficult when you are debugging on someone else’s code. In all such cases, you will need to set the breakpoints and check the values that it returns before proceeding next.

 

Visual Studio 2015 makes it easier by providing you an option to call a specific method once you reach the breakpoint and based on requirement, print something on the output stream.

Published by on under Tips | Visual Studio 2015

Outlook 2016 brings a new set of features with the July update by which you can get someone's attention in the body of the email message or a meeting invite very easily. It will not only include their name highlighted in the body, but also add them to the “To” field.

 

This feature is currently available to Office Insiders and going to roll out soon. Let’s see brief about this new feature before it comes to public release.

Published by on under Office | Office 2016

If you are installing Visual Studio 2015 with Office Developer Tools and/or LightSwitch, you may encounter an issue saying "Microsoft Identity Extensions" package failed to install. Though the Visual Studio installation succeeds, you may get this warning message after the installation completes.

 

If you encounter this, there is an workaround to resolve the installation problem. Read more to know about the root cause behind this issue and the solution.

Published by on under Tips | Visual Studio 2015

If you are using Visual Studio 2015 and want to change the existing installation from the Programs and Features item in Control Panel, you may see an error message "Failed to install setup update - Error code: -2147205120" after you accept an online update.

 

If you face this issue while modifying your existing installation, here is the simple solution for you as a workaround to proceed with. Read more to know about the solution.

Published by on under Tips | Visual Studio 2013

Visual Studio 2015 supports automatic updation of extensions. When the auto update extensions settings is enabled, the extensions will be automatically updated when a new update of the extension is available; that means, you don't have to perform any manual action.

 

Today we will discuss about it. In case it is disabled on your system, you will be able to reactivate it to get the auto update feature of extensions.

Published by on under Tips | Visual Studio 2015

If you are a developer and using C# .NET to build your application, you may need to access the Application Data (AppData) folder of all the user accounts currently created in a specific system. The .NET framework exposes API to detect only the logged-in user's AppData folder.

 

To get the path for all the users of the system, you have to find it from the Windows Registry. Today we will discuss on that topic with a piece of code. Continue reading.

Published by on under .Net | C#

Sometime we need to retrieve the Visual Studio installation directory programmatically using the C#/.NET code and there’s no direct API call available to retrieve this information and also you don’t know the exact path where it has been installed.

 

Every installation of Visual Studio puts a specific registry path to keep track of the installation directory. If you know that, it’s easy to retrieve the information. Let’s discuss on this topic today.

Published by on under Tips | Visual Studio 2013

If you face the error message “An error occurred while validating. HRESULT = '8000000A'” while building Visual Studio setup project from command line in Visual Studio 2012 or above IDE environment, the reason is because the new IDEs do not support build outside the own process.

 

But there is a tweak which will help you to enable the same and you will now be allowed to build the MSI setup project from the command line itself.

Published by on under Tips | VisualStudio

Microsoft .NET Framework is a programming infrastructure created by Microsoft for building, deploying and running applications & services that use .NET technologies, such as desktop applications, web applications and Web services.

 

In this post, I am going to list down the history of .NET Framework along with the key features which has been introduced with each version of the framework.

Published by on under .Net | C#

If you are addin developer for any Microsoft product, you might have in need to find out the exact version no. of the office product. You can get it from the app version from the interop libraries, but that doesn't return the correct one to you.

 

So, how to retrieve it? Today in this small post, we will find out the way to get the correct version no. If you know any alternate way, will highly appreciate if you do share it with us.

Published by on under .Net | Office

When you are more used to with some application software and if you use it daily on a high volume, it's sometime good to learn the keyboard shortcuts of the features that you perform regularly. Outlook exposes a lot of such shortcut keys for you to perform better.

 

It's not always possible to learn all of them, but good to have the list to learn/view time to time. Here I am listing all the shortcuts of Outlook 2010 - 2016, for your reference.

Published by on under Office | Office 2013