What is it? EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for…
Notes
Node.js is updating quite frequently these days, so using your terminal on a Mac or command line on Windows would make update process faster. Updating Node.js on a Mac To…
In Windows when you want to copy the path for your folder you click on the address bar and simply copy-paste the address path, but…
There are some scenarios where you might want to reinstall nuget packages in your projects, like for example: Project Retargeting or Upgrade This can be…
Today I feel quite relieved. Yesterday I organized my first big event, Athens Azure Bootcamp 2016, part of a much larger event called Global Azure Bootcamp…
A MIME type is a two-part identifier for file formats and format contents transmitted on the Internet. It consists of a type, a sub-type and optional parameters….
Windows PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language, built on the .NET…
[box type=”success” width=”100%” ]Things are much easier in the new Azure portal and you can learn more in the updated version.[/box] In Azure portal, if your…
These are some quick notes on how to configure an SQL Server to Listen on a Specific TCP port. Open Run Command line and type: SQLServerManager12.msc for SQL…
When you launch a web project in Visual Studio, by default is uses the 32-bit version of IIS Express. To change that you can enable the…