Software Development28 Videos

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…

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/

C# Generics – Part 4: Nested Generics

Let the compiler work for you. Generics give us flexibility and reuse in our classes, methods, and interfaces. This time, we’ll explore Generics by combining the Generic Interface (from Part 2) with the Generic Method (from Part 3). We end up with a Nested Generic. For code samples and a PDF Walkthrough, visit http://www.jeremybytes.com/Demos.aspx…. Future […]

C# Generics – Part 5: Generic Constraints & “default”

Let the compiler work for you. Generics give us flexibility and reuse in our classes, methods, and interfaces. This time, we’ll explore Generics Constraints and the “default” keyword. Constraints allow us to place conditions on what types can be used as generic parameters. For code samples and a PDF Walkthrough, visit http://www.jeremybytes.com/Demos.aspx.

Learn C# from Scratch

Master the fundamentals of C# and .NET using this simple, pragmatic and step-by-step tutorial for beginners. With C# you can build mobile apps, web apps, desktop apps and games.

Xamarin Android Tutorial 1 Setting up Xamarin

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