Software Development28 Videos

Lambdas & LINQ in C# – Bonus: Deciphering the Join Method

Previously, we looked at demystifying LINQ method syntax, including Where, OrderBy, and SingleOrDefault. The Join method looks a bit more complicated – 4 generic types and 5 parameters. But when we take a closer look, we see that we’ve already dealt with the pieces in similar methods. We’ll take a closer look to fully understand […]

ASP.NET Core Websockets with SignalR Intro

In this video Matt Hamil shows us how to build a functioning chatroom using ASP.NET Core and SignalR The repo: http://www.github.com/matthamil/Chatazon Microsoft Introduction to SignalR: https://www.asp.net/signalr/overview/… SignalR Website: http://signalr.net/

How to build a site with Umbraco – Part 12 – Advanced Search

This is a bonus episode of my series where I show you how to build a site in Umbraco. In this video I show you how to build an advanced search page with ajax and paging for the results. You can search by document type and field values. I also show you how to search […]

Xamarin Android Tutorial 1 Setting up Xamarin

How to setup Xamarin.Android to build Android applications using C#

How to install Umbraco using Visual Studio NuGet IIS and SQL Server

For a written instructions, see my blog post http://www.codeshare.co.uk/blog/how-t…