Player FM - Internet Radio Done Right
Checked 5h ago
הוסף לפני five שנים
תוכן מסופק על ידי Andrea Dottor. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Andrea Dottor או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
Player FM - אפליקציית פודקאסט
התחל במצב לא מקוון עם האפליקציה Player FM !
התחל במצב לא מקוון עם האפליקציה Player FM !
פודקאסטים ששווה להאזין
בחסות
T
The Innovators & Investors Podcast


1 Bridging Worlds: Amar Bakshi on Transforming Global Connection with Noro 36:44
36:44
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי36:44
In this episode of the Innovators and Investors Podcast, host Kristian Marquez sits down with Amar Bakshi, founder of Shared Studios and Noro, to explore how Amar’s visionary work is redefining human connection through immersive technology. Amar shares the evolution from his original art project, which connected strangers worldwide via life-size video portals installed in locations from New York to Tehran, refugee camps, and universities, to creating Noro’s cutting-edge video conferencing solutions that bridge the gap between virtual meetings and face-to-face interaction. They discuss the inspiration behind his projects, including his personal experiences as a journalist and his grandmother’s story of displacement, highlighting the emotional and cultural impact of authentic human connection. Amar explains the challenges of building a global network in complex political environments, the importance of community-led curation, and leveraging technology to enable deeper trust and collaboration beyond traditional video calls like Zoom. The conversation also covers insights into building company culture, navigating the transition from art to business, raising capital, and how AI and future tech innovations could enhance multilingual communication and intimacy in virtual settings. Amar closes by sharing lessons learned as a founder about balancing commitment with perspective and fostering inclusive, purpose-driven teams. This episode provides a thoughtful look at how technology can create meaningful, serendipitous human connections across borders and industries. Learn more about Amar's work at https://noro.co/ Connect with Amar on LinkedIn at https://www.linkedin.com/in/amarcbakshi/ Think you'd be a great guest on the show? Apply at https://finstratmgmt.com/innovators-investors-podcast/podcast-guest-application/ Want to learn more about Kristian Marquez's work? Check out his website at https://finstratmgmt.com…
Piani d'esecuzione di Entity Framework dentro a Visual Studio con EFCoreVisualizer
Manage episode 428960259 series 2630448
תוכן מסופק על ידי Andrea Dottor. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Andrea Dottor או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
EFCoreVisualizer è entrata a pieno titolo tra quelle estensioni assolutamente da avere se usi Entity Framework, in quanto permette di visualizzare i piani di esecuzione delle query generate direttamente da dentro Visual Studio.
https://marketplace.visualstudio.com/items?itemName=GiorgiDalakishvili.EFCoreVisualizer
SQL Nexus invece è uno strumento che devo ancora provare, ma che ha delle ottime premesse, aiutarci ad identificare i problemi nei nostri database SQL Server.
https://github.com/microsoft/SqlNexus
#entityframework #dotnet #visualstudio #sqlserver #postgresql
…
continue reading
https://marketplace.visualstudio.com/items?itemName=GiorgiDalakishvili.EFCoreVisualizer
SQL Nexus invece è uno strumento che devo ancora provare, ma che ha delle ottime premesse, aiutarci ad identificare i problemi nei nostri database SQL Server.
https://github.com/microsoft/SqlNexus
#entityframework #dotnet #visualstudio #sqlserver #postgresql
298 פרקים
Manage episode 428960259 series 2630448
תוכן מסופק על ידי Andrea Dottor. כל תוכן הפודקאסטים כולל פרקים, גרפיקה ותיאורי פודקאסטים מועלים ומסופקים ישירות על ידי Andrea Dottor או שותף פלטפורמת הפודקאסט שלהם. אם אתה מאמין שמישהו משתמש ביצירה שלך המוגנת בזכויות יוצרים ללא רשותך, אתה יכול לעקוב אחר התהליך המתואר כאן https://he.player.fm/legal.
EFCoreVisualizer è entrata a pieno titolo tra quelle estensioni assolutamente da avere se usi Entity Framework, in quanto permette di visualizzare i piani di esecuzione delle query generate direttamente da dentro Visual Studio.
https://marketplace.visualstudio.com/items?itemName=GiorgiDalakishvili.EFCoreVisualizer
SQL Nexus invece è uno strumento che devo ancora provare, ma che ha delle ottime premesse, aiutarci ad identificare i problemi nei nostri database SQL Server.
https://github.com/microsoft/SqlNexus
#entityframework #dotnet #visualstudio #sqlserver #postgresql
…
continue reading
https://marketplace.visualstudio.com/items?itemName=GiorgiDalakishvili.EFCoreVisualizer
SQL Nexus invece è uno strumento che devo ancora provare, ma che ha delle ottime premesse, aiutarci ad identificare i problemi nei nostri database SQL Server.
https://github.com/microsoft/SqlNexus
#entityframework #dotnet #visualstudio #sqlserver #postgresql
298 פרקים
כל הפרקים
×
1 298 - Stop! In nome del Token - La cancellazione cooperativa in C# 15:40
15:40
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי15:40
In questa puntata parliamo di CancellationToken in C#: cos’è, come funziona e perché è fondamentale per scrivere codice asincrono e reattivo. Vediamo come usarlo per annullare operazioni in modo cooperativo, come gestire timeout, come combinare più token con LinkedTokenSource e quali errori evitare. Un episodio per chi vuole fermare le cose… nel modo giusto! https://learn.microsoft.com/en-us/dotnet/standard/threading/cancellation-in-managed-threads https://medium.com/@mitesh_shah/a-deep-dive-into-c-s-cancellationtoken-44bc7664555f https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtokensource #dotnet #cancellationtoken #asyncawait #dotnetinpillole #podcast…

1 297 - Task Parallel Library: metti il turbo al tuo codice C# 15:32
15:32
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי15:32
In questa puntata parliamo della Task Parallel Library (TPL) in C#: cosa offre, quando usarla, e come sfruttare strumenti come Task, Parallel.For, Task.WaitAll e Task.WhenAll per scrivere codice più veloce ed efficiente. Un’introduzione pratica e discorsiva al mondo del parallelismo, con consigli su come evitare gli errori più comuni. https://learn.microsoft.com/en-us/dotnet/standard/parallel-programming/task-parallel-library-tpl https://learn.microsoft.com/en-us/dotnet/standard/parallel-programming/ https://www.youtube.com/watch?v=18w4QOWGJso #dotnet #tpl #TaskParallelLibrary #dotnetinpillole #podcast…

1 296 - L’arte dell’attesa: async e await senza segreti 19:49
19:49
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי19:49
Ok, quante volte hai scritto await senza davvero sapere cosa sta succedendo dietro? In questa puntata ci facciamo una bella chiacchierata su come funziona l’asincronia in C#: parliamo di Task, ValueTask, TaskCompletionSource. Ecco alcune risorse per approfondire il tutto: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md https://learn.microsoft.com/en-us/archive/msdn-magazine/2013/march/async-await-best-practices-in-asynchronous-programming https://github.com/meysamhadeli/awesome-dotnet-tips/blob/main/docs/csharp/async/async-and-await.md https://github.com/meysamhadeli/awesome-dotnet-tips/blob/main/docs/csharp/async/async-best-practice.md Video di Marco Minerva: https://youtu.be/23oyxTAutsQ?si=ZC2JWTG2IU3M3X_7 https://youtu.be/L4J-m45NWSo?si=wy2emxJwFMvBJ_63 #dotnet #asyncawait #dotnetinpillole…

1 295 - C# si fa leggero! Scripting in C#: un file, nessun progetto, zero scuse 17:51
17:51
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי17:51
C# si fa leggero! In questa puntata esploriamo ' dotnet run app.cs' , la nuova funzionalità di .NET 10 che permette di scrivere ed eseguire script C# senza creare un progetto. Un solo file .cs, niente .csproj, e puoi partire subito: perfetto per prototipi, automation e piccoli tool da riga di comando. Scopri come funziona, cosa puoi farci e perché potrebbe diventare il tuo nuovo modo di usare C#. https://devblogs.microsoft.com/dotnet/announcing-dotnet-run-app/ https://youtu.be/98MizuB7i-w?si=pguTqEmNOECnssPu https://devblogs.microsoft.com/visualstudio/agent-mode-has-arrived-in-preview-for-visual-studio/ #dotnet #copilot #dotnetinpillole #podcast…

1 294 - Liste, dizionari e collezioni: tutto il mondo .NET in una puntata 21:01
21:01
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי21:01
Oggi ci tuffiamo nel fantastico (e affollatissimo) mondo delle collezioni in .NET: liste, dizionari, set, stack, queue, versioni concorrenti e persino quelle immutabili. Ma cosa cambia tra una List e un Array? Quando ha senso usare un HashSet? E che differenza c’è tra Dictionary e ConcurrentDictionary? In questa puntata ti spiego tutto in modo semplice e concreto. https://learn.microsoft.com/en-us/dotnet/api/system.collections https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable https://learn.microsoft.com/en-us/dotnet/standard/collections/thread-safe/ https://learn.microsoft.com/en-us/dotnet/standard/collections/when-to-use-generic-collections #dotnet #list #collection #dictionary #dotnetinpillole…

1 293 - Diagnosi senza stress: tracciare le operazioni in .NET con ActivitySource e Activity 13:40
13:40
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי13:40
Scopri come Activity e ActivitySource ti aiutano a tracciare le operazioni all’interno delle tue applicazioni .NET in modo semplice e standard. Vedremo come usarli al meglio, quali vantaggi offrono per il monitoraggio e la diagnosi, e come si integrano facilmente con OpenTelemetry e altri sistemi di osservabilità. https://learn.microsoft.com/en-us/dotnet/core/diagnostics/distributed-tracing https://learn.microsoft.com/en-us/dotnet/core/diagnostics/distributed-tracing-instrumentation-walkthroughs https://www.jimmybogard.com/building-end-to-end-diagnostics-activitysource-and-open/ https://opentelemetry.io/docs/languages/dotnet/ https://youtu.be/3JnMfJM9K0c?si=ymc-6tcw87geqHHw #dotnet #ActivitySource #observability #OpenTelemetry #dotnetinpillole #podcast…

1 292 - Quanto è veloce il tuo codice? Misuralo con BenchmarkDotNet 11:22
11:22
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי11:22
In questa puntata ti parlo di BenchmarkDotNet , una libreria super utile per capire quanto è veloce davvero il tuo codice. Vediamo insieme come funziona, perché ti evita di fare ottimizzazioni a caso, e come usarla in un progetto .NET. https://github.com/dotnet/BenchmarkDotNet https://benchmarkdotnet.org https://learn.microsoft.com/en-us/visualstudio/profiling/profiling-with-benchmark-dotnet?view=vs-2022 #dotnet #BenchmarkDotNet #dotnetinpillole #podcast…

1 291 - C# ad alte prestazioni: la potenza di Span e ReadOnlySpan 11:22
11:22
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי11:22
Nel mondo delle applicazioni moderne, ogni ciclo di CPU e ogni allocazione contano. In questa puntata esploriamo Span e ReadOnlySpan , due strumenti introdotti in .NET Core 2.1 che permettono di lavorare con la memoria in modo sicuro ed estremamente efficiente. https://devblogs.microsoft.com/dotnet/welcome-to-c-7-2-and-span/ https://learn.microsoft.com/en-us/dotnet/standard/memory-and-spans/memory-t-usage-guidelines https://learn.microsoft.com/en-us/shows/visual-studio-connect-event-2017/t125 https://learn.microsoft.com/en-us/archive/msdn-magazine/2018/january/csharp-all-about-span-exploring-a-new-net-mainstay #dotnet #csharp #span #dotnetinpillole #podcast…

1 290 - Alla scoperta dei Channels...poco conosciuti, ma indispensabili! 10:55
10:55
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי10:55
Oggi ti parlo dei Channel, introdotti in .NET Core 3.0, ma ad oggi poco utilizzati. Sono una struttura dati che permette di implementare un modello producer/consumer, andando a disaccoppiare in modo asincrono la logica dell'applicazioni. Performanti e thread-safe. https://learn.microsoft.com/en-us/shows/on-dotnet/working-with-channels-in-net https://devblogs.microsoft.com/dotnet/an-introduction-to-system-threading-channels/ https://medium.com/@sociable_flamingo_goose_694/lightweight-net-channel-pub-sub-implementation-aed696337cc9 https://dev.to/noseratio/c-events-as-asynchronous-streams-with-reactivex-or-channels-82k #dotnet #channels #dotnetinpillole #podcast…

1 289 - Pipeline di build in C# con Nuke. Ciao ciao YAML 15:29
15:29
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי15:29
Nuke è una libreria che permette di realizzare una pipeline di build utilizzando codice C# , e può facilmente integrarsi con qualsiasi strumento di CI/CD come Azure Pipelines, GitHub Actions. Altro vantaggio è dato dalla possibilità di poter utilizzare qualsiasi libreria .NET, e riutilizzando un linguaggio famigliare per uno sviluppatore. https://nuke.build/ https://github.com/nuke-build/nuke https://www.youtube.com/watch?v=Y0eeoDBqFAo https://learn.microsoft.com/it-it/shows/on-dotnet/build-automation-with-nuke #dotnet #nukebuild #dotnetinpillole #podcast #github #azure…

1 288 - Estendere Copilot con un nostro server MCP 11:53
11:53
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי11:53
Microsoft ha rilasciato in preview l'SDK in C# per poter realizzare un server MCP (Model Context Protocol) che permette di far interagire gli LLM con applicazioni e sorgenti dati esterne. Visual Studio Code già supporta i server MCP, e questo permette di poter richiamare/utilizzare del proprio codice che copilot potrà sfruttare. https://devblogs.microsoft.com/dotnet/build-a-model-context-protocol-mcp-server-in-csharp/ https://devblogs.microsoft.com/blog/microsoft-partners-with-anthropic-to-create-official-c-sdk-for-model-context-protocol https://www.youtube.com/watch?v=iS25RFups4A #AI #ModelContextProtocol #copilot #dotnet #vscode #dotnetinpillole…

1 287 - MediatR, AutoMapper e MassTransit a pagamento per uso commerciale 10:31
10:31
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי10:31
E' il 2 aprile quando viene annunciato che MediatR, AutoMapper e MassTransit diventeranno a pagamento per uso commerciale...un impatto non da poco dato che queste librerie sono molto utilizzate e diffuse. https://www.jimmybogard.com/automapper-and-mediatr-going-commercial/ https://masstransit.io/introduction/v9-announcement https://www.reddit.com/r/dotnet/comments/1i17jm0/fluentassertions_becomes_paid_software_for/ #mediatr #automapper #masstransit #dotnet #dotnetinpillole #podcast…

1 286 - Cosa arriverà in ASP.NET Core 10 21:25
21:25
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי21:25
Da poco è stata rilasciata la preview 2 di .NET 10, e quindi iniziamo a vedere cosa aspettarci nella prossima versione di ASP.NET Core. ASP.NET Core Roadmap for .NET 10 #59443 https://github.com/dotnet/aspnetcore/issues/59443 Blazor Community Standup - Blazor .NET 10 Planning Discussion https://www.youtube.com/live/fye6bN1-TT4?si=Jkm06wYIvfT6kJWI .NET Preview Unboxed - .NET 10 Preview 2, DevContainers, Blazor, & More! https://www.youtube.com/live/a3YdK2dKf2w?si=GVN9DzV-PCdIWeXA ASP.NET Community Standup - What's new for Blazor in .NET 10 Preview 2 https://www.youtube.com/live/IXU3hbnaX50?si=NcrkKiI9PiI4rrg_ #dotnet #net10 #preview #dotnetinpillole #aspnet #podcast…
La scrittura, gestione, debug e test di prompt è un'attività sempre più presente, ed ecco che Prompty su questo ci può aiutare fornendoci un playground dentro a Visual Studio Code. Uno strumento che ci facilita la scrittura ed il test dei prompt. - https://github.com/microsoft/p... - https://prompty.ai/ - https://marketplace.visualstud... #prompty #ai #azureai #openai #dotnetinpillole #vscode…

1 284 - .NET 9.0.3 ci ha portato HybridCache! 10:48
10:48
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי10:48
Ecco che finalmente HybridCache è stata rilasciata in GA con .NET 9.0.3. Notizia davvero importante in quanto permette di coniugare il meglio di IMemoryCache e IDistributedCache , evitando anche problematiche di Cache-stampede. https://devblogs.microsoft.com/dotnet/hybrid-cache-is-now-ga/? WT.mc_id=DT-MVP-4021952 https://learn.microsoft.com/en-us/aspnet/core/performance/caching/hybrid? WT.mc_id=DT-MVP-4021952 #dotnet #cache #HybridCache #dotnetinpillole #podcast…
.
.NET in pillole

1 283 - Aspire Dashboard, non credevo di usarla così tanto 12:08
12:08
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי12:08
Ecco un'accoppiata vincente: OpenTelemtry e Aspire Dashboard. Oggi ti parlo di quanto trovo utile l'utilizzo della dashboard di Aspire per il monitoraggio delle applicazioni, sia in sviluppo che produzione. - https://learn.microsoft.com/en... - https://opentelemetry.io/ - https://aspiredashboard.com/ #opentelemetry #aspire #dashboard #dotnet #podcast…
.
.NET in pillole

1 282 - Migliorare i tempi di risposta delle API Rest 11:10
11:10
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי11:10
Delta e Replicant, sono questi i nomi di due librerie che possono aiutare per migliorare i tempi di risposta delle API Rest andando a gestire al meglio l'header ETag e lo status code 304. https://github.com/SimonCropp/Delta https://github.com/SimonCropp/Replicant #dotnet #delta #replicant #rest #dotnetinpillole #podcast…
.
.NET in pillole

1 281 - Podman, l'alternativa più leggera e sicura a Docker 12:16
12:16
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי12:16
I container sono diventati una vera comodità, che può migliorare (e non poco) la vita a noi dev. Solitamente li associamo sempre a Docker, ma esistono delle alternative, e Podman è una di queste. https://podman.io/ https://www.redhat.com/it/topics/containers/what-is-podman #podman #container #redhat #dotnetinpillole #podcast…
.
.NET in pillole

1 280 - OpenIddict, la libreria per implementare un proprio server OAuth 2.0/OpenID Connect 15:16
15:16
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי15:16
OpenIddict è migliorata davvero molto, ed ora può essere facilmente integrata nelle proprie applicazioni per realizzare dei proprio server OAuth 2.0/OpenID Connect. Dopo il cambio di licenza di IdentityServer (passato a pagamento), gli sviluppatori hanno preso la palla al balzo e hanno evoluto al meglio questa libreria. https://github.com/openiddict/openiddict-core https://docs.orchardcore.net/en/latest/reference/modules/OpenId/ https://youtu.be/RSjwrBATcuk https://youtu.be/5PoWTlhxThA #dotnet #OpenIddict #OpenIDConnect #dotnetinpillole #podcast…
.
.NET in pillole

1 279 - Nuove funzionalità per GitHub Copilot 11:53
11:53
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי11:53
GitHub Copilot cresce sempre più, andando a semplificare il lavoro dello sviluppatore che lo va ad utilizzare. Il 6 febbraio è stato annunciato il rilascio in GA per Visual Studio Code di Copilot Edit, e l'introduzione in VS Code Insider di Copilot Agents. https://github.blog/news-insights/product-news/github-copilot-the-agent-awakens/ https://github.com/marketplace?type=apps&copilot_app=true #copilot #github #agents #dotnetinpillole #podcast…
Lo Standup Meeting è una pratica del mondo Agile che trovo indispensabile per qualunque team e azienda. 15 minuti dove ogni persona comunica su cosa sta lavorando e se ha trovato problematiche...e che permette di risolvere parecchi problemi di comunicazione. https://agile-school.com/blog/quando-e-come-svolgere-lo-stand-up-meeting-agile #agile #standupmeeting #dotnetinpillole #podcast…
.
.NET in pillole

1 277 - Quando abbiamo perso le specifiche? 12:58
12:58
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי12:58
Alcuni pensieri liberi in merito alle specifiche tecniche, che vedo di anno in anno essere sempre più assenti nei vari progetti. Software Requirements 3 https://amzn.to/4hfnAV6 Software Requirements Essentials: Core Practices for Successful Business Analysis https://amzn.to/3WztMyy #copilot #SoftwareRequirements #dotnetinpillole #podcast…
.
.NET in pillole

1 276 - Struttura delle solution in Visual Studio, alcuni consigli 16:59
16:59
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי16:59
Spesso diamo per scontato molte cose, e uno di questi è il come strutturare al meglio una soluzione di Visual Studio...argomento molto complesso, e che varia da azienda ad azienda, e da team a team. In questa puntata voglio dare alcuni consigli, specialmente per chi muove i primi passi. https://ng-venice.org/ https://www.eventbrite.it/e/biglietti-net-saturday-2025-pordenone-1081224083339 https://www.xedotnet.org/ https://learn.microsoft.com/en-us/visualstudio/modeling/structure-your-modeling-solution?WT.mc_id=DT-MVP-4021952 https://learn.microsoft.com/en-us/visualstudio/ide/filtered-solutions?WT.mc_id=DT-MVP-4021952 https://learn.microsoft.com/en-us/visualstudio/ide/visual-studio-performance-tips-and-tricks?WT.mc_id=DT-MVP-4021952 #visualstudio #solution #architecture #dotnetinpillole…
.
.NET in pillole

1 275 - HybridCache, l'unione di IDistributedCache e IMemoryCache ma con qualcosa in più 16:23
16:23
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי16:23
Tra gli annunci del lancio di .NET 9 era presente anche quello di HybridCache, una libreria che fa da unione tra IDistributedCache e IMemoryCache ma risolvendo i problemi di Cache Stampede. In passato ho parlato anche di FusionCache, e nella puntata di oggi vediamo di fare anche un confronto. https://learn.microsoft.com/en-us/aspnet/core/performance/caching/hybrid?view=aspnetcore-9.0&WT.mc_id=DT-MVP-4021952 https://learn.microsoft.com/it-it/shows/dotnet-conf-2024/introducing-hybridcache-in-aspnet-core?WT.mc_id=DT-MVP-4021952 https://github.com/ZiggyCreatures/FusionCache/blob/main/docs/Comparison.md https://github.com/ZiggyCreatures/FusionCache/discussions/266#discussioncomment-9915972 https://github.com/ZiggyCreatures/FusionCache/releases/tag/v2.0.0-preview-4 #dotnet #caching #dotnetinpillole #dotnet9…
Se lavori con soluzioni contenenti molti progetti, sarai incappato in varie problematiche nella gestione delle versioni dei pacchetti NuGet che referenzi. Esiste però il modo di poterli gestire in modo centralizzato, ed oggi te ne parlo. https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management?WT.mc_id=DT-MVP-4021952 #dotnet #nuget #dotnetinpillole #podcast…
.
.NET in pillole

Non sono solito parlare di libri, ma " Atomic habits. Piccole abitudini per grandi cambiamenti " di James Clear merita di essere letto (ed applicato). Un libro che parla di come cambiare le proprie giornate introducendo delle piccole abitudini, che concatenate tra loro, porteranno a grandi cambiamenti. https://amzn.to/4gTve6C #book #AtomicHabits #review…
.
.NET in pillole

1 272 - Il futuro di Blazor - L'intervista a Daniel Roth 18:33
18:33
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי18:33
In questo episodio ti riporto l'intervista di Nick Chapsas a Daniel Roth in merito al futuro di Blazor. Video che fa capire quanto Blazor sia sempre più utilizzato e che tranquillizza in merito al suo futuro https://youtu.be/2uLGXe95kTo?si=WTWMCxLNxOi9LQg7 https://dotnet.microsoft.com/en-us/platform/customers/blazor #dotnet #blazor #dotnetinpillole #podcast…
.
.NET in pillole

Scriban è una libreria di text templating che supporta anche la sintassi Liquid (ideata da shopify). E' di facile utilizzo e la sua sintassi di template permette di generare praticamente qualsiasi testo, anche i più complessi. https://github.com/scriban/scriban https://shopify.github.io/liquid/ https://scribanonline.azurewebsites.net/ #scriban #nuget #dotnetinpillole #podcast…
.
.NET in pillole

1 270 - Cambiamenti e migliorie per OpenAPI con .NET 9 10:10
10:10
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי10:10
Dopo il famoso addio a Swashbuckle.AspNetCore ecco tutti i cambiamenti arrivati per OpenAPI con .NET 9. https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-9.0?view=aspnetcore-9.0&WT.mc_id=DT-MVP-4021952 https://github.com/dotnet/aspnetcore/discussions/58103 https://learn.microsoft.com/en-us/aspnet/core/fundamentals/openapi/openapi-tools?view=aspnetcore-9.0&WT.mc_id=DT-MVP-4021952 #openapi #dotnet #dotnetinpillole #podcast…
.
.NET in pillole

1 269 - Ecco le novità arrivate in Blazor con .NET 9 19:08
19:08
הפעל מאוחר יותר
הפעל מאוחר יותר
רשימות
לייק
אהבתי19:08
Per quanto riguarda Blazor, .NET 9 ha introdotto un paio di funzionalità davvero utili (ottimizzazioni per i file statici, rendering location, semplificazione autenticazione) che meritano di essere conosciuti, così da beneficiarne fin da subito. https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-9.0?view=aspnetcore-9.0&WT.mc_id=DT-MVP-4021952 #blazor #dotnet #dotnetinpillole #podcast…
ברוכים הבאים אל Player FM!
Player FM סורק את האינטרנט עבור פודקאסטים באיכות גבוהה בשבילכם כדי שתהנו מהם כרגע. זה יישום הפודקאסט הטוב ביותר והוא עובד על אנדרואיד, iPhone ואינטרנט. הירשמו לסנכרון מנויים במכשירים שונים.