How to Enable Word Wrap in Visual Studio?

In this post, we will enable the word wrap in Visual Studio. This is helpful in breaking a section of text into lines so that it will fit into the available width of a page, window, or other display areas.

How to Rename Solution and Project Name in Visual Studio?

In this post, we will change the name of the existing solution and project to a new name. This is helpful when you have cloned some repository code and want to rename it to a suitable name.

Open Excel Workbook at Particular Sheet from SharePoint/OneDrive Shareable Link

To open an excel workbook placed at SharePoint/OneDrive at a particular sheet, append the SharePoint/OneDrive sharing link with...

How to Cancel Power Automate Flow Run

Let us suppose your flow is running on schedule. To make it more dramatic, the UI flow is running on schedule. The browser opens up, does some action, and closes it. Now, if you are in the middle of something very important and the browser doesn't allow you to work. We can just cancel the flow run by following this simple step.

How to create Model Classes from API JSON Response in Visual Studio

There is an easy and fastest way to create Model Classes in Visual Studio. You don't have to go to Online third party providers and generate the model classes. You just have to create a new class file and place your cursor where you want the generated model classes to be kept.

[Fixed] Resource Provider ‘Microsoft.BotService’ not Registered for this Subscription

When creating a Web App Bot service, you might get this error message. We have two ways to resolve this. First one is really simple.

How to AutoSave in VS Code (Visual Studio Code) after a delay

Tired of clicking Cntrl + S every time for a small change in code. We have a solution for you. Just change the below settings and you are good to go.

Up ↑