.NET Rocks! is an Internet Audio Talk Show for Microsoft .NET Developers.
Similar Podcasts
CppCast
Every two weeks, or so, we sit down with guests from the C++ community to discuss the latest news and what they have been up to. Find us at cppcast.com
The Laravel Podcast
The Laravel Podcast brings you Laravel and PHP development news and discussion. Season 5 consists of Matt Stauffer interviewing the creators of the most popular packages in the Laravel ecosystem.
JS Party: JavaScript, CSS, Web Development
Your weekly celebration of JavaScript and the web. This show records LIVE on Thursdays at 1pm US/Eastern time. Panelists include Jerod Santo, Feross Aboukhadijeh, Kevin Ball, Amelia Wattenberger, Nick Nisi, Divya Sasidharan, Mikeal Rogers, Chris Hiller, and Amal Hussein. Topics discussed include the web platform (Chrome, Safari, Edge, Firefox, Brave, etc), front-end frameworks (React, Ember, Angular, Vue, etc), Node.js, web animation, SVG, robotics, IoT, and much more. If JavaScript and/or the web touch your life, this show’s for you. Some people search for JSParty and can’t find the show, so now the string JSParty is in our description too.
Alexander Groß Deals with Machine Specifications
Carl and Richard talk to Alexander Groß about Machine.Specification (MSpec). MSpec was initially developed by Aaron Jensen as a context/specification framework to help construct tests in a more behaviour driven development style. MSpec provides a language for describing the context and requirements of a test that business owners can read. Trying to get your head around test-first? Check out MSpec!
Juval Lowy is a Business Architect
Carl and Richard talk to Juval Lowy about his latest thoughts on software development. As always, Juval has a controversial angle on things. After outlining the problems of current software development approaches, Juval goes on to define a new role in the software development practice, the business architect. While the term is overloaded, the core idea is the ability to model business practices in technology quickly. Has Juval predicted the death of the developer?
Paul Lewis Sees 3D in HTML 5
Carl and Richard talk to Paul Lewis about doing 3D graphics in HTML 5. Paul has built a 3D engine in HTML 5 called A3. The conversation dives into the power of 3D rendering in the latest generation of browser and how it affects people. Paul talks about how he balances his time between his code monkey work and his undulating monkey work. Richard pops out an article about how physical textures, weight and size affect psychology and how that can impact your UX design. Lots of discussion about building LOB apps in HTML 5 vs. native, as well as how Windows 8 and mobile applications expand the challenge. A classic DotNetRocks conversation!
Carl and Richard Drive Electric Cars!
Carl and Richard talk about electric cars with a special guest - Bruce Meacham! Bruce talks about his experience converting and driving a BMW 325 to pure electric. After talking about conversions, they dig into electric cars like the Telsa Roadster, S and Nissan Leaf. Next, the discussion turns to hybrid cars, with their advantages and disadvantages. The show wraps up with solutions for batteries, including talking a bit about fuel cells. The future is electric cars, so come geek out on them!
Rocky and Billy Introduce WinRT!
Introducing episode one of The Tablet Show, a new weekly .NET Rocks! spinoff primarily for .NET developers but focused on Tablet development (WinRT/Metro, iOS and Android). For the inaugural show, Carl and Richard talk to Rocky Lhotka and Billy Hollis about their assessments of Windows 8, WinRT and the Metro UI. After discussing what WinRT is, the discussion dives into the real challenges of migrating applications to Metro. Rocky talks about migrating the CSLA Silverlight edition to Metro. The conversation then moves into some of the new services of WinRT, including sharing and search.
Philip Laureano Programs In Nemerle
Carl and Richard talk to Philip Laureano about Nemerle. Nemerle is a multi-paradigm programming language for .NET. Similar to C#, it goes beyond C# to provide metaprogramming features, allowing you to write code that changes code on the fly. Phil digs deep into the idea that programming languages should change to reflect what we want to do and is not afraid to do the changes himself, rather than wait for Microsoft. Brain twisting? Wait til you listen to the show!
Greg Philpott Develops in X++
Carl and Richard talk to Greg Philpott about X++, the most popular language you've never heard of. X++ is the programming language for Microsoft Dynamics AX, an Enterprise Resource Planning product formerly known as Navision. Greg digs into how X++ allows programmers to extend Dynamics AX, adding whole new modules as well as customizing behavior in the existing system.
Guy Smith-Ferrier Does Mind Control!
Carl and Richard talk to Guy Smith-Ferrier about the Emotiv EPOC neuroheadset. No really! Mind control for .NET! Guy talks about how the headset is wireless and works with 16 different sensors positioned around the head. The headset is able to detect expressions, head movements, cognitive thoughts and emotions. Guy discusses how the SDK makes it simple to capture the headset data into .NET. Its easy to program, the question is, what would you do?
Jeremiah Peschka Stores Data in CorrugatedIron
Carl and Richard talk to Jeremiah Peschka about his project, CorrugatedIron, a .NET library that gives developers the ability to talk to Riak, Basho's highly-available Key-Value store. The conversation starts with understanding Riak, which is based on Amazon's Dynamo white paper for dynamic distributed storage. Along the way the topics of NoSQL as a whole, distributed data storage, load balancing and functional programming are explored.
Show 700 - What happened at BUILD did NOT stay at BUILD
Carl and Richard took thier recording rig to Tim Huckaby's epic party the night before Steven Sinofsky's keynote at the Microsoft BUILD conference September 13, 2011. They asked the industry insiders to speculate on what they would see. This is an interesting show simply because the veil of secrecy has finally been lifted.
Jay Schmelzer Builds Apps With LightSwitch
Carl and Richard talk to Jay Schmelzer about LightSwitch. Jay talks about the launch of LightSwitch back on July 26 2011, and the new set of extensions available to help Visual Studio Pro developers support LightSwitch applications. He also reminds us that if you own Visual Studio 2010, you own LightSwitch, so take it out for a spin!
Carl and Richard Return To Space!
You asked for it, you got it - another space show! This time around Carl and Richard talk about the latest news around commercial space, including new contracts for SpaceX and Orbital Science to fly to the ISS. They discuss the impact of the failure of a Russian Soyuz rocket carrying a Progress cargo ship to the ISS. Then they have some real fun and dive into the space debris debate and the potential of space elevators. Another total space geek out!
James Dawson and Grace Mollison Bridge the Gap Between Developers and Operations
Carl and Richard talk to James Dawson and Grace Mollison about the DevOps movement. DevOps is about developers and operations personnel working closely together to deliver higher quality, more reliable applications.
Billy Cravens Compares and Contrasts ColdFusion and ASP.NET
After Richard made some (somewhat) disparaging remarks about ColdFusion, Billy sent an email defending the platform. The outcome of that email discussion is this show - Carl and Richard get educated by Billy about what ColdFusion is about. ColdFusion goes back to 1995, and is still going strong at version 10! Billy talks about the similarities and differences between ColdFusion and ASP.NET.
Kate Gregory on the History of C, C++ and C++0x.
Carl and Richard talk to Kate Gregory about the history of C, culminating in the latest version, C++0x (aka C++ 11). Kate points out that C++ is more popular than ever, no matter what the managed memory folks are saying. The conversation works through the various flavors of C, how the language has continued to evolve, even to the point of doing memory management! Along the way Kate digs into the new features of C++0x, many of which (like lambdas) seem awfully familiar... the conversation ends on a great discussion on massive parallelism. Could C++ solve the parallel problem?