In a cloud environment, sooner or later, you may come across scenarios where some services might become temporarily unavailable, since you are depending, to a large…
DECLARE @DesiredLength AS INT = 10; SELECT Lower(substring(replace(newID(), ‘-‘, ”), cast(RAND() * (31 – @DesiredLength) AS INT), @DesiredLength)) AS RandomString;
[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…
Since Azure SDK 2.7 for .NET App Service Tools for Visual Studio 2015 supports remote profiling for Web Apps, API Apps and WebJobs running in Azure. So,…
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…
One of the coolest experiments from Codrops to simulate rain using WebGL.
In Connect(); // 2015 while watching Scott Hanselman’s Keynote on “The Microsoft Cloud Platform for Developers” I noticed a new tool called “Microsoft Azure Storage Explorer“. It’s a new tool…
If you are into developing using `node` you might end up with a lot of dependencies installed in your machine that might be outdated and finding what…
In Windows 10 Quick Access may happen to stop working properly and when you try to add a new entry, you can come the following message: The…