Blog Timeline

06Dec

When to use Ngzone in ANGULAR

Every JavaScript framework has its own way to handle the change detection. i.e. When to update the UI. Considering the Angular framework, it uses Zone.js. Open your package.json file in angular project and you will see zone.js. Zone.js is an execution context for tracking and intercepting async operations like: DOM events (click, keydown, keyup, etc), setTimeout, setInterval. XMLHttpRequests etc. So, without […]
29Nov

How to deploy ASP.NET Core Angular application to Azure Docker Container

Azure has a different option for running containerised applications. Azure Web Apps for containers is one of those. This is a service that can run a container on the App Service platform, which gives you some of the PaaS features like deployment slots and easy authentication. In this article, we have look at how to […]
11Nov

What is Common Data Service?

The Common Data Service is used to store data in a cloud way that in turn accessed by business applications. This cannot be used in standalone applications, since it needs internet to access these data. CDS data will be stored in the form of entity and records (Entity and records are similar to database tables […]
23Aug

Secure your cloud data

Security is one of the most important aspects of any architecture. Ensuring that your businessdata and customer data are secure is critical. To ensure that your applications and data are secure on cloud platform, we need to dive for security in depth. The Idea of the security must be applied in the layers depending on your […]
19Jul

What is Managed Identity in Azure?

Managed Identity is an Azure Resource Identity which will be registered with the Azure Active Directory register. Once the resource has an identity, it can be granted access to other resources in Azure using that identity, and your application can then use that identity to access these resources. One of the challenge developer facing is […]
01Jul

Why Identity management using Azure AD is right choice?

Let’s assume your business is looking at ways they can bring the following capabilities into their application: Provide single-sign on to application users Enhance the legacy application to use modern authentication with minimal effort Enforce multi-factor authentication for all logins outside the company’s network Develop an application to allow customers to enroll and securely manage […]
  • Posted by admin
  • On July 1, 2019
  • 2 Comments
  • Azure Active Directory
  • 2 likes
  • Read More
20Jun

Microsoft Graph API

Overview Microsoft Graph is a RESTful web API to allow developers to use Microsoft 365 products. We can develop an application which interact with other 365 products like, Delve, Excel, Microsoft Bookings, Microsoft Teams, OneDrive, OneNote, Outlook/Exchange, Planner, and SharePoint via one single endpoint: https://graph.microsoft.com. This RESTful service is very flexible because REST is compatible with almost any modern platform programming […]
  • Posted by admin
  • On June 20, 2019
  • 0 Comments
  • Azure Active Directory
  • 0 likes
  • Read More