Creare un componente calendario in Power Apps Un esempio di come è possibile creare un controllo calendario in Power Apps
Todo list in AngularJS e .NET MVC Questa è la versione .NET MVC dell'applicazione Todo list in AngularJS e NodeJs.
09 giu 2024 Informatica Convertire un Guid in Base64 in C# Un esempio C# che mostra come è possibile convertire un tipo Guid in una stringa di caratteri in Base 64 C# Esempi
14 mag 2024 Informatica Stampante HP LaserJet 1018 e Windows 11 La stampante HP LaserJet 1018 non si installa su Windows 11 Windows Windows 10 Software
09 apr 2024 Informatica Leggere un file Excel con PowerShell Come leggere una tabella in una scheda di un file Excel (xlsx) con PowerShell PowerShell Excel Esempi
03 apr 2024 Informatica Ora legale/Solare in Power Automate Gestione del passaggio all'ora solare (daylight saving time) in Power Automate e SharePoint online Power Automate Esempi SharePoint Online
05 mar 2024 Informatica Active Search Bar come rimuoverla Active Search Bar è un estensione malevola di Chrome/Edge/Firefox. Browser PowerShell JavaScript
08 feb 2024 Informatica App Services Managed identity e SQL Server Come utilizzare le Azure Managed identity per accedere ad altri servizi Azure come ad esempio SQL Server Azure App Services Azure SQL databases .NET T-SQL Azure .NET Core SQL Server
20 dic 2023 Informatica Problema con PnPCore e LoadItemsByCamlQueryAsync (SharePoint) Il metodo LoadItemsByCamlQueryAsync ha un "bug" quando si leggono i campi di testo SharePoint Online C# SharePoint
16 dic 2023 Informatica Generare una password in PowerShell Generare una password casuale con il metodo System.Web.Security.Membership.GeneratePassword' PowerShell Script Utility
07 dic 2023 Informatica Visualizzare tutti gli allegati di una lista SharePoint Questo script "JS Link" per SharePoint Classic permette di visualizzare il nome di tutti gli allegati di un item in una vista SharePoint SharePoint 2013 SharePoint 2016 SharePoint 2019
04 dic 2023 Informatica Calcolare la settimana nel calendario italiano (JavaScript) Il calcolo utilizza il lunedì come primo giorno della settimana e la prima settimana dell'anno è quella con almeno 4 giorni JavaScript Esempi
19 ott 2023 Informatica Leggere lo stato della presenza in Teams Un esempio in C# sull'uso dell'API Graph Get Presence Teams C# Esempi
11 set 2023 Informatica Superato esame PL-400 Oggi ho superato l'esame di certificazione Microsoft PL-400: Microsoft Power Platform Developer
02 ago 2023 Informatica Accedere a Oracle da .NET 6 Esempio C# in .Net 6 per l'accesso ad un database Oracle Oracle C# .NET .NET 6
01 ago 2023 Informatica Oracle come iniziare Mini guida per installare Oracle su Windows e usare VS Code come client Oracle
10 giu 2023 Informatica Mail.Send restricted in C# con Microsoft Graph API Un esempio di come Inviare mail tramite Graph API limitando l'invio ad un solo specifico mittente C# Azure .NET Core
31 mag 2023 Informatica Html switch (checkbox) in CSS Un esempio basato su HTML 5 e CSS che permette di ridefinire l'aspetto di un controllo checkbox CSS HTML 5 HTML
12 apr 2023 Informatica Generare un JSON dinamicamente in C# Un esempio di come usare i dictionary per generare oggetti dinamici C# JSON Esempi
01 apr 2023 Informatica React Context API React Context fornisce un metodo alternativo per gestire lo stato dell'applicazione. React SPFx SharePoint Online
31 mar 2023 Informatica Superato esame MS-600 Oggi ho superato l'esame di certificazione Microsoft MS-600: Building Applications and Solutions with Microsoft 365 Core Services Esami Teams SharePoint Online Power Apps Power Automate
27 mar 2023 Informatica Testare le REST API con Visual Studio 2022 Un esempio su come utilizzare i nuovi file .http o .rest in Visual Studio 2022
21 mar 2023 Informatica Montare un VHDX da linea di comando In Windows 11 è possibile montare un disco virtuale VHDX tramite il comando DISKPART Batch (.BAT) PowerShell Script SQL Server
08 mar 2023 Informatica Aggiungere un CorrelationId in NLog Un esempio in .NET 4.8 su come aggiungere nei log un CorrrelationId in NLog ASP.NET .NET C#
04 mar 2023 Informatica Passare una funzione C# come argomento (delegate) Un esempio di uso dei delegati e delle funzioni anonime per gestire i conflitti di salvataggio in CSOM SharePoint C# SharePoint SharePoint Online SharePoint 2013 CSOM
23 dic 2022 Informatica Recuperare il Bearer di SharePoint Online da browser Tramite la console Developer tools di Chrome è possibile ricavare il Bearer token di SharePoint Online da usare temporaneamente per fare delle chiamate REST fuori dal contento del browser. SharePoint Online JavaScript Browser SharePoint 2016
04 dic 2022 Informatica Query SharePoint con fetch Alcune query JavaScript per SharePoint che possono tornare utili per debug SharePoint JavaScript SharePoint 2016 SharePoint Online
25 nov 2022 Informatica Ottimizzare le query SharePoint in Power BI Un esempio su come accedere alle liste SharePoint da Power BI con query REST OData Power BI SharePoint Online SharePoint 2016 SharePoint
23 nov 2022 Informatica Identificare gli step successivi in Power Automate Un esempio di come usare la funzione intersection(array1, array2, arrayN) in Power Automate Power Automate
13 nov 2022 Informatica Sharepoint online chiamate batch con C# L'esempio mostra come creare delle chiamate all'API _api/$batch di SharePoint Online con .NET 4.8 C# SharePoint Online SharePoint 2016
03 nov 2022 Informatica Scegliere la massima data tra 3 valori in T-SQL Come creare una funzione MaxDate tra 3 date presenti sulla stessa riga T-SQL SQL Server SQL