Slides: (Uploaded to conference website)
Links:
Slides: (Uploaded to conference website)
Links:
pool: | |
name: Hosted Ubuntu 1604 | |
steps: | |
- task: UseDotNet@2 | |
displayName: 'Use .Net Core sdk 3.0.x' | |
inputs: | |
version: 3.0.x | |
- task: DotNetCoreCLI@2 |
dir -recurse -directory -force -filter .git | % { write-host $_ -ForegroundColor green; git -C "$($_.FullName)\.." gc } |
https://github.com/dotnet-presentations/dotnetcore-workshop
Check that you have the prereq's installed!
{ | |
"message": { | |
"subject": "HTML Test", | |
"body": { | |
"contentType": "html", | |
"content": "<!DOCTYPE html> | |
<html> | |
<head> | |
<body> | |
<h1>HTML Test</h1> |
Set-Alias less "C:\Program Files\Git\usr\bin\less.exe" | |
function f($text, $files="*.*") | |
{ | |
findstr /spin $text $files | less | |
} |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>@ViewData["Title"] - FrontEnd</title> | |
<environment include="Development"> | |
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" /> | |
<link rel="stylesheet" href="~/css/site.css" /> |
Slides: https://www.slideshare.net/jongalloway/from-net-framework-to-net-core
Links:
https://aka.ms/aspnetcore-makeover