Show link: .NET Rocks! 1375 (Mobile Development using F# with Scott Nimrod) Guests: Scott Nimrod Show Notes Regarding the listener e-mail comment It’s often a losing battle to convince management who have an incomplete understanding of software quality to adopt new techniques…
All posts filed under “Software”
TL;DL – .NET Rocks! 1374 (JavaScriptServices with Steve Sanderson)
Show link: .NET Rocks! 1374 (JavaScriptServices with Steve Sanderson) Guests: Steve Sanderson Show Notes JavaScriptServices is a set of NuGet/NPM packages and project templates. The goal is to help make ASP.NET a really good platform for building single-page applications (SPAs). If starting…
TL;DL – .NET Rocks! 1372 (Building Mobile Apps using MFractor with Matthew Robbins)
Show link: .NET Rocks! 1372 (Building Mobile Apps using MFractor with Matthew Robbins) Guest: Matthew Robbins Show Notes MFractor is for Xamarin Studio; what does it do? It provides XAML code analysis (e.g., does a symbol exist, auto-correction for simple mistakes) and C#…
TL;DL – .NET Rocks! 1371 (.NET Standard with Immo Landwerth)
Show link: .NET Rocks! 1371: .NET Standard with Immo Landwerth Guest: Immo Landwerth Show Notes Portable Class Libraries (PCLs) give you the lowest common denominator of APIs that can run on a variety of platforms. .NET Standard states what APIs will be…
TL;DL – .NET Rocks! 1370 (Data Lakes with Michael Rys)
Show link: .NET Rocks! 1370: Data Lakes with Michael Rys Guest: Michael Rys (pronounced “riss”) Show Notes What is a data lake? It’s a new-ish approach on how to do analytics. A traditional data warehouse involves a schema, then you have…
TL;DL – .NET Rocks! 1369 (Web Accessibility with Aaron Gustafson)
Show link: .NET Rocks! 1369: Web Accessibility with Aaron Gustafson Guest: Aaron Gustafson Show Notes What is progressive enhancement? Think about the core experience, content, or task for your site, and be able to provide that regardless of the browser,…
TL;DL – .NET Rocks! 1368 (Azure API Management with Vishwas Lele)
Show link: .NET Rocks! 1368: Azure API Management with Vishwas Lele Guest: Vishwas Lele Show Notes What is API management? You may have a number of different APIs written by different groups that you want to consolidate. You want them grouped together consistently…
TL;DL – .NET Rocks! 1367 (WiX Toolset with Rob Mensching)
Show link: .NET Rocks! 1367: WiX Toolset with Rob Mensching Guest: Rob Mensching Show Notes WiX Toolset is used for building MSI packages and deploying them. (Note: This is different than Wix.com, which is a website builder.) The first version of WiX…
TL;DL – .NET Rocks! 1366 (Angular 2 Docs with Ward Bell)
I listen to .NET Rocks! to keep up with what’s going on with .NET development. The episodes are about 50 minutes each, and are very well done; however, there are occasions when I’d just like to know the highlights. If…
Acknowledgement of Technical Debt Template
My team lead is changing companies, so we’ve had various discussions as of late about design decisions we’ve made in our area of the project and others we’re considering for future work. Given this situation happened at my previous job,…