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.
12 feb 2022 Informatica Aggiornare un campo pepole multi user con Set-PnPListItem (SharePoint OnLine) Un esempio di come aggiornare un campo people multiutente con Set-PnPListItem e relativi problemi. Errori PowerShell SharePoint 2016 SharePoint Online
05 feb 2022 Informatica L'utente non esiste o non è univoco (SharePoint 2016) Usando Edit in grid view su uno SharePoint 2016 mi è capitato questo errore: L'utente non esiste o non è univoco (The user does not exist or is not unique) Errori SharePoint SharePoint 2016
03 feb 2022 Informatica Calcolo inizio e fine settimana in T-SQL Questa query T-SQL restituisce la data di inizio e fine settimana di una data passata SQL SQL Server T-SQL
28 gen 2022 Informatica Date picker in VanillaJS Un Date Picker realizzato in JavaScript puro senza altre dipendenze esterne che supporta il formato date l''''italiano''' JavaScript Knockout js Vanilla JS
27 gen 2022 Informatica Query T-SQL per cercare dei documenti sul DB di SharePoint Due query T-SQL che possono tornare utili per cercare dei documenti direttamente sul database di SharePoint 2016. Reporting Services SharePoint SharePoint 2016
23 gen 2022 Informatica Creare un file Excel con C# e OpenXML Una libreria .NET 5 per gestire l'export in Excel di dati in forma tabellare .NET 5 C# Esempi Excel
21 gen 2022 Informatica Trace in PowerApp (Application Insights) Un breve panoramica sull'istruzione Trace di Power Apps per scrivere su Application Insights Azure Power Apps
20 gen 2022 Informatica Calcolare la settimana in JavaScript Un esempio JavaScript per ottenere il numero della settimana partendo da una data. Esempi JavaScript
27 dic 2021 Informatica Template script PowerShell Un template base da cui partire per creare uno script PowerShell con il supporto per il log su file. Esempi JSON PowerShell
22 dic 2021 Informatica SharePoint Add-In Permission "The provided client secret keys are expired" Dopo 1 anno che si è creato un Add-In Permisson di SharePoint, il relativo '''secret''' scade e va rinnovato. C# PowerShell SharePoint SharePoint 2016 SharePoint 2019 SharePoint Online
12 dic 2021 Informatica Sostituzione di caratteri speciali con Power Automate Può capitare di dover generare il nome di un file o di una folder partendo da un testo inserito dall'utente... Power Automate Office 365
11 dic 2021 Informatica Could not find a property named 'regardingobjectid' on type 'Microsoft.Dynamics.CRM.xxx'. Molte entità di Dataverse, che sono in relazione con altre, hanno il campo regardingobjectid. Se provate a riferirvi a questo campo otterrete questo errore... Power Automate CRM Errori Office 365
06 dic 2021 Informatica Web Components API JavaScript Una demo su come implementare la nuova API Web Components in HTML e JavaScript. CSS HTML HTML 5 JavaScript Vanilla JS
29 nov 2021 Informatica Recuperare tutti i valori di una choice di una entità (CRM Online) In una entità del Dataverse (CDS) ci possono essere dei campi definiti choice, i classici menu a tendina. Vediamo come elencare tutti i valori/label. Power Automate CRM Office 365 Power Apps
27 nov 2021 Informatica Come spostare un Flow con connessioni SharePoint Capita spesso di dover sviluppare un Flow (Power Automate), che usa SharePoint Online, in un ambiente di DEV e doverlo portare in ambiente di PROD, vediamo come fare. Power Automate PowerShell SharePoint SharePoint Online
04 nov 2021 Informatica Generatore di istruzioni Add-PnPContentType per site content type SharePoint Questo script PowerShell permette di leggere, da uno SharePoint Online, i content type a livello di site collection con le relative colonne, appartenenti ad uno specifico gruppo, e generare... PowerShell SharePoint SharePoint 2016 SharePoint 2019 SharePoint Online
03 nov 2021 Informatica Generatore di istruzioni Add-PnPField per site column SharePoint Questo script PowerShell permette di leggere, da uno SharePoint Online, le colonne a livello di site collection e generare le istruzioni PnP per ricreare le stesse su un altra site collection PowerShell SharePoint SharePoint Online
25 ott 2021 Informatica Funzione isNullOrWhiteSpace in JavaScript Implementazione della funzione isNullOrWhiteSpace di C# in JavaScript e NodeJS Esempi JavaScript NodeJs Vanilla JS
22 ott 2021 Informatica Generare una password hash in NodeJS Un esempio di come generare un hash partendo da una password con NodeJs e bcrypt JavaScript NodeJs TypeScript
21 ott 2021 Informatica Identificare se la pagina è online o offline (JavaScript) Un esempio su come è possibile gestire gli eventi di online e offline in JavaScript. HTML HTML 5 JavaScript Vanilla JS
13 ott 2021 Informatica Creare un servizio windows in .NET 5 con appsettings.json Un esempio di come leggere il file appsettings.json da un servizio windows .NET 5 C# .NET 5 Windows
12 ott 2021 Informatica Creare un servizio windows in .NET 5 Un esempio di come creare un servizio windows in .NET 5 .NET 5 .NET Core PowerShell
04 ott 2021 Informatica Fetch polyfill per Internet Explorer Una implementazione di base delle Fetch API per Internet Explorer tramite Polyfill. AJAX Browser JavaScript Vanilla JS
30 set 2021 Informatica Export dell'elenco dei Task Scheduler con PowerShell Uno script per esportare l'elenco dei Task Scheduler di Windows con PowerShell PowerShell Script Windows Windows Server
27 set 2021 Informatica Chiamate CORS con Node JS Un esempio di web application statica che consuma delle API su un altro dominio tramite le intestazioni CORS. Angular HTML HTML 5 JavaScript NodeJs React Vanilla JS
19 set 2021 Informatica Notifiche Push nel browser (Push API) Esempio di gestione delle Notifiche Push con JavaScript e NodeJs. GitHub HTML 5 JavaScript NodeJs Vanilla JS
16 set 2021 Informatica Usare Ngrok con Visual Studio Tramite ngrok è possibile esporre una URL interna sulla rete pubblica, in questo modo è possibile testare il sito locale da qualsiasi punto in internet e da dispositivi mobili. .NET Core
02 set 2021 Informatica Errore Reporting: This operation is not supported on a report server that runs in native mode Questo errore si è presentato dopo una migrazione di SQL Server Reporting dalla versione 2016 alla versione 2019 .NET Core C# Errori Reporting Reporting Services SQL Server
03 ago 2021 Informatica Serializzare e deserializzare un oggetto in .NET 5 In .NET 5 per serializzare o deserializzare un oggetto in JSON è stato introdotto il nuovo namespace System.Text.Json come alternativa alla libreria esterna di Newtonsoft. .NET 5 .NET Core JavaScript JSON