Glenn Condron on New Capabilities in .NET - Episode 58

Glenn Condron on New Capabilities in .NET - Episode 58

This week on the podcast, Jeffrey is speaking with Glenn Condron! Glenn is the Program Management Lead of the App Platform team within the Developer Division at Microsoft, focusing on .NET.

With .NET Conf 2019 just recently wrapped up, Glenn will be highlighting some of the new capabilities within .NET! Glenn was a part of the keynote, where he gave some really interesting demos showing the new stuff coming out for .NET. Having seen the keynote himself, Jeffrey knew that his listeners had to know all about it for themselves too! So, in this episode, Glenn speaks about what he showcased at the conference, explains how he ran his .NET Core 3 demo, how gRPC is changing the game, and shares his current personal preference for running the .NET Core application in a container.

Jeffrey and Glenn cover a lot of ground regarding .NET, so be sure to tune in!

Topics of Discussion:

[:40] Be sure to visit AzureDevOps.Show for past episodes and show notes!

[:48] Jeffrey gives some announcements and lets you know where to get a hold of his book, .NET DevOps for Azure.

[2:24] About today’s guest, Glenn Condron.

[2:42] Jeffrey welcomes Glenn to the show!

[2:48] Glenn shares what he spoke about during the 2019 .NET Conf keynote.

[3:46] Glenn speaks about what his career journey has been like and what he’s currently doing in his role at Microsoft.

[5:14] How gRPC is changing the game when it comes to blocking synchronous calls.

[7:44] What does gRPC stand for?

[8:23] Glenn explains his philosophy and the thinking behind making the backend without giving the URL to the calling application, and instead, publishing a library that their calling application consumed so that their service owned its own protocol (instead of locking in the client to that over-the-wire protocol).

[14:42] Glenn provides his take on whether anything that is a step higher in compatibility (i.e. allows for a greater reach of clients who can use it), tends to include extra steps and a decrease in productivity.

[17:30] Glenn speaks about how he ran his .NET Core 3 demo (at the 2019 .NET Conf) in a Linux container and some of the interesting and impressive pieces of it.

[20:23] A word from the Azure DevOps Podcast’s sponsor: Clear Measure.

[20:49] Glenn explains what it is running as in Azure.

[21:00] Glenn speaks about the networking, and what he configured in the network to get it to be in front.

[26:28] Was the Blazor app deployed to the same Kubernetes cluster?

[26:58] Glenn explains how to set up .NET with the Blazor app.

[28:06] Glenn gives a loving criticism of Javascript and his part with helping .NET developers be better with the existing ecosystems.

[33:06] Out of all the options for being able to run your .NET Core application in a container, which is Glenn’s personal preference? Which does he think should be the norm?

[40:35] Where to learn more about Glenn’s presentation at .NET Conf and follow him online.

Mentioned in this Episode:

Azure DevOps

Clear Measure (Sponsor)

.NET DevOps for Azure: A Developer's Guide to DevOps Architecture the Right Way, by Jeffrey Palermo — Pre-order on Amazon here!

bit.ly/dotnetdevopsproject

bit.ly/dotnetdevopsbookforcommunity — Visit to get your hands on two free books to give away at conferences or events!

Jeffrey’s .NET DevOps Bootcamp (Oct. 28-30th, in Lakeway, TX)

Microsoft Ignite 2019

Jeffrey Palermo’s Youtube

Jeffrey Palermo’s Twitter — Follow to stay informed about future events!

Glenn Condron’s LinkedIn
Glenn Condron’s Twitter

.NET Conf 2019

gRPC

Blazor

AKS

JSON

.NET Conf 2019 Recordings on Channel 9

github.com/dotnet-presentations

Want to Learn More?

Visit AzureDevOps.Show for show notes and additional episodes.

Episoder(368)

Philip Japikse: Migrating from .NET Framework to .NET 8 - Episode 296

Philip Japikse: Migrating from .NET Framework to .NET 8 - Episode 296

An international speaker, Microsoft MVP, ASPInsider, MCSD, PSM II, PSD, and PST, and a passionate member of the developer community, Phil has been working with .NET since the first betas, developing software for over 35 years, and heavily involved in the agile community since 2005 as well as a Professional Scrum Trainer. Phil has taken over the best-selling Pro C# books (Apress Publishing), including Pro C# 10, is the President of the Cincinnati .NET User’s Group (Cinnug.org), and the Cincinnati Software Architect Group, co-hosted the Hallway Conversations podcast (Hallwayconversations.com), founded and runs the CincyDeliver conference (Cincydeliver.org), and volunteers for the National Ski Patrol. During the day, Phil works as the CTO for Pintas & Mullins. Phil always enjoys learning new tech and is always striving to improve his craft.   Topics of Discussion: [3:47] Philip’s career journey and why he’s still hands-on coding. [5:37] Sometimes it’s not a technical problem, but a process or human interaction problem. [6:37] Philip’s love of mentoring. [8:18] The importance of collaboration. [9:53] Challenges in migrating applications from .NET Framework to .NET Core. [12:55] The importance of staying current. [14:48] Modernizing legacy web applications using .NET Core. [19:22] Rebuilding an old app using new technology, with challenges and lessons learned. [24:22] Gradually introducing a new screen using feature flags is better than a "big bang" rewrite. [26:01] Continuous deployment helps to roll out new features gradually to limited users. [27:53] Differences between the .NET framework and .NET Core apps, including configuration settings to environmental awareness. [34:59] Philip’s favorite resources to dig into, including his book. [41:20] The power of collaborative learning.   Mentioned in this Episode: Clear Measure Way Architect Forum Software Engineer Forum Programming with Palermo — New Video Podcast! Email us at programming@palermo.net. Clear Measure, Inc. (Sponsor) .NET DevOps for Azure: A Developer’s Guide to DevOps Architecture the Right Way, by Jeffrey Palermo — Available on Amazon! Jeffrey Palermo’s Twitter — Follow to stay informed about future events! “Philip Japikse: Professional C# in .NET - Episode 230”   Want to Learn More? Visit AzureDevOps.Show for show notes and additional episodes.

6 Mai 202443min

Brady Gaster: .NET Cloud Native - Episode 295

Brady Gaster: .NET Cloud Native - Episode 295

Brady Gaster is a Principal Program Manager on the .NET and Visual Studio team at Microsoft where he works on Orleans, SignalR, microservices, APIs, and integration with Azure service teams in hopes of making it exciting for developers who work on .NET apps to party in the cloud!   Topics of Discussion: [2:49] Brady’s career highlights and how throwing parties prepared him for Microsoft. [4:07] History of Microsoft’s publishing tools and their evolution towards cloud-native development. [7:37] Using Azure Container Apps for containerization and publishing to Kubernetes. [13:42] Using Aspire for containerized applications in Azure, including toolchain and orchestration. [17:36] Simplifying software development with automation. [23:27] Azure subscriptions and provisioning for developers. [25:38] AZD infra synth. [26:15] Using Azure DevOps and Azure Development Environments for named environments in .NET development. [30:39] The system of record for the names of the environments. [37:13] What we can look forward to with the next release. [38:37] What should we know about Microsoft Learn so far?   Mentioned in this Episode: Clear Measure Way Architect Forum Software Engineer Forum Programming with Palermo — New Video Podcast! Email us at programming@palermo.net. Clear Measure, Inc. (Sponsor) .NET DevOps for Azure: A Developer’s Guide to DevOps Architecture the Right Way, by Jeffrey Palermo — Available on Amazon! Jeffrey Palermo’s Twitter — Follow to stay informed about future events! “Brady Gaster: Orleans — Episode 221” NET Aspire Preview 4 .NET Aspire Documentation Brady Gaster   Want to Learn More? Visit AzureDevOps.Show for show notes and additional episodes.

29 Apr 202440min

Raziel Tabib: GitOps - Episode 294

Raziel Tabib: GitOps - Episode 294

Raziel is the Senior Vice President of Codefresh at Octopus Deploy. He is an entrepreneur, technology enthusiast, and software developer at heart. He is the Founder of Codefresh and is passionate about accelerating the way software is disrupting our day-to-day life by simplifying the way we deploy applications.   Topics of Discussion: [2:23] When Raziel first got interested in making a difference in the industry. [3:05] The role of the software developer has evolved over time. [7:11] What is GitOps? [14:46] Overlap with the concept of infrastructure as code. [14:57] Simplifying software deployment using GitOps. [20:44] Why it’s an exciting time to be in software development. [22:55] What can we do with Codefresh? [25:24] Does Codefresh work with other infrastructure types? [26:29] Storing and managing application configuration and infrastructure code in separate Git repositories. [29:10] What are the most common reasons this infrastructure repository would have a commit pushed to it? [35:27] Codefresh joining Octopus Deploy.   Mentioned in this Episode: Clear Measure Way Architect Forum Software Engineer Forum Programming with Palermo — New Video Podcast! Email us at programming@palermo.net. Clear Measure, Inc. (Sponsor) .NET DevOps for Azure: A Developer’s Guide to DevOps Architecture the Right Way, by Jeffrey Palermo — Available on Amazon! Jeffrey Palermo’s Twitter — Follow to stay informed about future events! Codefresh OpenGitOps   Want to Learn More? Visit AzureDevOps.Show for show notes and additional episodes.

22 Apr 202441min

Glenn Condron: .NET Web Development - Episode 293

Glenn Condron: .NET Web Development - Episode 293

Glenn is a Principal Product Manager for the App Platform team within the Developer Division at Microsoft, focusing on .NET. Before joining Microsoft, Glenn was a developer in Australia where he worked on software for various government departments.   Topics of Discussion: [2:47] Glenn’s career path. [6:33] The old .NET vs the new .NET. [8:09] .NET was initially Windows-only but is now being rebuilt as open-source, cross-platform software. [9:40] The evolution of .NET. [9:53] .NET core. [14:04] New features and ideas presented at .NET Conf. [16:26] Aspire. [18:58] Every piece of an Aspire solution uses open Telemetry as a standard. [19:26] Redis.  [27:15] Aspire knows all the “what’ and “how” to deploy to the cloud, without explicit cloud knowledge. [32:36] The intent of AZD. [36:57] Handling the components of Aspire. [40:21] How to add custom resources to Aspire. [41:00] Opinionated vs non-opinionated development in the .NET ecosystem.   Mentioned in this Episode: Clear Measure Way Architect Forum Software Engineer Forum Programming with Palermo — New Video Podcast! Email us at programming@palermo.net. Clear Measure, Inc. (Sponsor) .NET DevOps for Azure: A Developer’s Guide to DevOps Architecture the Right Way, by Jeffrey Palermo — Available on Amazon! Jeffrey Palermo’s Twitter — Follow to stay informed about future events! Glenn Condron on New Capabilities on .NET - Ep 58 Glenn C GitHub DevBlogs Glenn C Building Cloud Native Apps with .NET 8 Introducing .NET Aspire   Want to Learn More? Visit AzureDevOps.Show for show notes and additional episodes.

15 Apr 202445min

Richard Hundhausen: Product Ownership - Episode 292

Richard Hundhausen: Product Ownership - Episode 292

Richard Hundhausen helps software organizations and teams deliver better products by understanding and leveraging Azure DevOps and Scrum. He is a Professional Scrum Trainer, Professional Scrum Developer, author of Professional Scrum with Azure DevOps (MS Press), and co-creator of the Nexus Scaled Scrum framework. As a software developer and consultant with over 30 years of experience, he understands that software is built and delivered by people and not by processes or tools.   Topics of Discussion: [3:03] Is it really that easy to teach developers? [3:34] Scrum implementation and best practices for developers and managers. [5:11] What is a Scrum trainer and developer? [6:40] Reminding teams to talk to each other and deliver value earlier. [6:47] Remembering not just the nouns, but the verbs: improve, collaborate, share, love the values, commit, have courage, be open, have focus, and be respectful. [8:39] The importance of having the right teams. [12:04] Improving software development efficiency through cross-functional teams. [13:47] The importance of being a self-managing team. [15:04] When we outsource everything to HR to find a good culture, that can perpetuate the “it’s someone else’s job” mentality. [15:24] Bigger companies vs. smaller companies. [17:44] Giving creatives the space to create. [21:09] HDD (Hypothesis-driven development) can help us learn early and adapt. [29:27] The importance of focusing on outcomes and impacts, rather than just measuring resources, activities, and outputs. [31:08] Outcomes and impacts are where we should be focused. [32:40] One percent of product owners using Scrum as intended? [33:27] Even if you don’t have a product owner, have someone who orders the work.   Mentioned in this Episode: Clear Measure Way Architect Forum Software Engineer Forum Programming with Palermo — New Video Podcast! Email us at programming@palermo.net. Clear Measure, Inc. (Sponsor) .NET DevOps for Azure: A Developer’s Guide to DevOps Architecture the Right Way, by Jeffrey Palermo — Available on Amazon! Jeffrey Palermo’s Twitter — Follow to stay informed about future events! Accentient Upgrade Your Team Daniel Pink Practicing Hypothesis-Driven Development in Azure DevOps “Richard Hundhausen on Professional Scrum — Ep 100”   Want to Learn More? Visit AzureDevOps.Show for show notes and additional episodes.

8 Apr 202440min

Mads Torgersen: The Latest in C# - Episode 291

Mads Torgersen: The Latest in C# - Episode 291

Mads is the Lead Designer of the C# language and has been at Microsoft for 18 years. Prior to this, Mads was a professor and contributed to a language starting with J. He was previously on episode 164 of the podcast where he spoke about the latest on C# at the time.   Topics of Discussion: [3:40] The serendipitous career path Mads took that led him to C# and Microsoft. [6:17] Where are the high points of where the C# language has gone over the past six months? [7:40] Adding a unified syntax. [10:00] Primary constructors. [15:43] Some new features in C# are still too early to see their full impact, but we can still have hypotheses about how they will affect programming. [16:14] Non-nullable conversion. [21:45] Learning C# and its evolution. [23:24] The concept of everyday C#. [26:15] C# goals. [33:02] Does C# have a clear category? [39:41] Generative AI. [41:16] AI's impact on coding and the impact generative AI is having on development. [47:17] Will AI replace the career opportunities for developers? [51:21] Acknowledging the disruptive nature of AI with also the belief that it will lead to societal changes, including job displacement, and hopes for environmentally sustainable productivity gains.   Mentioned in this Episode: Clear Measure Way Architect Forum Software Engineer Forum Programming with Palermo — New Video Podcast! Email us at programming@palermo.net. Clear Measure, Inc. (Sponsor) .NET DevOps for Azure: A Developer’s Guide to DevOps Architecture the Right Way, by Jeffrey Palermo — Available on Amazon! Jeffrey Palermo’s Twitter — Follow to stay informed about future events! Github.com/CSharplang Ep #164: Mads Torgersen on C#10 and .NET6 Microsoft C# documentation   Want to Learn More? Visit AzureDevOps.Show for show notes and additional episodes.

1 Apr 202452min

Mark Miller: Voice User Interface - Episode 290

Mark Miller: Voice User Interface - Episode 290

Mark Miller, is an eight-year C# MVP with strong expertise in decoupled design, plug-in architectures, and great user interfaces. He is the Chief Architect of the IDE Tools division at Developer Express, as well as the visionary force behind productivity tools like CodeRush. Mark is a top-ranked speaker at conferences around the world and has been creating tools for software for almost four decades. On top of all that, Mark also streams live C# and typescript coding and design on Twitch.TV/CodeRushed!   Topics of Discussion: [4:12] Mark’s passion for creating developer tools. [7:08] Why Mark loves developer tooling. [7:52] UI design and developer tools with a focus on efficiency. [10:35] Mark recounts his early days in UI. [12:41] AP testing is starting to grow in popularity. [13:38] User experience design evolution and paradigm shifts. [15:25] Using voice commands for coding and software development. [20:25] Using Azure Cognitive Services for fast file opening and accessibility in Visual Studio. [26:31] Voice-to-code technology and its potential impact on software development. [31:20] Coding and language use in software development. [33:04] Mark shares some code examples. [36:25] Using AI for voice commands and file management. [45:27] This release promises using simple expressions, but the technology is built to grow. [48:06] Customizing voice commands for Visual Studio, including mapping keys and volume thresholds.   Mentioned in this Episode: Clear Measure Way Architect Forum Software Engineer Forum Programming with Palermo — New Video Podcast! Email us at programming@palermo.net. Clear Measure, Inc. (Sponsor) .NET DevOps for Azure: A Developer’s Guide to DevOps Architecture the Right Way, by Jeffrey Palermo — Available on Amazon! Jeffrey Palermo's Twitter — Follow to stay informed about future events! CodeRush Mark Miller — The Science of Great UI in Software Ep #212   Want to Learn More? Visit AzureDevOps.Show for show notes and additional episodes.

25 Mar 202454min

Richard Lander: Containerization and Linux - Episode 289

Richard Lander: Containerization and Linux - Episode 289

Richard Lander is a Principal Program Manager on the .NET team at Microsoft. He’s been with Microsoft since 2000, and working on .NET since 2003! Currently, he’s working on runtime features, docker container experience, blogging, and customer engagement. He’s also part of the design team that defines new .NET runtime capabilities and features.   Topics of Discussion: [4:31] Richard talks about the technologies that we should already be using and what we should be looking to adopt in the near future. [6:58] Azure services. [7:22] The benefits of using Aspire, and why people should be interested in using it. [14:00] What has Richard been working on over the last several years? [14:14] Improving container image size and reducing complexity in a.NET application. [19:52] Web Assembly and WASI, web assembly system interface. [23:48] Docker containers have a spec called OCI, open container initiative. [26:50] Canonical and building chiseled containers. [36:02] Nano-framework. [36:53] Using Raspberry Pi for edge computing and density in IoT projects. [41:38] Using Linux and Windows for development work. [46:55] Improving container image publishing experience in .NET.   Mentioned in this Episode: Clear Measure Way Architect Forum Software Engineer Forum Programming with Palermo — New Video Podcast! Email us at programming@palermo.net. Clear Measure, Inc. (Sponsor) .NET DevOps for Azure: A Developer’s Guide to DevOps Architecture the Right Way, by Jeffrey Palermo — Available on Amazon! Jeffrey Palermo’s Twitter — Follow to stay informed about future events! Richard Lander on the New .NET Platform What is .NET, and why should you choose it? The convenience of .NET Announcing .NET Chiseled Containers   Want to Learn More? Visit AzureDevOps.Show for show notes and additional episodes.

18 Mar 202454min

Populært innen Politikk og nyheter

giver-og-gjengen-vg
aftenpodden
popradet
aftenpodden-usa
forklart
stopp-verden
bt-dokumentar-2
det-store-bildet
dine-penger-pengeradet
aftenbla-bla
nokon-ma-ga
fotballpodden-2
frokostshowet-pa-p5
rss-dannet-uten-piano
e24-podden
rss-penger-polser-og-politikk
rss-ness
unitedno
rss-fredrik-og-zahid-loser-ingenting
ukrainapodden