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

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