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 2015 Informatica Come ottenere il percorso della cartella documents in PowerShell Il percorso della cartella documenti (MyDocuments) dell'utente corrente in Powershell è dato dal metodo GetFolderPath dell'oggetto Environment : [Environment]::GetFolderPath... Errori PowerShell
11 feb 2015 Informatica IIS 7 LOG_FILE_MAX_SIZE_TRUNCATE Abilitando l'opzione Filed Request Tracing Rules di IIS 7 può capitare di riscontrare alla fine del log il messaggio LOG_FILE_MAX_SIZE_TRUNCATE (FREB). Questo indica che la richiesta corrente ha g ... Errori IIS Server Windows
04 feb 2015 Informatica Recuperare un file da un database di content di SharePoint tramite PowerShell Questo script PowerShell permette di recuperare un file da un content database di SharePoint 2010 . Non è necessario che il database sia agganciato alla Farm SharePoint. Vanno solo impostate le va ... PowerShell SharePoint SharePoint 2010 SQL SQL Server
26 gen 2015 Informatica String Format in JavaScript Un esempio di come implementare la funzione string.format in JavaScript. HTML JavaScript
26 gen 2015 Informatica SharePoint [MissingWebPart] WebPart class L'errore riportato indica che in SharePoint 2013 non è più registrata correttamente la WebPart indicata dal guid (30B9CA5C-5DF8-472B-BF14-8C2B3A15D553) ma ci sono N riferimenti (32) nel database ... Errori SharePoint SharePoint 2010 SharePoint 2013 SharePoint 2016 SQL SQL Server T-SQL
15 gen 2015 Informatica Serializzare una stringa JSON in un oggetto in C# Un esempio di come convertire una stringa che rappresenta un oggetto in un oggetto ' del Framework .NET in C# La classe che rappresenta l'oggetto: public class MyData { public MyData() { RID = -1 ... .NET C# Esempi JavaScript JSON
14 gen 2015 Informatica Elencare tutte le liste di SharePoint abilitate per l'incoming e-mail Lo script PowerShell cerca in tutti i siti di tutte le site collection della web application SharePoint per trovare le liste che sono configurate per ricevere e-mail (Incoming e-mail). Il risultat ... PowerShell SharePoint SharePoint 2010 SharePoint 2013
13 gen 2015 Informatica SharePoint: This page is not using a valid page layout Questo errore This page is not using a valid page layout. To correct the problem, edit page settings and select a valid page layout. solitamente compare in SharePoint dopo un restore di un sito su ... Errori PowerShell SharePoint SharePoint 2010
18 dic 2014 Informatica Superato esame 70-489 Oggi ho superato l'esame di certificazione Microsoft 70-489 Developing Microsoft SharePoint Server 2013 Advanced Solutions con il punteggio di 700 / 1000. Elenco completo esami Esami SharePoint SharePoint 2013
03 dic 2014 Informatica C# keywork Yield La keyword yield di C# , in abbinamento a return , permette di ritornare delle collection di IEnumerable senza la necessità di creare un oggetto collection. Ecco un esempio: protected static IEnum ... .NET C# Esempi
27 nov 2014 Informatica Aggiungere script e css dinamicamene all' HEAD della pagina Tramite javascript è possibile aggingere dei riferimenti a file JavaScript, file css o inserire direttamente degli stili css nell'head della pagina. Questo è un esempio: <!DOCTYPE html> < ... Esempi HTML JavaScript
26 nov 2014 Informatica Error ReportingServices UnknownUserNameException username or group name not recognized Il seguente errore è comparso su una Farm SharePoint 2010 con installato SQL Server 2008 R2 Reporting Service in integrata quando si tenta di aprire un file di report (.rdl) o una connessione dati ... Errori Reporting Reporting Services SharePoint SharePoint 2010 SQL Server
20 nov 2014 Informatica Cambiare la scritta OneDrive in SharePoint 2013 Inserendo uno script JavaScript nella Suite Bar Branding di SharePoint 2013 (in alto a sinistra dove normalmente c'è la scritta "SharePoint"), è possibile cambiare la scritta OneDrive. JavaScript PowerShell SharePoint SharePoint 2013
04 nov 2014 Informatica SQL Server Elencare tutti i file di tutti i DB Script T-SQL per elencare tutti i file di tutti i DB SQL SQL Server T-SQL
28 ott 2014 Informatica IIS version Il link ufficiale dove trovare le versioni di IIS in base al sistema operativo http://support.microsoft.com/kb/224609 7.0 Built-in component of Windows Vista and Windows Server 2008 7.5 Built-in c ... IIS Server Windows 8 Windows Server Windows Server 2012
14 ott 2014 Informatica Content databases contain orphaned items, Violation of PRIMARY KEY (SharePoint) A volte in SharePoint può comparire il seguente errore Content databases contain orphaned items. verificando con il comando PowerShell Get-SPContentDatabase... Errori PowerShell SharePoint SharePoint 2010
12 set 2014 Informatica Exception: ID4175: The issuer of the security token was not recognized by the IssuerNameRegistry. Il seguente errore: Exception: ID4175: The issuer of the security token was not recognized by the IssuerNameRegistry. To accept security tokens from this issuer, configure the IssuerNameRegistry t ... ADFS C# Errori WCF
09 set 2014 Informatica Cercare un Event Receiver di lista tramite il suo Assembly Con questo script PowerShell è possibile cercare in tutti i siti un Event Receiver di una lista SharePoint tramite una parte del nome dell'assembly: #sgart.it #Cercare un Event Receiver di lista... Project Server Script SharePoint 2010 SharePoint 2013
16 lug 2014 Informatica Superato esame 70-488 Oggi ho superato l'esame di certificazione Microsoft 70-488 Developing Microsoft SharePoint Server 2013 Core Solutions con il punteggio di 894 / 1000. Elenco completo esami Esami SharePoint SharePoint 2013
23 giu 2014 Informatica Gioco Evita le Buche Si tratta della mia versione del classico gioco conosciuto come Campo Minato realizzato in JavaScript . Lo scopo del gioco è di scoprire tutte le caselle nel più breve tempo possibile senza cadere ... Giochi JavaScript JQuery Vanilla JS
18 giu 2014 Informatica Assegnare i permessi ad un folder SharePoint Un esempio di come assegnare i permessi ad un folder SharePoint recuperato tramite la sua url: //url del folder string url = "http://sharepoint.sgart.local/Shared%20Documents/Folder1"; / ... C# SharePoint SharePoint 2013
13 giu 2014 Informatica The term 'Get-ADUser' is not recognized as the name of a cmdlet Se compare questo errore: Get-ADUser : The term 'Get-ADUser' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was ... Active Directory Errori PowerShell Windows Server Windows Server 2012
13 giu 2014 Informatica Cercare un utente in AD tramite mail Con il comando PowerShell Get-ADUser è possibile interrogare Active Directory per ottenere informazioni su uno specifico utente: Il seguente comando cerca un utente in AD tramite la sua email... Active Directory PowerShell Windows Server Windows Server 2012
06 giu 2014 Informatica ISNULL in Oracle ovvero NVL In Oracle la funzione equivalente a ISNULL di Microsoft SQL Server è NVL e NVL2 . Oracle PL/SQL SQL
04 giu 2014 Informatica Creare un package con store procedure in Oracle In Oracle è possibile creare delle store procedure racchiudendole in un package (un contenitore che raggruppa più store o meglio più oggetti). Il package Oracle è composto da due parti, un header ... Oracle PL/SQL SQL
04 giu 2014 Informatica Eseguire una query di select su Oracle in C# (DataReader) Eseguire una query di select per Oracle in C# è simile a MS SQL Server . Le eccezioni sono: L'installazione sulla macchina del Client Oracle per avere le DLL di connessione e l'uso del namespace S ... C# Errori Oracle PL/SQL SQL
21 mag 2014 Informatica ORA-01453: SET TRANSACTION deve essere la prima istruzione della transazione (Oracle) Se ottieni questa exception durante l'uso di una transazione su Oracle : System.Data.OracleClient.OracleException was caught Message=ORA-01453: SET TRANSACTION deve essere la prima istruzione dell ... C# Database Errori Oracle PL/SQL
21 mag 2014 Informatica Identity in Oracle ovvero Sequence In Oracle non esistono i campi identity come in Microsoft SQL Server , per ottenere una funzionalità simile bisogna ricorrere alle sequence . Le sequence non sono altro che dei contatori progressi ... Esempi Oracle PL/SQL SQL SQL Server
21 mag 2014 Informatica Come ottenere solo la parte data in PL/SQL Tramite la seguente istruzione PL/SQL di Oracle : TRUNC (SYSDATE) è possibile ottenere solo la parte data di un oggetto DateTime. SYSDATE ritorna la data ora attuale, ad esempio: SELECT SYSDATE AS ... Oracle PL/SQL SQL