.NET Rocks! artwork

.NET Rocks!

1,089 episodes - English - Latest episode: 5 days ago - ★★★★★ - 228 ratings

.NET Rocks! is an Internet Audio Talk Show for Microsoft .NET Developers.

Technology Education How To net asp microsoft visual studio orcas vista
Homepage Apple Podcasts Google Podcasts Overcast Castro Pocket Casts RSS feed

Episodes

Indexing Video using KlipTok with Jeff Fritz

May 30, 2022 21:11 - 48 minutes - 44.8 MB

How do you find a great video clip after the fact? Carl and Richard talk to Jeff Fritz about his work building KlipTok, a tool for making Twitch video clips more discoverable and shareable. Jeff digs into the tricky bits of KlipTok, which is all about fast indexing and searching to get to the right clip. The conversation digs into various data storage techniques and using the cloud in a way that doesn't break the bank. Jeff may be a Microsoft employee, but that doesn't mean he uses only Micro...

Modernizing .NET Apps with Mark Rendle

May 24, 2022 00:53 - 57 minutes - 52.7 MB

How do you modernize a .NET application? While at NDC Porto, Carl and Richard talked to Mark Rendle about his work on Visual Recode, a tool for migrating WCF apps to gRPC, and dug into the broader story of what a modern .NET application looks like. Mark talks about why you would bother to modernize at all - because the standard framework isn't going anywhere. But if you want to take advantage of the latest features of .NET and the performance available to you with .NET 6 and the cloud, modern...

Using Web Components with Jemima Abu

May 17, 2022 00:21 - 51 minutes - 47.2 MB

What can web components do for you? Carl and Richard talk to Jemima Abu about her work with web components. Jemima talks about the projects she is currently working on, and how UI web components make it easier to build good-looking front ends quickly. The discussion digs into how web components stay agnostic of different web frameworks - although often there are solutions within the framework for many component problems. If you're a fan of vanilla JavaScript, web components can be a big boost...

Secure Open Source Practices with Jillian Ratliff

May 09, 2022 23:15 - 48 minutes - 44.6 MB

How do you know your open source is secure? Carl and Richard talk to Jillian Ratliff about security practices on your own code, and the open-source code you depend on. Jillian talks about some of the high-profile security problems that have happened recently in the open-source world including log4j. The conversation turns to practices for making your applications secure with open-source including security testing as part of your CI/CD pipeline, periodic penetration testing, and more! Support...

Studio 2022 Extensions with Mads Kristensen

May 02, 2022 18:43 - 59 minutes - 54.4 MB

How are extensions in Visual Studio changing? Carl and Richard talk to the extension master himself, Mads Kristensen. With over 150 extensions in the Marketplace, Mads has a lot of experience building tooling that can streamline your Studio experience. The conversation digs into why an extension makes sense rather than being built into Studio. Although in the case of the Markdown Editor, that does happen! Mads also as the VSIX Community space if you want to get into building your extensions, ...

Pivoting your Startup with Phil Haack

April 21, 2022 02:55 - 57 minutes - 53 MB

When should you pivot your startup? Carl and Richard talk to Phil Haack about his experiences with Abbot - the chatbot designed to work within Slack. Phil talks about starting with Abbot focused on ChatOps, where Abbot would help with automation around the deployment of applications. And while there were some customers, it wasn't enough. The pivot was to customer support that also depends on tools like Slack. The conversation digs into focusing on understanding where customers have challenges...

Comparing Infrastructure-as-Code with Chris Klug

April 15, 2022 01:12 - 58 minutes - 53.1 MB

How do you do Infrastructure-as-Code? Carl and Richard talk to Chris Klug about his experiences with different IaC approaches. Christ talks about using HashiCorp's Terraform - one of the original IaC solutions, with a huge number of providers to work with all sorts of platforms - but do they keep up with the latest? Microsoft has released Bicep as a domain-specific language over Azure Resource Manager, but of course, it's only for Azure. And then there's Pulumi, letting you create IaC in C# -...

Web Apps to Desktop Apps using Photino with Otto Dobretsberger

April 12, 2022 03:27 - 46 minutes - 42.8 MB

How do you make web apps into desktop apps? Carl and Richard talk to Otto Dobretsberger about Photino, a fork from Steve Sanderson's WebWindow project that will compile your web application into a cross-platform desktop application for Windows, macOS, and Linux. Otto talks about keeping Photino extremely lightweight, many times smaller than other desktop framework approaches. The typical approach is using the SPA of your choice - Angular, Vue, or React, and then compiling it into the desktop ...

Debugging Async Code with Isadora Rodopoulos

April 05, 2022 22:55 - 53 minutes - 49.1 MB

How do you debug asynchronous code? Carl and Richard talk to Isadora Rodopoulos about her debugging asynchronous code series of videos and the tools available today to help with debugging. Different people approach debugging in different ways - there's no one way to solve any given problem. But Isadora digs into the critical challenges of asynchronous code, not being sure of the order of execution, managing when messages get lost and detecting the transient problems that come from async code!...

Azure Static Web Apps with Stacy Cashmore

March 29, 2022 02:32 - 52 minutes - 48 MB

What's an Azure Static Web App, and why do you want one? Carl and Richard talk to Stacy Cashmore about Azure Static Web Apps, Microsoft's implementation of static web apps. Stacy talks about the bare essentials of making a web page - serving up some HTML. How much back-end processing do you really need? The static web app approach serves a page as a static file - and while that file may make calls to APIs, it doesn't require AppService itself. The result is fast, low-cost web apps! Support t...

Lift and Shift is Not Enough with Richard Reukema

March 21, 2022 14:46 - 55 minutes - 50.4 MB

Are you moving apps to the cloud? Carl and Richard talk to Richard Reukema about his experience shifting workloads into the cloud. Richard talks about getting beyond virtual machines in the cloud and utilizing the platform services that allow your application to scale up and out. The conversation dives into designing software independent of the implementation, even the cloud provider! This separation between design and implementation, combined with modern practices of deployment and testing a...

Avalonia 1.0 with Dan Walmsley

March 17, 2022 00:21 - 45 minutes - 41.5 MB

How do you build cross-platform UI? Carl and Richard talk to Dan Walmsley about Avalonia, a lightweight, cross-platform UI using XAML and C#. Dan talks about supporting an array of Linux GUIs, Windows, macOS, WebAssembly, Raspberry PI, iOS, and Android! Avalonia comes from the Linux and Mono world and now runs with .NET 6 - you should check it out! Support this podcast at — https://redcircle.com/net-rocks/donations

Flutter for Windows with Chris Sells

March 07, 2022 22:44 - 53 minutes - 48.9 MB

Flutter comes to Windows! Carl and Richard talk to Chris Sells about the latest incarnation of Flutter which now has desktop support for Windows. Flutter has been around for a few years helping to build mobile apps in iOS and Android with a unified codebase. But now it also supports deployment as a web app, and as a Windows app, and soon, MacOS and Linux. Chris talks about how Flutter provides for hardware abstraction that has allowed the ecosystem to support even more platforms, and build li...

Twenty Five Years of Visual Studio with Julia Liuson

February 28, 2022 21:24 - 48 minutes - 44.7 MB

Visual Studio turns 25! Carl and Richard talk to Julia Liuson, who has been working on Visual Studio since the beginning about her experiences building and leading the product. Julia talks about how Visual Studio got started, its evolution into .NET, with some great stories along the way. There's also Studio for the Mac and Visual Studio Code to talk about as well - all with different origin stories! Support this podcast at — https://redcircle.com/net-rocks/donations

Twenty Years of ASP.NET with Scott Guthrie

February 21, 2022 19:35 - 59 minutes - 54.6 MB

Another in the series of twenty years of .NET, this one with Scott Guthrie! Carl and Richard talk to Scott about the early days of ASP.NET, the recruiting of the ninja army of Scott Hanselman, Rob Conery, Phil Haack (and others), and much more! Scott has been part of .NET from the beginning and talks about bringing the ASP.NET web team with him when he joined the Azure group. The conversation digs into how to keep a 20-year-old product relevant, which does mean an occasional reinvention! Sup...

The History of .NET with Mark Miller

February 15, 2022 00:33 - 1 hour - 66.4 MB

.NET is twenty years old - how has it changed? Carl and Richard talk with Mark Miller about how he moved from Delphi to .NET, and how .NET has continued to be relevant through the years. The conversation also digs into those pivotal moments of .NET and how it shaped the product into the open-source, cross-platform product of today! Support this podcast at — https://redcircle.com/net-rocks/donations

Twenty Years of C# with Anders Hejlsberg

February 10, 2022 04:00 - 57.5 MB

C# is twenty years old! Carl and Richard chat with Anders Hejlsberg about how C# has evolved, and how it's continuing into the future. Anders digs into the origins of C# as the C-like Object-Oriented Langage aka COOL that he proposed when Microsoft could no longer build its own version of Java. The conversation gets into how all programming languages 'build on the shoulders of giants' and use features of languages past, with their own twists and innovations. Fun conversation with the father o...

Twenty Years of C# with Anders Hejlsberg

February 08, 2022 04:01 - 1 hour - 56.3 MB

C# is twenty years old! Carl and Richard chat with Anders Hejlsberg about how C# has evolved, and how it's continuing into the future. Anders digs into the origins of C# as the C-like Object-Oriented Langage aka COOL that he proposed when Microsoft could no longer build its own version of Java. The conversation gets into how all programming languages 'build on the shoulders of giants' and use features of languages past, with their own twists and innovations. Fun conversation with the father o...

Twenty Years of .NET with Miguel de Icaza

February 01, 2022 03:17 - 1 hour - 58.7 MB

Twenty years of .NET! Carl and Richard talk to Miguel de Icaza about his experiences working with .NET, going all the way back to 2001 with the announcement of the Mono Project. Miguel talks about those early days of Mono, creating MonoTouch to make C# run on iOS, Xamarin, and more! The conversation also dives into the evolution of open source, and the impact that tech companies have on open source projects, and what the future might hold for open source maintainers. Support this podcast at ...

Pro Microservices in .NET 6 with Sean Whitesell, Rob Richardson, and Matthew Groves

January 25, 2022 03:31 - 54 minutes - 50 MB

How do you build microservices? Carl and Richard talk to the authors of Pro Microservices in .NET 6 - Sean Whitesell, Rob Richardson, and Matthew Groves. The conversation digs into how microservices have evolved, the role of containers, and how the different tools that go together to make a successful microservices architecture. Then there's a whole discussion on reliability, security, scalability, and testing - there are a lot of things that go into making professional microservices! Suppor...

Prism and Other Client Technologies with Brian Lagunas

January 17, 2022 23:49 - 54 minutes - 49.8 MB

What's your UX strategy? Carl and Richard talk to Brian Lagunas about his work on Prism, the UX framework that works WPF, Xamarin, and now the Uno Platform to build good-looking, consistent UX experiences. Brian talks about the challenges around simplifying the UX experience enough to make it easy to do the right thing, while still having enough functionality to not limit what your applications can do. The conversation also dives into web UX challenges and some of the tools that Brian has bee...

.NET for Startups with Oleg Fridman

January 12, 2022 04:00 - 59 minutes - 54.7 MB

What's the right development stack for a startup? Carl and Richard talk to Oleg Fridman about his latest startup called Verb Data and the challenges of building a startup with the .NET stack. Oleg talks about how the investors, and sometimes the developers, have concerns around .NET - but not the customers. .NET is well known for being enterprise-class and scalable - but it's not as well known for being cross-platform, open-source, and cloud friendly. The conversation dives into where .NET ma...

Energy Geek Out 2021

January 10, 2022 02:48 - 1 hour - 81.5 MB

Geek Out Number Three - Energy! Richard chats with Carl about the state of power generation in the world today - the growth of wind (offshore wind is growing!) and solar, why geothermal isn't taking off, and then a long conversation about small modular nuclear power. Is SMR really going to be a thing? 2021 also had a lot of news around fusion - much of it just noise, but there have been some important developments that might actually mean fusion is getting closer! The energy Geek Out wraps up...

Migrating from ASP.NET Web Forms with Veli Pehlivanov

January 04, 2022 20:20 - 1 hour - 55.5 MB

Ready to migrate from ASP.NET Web Forms? Carl and Richard talk to Veli Pehlivanov about his work helping organizations modernize their ASP.NET Web Forms applications. Veli talks about finding an appropriate migration strategy for the application, often keeping the existing app in operation while modernization efforts happen piece by piece. The challenging part in that scenario is aspects like security - can you share authentication from the older app with the newer? Sometimes it's necessary t...

Pandemic Geek Out 2021

January 03, 2022 02:27 - 1 hour - 57.1 MB

Part Two of the Geek Outs - all about the Pandemic. The conversation starts out talking about the Omicron variant and how the pandemic has changed since the 2020 Geek Out. The biggest thing that has happened is having 3.8 billion people vaccinated - not quite half the population, and not enough for herd immunity yet. But progress is being made, and there's more to come. Richard also dives into the power of the innovation that mRNA vaccines represent - a new tool for humanity to fight all sort...

Space Geek Out 2021

December 28, 2021 04:32 - 1 hour - 77.8 MB

It's the end of the year and time for a Geek Out - actually, three! With so much geeky goodness to explore, this is the first of three Geek Outs to come out in rapid succession, starting with SPACE! Richard talks about how amazing 2021 was for spaceflight - with a record-setting number of space flights from China and the US. China had a huge year in space, including landing a rover on the Moon and launching a space station. Then there are all the amazing science missions including DART, Perse...

The Future of Blazor with Daniel Roth

December 22, 2021 01:12 - 1 hour - 55.3 MB

.NET 6 was huge for Blazor - what's next? Carl and Richard talk to Daniel Roth about how Blazor continues to evolve as a C#-centric way to build web applications. Daniel talks about a bunch of the key features from .NET 6, including smaller runtime, Hot Reload, and rending components from JavaScript. The conversation also digs into the evolution of Blazor Fluent UI and MAUI - which also leads to the futures conversation, taking advantage of multithreading, and other great features you can see...

Building Microservices using DAPR with Paul Yuknewicz

December 14, 2021 16:29 - 57 minutes - 52.2 MB

What is DAPR, and why do you want it? Carl and Richard talk to Paul Yuknewicz about how DAPR helps you build better microservices by dealing with all the plumbing. We all need messaging, security, logging, and other services to make microservices work - and there are a ton of SDKs and libraries out there to help. DAPR helps glue all those pieces together with a nice layer of abstraction to make it easier for your tool selections to work! Support this podcast at — https://redcircle.com/net-ro...

OpenSilver Ships with Giovanni Albani

December 07, 2021 01:26 - 49 minutes - 45.3 MB

OpenSilver reaches V1! Carl and Richard talk to Giovanni Albani about OpenSilver - an open-source, plug-in-free implementation of Silverlight. Giovanni talks about how the client-side of OpenSilver is different from Silverlight, using Web Assembly to eliminate the need for the plug-in. But the developer SDK side is as close to identical as possible. The conversation explores going beyond compatibility with Silverlight 5 from 2011 to more modern capabilities, including the latest versions of ....

Thinking WAAAY Outside the Box with Mark Miller

November 30, 2021 00:45 - 52 minutes - 47.6 MB

How do you start thinking outside the box? Carl and Richard chat with Mark Miller about his approach to creative problem-solving - not just solving the problem, but making it appear like there's no problem at all! Mark talks about driving toward optimal solutions, with some examples from his work in CodeRush. You don't always have the perfect tools to do everything you want, which is where improvisation comes in. The conversation also digs into getting beyond failure, being willing to walk aw...

Cross-platform .NET Testing with Kendra Havens

November 23, 2021 04:17 - 48 minutes - 44.6 MB

How do you test .NET applications written for different browsers, different servers, and different platforms? Carl and Richard talk to Kendra Havens about the recent release of .NET 6, Visual Studio 2022, and all the great tools to make testing and debugging cross-platform .NET applications easier. Kendra digs into tools like Test Explorer, the Remote Debugger, and Hot Reload - all tooling to make your testing life easier, no matter where your code is running! Support this podcast at — https...

Desktop Development with Billy Hollis

November 15, 2021 17:50 - 59 minutes - 54.9 MB

Is desktop development still relevant? Billy Hollis says yes! Carl and Richard talk to Billy about his work building desktop apps, primarily with XAML. Billy talks about how desktop development has evolved even though a lot of folks have steered clear of it for years, doing all development with web clients. What is better with a traditional desktop client? The conversation also swings to how users interact with software, how developers learn, and how we could all stand to take a step back, de...

DNSimple API with Enrique Comba

November 09, 2021 00:36 - 45 minutes - 41.7 MB

How do you automate DNS changes? And why would you? Carl and Richard talk to Enrique Comba, the DNSimple Ambassador, about programming against the DNSimple API. Enrique talks about automating migration from other DNS services - in fact, there are community-created products for migrating from various 'popular' DNS providers to DNSimple. The conversation also ranges over other tasks that are difficult to do manually, like certificate generation and renewal. If you're creating multi-tenant appli...

Azure Infrastructure as Code with Eduard Keiholz, Erwin Staal and Henry Been

November 02, 2021 03:02 - 55 minutes - 51 MB

How do you build your Azure infrastructure? Carl and Richard talk to Eduard Keiholz, Erwin Staal, and Henry Been about their upcoming book on building Azure infrastructure with code using ARM Templates and Bicep. The conversation dives into a deep love for JSON that no one has - and the amount of tweaking it takes to build ARM Templates from JSON. Enter Bicep that gives you a more familiar dot notation that works well with intellisense and ultimately transpiles into the JSON that Azure needs....

Data Analytics in the Cloud with Vishwas Lele

October 26, 2021 00:33 - 55 minutes - 51.2 MB

How has the cloud changed data analytics? Carl and Richard chat with Vishwas Lele about his latest work taking a developer's view of data analytics - without upsetting the DBAs too much! Vishwas talks about how the cloud has changed bringing disparate data sources together for analytics. With the cloud's compute-on-demand, you don't need to do many transformations of data as it's loaded - but you can test it! This leads to a conversation of how CI/CD techniques can be applied to data to make ...

Adding Collaboration to Your Application with Rickard Hansson

October 19, 2021 00:07 - 57 minutes - 52.2 MB

Collaboration is key - how do you add it to your applications? Carl and Richard talk to Rickard Hansson about Weavy and their API for adding audio, video, and text to your application. Rickard talks about collaboration with context - making sure you can bring together the right people at the right time to get work done. The conversation also turns to various other approaches to collaboration, and making the distinction between business-to-consumer and business-to-business interactions. But wh...

C# 10 with Mads Torgersen

October 12, 2021 03:18 - 1 hour - 55.7 MB

What's coming for the next version of C#? Carl and Richard chat with Mads Torgersen about some of the new features in C# 10 shipping with .NET 6. Mads talks about how a year is not a lot of time for building language features - but it does create a steady stream of new language ideas explored and tested before being finalized into the language. While C# 10 is largely finished, we also get a peek into some of the new ideas coming for C# 11! Support this podcast at — https://redcircle.com/net-...

Uno Update with Thomas Huber

October 05, 2021 05:04 - 1 hour - 60.4 MB

It's 2021, what can Uno do for you? Carl and Richard talk to Thomas Huber about the current state of Uno and the many other options for desktop and cross-platform client development. Thomas talks about how Uno offers a great path to pushing out applications to iOS, Android, MacOS, web, and Windows - and offering routes to platform-specific features. The conversation also digs into MAUI, Xamarin, WPF, and Blazor. There are lots of choices out there, have you seen what Uno can do? Support this...

Code that Fits in Your Head with Mark Seemann

September 28, 2021 06:37 - 59 minutes - 54.8 MB

How do you make code that fits in your head? Carl and Richard talk to Mark Seemann about his latest book that focuses on building sustainable applications. Mark talks about the key issue of any application that is going to exist for a while: Can others understand what you wrote? Making understandable code starts with brevity, but clarity is also important. Modern tooling makes it easier to create sustainable applications, with automated testing and continuous integration and deployment being ...

F# and JavaScript with Zaid Ajaj

September 20, 2021 21:45 - 57 minutes - 53 MB

What's been happening in the web development world and F#? Carl and Richard talk to Zaid Ajaj about his favorite tools for building web pages with F#. The conversation starts concerning the comment read on the show and the Giraffe library that works with ASP.NET Web Core, still going strong at version 5. Zaid also talks about the power of Fable to transpile F# code into JavaScript and how to interoperate with existing JavaScript libraries - pointing to the project that Zaid build for using Re...

From Software Developer to Software Engineer with Chad Michel and Doug Durham

September 14, 2021 03:45 - 57 minutes - 52.7 MB

Should we all be software engineers? Carl and Richard talk to Chad Michel and Doug Durham about the discipline of software engineering - separate from computing science and software development. Doug and Chad discuss the elements of lean engineering in software, referencing their book Lean Software Systems Engineering for Developers. The conversation digs into what it is to focus on engineering and the role of developers within the engineering system. There's room for a range of skills in dev...

Developing for Microsoft 365 with Dan Wahlin

September 09, 2021 04:00 - 54.7 MB

Does it make sense to use .NET with Microsoft 365 (was Office 365)? Carl and Richard talk to Dan Wahlin, now in his new role as a Cloud Developer Advocate, about the power that exists within the Microsoft 365 APIs and what you can do with them with .NET. Dan talks about how Microsoft 365 knows a lot about what's going on in your organization, and how you as a developer can take advantage of the existing file handling, messaging, and interconnects to simplify your projects and make them more v...

Developing for Office 365 with Dan Wahlin

September 07, 2021 05:12 - 59 minutes - 54.7 MB

Does it make sense to use .NET with Office 365? Carl and Richard talk to Dan Wahlin, now in his new role as a Cloud Developer Advocate, about the power that exists within the Office 365 APIs and what you can do with them with .NET. Dan talks about how Office 365 knows a lot about what's going on in your organization, and how you as a developer can take advantage of the existing file handling, messaging, and interconnects to simplify your projects and make them more visible to users. The conve...

Building Text-Grab with Joseph Finney

August 31, 2021 05:12 - 1 hour - 55.2 MB

Learning by doing! Carl and Richard talk to Joseph Finney about his experiences building Text-Grab, a clever utility for extracting text from graphics using OCR built into Windows. Joe talks about how the 'search-with-screenshot' built into Windows 10 depends on Bing, but there is an OCR library inside Windows - why go to the cloud? The conversation dives into the challenges of handling multiple screens, screen resolutions, DPIs, language packs, and more... what seems like a simple tool is ne...

Domain-Driven Design in 2021 with Steve Smith and Julie Lerman

August 24, 2021 00:28 - 59 minutes - 54.1 MB

Julie and Steve return! Carl and Richard talk to Julie Lerman and Steve Smith about their new version of the Domain-Driven Design Fundamentals course. The conversation starts focused on Open AI Codex, a project for writing code with the spoken (or typed) word - and how that is an example of focusing on domain implementation - because the AI is doing the functional implementation from your words! Julie and Steve also dig into how DDD has evolved since their original class in 2014, including us...

Visual Studio 2022 Productivity with Mika Dumont

August 09, 2021 13:12 - 49 minutes - 45.7 MB

How much more productive can Visual Studio get? Carl and Richard talk to Mika Dumont about some of the new features coming in Visual Studio 2022 to help shorten your development inner loop. Mika talks about some of the new code analyzer capabilities working within the Roslyn service that you can customize - and create your own! The conversation explores how these tools can add code automatically to save you typing, like adding using constructs on paste. It's a challenge to get the balance rig...

Hot Reload in Visual Studio 2022 with Dmitry Lyalin

August 09, 2021 13:04 - 54 minutes - 50 MB

How do you speed up your development loop? Carl and Richard talk to Dmitry Lyalin about Hot Reload in Visual Studio 2022. Dmitry talks about how Hot Reload goes beyond Edit and Continue, where you can make changes in code without a breakpoint, and Hot Reload will insert it into the running code, wherever possible. It doesn't work in every scenario, but it does work for many, and across platforms and tools! Get more productive by being able to change code and see the results immediately! Supp...

A Little Vue with Shawn Wildermuth

August 02, 2021 22:49 - 58 minutes - 53.5 MB

How is Vue evolving? Carl and Richard talk to Shawn Wildermuth about the ongoing evolution of Vue, now at V3. Shawn talks about the culture of Vue and how the significant changes between versions two and three did NOT lead to a lot of breaking changes. There may have been some casual chatter between three old guys, but hey, there are worse things. Support this podcast at — https://redcircle.com/net-rocks/donations

Fighting Hackers using HoneyTokens with Dana Epp

July 27, 2021 00:49 - 1 hour - 60.8 MB

Bring the fight to the hackers with some clever code! Carl and Richard talk to Dana Epp about honeytokens - adding code and elements to your applications that are there only to attract bad actors. Dana talks about how hackers attack applications, looking for vulnerabilities. Often those attempts take weeks or even months and are hard to detect in regular logs. By adding code that would only run if an attacker was trying to exploit, you can raise a red flag to your security team early and take...

htmx with Carson Gross

July 19, 2021 23:44 - 1 hour - 62.1 MB

Why should form tags and submit events have all the fun? Carl and Richard talk to Carson Gross about htmx, a small Javascript library that extends HTML through attributes so that almost any element, on any event, can trigger a GET, POST, PUT, PATCH, or DELETE. Carson talks about building sophisticated web apps with HTML, rather than tons of JavaScript, and really getting into the original hypertext web metaphors - arguably the way Tim Berners Lee intended. With a simple learning curve, it doe...

Guests

Jon Skeet
1 Episode
Mads Kristensen
1 Episode
Nik Molnar
1 Episode
Steve Gordon
1 Episode