Posts

Showing posts with the label Android Tutorial

What’s New in Dynamics 365 CRM V 9.0?

In this article we are reading about  “What’s New in Dynamics 365 CRM V 9.0 ?” . Platform Separation : When Dynamics 365 launched, Microsoft signaled a move towards an app-centric platform to escape a bloated, monolithic model. This will be increasingly evident with the v9 release which sees Dynamics 365 break into modular apps that shift away from one platform with multiple modules hardwired in such as sales, marketing and service. By redefining the platform layer and breaking modules into role-based solutions for sales, finance & operations, customer service, talent, field service, to name just a few, it will remove the need to test all at once and upgrade everything in one big bang project. This will quicken release cycles and enable more rapid changes by allowing these to work independently of each other, but crucially these are connected with a common data service.  With apps frequently changing and able to upgrade independently of each other, several insiders...

Introduction to Azure Blob storage

Image
In this article, we are reading about  “ Introduction to Azure Blob storage ” . Azure Blob storage is Microsoft’s object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data. Unstructured data is data that does not adhere to a particular data model or definition, such as text or binary data. About Blob storage Blob storage is designed for: Serving images or documents directly to a browser. Storing files for distributed access. Streaming video and audio. Writing to log files. Storing data for backup and restore disaster recovery, and archiving. Storing data for analysis by an on-premises or Azure-hosted service. Users or client applications can access objects in Blob storage via HTTP/HTTPS, from anywhere in the world. Objects in Blob storage are accessible via the  Azure Storage REST API ,  Azure PowerShell ,  Azure CLI , or an Azure Storage client library. Client libraries are available for a var...