Creating App Catalog in Modern SharePoint Online

App catalog is a separate site collection like team sites in SharePoint for configuring and managing SharePoint Store and its setting. This site collection is basically used for deploying custom apps which are developed for internal organization and makes those custom apps available in SharePoint sites to users to browse as well as add it. Users can search the deployed or installed apps from site … Continue reading Creating App Catalog in Modern SharePoint Online

Image Analysis in ASP.NET Core 5.0 using Azure Cognitive Service

Background Azure’s computer vision services give wide range of options to do image analysis. These AI services enable to discover the content and analyze images and videos in real time. Using computer vision which is a part of azure cognitive services, we can do image processing to label content with objects, moderate content, identify objects in image, extract text, generate details descriptions of the image, … Continue reading Image Analysis in ASP.NET Core 5.0 using Azure Cognitive Service

Upload Single or Multiple Files in ASP.NET Core Razor Pages with Insights

In this article, I will explain some file upload insights and show how to upload single or multiples in app.net razor pages application. I will cover following points: File Upload approaches: Buffering and Streaming File upload security concerns File Upload Storage options Upload Single File in asp.net core razor pages   Upload Multiple files Storing files in physical storage and database Source Code >> GitHub … Continue reading Upload Single or Multiple Files in ASP.NET Core Razor Pages with Insights

DevOps and Its key Principles

Background Software development includes several processes like defining scopes, requirement specifications, and use cases, designing solution architect, converting use cases to tasks, writing code, testing and validations, managing releases, and deployments, and then maintenance. These tasks are repetitive and can be highly manual process which can significantly be prone to errors. The software development process comprises of different teams from operations, development as well as … Continue reading DevOps and Its key Principles

Concept Of Machine Learning For Beginners

Concept  Let’s look at Picture 1… This is a bird, right? How? We have seen many birds which have the same properties, such as feathers, legs, eye, can fly, beak, etc. In actuality, I have never seen this exact bird, however, from my previous experiences, I am sure that this is a bird.  Let’s see Picture 2. Is it a bird? Maybe, because most of … Continue reading Concept Of Machine Learning For Beginners

Azure RBAC Role Based Access Control Demonstration with Azure App Service

Azure provides much flexible role-based access control for Azure resources through which you can efficiently manage users access to azure resources, can allow the level of permission, and can identify their access to various resources. This access control is called as Azure role-based access control i.e., Azure RBAC. To know more details, on the concept of Azure RBAC, You can check my previous article: https://rijsat.com/2021/03/28/what-is-azure-role-based-access-control-rbac/Continue reading Azure RBAC Role Based Access Control Demonstration with Azure App Service

What is Azure Role-Based Access Control (RBAC)

Background In terms of cloud computing, access control plays vital role in order to manage permissions effectively. Any organization using cloud, they need to provide wide range of permissions to their employees as well as third part as part of the operational activities. IT resources, for instance, might require higher level of permission on those cloud services as compare to business users because IT employees … Continue reading What is Azure Role-Based Access Control (RBAC)

Introducing a SharePoint App Bar in Modern SharePoint Online

Modern SharePoint is coming with lots of new and exciting features on regular basis. Microsoft is rolling out another new feature, called SharePoint App bar to enhance the global navigation experiences. In this article, I will give insights of SharePoint App bar and how it will enhance the user experiences. The SharePoint app bar brings a consistent navigation experience to every site on your intelligent … Continue reading Introducing a SharePoint App Bar in Modern SharePoint Online