VB.NET Podcasts
-
GoingDeep: C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals, Chapter 1 of 13
Published 11 years ago, running time 0h30m
Welcome to a new technical series on Channel 9 folded into a different kind of 9 format: C9 Lectures. These are what you think they are, lectures. They are not conversational in nature (like most of what you're used to on 9), but rather these pieces are entirely focused on education, coming to yo.
-
GoingDeep: C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals, Chapter 2 of 13
Published 11 years ago, running time 0h49m
We've kicked off C9 Lectures with a journey into the world of Functional Programming with functional language purist and high priest of the lambda calculus, Dr. Erik Meijer (you can thank Erik for many of the functional constructs that have shown up in languages like C# and VB.NET. When you use L.
-
.NET Rocks: Eric Lippert Talks About Project Roslyn
Published 9 years ago, running time 0h56m
Recorded on PI day, Carl and Richard talk to the one-and-only Eric Lippert from the C# Compiler team. But we don't only talk about C#! The conversation wanders around all the languages, a little F#, a little IronPython, heck, even VB.NET! Eric talks about Project Roslyn, Microsoft's efforts to ma.
-
GoingDeep: Inside SPUR - A Trace-Based JIT Compiler for CIL
Published 10 years ago, running time 0h49m
Computer Scientists and MSR Researchers Wolfram Schulte, Herman Venter, Nikolai Tillmann, and Manuel Fahndrich join Erik Meijer for an Expert to Expert deep dive into the theory and implementation strategies inside of SPUR, a research Tracing Just-In-Time (TJIT) compiler for Microsoft’s Common In.
-
GoingDeep: Rx Update: Async support, IAsyncEnumerable and more with Jeff and Wes
Published 10 years ago, running time 0h35m
At PDC10, you were introduced to Async (new async and await language keywords), a new language feature in C# and VB.NET. At the same time, the Rx team shipped the latest version of their software, which adds the following capabilities to the library: *Support for the new C# await keyword (Ob.
-
.NET Rocks: Shaun Walker Talks A Little DNN 6
Published 9 years ago, running time 0h51m
Carl and Richard talk to Shaun Walker about DotNetNuke. Shaun talks about the release of DotNetNuke 6, offering some substantial changes to DNN, including migrating to C# (from VB.NET). The conversation also digs into the lifestyle of having a dominant community (read: free) edition of your produ.
-
Deep Fried Bytes: Behind the Scenes of the .NET Languages with Luca Bolognese
Published 10 years ago, running time 0h34m
Ever wonder how your favorite features from C#, VB.NET and F# get selected, implemented and finally reach your fingers? We did too and we found a great person to get the behind the scenes story from Building 41 in Redmond. In this episode, Keith and Woody sat down with Luca Bolognese, former Grou.
-
RIA Weekly: Using the Intuit Partner Platform, Alterity’s story – RIA Weekly #69
Published 11 years ago, running time 0h31m
One company's story of using Intuit's Partner Platform to deliver new, cloud-based RIAs.
-
GoingDeep: Stephen Toub: Task-Based Asynchrony with Async
Published 10 years ago, running time 1h2m
Stephen Toub goes deep into the design and architecture of the new Async features in C# and VB.NET, which rely heavily on .NET’s Task Parallel Library. You can get an early look at this new async programming model, available as the Async CTP, today!
-
.NET Rocks: Francesco Balena on VB to .NET Migration
Published 11 years ago, running time 1h1m
Francesco Balena talks about his groundbreaking work in migrating VB6 applications to VB.NET
-
GoingDeep: C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13
Published 11 years ago, running time 0h44m
We've kicked off C9 Lectures with a journey into the world of Functional Programming with functional language purist and high priest of the lambda calculus, Dr. Erik Meijer (you can thank Erik for many of the functional constructs that have shown up in languages like C# and VB.NET. When you use L.
-
GoingDeep: C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
Published 11 years ago, running time 0h41m
We've kicked off C9 Lectures with a journey into the world of Functional Programming with functional language purist and high priest of the lambda calculus, Dr. Erik Meijer (you can thank Erik for many of the functional constructs that have shown up in languages like C# and VB.NET. When you use L.
-
GoingDeep: C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals, Chapter 3 of 13
Published 11 years ago, running time 0h42m
We've kicked off C9 Lectures with a journey into the world of Functional Programming with functional language purist and high priest of the lambda calculus, Dr. Erik Meijer (you can thank Erik for many of the functional constructs that have shown up in languages like C# and VB.NET. When you use L.
-
GoingDeep: Lucian Wischik: Inside VB.NET Async
Published 10 years ago, running time 0h58m
Lucian Wischik digs into the new VB functions and iterators being developed for asynchronous development. You can get an early look at these new features, available as the Async CTP, today! Give VB.NETAsync a try.
-
GoingDeep: C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 12 of 13
Published 11 years ago, running time 0h46m
We've kicked off C9 Lectures with a journey into the world of Functional Programming with functional language purist and high priest of the lambda calculus, Dr. Erik Meijer (you can thank Erik for many of the functional constructs that have shown up in languages like C# and VB.NET. When you use L.
-
GoingDeep: C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 8 of 13
Published 11 years ago, running time 0h53m
We've kicked off C9 Lectures with a journey into the world of Functional Programming with functional language purist and high priest of the lambda calculus, Dr. Erik Meijer (you can thank Erik for many of the functional constructs that have shown up in languages like C# and VB.NET. When you use L.
-
GoingDeep: C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 4 of 13
Published 11 years ago, running time 0h59m
We've kicked off C9 Lectures with a journey into the world of Functional Programming with functional language purist and high priest of the lambda calculus, Dr. Erik Meijer (you can thank Erik for many of the functional constructs that have shown up in languages like C# and VB.NET. When you use L.
-
Visual Studio Talk Show (en français): Vincent Grondin
Published 13 years ago, running time 0h56m
5 septembre 2007 (�mission #0058) ::.Vincent Grondin: FxCop et Code Analysis Nous discutons avec Vincent Grondin des outils FxCop et Code Analysis. FxCop est un outil d'analyse statique offert gratuitement par Microsoft qui vérifie la conformité du code aux règles de conception du .Net Framew...
-
GoingDeep: xpert to Expert: Inside Concurrent Basic (CB)
"Concurrent Basic extends Visual Basic with stylish asynchronous concurrency constructs derived from the join calculus. Our design advances earlier MSRC work on Polyphonic C#, Comega and the Joins Library. Unlike its C# based predecessors, CB adopts a simple event-like syntax familiar to VB progr...
-
CodeCast: Roadmap for VB, C#, and F# with Luca Bolognese
CodeCast Episode 32: Roadmap for VB, C#, and F# with Luca BologneseIn this episode of CodeCast, co-hosts Ken Levy, Markus Egger, and Gary Short discussing Kindle and Sony eBook readers, upcoming Microsoft Zune HD, Visual Studio 2010 beta. Then in the guest interview, Ken interviews Luca Bolog...
Featured Podcast Show
-
Hanselminutes
Last episode 11 years ago on www.hanselminutes.com
Hanselminutes is a weekly audio talk show with noted web developer and technologist Scott Hanselman and hosted by Carl Franklin. Scott discusses utilities and tools, gives practical how-to advice, and discusses ASP.NET or Windows issues and workarounds.