• This repository has been archived on 04/Jun/2020
  • Stars
    star
    113
  • Rank 310,115 (Top 7 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Welcome to .NET "Presentations in a Box." We have a listing of workshops and presentations YOU can use AND contribute to! Remix and share, and present at Meetups, User Groups, CodeCamps, or Conferences! Not familiar with .NET? Download open source .NET Core for any OS at http://dot.net or try it in your browser at http://try.dot.net now!

.NET Conf 2019

Here are the presentations from .NET Conf 2019, along with creative content and info you can use to put on your own .NET Conf Local event!

Workshops

ASP.NET Core For Beginners

Are you completely new to .NET? No problem! Here's a half day workshop for developers who have no experience with .NET Core or ASP.NET. We'll start with the basics and build up to a movie database website with search.

ASP.NET Core App Workshop

In this workshop, you'll learn by building a full-featured ASP.NET Core application from scratch. We'll start from File/ New and build up to an API back-end application, a web front-end application, and a common library for shared data transfer objects using .NET Standard.

Blazor Workshop

Blazor is a single-page app framework for building client-side web apps using .NET and WebAssembly. In this workshop we will build a complete Blazor app and learn about the various Blazor framework features along the way.

.NET Core Workshop

Are you ready to get started with .NET Core? This one day workshop covers the basics, then digs into web development with ASP.NET Core, .NET Standard, porting from .NET Framework, and containers.

ASP.NET Core Overview Workshop GitHub last commit (branch)

This ASP.NET Core workshop is broken down by topics: middleware, front-end, etc.

Presentation Decks

What is .NET?

Level 100 Beginner 45min presentation on what .NET is and how to get started!

.NET Today and Tomorrow

Overview of the .NET platform, open source ecosystem, features in the latest releases, and the future roadmap of .NET Core 3.0. Great for keynotes.

ASP.NET Core - Security and Identity

Overview of Security and Identity in ASP.NET Core 2.0, including Authorization Policies, Cookie Auth, and TOTP. Demos included.

Introduction to Mobile Development with Xamarin

Complete walkthrough of mobile development with Xamarin. This includes how Xamarin integrates into the .NET ecosystem to build iOS, Android, macOS, tvOS, and watchOS apps with .NET and Visual Studio. This goes through all of the essential pieces to development with Xamarin.

Xamarin.Forms - Extend and Optimize

This deck focuses on the latest developments in Xamarin.Forms that will help developers share more code and build beautiful native iOS and Android apps in less time.

Xamarin.Essentials - Cross-platform Native APIs

Xamarin.Essentials, a powerful cross-platform library that provides a clean and lightweight API to access common features on mobile platforms, in your cross-platform C# apps without writing abstractions or platform-specific code.

Crafting Real-time Mobile Apps with Xamarin & SignalR

Stop polling and enable bi-directional communication between your server and mobile apps, in real-time. Better yet share all your real-time communication business logic between iOS and Android Xamarin apps with .NET Standard and SignalR.

Community E-Books and Tutorials

ASP.NET Core A-Z e-book

This is a great way to learn ASP.NET Core key concepts, with A-Z deep dives on important concepts and features from "Authentication & Authorization" to "Zero-Downtime Web Apps".

Build an Airport Explorer with ASP.NET Core

This free e-book guides you through creating a really cool application using ASP.NET Core Razor Pages, AJAX, 3rd party APIs, mapping, data integration with CSV source data, and more.

The Little ASP.NET Core Book

You don’t need to know anything about web programing or ASP.NET Core to get started! The Little ASP.NET Core Book is structured as a tutorial. You’ll build an app from start to finish and learn:

  • How to build an application with the ASP.NET Core framework
  • The basics of the MVC (Model-View-Controller) pattern
  • How to read and write data to a database
  • How to add login, registration, and security
  • How to deploy the app to the web

250+ ASP.NET Core Samples

Dody has built an amazing collection of over 180 code samples for ASP.NET Core 2.1, 2.2, and 3.0 fundamentals. These are really focused samples that are quick to set up and run, and he keeps them really up to date.

Akka.NET Bootcamp

A step-by-step, self-paced tutorial for learning the basics of the actor model and Akka.NET syntax. You'll learn how to create your own actors, how to use them to build highly concurrent applications safely and easily, and you'll learn how to integrate actors with other popular .NET technologies such as the Task and Parallelism Library (TPL.)

Got a suggestion or fix?

This site, as well as all of our content, is open source. Issues and pull requests for this site can be contributed here, and you can contribute to the workshops and decks in their respective repos.

More Repositories

1

blazor-workshop

Blazor workshop
C#
3,487
star
2

dotnet-maui-workshop

A full day workshop (.NET MAUI Workshop in a Box) on how to build apps with .NET MAUI for iOS, Android, macOS, and Windows
C#
1,854
star
3

dotNETConf

Creative and technical content for running a .NET Conf local event in your community
G-code
1,018
star
4

aspnetcore-app-workshop

This workshop will teach you ASP.NET Core by building a complete conference management website from scratch.
C#
677
star
5

ContosoCrafts

C#
321
star
6

dotnetconf2019

Creative and technical content for running a .NET Conf 2019 local event in your community
270
star
7

home

Welcome to .NET "Presentations in a Box." We have a listing of workshops and presentations YOU can use AND contribute to! Remix and share, and present at Meetups, User Groups, CodeCamps, or Conferences! Not familiar with .NET? Download open source .NET Core for any OS at http://dot.net or try it in your browser at http://try.dot.net now!
C#
227
star
8

aspnetcore-for-beginners

Half day workshop for developers who are completely new to .NET Core and ASP.NET
C#
192
star
9

dotnetcore-workshop

Are you ready to get started with .NET Core? This one day workshop covers the basics, then digs into web development (ASP.NET Core), .NET Standard, porting from .NET Framework, and containers.
C#
181
star
10

dotNET20th

.NET 20th Anniversary creative and digital swag
132
star
11

dotnetconf2018

Creative and technical content for running a .NET Conf 2018 local event in your community
104
star
12

eshop-app-workshop

This workshop will teach you ASP.NET Core & .NET Aspire by building the product catalog & order placement features of the eShop reference application.
C#
92
star
13

aspnetcore-concepts-workshop

This ASP.NET Core workshop is broken down by topics: middleware, front-end, etc. For an app focused workshop, see https://github.com/dotnet-presentations/aspnetcore-app-workshop
JavaScript
86
star
14

letslearn-dotnet-aspire

Let's Learn .NET Aspire workshop material!
C#
71
star
15

dotnet-maui

Here you will find presentations for building native desktop and mobile applications for Android, iOS, macOS, and Windows with .NET MAUI.
51
star
16

xamarin

Presentations for building native mobile apps with .NET and Xamarin
49
star
17

xamarin.forms-workshop

Xamarin.Forms full day workshop building an awesome cross-platform app for iOS, Android, and Windows.
C#
41
star
18

csharp-workshop

C# 9 & 10 Workshop
C#
31
star
19

Build

Build content
11
star
20

collegetour

C#
8
star