Friday, May 18, 2018
Windows 10 - Always run a program in administrator mode
Always run a program in administrator mode
1. Open the Start menu and click All apps. Find the program you want to always run in administrator mode and right-click on the shortcut. In the pop-up menu, click Open file location.
2. Right-click on the program and click Properties
3. In the Properties window, click the Shortcut tab and then click Advanced...
4. In the Advanced Properties window, check the box next to Run as administrator and click OK.
Thursday, May 17, 2018
Windows 10 - How to Show File Extensions
How to Show File Extensions
1. Open the Control Panel.
2. Choose Folder Options under Appearance and Personalization.
3. Click the Options icon on the right of the ribbon.
4. In the Folder Options dialog box, select the View tab.
5. Deselect Hide extensions for known file types and click OK
Wednesday, May 16, 2018
Eclipse - Install Maven Plugin
Install Maven Plugin
1. Open Eclipse IDE 2. Click Help - Install New Software... 3. Click Add button at top right corner 4. At pop up: fill up Name as "M2Eclipse" and Location as http://download.eclipse.org/technolog... 5. Click OK After that installation would be started.
Tuesday, May 15, 2018
Visual Studio - Enable JavaScript Debugging
Enable JavaScript Debugging for ASP.Net
1. Go to Tools - Options 2. Select Debugging - General 3. Uncheck Enable JavaScript Debugging for ASP.Net (Chrome and IE) 4. Click in OK
Subscribe to:
Posts (Atom)
Visual Studio - Swagger and Swashbuckle with ASP.NET Core 2
Swagger and Swashbuckle with ASP.NET Core 2 Swagger is a specification used to document an API. As I am sure we all know API documen...

-
Modify Visual Studio by adding or removing workloads and components 1. Open Visual Studio 2. Go to Tools - Get Tools and Features 3. Sel...
-
How to Install Internet Information Services on Windows 8 or Windows 10 1. Search "windows features" and enter 2. Click on the ...
-
Query Designer Open SQL Server Management Studio. Select the database you want to query from in the drop down list of the SQL Editor to...