(Robert Green) This is the first of a two part episode recorded in August. Special guest hosts Sam Basu and Ed Charbeneau take us on a tour of Blazor, an experimental .NET web framework using C# and HTML that runs in the browser using a relatively new standardized web technology called WebAssembly.
Tag: Development
Q-Learning Using Python
(James McCaffrey) Reinforcement learning (RL) is a branch of machine learning that addresses problems where there is no explicit training data.
Searching For The Wrong Type Of Simplicity Can Lead To An Explosion Of Complexity
(Ben Nadel) For the last few weeks, I’ve been revisiting the idea of state management in an Angular application.
Add real-time web functionality to Angular application using ASP.NET Core SignalR, Azure SignalR service and Azure SignalR Service bindings for Azure Functions 2.0
(Atul.Verma) This is the next part of the series on developing and deploying
DotPeek Tool: A .NET Decompiler
(Tapas Pal) The dotPeek decompiler tool was initially introduced by Microsoft. It’s a free-of-charge, standalone tool-based decompiler for any .NET assemblies. It converts .NET assemblies into equivalent C# code and optionally shows the underlying IL code.
ASP.NET Core: Learning the Ropes, Part 1
(Eric Vogel) ASP.NET Core is the successor to ASP.NET MVC and ASP.NET Web API and was first introduced in 2016.
Slow Connections with Sql Server
(Rick Strahl) Argh… just fought with a small issue where connections to SQL Server were very slow on a new development box.
Trying To Create A Message Bus Using An RxJS Subject In Angular 6.1.10
(Ben Nadel) I’ve been thinking a lot about state-management in an Angular application lately. And, one of the thoughts that I keep coming back to is the fact that not every event in an application pertains directly to state-change.
Data Science in Visual Studio Code using Neuron, a new VS Code extension
(Lorenzo Silvestri) In this post, I’ll give a short explanation of neuron, a Visual Studio Code extension that aims to be a one-stop-shop for data scientists.
Reuse UI With Razor Class Libraries (RCL) In ASP.NET Core
(Bipin Joshi) Developers always look for ways to reuse their code and markup. ASP.NET Core offers several ways to reuse code and markup within a project (partials, custom tag helpers, view components etc.).
