podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
Giorgi Dalakishvili
Shows
Coffee and Open Source
Giorgi Dalakishvili
Giorgi is a software developer with almost two decades of experience. He works mainly with C#, ASP.NET Core, Entity Framework Core and .NET MAUI.Giorgi is an open-source author and contributor on GitHub, a Microsoft MVP, and a member of the .NET Foundation.You can find Giorgi on the following sites:XLinkedInGitHubWebsiteHere are some links provided by Giorgi:EFCore.VisualizerEFCore.Visualizer RepoEntityFramework.Exceptions RepoPLEASE SUBSCRIBE TO THE PODCASTSpotifyApple PodcastsYouTube MusicAmazon MusicRSS FeedYou can check out more episodes of Coffee and...
2025-02-11
1h 01
Devtherapy
Giorgi Dalakishvili | Microsoft MVP, .NET, LLM, Open Source, Dev Conferences
⚙️ ყველაზე ტექნიკური პოდკასტის მეცხრე ეპიზოდში, სტუმრად გვეწვია, საქართველოში ერთადერთი Microsoft MVP - გიორგი დალაქიშვილი !! 😍
2025-02-05
1h 46
Adventures in .NET
Enhancing .NET Development: Visualization Tools and Open Source Contributions - .NET 194
In this episode, they dive deep into the world of development tools and open-source contributions. They explore the unique benefits of JetBrains' Rider versus Visual Studio, highlighting Rider's compatibility and extensibility across platforms. They also discuss how Stack Overflow's evolving landscape, influenced by tools like GitHub Copilot and chat GPT, impacts developers' careers. Special guest Giorgi Dalakishvili joins us to share his impressive 16-year programming journey—from utilizing C++ on Microsoft’s .NET framework to mastering C# and building robust desktop and mobile applications. Georgi offers valuable advice for aspiring open-source contributors and shares insights on his preference for Visual Stud...
2024-07-16
52 min
.NET Rocks!
Visually Debugging EF Queries with Giorgi Dalakishvili
How do you debug your EF queries? Carl and Richard talk to Giorgi Dalakishvili about his open-source Visual Studio extension, EFCore Visualizer. Giorgi talks about bringing together the EF rendering of the query with the database query plan to ensure you retrieve data from your database as efficiently as possible. The conversation ranges over a number of tools Giorgi has built over the years, including EF Framework Exceptions, DuckDB.NET, and more!
2024-04-25
47 min
The Modern .NET Show
From .NET to DuckDB: Unleashing the Database Evolution with Giorgi Dalakishvili
NService Bus This episode of The Modern .NET Show is supported, in part, by NServiceBus, the ultimate tool to build robust and reliable systems that can handle failures gracefully, maintain high availability, and scale to meet growing demand. Make sure you click the link in the show notes to learn more about NServiceBus. Show Notes Yeah. So what I was thinking the other day is that what we want is to concentrate on the business logic that we need to implement and spend as small as little time as possible configuring, installing and figuring out...
2024-03-22
1h 05
Multithreaded Income Podcast
How to Find Freelance Software Work | Multithreaded Income Episode 4 with Giorgi Dalakishvili
How to Find Freelance Software Work | Multithreaded Income Episode 4 with Giorgi Dalakishvili.As a software developer, you have the skills to earn extra income by freelancing and picking up consultant clients. Learn the skills you cannot learn at work by picking up jobs that allow you to explore new tech stacks. In this episode, we'll discuss ways you can find additional projects as a software engineer.LinksGiorgi on TwitterJoin our upcoming challenge at https://multithreadedincome.com/challenge
2023-10-03
18 min
Azure & DevOps Podcast
Giorgi Dalakishvili: Beyond Relational Data with Entity Framework - Episode 255
Giorgi Dalakishvili is a software developer with more than a decade of experience. He works mainly with C#, ASP.NET MVC/ASP.NET Core, REST, WCF, Xamarin, Android, iOS, Entity Framework, Azure, SQL Server, and Oracle. Giorgi is an open-source author and contributor on GitHub and a member of the .NET Foundation and InfoQ Editor. Topics of Discussion: [3:33] Giorgi has worked with all the frameworks and libraries that Microsoft has come out with over the past 10‒15 years. He discusses using Entity Framework and starting his small speaking engagements. ...
2023-07-24
27 min
dotnet
On .NET Live - LINQ to GraphQL: Query GraphQL with LINQ syntax
Would you like to use LINQ syntax for your GraphQL queries? In this week's episode, Giorgi Dalakishvili joins the panel to show us GraphQLinq, a LINQ to GraphQL API to compose strongly typed GraphQL queries with LINQ query syntax! Featuring: Giorgi Dalakishvili (@GioDalakishvili) Get your questions answered on the Microsoft Q&A for .NET - https://aka.ms/dotnetqa Learn .NET with free self-guided learning from Microsoft Learn: http://aka.ms/learndotnet #graphql #linq
2022-06-06
1h 02
dotnet
Entity Framework Community Standup - Visualizing database query plans
Learn what a query plan is, how to view EF Core query plan in LINQPad, find missing indexes, and improve performance of your queries. Community Links: https://www.theurlist.com/efcore-standup-2021-07-14 Featuring: Jeremy Likness (@jeremylikness), Giorgi Dalakishvili (@GioDalakishvili) Get your questions answered on the Microsoft Q&A for .NET - https://aka.ms/dotnetqa Learn .NET with free self-guided learning from Microsoft Learn: http://aka.ms/learndotnet #efcore #linq #linqpad
2021-07-09
57 min
dotnet
Entity Framework Community Standup - Typed Exceptions for Entity Framework Core
When using Entity Framework Core for data access all database exceptions are wrapped in DbUpdateException. If you need to know whether the exception was caused by a unique constraint, the value being too long, or the value missing for a required column, you need to dig into the concrete DbException subclass instance and check the error number to determine the exact cause. In this episode, learn how EntityFramework.Exceptions handles all the database-specific details and allows you to use typed exceptions for Entity Framework Core when your query violates database constraints. Community Links: https://www.theurlist.com/efcore-standup-2021-02-10 ...
2021-02-09
1h 03