Asp.Net Web Forms VS Asp.Net MVC VS Asp.Net CORE Architettura del pattern MVC CORS Esempio Struttura File System Form Validation Model Binders DTO (Data Transfer Object) Session Management Web API MVC 5 Web API Core Open API – Swagger Consuming API Client-Side Minimal API (.NET 6) vs Controller API Lavorare con le aree Autenticazione e …
Concetti base Come migliorare le performance Indici Execution plan Comandi Cursor Use cases Connection String SQL Server Integration Services (SSIS) Temporary Data (CTE, Temp Table, Temp variable) Risorse Concetti base Sql Server engine é composto da: Storage engine. Query Processor Elabora le query ricevute e calcola il piano di esecuzione. Transact-SQL : La versione …
INTELLIJ IDEA Autogenerazione elementi di una classe: Menu Code -> Generate oppure ALT + Insert WINDOWS Enter ASCII CODE: ALT + ASCII CODE (use numpad) Redo last action: CTRL + Y Undo last action: CTRL + Z Lock your computer: WIN + L Show or hide the desktop: WIN + D Snap windows: WIN + …
Inizializzazione ambiente Versioni Funzionamento Local vs Global Typescript Binding Angular Fundamentals Component API Form Consuming HTTP service Routing Autenticazione e autorizzazione Deployment API end-point lato-client Risorse Inizializzazione ambiente Installare node.js (https://nodejs.org/it) Installare librerie di terze parti tramite NPM (Node Package Manager) — Per sapere quali librerie sono già installate in node.js npm [-g] ls –depth=0 …