Intro to Blazor WebAssembly

Join this webinar to learn some of the essentials of getting started with Blazor WebAssembly, Microsoft’s hot, new technology for doing client-side programming with C# in the web browser! In this webinar, we will showcase how to code and debug Razor Components in the web browser! We will explore how to make REST API calls…

Building JavaScript Applications with Angular and Redux

Introduction The web application world has been disrupted by the plethora of JavaScript technologies which has transformed the development of web applications from being a primarily server-side effort, to primarily a client-side one. Ever since jQuery made cross-browser web applications easy for everyone to create, a steady stream of JavaScript libraries and frameworks have been…

Using TypeScript with React

Want to learn how to combine TypeScript with React for top-notch enterprise JavaScript coding? TypeScript makes available critical programming features from C# and Java such as strong-typing, interfaces, and generics. React has become a very popular library for building multi-platform UI components. Combine the two, and you get a powerhouse of rich functionality to code…