Node.js is a server-side platform built on Google Chrome’s JavaScript Engine (V8 Engine). Node.js was developed by Ryan Dahl in 2009 Node.js has an event-driven architecture…
Read MoreBackup Process-Using context menu(or right click on the database we need to restore ) 2. 3 Give name (extension is .bacpac) 4. 5. Execution…
Read MoreBasic Query Take a look at SQL example below: Select * from users This means all rows and fields in cities table will be returned in…
Read MoreIntroduction MongoDB is an open-source document database that provides high performance, high availability, and automatic scaling. A record in MongoDB is a document, which is a…
Read MoreFirebase is Google’s mobile application development platform that helps you build, improve, and grow your app which offers so many useful features. Like Real time database,…
Read MoreResource groups (RG) in Azure is a new approach to group a collection of assets in logical groups for easy or even automatic provisioning, monitoring, and…
Read MoreMicrosoft Azure Key Vault is a cloud-hosted management service that allows users to encrypt keys and small secrets by using keys that are protected by hardware…
Read MorePlease go through Database creation steps in my previous Blogs Azure sql getting started Need to implement Redis cache please go through How To Use Azure Redis…
Read MoreAzure SQL is a cloud-based service built along the lines of SQL Server, and so shares many features with on-premises SQL Server Attributes it carry Easy-to-use…
Read MoreSELECT [UserName] = ulogin.[name], [UserType] = CASE princ.[type] WHEN ‘S’ THEN ‘SQL User’ WHEN ‘U’ THEN ‘Windows User’ WHEN ‘G’ THEN ‘Windows Group’ END, [DatabaseUserName] =…
Read More