How to protect sensitive information in SharePoint Online using Purview Sensitivity Labels

This post explains how we can use Microsoft Purview Sensitivity Labels to protect sensitive information stored in a SharePoint Online site. What are Sensitivity Labels? Microsoft...

Set Default Sharing to “People with Existing Access” in SharePoint Online

This post will explain how to set default sharing of all SharePoint sites in the tenant to "Poeple with Existing Access". Introduction From a security standpoint,...

DEVELOPMENT

.NET

Integration Tests in .NET WebApi

In software development, testing is an essential aspect that ensures the stability and reliability of applications. Three primary types of tests are commonly used: unit tests, integration tests, and end-to-end tests. In this blog post, we will discuss these testing types in the context of a .NET WebAPI project and provide an example implementation of integration testing using an in-memory database.

Subscribe to our newsletter

To be updated with all the latest articles.

LATEST EVENTS

100 hours of fun: Tuga IT 2017!

Tuga IT is surely one of the best and biggest tech events happening at Portugal. Look at this: A three-day event with a full day of...

Integration Tests in .NET WebApi

0
In software development, testing is an essential aspect that ensures the stability and reliability of applications. Three primary types of tests are commonly used: unit tests, integration tests, and end-to-end tests. In this blog post, we will discuss these testing types in the context of a .NET WebAPI project and provide an example implementation of integration testing using an in-memory database.

Deconstruct types in C#

0
In C# you have some built-in support for deconstructing system types and for non-supported scenarios, you can always extend your types to support that....

Standard vs Private vs Shared Channels in Microsoft Teams

2
This post explains the difference between Standard, Private and Shared Channels in Microsoft Teams. Introduction Microsoft Teams is the enterprise messaging solution in the Microsoft 365,...

How to protect sensitive information in SharePoint Online using Purview Sensitivity...

0
This post explains how we can use Microsoft Purview Sensitivity Labels to protect sensitive information stored in a SharePoint Online site. What are Sensitivity Labels? Microsoft...

Dreamforce 2023 Highlights

0
In this post I'll go over my highlights of a huge event that took part some months ago - Salesforce Dreamforce 2023. Many announcements...

Set Default Sharing to “People with Existing Access” in SharePoint Online

0
This post will explain how to set default sharing of all SharePoint sites in the tenant to "Poeple with Existing Access". Introduction From a security standpoint,...

How to Disable Social Bar (Like, Comment, Views, Save for later)...

0
This post will explain how to disable the Social Bar in SharePoint Online Modern Pages. Introduction The Social Bar is a feature in SharePoint Online that...

Set a SharePoint Site as Home Site using PowerShell

0
This post explains how to set a SharePoint to be your home site in a Microsoft 365 tenant using PowerShell. Introduction SharePoint Home Site is a feature...

Extending ClientID/Secret Expiration Date using PowerShell

0
This post explains how to extend a Client ID / Client Secret pair using PowerShell. Examples of protected resources are SharePoint and Microsoft Graph. Introduction By...

Provision a database programmatically in Azure SQL database with a failover...

0
This post will explain how to provision a database programmatically in a Azure SQL database and add it to an Azure SQL failover group. Introduction An...

MOST POPULAR

RECENT COMMENTS