Shows - Code-Conversations


Sayed Hashimi on Open Source .NET Core Project Templates[MP4] [0:14:03] [2017/08/30]
Sayed I. Hashimi overviews the new templating system for .NET Core 2.0. For more info, see this video which explains how to create templates for Visual Studio 2017 and dotnet new.


Sebastien Ros on ASP.NET Core MVC Resource Management[MP4] [0:11:14] [2017/08/23]
Shows how to manage resources like scripts and styles in ASP.NET Core MVC using the Orchard.ResourceManagement package (available for use independently as a NuGet package. This allows you to do some…


Sebastien Ros on jint: a Javascript Interpreter for .NET[MP4] [0:08:28] [2017/08/23]
Sebastien Ros show how to use Jint. Jint is a Javascript interpreter for .NET which provides full ECMA 5.1 compliance and can run on any .NET platform. Because it doesn't generate any .NET bytecode…


Building Visual Studio Code Extensions with Sean McBreen [MP4] [0:10:51] [2017/08/18]
In this video, Sean McBreen gives us a quick tutorial on how to build Visual Studio Code extensions. To learn more about Visual Studio Code check out the following links: Visual Studio Code Roadmap…


The File API in IIS Administration API with Jimmy Campbell[MP4] [0:09:05] [2017/08/16]
Jimmy Campbell shows how you can use the IIS Administration API to manipulate files on your servers running IIS, then digs into the code to show how they secured remote file administration in .NET…


Website Resource Implementation in IIS Administration API with Jimmy Campbell[MP4] [0:07:31] [2017/08/16]
Jimmy Campbell digs into the resources exposed by the IIS Administration API, then shows how they implemented the website resource. Source code for this presentation:…


.NET Core Plugin Architecture in the IIS Administration API with Jimmy Campbell[MP4] [0:06:14] [2017/08/16]
Jimmy Campbell gives a tour of the IIS Administration API then shows how they implemented a plugin architecture in .NET Core. Source code for this presentation:…


Getting Started with .NET Standard 2.0 Part 2 - with Immo Landwerth [MP4] [0:04:34] [2017/08/10]
In this video Immo gives a quick introduction to .NET Standard 2.0. To learn more about this please check out: Videos GitHub


Getting Started with .NET Standard 2.0 Part 1 with Immo Landwerth [MP4] [0:07:21] [2017/08/10]
In this video Immo gives a quick introduction to .NET Standard 2.0. To learn more about this please check out: Videos GitHub


Multi-stage build in Docker with Kendra Havens[MP4] [0:08:49] [2017/08/03]
In this video, Kendra Havens shows us the work her team has been doing on the multi-stage build in Docker. To learn more about this please check out https://github.com/dotnet/dotnet-docker


Introduction to .NET Docker Images with Kendra Havens[MP4] [0:07:11] [2017/08/03]
Kendra Havens gives us an inside look at the .NET Docker images. To get started on .NET on Docker check out the following links https://hub.docker.com/r/microsoft/dotnet/


Sharing MSBuild Tasks as NuGet Packages with Nate McMaster[MP4] [0:03:17] [2017/07/19]
Nate McMaster shows how to publish an MSBuild task as a NuGet package, allowing you to share it and reuse it in your own projects. The code for this episode is available here:…


Advanced MSBuild Extensibility with Nate McMaster[MP4] [0:03:49] [2017/07/19]
Nate McMaster shows how to write your own MSBuild tasks in C#. Since you're developing your tasks in C#, you can use standard .NET libraries, debug your code, etc. The code for this episode is…


Introduction to MSBuild in .NET Core with Nate McMaster[MP4] [0:05:08] [2017/07/14]
Nate McMaster gives and introduction to using MSBuild in .NET Core project files. Watch as he runs through the basics in a new .NET Core application (using Visual Studio Code on a Mac), then shows off…


LibraryInstaller with Mads Kristensen[MP4] [0:06:38] [2017/07/07]
Mads Kristensen show the code for a new Visual Studio feature that makes it easy to add client side libraries to your projects. Code for this episode is here:…


Compiling LESS in Visual Studio with Mads Kristensen[MP4] [0:06:26] [2017/07/07]
Mads Kristensen shows off LessCompiler, an open source Visual Studio extension he built that makes it easy to compile LESS to CSS. He shows off some cool tips in the Visual Studio extension code that…


Build a chat app with SignalR Core - Mikael Mengistu[MP4] [0:06:49] [2017/06/30]
In this video Mikael Mengistu shows us how to build a simple chat app with SignalR Core.


Introduction to SignalR Core with Mikael Mengistu[MP4] [0:03:53] [2017/06/30]
Joins us as Mikael Mengistu gives us a quick overview of SignalR Core. To start exploring SignalR Core please checkout our repo.


Creating Custom Tag Helper Components with Jass Bagga[MP4] [0:07:11] [2017/06/20]
In this video Jass Bagga as she shows us how to Create Custom Tag Helper Components. To get started: download Visual Studio 2017 and .NET Core 2.0.0 preview1.Clone the repository and open the…


Introduction to Tag Helper Components with Jass Bagga[MP4] [0:08:57] [2017/06/20]
Jass Bagga gives as quick introduction to Tag Helper Components. Joins us as Jass shows us how to modify the HeadTagHelper and the BodyTagHelper in ASP.NET Core MVC 2.0. To get started: download…


Creating your own Tag Helpers[MP4] [0:11:14] [2017/06/14]
Taylor Mullen shows us how to create custom Tag Helpers. The TagHelper that was added in the show was the Markdown TagHelper. It enables you to write Markdown in your Views. Here's the repo for this…


Introduction to Tag Helpers with Taylor Mullen[MP4] [0:10:05] [2017/06/14]
Taylor Mullen gives us a quick introduction to Tag Helpers. Here's the repo for this episode : Introduction to Tag Helpers


How C# is Developed In The Open with Mads Torgersen[MP4] [0:08:04] [2017/06/09]
Mads Torgersen shows the C# Language is designed in the open. He shows how issues in the csharplang repository become proposals and shows a few language proposals. The proposals then go to language…


C# 7 Features with Mads Torgersen[MP4] [0:14:03] [2017/06/09]
Mads Torgersen takes us on a quick look at some C# 7 features by refactoring a fibonacci series generator. Here's the code: https://github.com/CodeConversations/csharp7-features-with-mads-torgersen


Welcome to Code Conversations![MP4] [0:00:38] [2017/06/09]
Hi, welcome to Code Conversations! Jon and Maria introduce the show, where you'll see short, code focused interviews with .NET open source developers every Tuesday and Thursday.