├── input ├── api │ ├── _directory.yaml │ ├── .funcignore │ ├── proxies.json │ ├── rss │ │ ├── index.yaml │ │ ├── function.json │ │ └── index.js │ ├── host.json │ ├── package.json │ ├── project-spotlight │ │ └── function.json │ └── issues │ │ └── function.json ├── CNAME ├── robots.txt ├── _ViewStart.cshtml ├── about │ ├── election │ │ ├── campaign-2020 │ │ │ ├── _directory.yaml │ │ │ └── ben-adams.md │ │ ├── nomination-committee-2020 │ │ │ ├── _directory.yaml │ │ │ ├── iris-classon.md │ │ │ ├── julie-lerman.md │ │ │ ├── steve-smith.md │ │ │ ├── rabeb-othmani.md │ │ │ └── jessica-white.md │ │ ├── campaign-2019 │ │ │ └── lea-wegner.md │ │ └── example.md │ ├── team │ │ ├── _directory.yaml │ │ ├── chris-sfanos.md │ │ ├── miklos-barkoczi.md │ │ └── claire-novotny.md │ ├── advisory-council │ │ ├── _directory.yaml │ │ ├── mirco-bauer.md │ │ ├── daniel-roth.md │ │ ├── brendan-forster.md │ │ ├── immo-landwerth.md │ │ ├── jon-galloway.md │ │ ├── martin-woodward.md │ │ └── shaun-walker.md │ └── budget │ │ ├── fy20-pie-chart.png │ │ ├── fy20-pl-statement.pdf │ │ └── fy20-balance-sheet.png ├── img │ ├── chat.png │ ├── comp.png │ ├── swag.png │ ├── Unity.png │ ├── google.png │ ├── Ellipse_1.png │ ├── JetBrains.png │ ├── Layer 15.png │ ├── Microsoft.png │ ├── Red-Hat.png │ ├── Samsung.png │ ├── Shape 2.png │ ├── bullhorn.png │ ├── calendar.png │ ├── dot_bot.png │ ├── home_hero.jpg │ ├── ladies_bg.png │ ├── logo_big.png │ ├── DATS-banner.jpg │ ├── DATS-banner.png │ ├── github_icon.png │ ├── globe_icon.png │ ├── home_hero.webp │ ├── ladies_bg.webp │ ├── meetup_logo.png │ ├── meetup_map.png │ ├── meetup_map.webp │ ├── building_icon.png │ ├── meetup_map_new.png │ ├── developers_icon.png │ ├── favicon │ │ ├── favicon.ico │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── apple-touch-icon.png │ │ ├── mstile-150x150.png │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-512x512.png │ │ └── browserconfig.xml │ ├── swag_background.png │ ├── swag_background.webp │ ├── DATS_Horz_WhiteOrange.png │ ├── member_projects_icon.png │ ├── dotNetFoundationHorizontal.png │ ├── art-ball-shaped-blur-326036.png │ ├── whiteboard_guy_with_dotbot_.png │ ├── whiteboard_guy_with_dotbot_.webp │ ├── ic_fluent_reading_list_24_regular.svg │ ├── ic_fluent_calendar_24_regular.svg │ ├── ic_fluent_video_clip_24_regular.svg │ └── dotnetconf2019.jpg ├── projects │ └── data │ │ ├── _ViewStart.cshtml │ │ ├── _directory.yaml │ │ ├── conceptual-docs.md │ │ ├── nupattern.md │ │ ├── xamarin.forms.md │ │ ├── neoproject.md │ │ ├── mono.cecil.md │ │ ├── xamarin.android.md │ │ ├── channels.md │ │ ├── webformsmvp.md │ │ ├── ILMerge.md │ │ ├── signservice.md │ │ ├── xamarinfacebook.md │ │ ├── ConferenceXP.md │ │ ├── xamarincommunitytoolkit.md │ │ ├── odatavalidationservicetool.md │ │ ├── xamarin.auth.md │ │ ├── corewcf.md │ │ ├── infer.md │ │ ├── jsondotnet.md │ │ ├── open-live-writer.md │ │ ├── corewf.md │ │ ├── mailkit.md │ │ ├── docker-dotnet.md │ │ ├── odataobjectivec.md │ │ ├── system.drawing.md │ │ ├── avalonia.md │ │ ├── mvccontrib.md │ │ ├── xamarinapisios.md │ │ ├── NMExperts.md │ │ ├── nearforums.md │ │ ├── mimekit.md │ │ ├── LTAF.md │ │ ├── omnisharp.md │ │ ├── kerberos-net.md │ │ ├── pinvoke.md │ │ ├── azure-sdk.md │ │ ├── humanizer.md │ │ ├── kudu.md │ │ ├── xamarin.macios.md │ │ ├── xamarinandroidsupport.md │ │ ├── dotnetopenauth.md │ │ ├── mvvm-light-toolkit.md │ │ ├── oqtane.md │ │ ├── couchbase-lite-for-.net.md │ │ ├── chronozoom.md │ │ ├── odata-connected-service.md │ │ ├── orchardcms.md │ │ ├── fluentvalidation.md │ │ ├── sourcelink-legacy.md │ │ ├── imagesharp.md │ │ ├── dotnet-api-docs.md │ │ ├── dotnet-sdk-for-hadoop.md │ │ ├── windows-phone-toolkit.md │ │ ├── wixtoolset.md │ │ ├── coverlet.md │ │ ├── facebooksdk.md │ │ ├── msbuild.md │ │ ├── llilc.md │ │ ├── CoApp.md │ │ ├── xamaringoogleplay.md │ │ └── mahapps.md ├── blog │ ├── posts │ │ ├── _ViewStart.cshtml │ │ ├── _directory.yaml │ │ ├── the-net-foundation-adds-asp-net-vnext-to-its-stewardship.md │ │ ├── check-out-net-foundation-on-net-rocks.md │ │ ├── welcoming-neo-to-the-net-foundation.md │ │ ├── welcome-automapper-to-the-net-foundation.md │ │ ├── welcome-peachpie-compiler-platform-to-the-net-foundation.md │ │ └── _Layout.cshtml │ └── index.cshtml ├── corporate-sponsors │ ├── _directory.yaml │ ├── aws.md │ ├── endjin.md │ ├── microsoft.md │ ├── octopus-deploy.md │ ├── devexpress.md │ └── progress-telerik.md ├── _redirects ├── community │ ├── presentations │ │ ├── _directory.yaml │ │ ├── what-is-net.md │ │ ├── aspnet-core-overview-workshop.md │ │ ├── net-today-and-tomorrow.md │ │ ├── aspnet-core-a-z-e-book.md │ │ ├── aspnet-core-security-and-identity.md │ │ ├── aws-cdk-workshop.md │ │ ├── net-core-workshop.md │ │ ├── xamarinforms-extend-and-optimize.md │ │ ├── 250-aspnet-core-samples.md │ │ ├── blazor-workshop.md │ │ ├── aspnet-core-for-beginners.md │ │ ├── xamarinessentials-cross-platform-native-apis.md │ │ ├── aspnet-core-app-workshop.md │ │ ├── akkanet-bootcamp.md │ │ ├── xamarin-forms-workshop.md │ │ ├── crafting-real-time-mobile-apps-with-xamarin-signalr.md │ │ ├── introduction-to-mobile-development-with-xamarin.md │ │ └── the-little-aspnet-core-book.md │ ├── speakers │ │ ├── _ViewStart.cshtml │ │ ├── bruno-garcia.md │ │ ├── kendra-havens.md │ │ ├── ginny-caughey-registration.md │ │ ├── _Layout.cshtml │ │ ├── sophie-obomighie.md │ │ ├── codrina-merigo.md │ │ ├── valerio-de-sanctis.md │ │ ├── alyssa-nicoll.md │ │ ├── maddy-leger.md │ │ ├── sander-molenkamp.md │ │ └── jasmine-greenaway.md │ └── committees │ │ ├── template.yaml │ │ ├── membership.yaml │ │ ├── sponsorship.yaml │ │ ├── marketing.yaml │ │ ├── outreach.yaml │ │ └── projects.yaml ├── js │ ├── counter.js │ └── cookie-consent.3.0.0.js ├── assets │ ├── posts │ │ ├── BethM.jpg │ │ ├── tsg.png │ │ ├── cropped.jpg │ │ ├── samsung.jpg │ │ ├── uwp-ui.png │ │ ├── WWTinChina.jpg │ │ ├── automapper.png │ │ ├── dimagLogo.png │ │ ├── imagesharp.png │ │ ├── json_net.png │ │ ├── polly_logo.png │ │ ├── tsg-2016.png │ │ ├── ODataLogo-96.png │ │ ├── RachelReese.JPG │ │ ├── connect-dnf.png │ │ ├── jon-galloway.png │ │ ├── oren-novotny.jpg │ │ ├── symbolsource.png │ │ ├── cake-screenshot.png │ │ ├── cqrs_documents.pdf │ │ ├── infernet-icon.png │ │ ├── maturity-ladder.png │ │ ├── maxresdefault.jpg │ │ ├── reactiveui-logo.png │ │ ├── tizen-preview-2.png │ │ ├── wwt_planetarium.jpg │ │ ├── B7MGXhhb_400x400.png │ │ ├── akkadotnet-video.jpg │ │ ├── dnf-meetups-dec18.jpg │ │ ├── dotvvm-hackfest-1.gif │ │ ├── dotvvm-hackfest-2.gif │ │ ├── dotvvm-hackfest-3.jpg │ │ ├── meetupmap_1-2018.png │ │ ├── onnx-diagram-v03.png │ │ ├── reactive-ui-video.png │ │ ├── ui-for-uwp-shirts.jpg │ │ ├── anglesharp-core-logo.png │ │ ├── benchmarkdotnet_logo.png │ │ ├── devexpress-logo-2020.png │ │ ├── opencollective_logo.png │ │ ├── dnf-new-projects-nov17.png │ │ ├── dotnetconf-2019-tokyo.png │ │ ├── peachpie-possibilities.png │ │ ├── dnf-voting-stats-mar-26.png │ │ ├── dotnet-bot-hacktoberfest.png │ │ ├── dotnetconf-2019-nigeria.png │ │ ├── dotnetconf-2019-romania.png │ │ ├── dotnetconf-2019-thailand.png │ │ ├── maturity-model-graphics.png │ │ ├── corporate-sponsors-with-aws.png │ │ ├── mvvmcross-hackfest-kickoff.jpg │ │ ├── the-truth-about-open-source.jpg │ │ ├── dotnetsummer-keen-kanban-board.png │ │ ├── 1f162626bb47cb7b02ddf694434e140f.png │ │ ├── 28f8d88e6f4d71d1ad09a659cef56a2f.png │ │ ├── 790b50a0e40d778b1ae844813ee540b0.png │ │ ├── 8ab1b4f70484311bb03e3fe129232410.png │ │ ├── a865e1a3d11238c1fad86766c5725740.png │ │ ├── c0470106b9ba6699642d2c2fd2bd9b28.png │ │ ├── cc835bca2ea5a15970aaa0173c2ecebf.png │ │ ├── f7365430b5b70746efa9cff3e55ba85e.png │ │ ├── f91cb28aeac6bb5f61fb6ea0dbbc1876.png │ │ ├── 009ab65d-0d19-45ef-870c-85d8366a1c98.gif │ │ ├── 1c771e40-ae82-42f5-b260-c85f6736f3b1.png │ │ ├── 217da7e1-5e3c-40aa-bb08-3e744ef93db8.png │ │ ├── 31e83145-c125-4696-95ca-ec8f84d56ce2.jpg │ │ ├── 32fd9305-5625-4b8e-94fa-c6916c320e71.jpg │ │ ├── 4acc4ac7-42b9-4345-9020-f1fc0110470a.png │ │ ├── 74003b16-78f9-4abd-8d12-ccbc26077669.png │ │ ├── 8c7df6eb-b295-4158-b293-9d3416db6e7d.png │ │ ├── 8fd1e465-9efa-4fc0-8c0f-60b7f5373ba3.jpg │ │ ├── 91a33811-0b6c-4f2f-83e8-3d4f720a84b9.png │ │ ├── a6d67a46-573c-4d62-aef2-daa5610ddfd5.jpg │ │ ├── bb977c44-1c97-4a5e-b325-8410ca30ff14.png │ │ ├── bcd54232-6e7d-4e54-a254-ebf435315975.jpg │ │ ├── c7bae23e-d0ad-45e3-850f-d2bc2296c5e0.jpg │ │ ├── ceab7291-9a1b-4db8-83c9-46c6b2bdf744.jpg │ │ ├── d0116177-1422-43c8-a2a8-be355cea03f2.png │ │ ├── d115925b-2ca7-48bd-8259-9afd54bd4dfe.png │ │ ├── e0448b2e-2fcc-4539-beb8-55a16f07d9ba.jpg │ │ ├── e480cc53-ba2f-490f-9e1e-08da35e6fc57.png │ │ ├── e7edfe68-09d6-4713-a3e4-3a403d92fb48.png │ │ ├── ee48e462-f704-448c-986a-0c8ef4c37ca7.png │ │ ├── humanitarian-toolbox-hackfest-kickoff.jpg │ │ ├── 54181549-cad12c80-4496-11e9-8c3d-426c5d1d008b.jpg │ │ ├── 74241694-64015800-4c91-11ea-9431-736bc05717a0.png │ │ ├── 76425289-a12b3980-6366-11ea-977d-a1cf35af6cf8.png │ │ ├── 76426382-3975ee00-6368-11ea-97cf-fee658b2ce35.png │ │ ├── 76426729-aab5a100-6368-11ea-936f-ab3ac79d957c.png │ │ ├── 76426783-bc974400-6368-11ea-90bd-40e3f56daad1.png │ │ ├── 76427201-40513080-6369-11ea-9f30-b5146fec6338.png │ │ └── MSFT_18023_dotNETConf_banners_email800x200_eventInfo_r3_KW.jpg │ ├── projects │ │ ├── elsa.png │ │ ├── logo.png │ │ ├── cecil.jpg │ │ ├── esquio.png │ │ ├── marten.png │ │ ├── nunit.png │ │ ├── oqtane.png │ │ ├── xamarin.jpg │ │ ├── xunit.jpg │ │ ├── Couchbase.png │ │ ├── Humanizer.png │ │ ├── MvvmLight.png │ │ ├── app-vNext.jpg │ │ ├── avalonia.png │ │ ├── chem4word.jpg │ │ ├── coverlet.png │ │ ├── frp-excel.gif │ │ ├── logo_big.png │ │ ├── microsoft.jpg │ │ ├── omnisharp.png │ │ ├── peachpie.png │ │ ├── pythonnet.png │ │ ├── wix-white.png │ │ ├── Pivotal-Logo.png │ │ ├── automapper.jpg │ │ ├── cake-large.png │ │ ├── dnn-platform.jpg │ │ ├── jsondotnet.png │ │ ├── logo-prism.png │ │ ├── outercurve.png │ │ ├── piranha-cms.png │ │ ├── protobuild.jpg │ │ ├── reactiveui.jpg │ │ ├── identitymodel.jpg │ │ ├── identityserver.png │ │ ├── nanoframework.png │ │ ├── sixlabors.256.png │ │ ├── system.drawing.jpg │ │ ├── unitycontainer.png │ │ ├── BenchmarkDotNet.png │ │ ├── FluentValidation.png │ │ ├── anglesharp-logo.png │ │ ├── dotnet-platform.png │ │ ├── identitymanager.jpg │ │ ├── orchardcore_logo.png │ │ ├── petabridge_logo.png │ │ ├── dotvvm_logo_square.png │ │ ├── mahapps.metro.logo.png │ │ ├── progressteleriklogo.png │ │ ├── reactive-extensions.png │ │ ├── salesforce-toolkits.png │ │ ├── search-autocomplete.gif │ │ ├── telerik-ui-for-uwp.png │ │ ├── data-grid-extensions.png │ │ ├── nuget-package-explorer.png │ │ ├── resx-resource-manager.png │ │ ├── OData-Connected-Service.png │ │ ├── xamarincommunitytoolkit.png │ │ ├── umbraco.svg │ │ ├── Nerdbank.GitVersioning.svg │ │ └── nerdbank-gitversioning.svg │ ├── members │ │ ├── ben-adams.jpg │ │ ├── beth-massi.jpg │ │ ├── jon-skeet.jpg │ │ ├── phil-haack.jpg │ │ ├── bill-wagner.jpg │ │ ├── chris-sfanos.jpg │ │ ├── daniel-roth.jpg │ │ ├── iris-classon.jpg │ │ ├── javier-lozano.jpg │ │ ├── jeff-strauss.jpg │ │ ├── jessica-white.jpg │ │ ├── jon-galloway.png │ │ ├── julie-lerman.jpg │ │ ├── layla-porter.jpg │ │ ├── rabeb-othmani.jpg │ │ ├── sara-chipps.png │ │ ├── shaun-walker.jpg │ │ ├── steve-smith.jpg │ │ ├── brendan-forster.jpg │ │ ├── claire-novotny.jpg │ │ ├── dominick-baier.jpg │ │ ├── immo-landwerth.jpg │ │ ├── martin-woodward.jpg │ │ ├── miklos-barkoczi.png │ │ ├── campaign-2019 │ │ │ ├── 2148318 │ │ │ ├── me.png │ │ │ ├── shaun-walker.png │ │ │ ├── RDC_Portrait_Small.jpg │ │ │ ├── 02a016a5-1f38-46db-87a8-304f6e233d8e.jpg │ │ │ ├── 0c009f81-0d27-4796-92e8-eb49aa1aa7f8.jpg │ │ │ ├── 17135de6-8a9f-42b6-820b-eee06a25d7b2.jpg │ │ │ ├── 17bbbf3e-c635-4802-bfb7-846d9e21b150.jpg │ │ │ ├── 1c6f3c17-9342-4909-bc3d-1d47f1b4a3eb.jpg │ │ │ ├── 1cb9dce7-4ffb-4d6a-89fd-bcd2709e0599.jpg │ │ │ ├── 2a562e01-9cda-4202-a901-4c1850cb33c9.jpg │ │ │ ├── 2f388304-927f-44b4-9d2e-8e9e3c2ebc90.jpg │ │ │ ├── 2fe859ef-0341-463e-ac01-9abb34a94ad9.jpg │ │ │ ├── 33b689c1-f30e-4859-8f92-76a91914ebd9.jpg │ │ │ ├── 3af64059-37f6-4adf-abc1-3553a13f5683.jpg │ │ │ ├── 46845362-f6dd-45e8-b0a6-49e9cfd6f641.jpg │ │ │ ├── 4a762811-84b5-4db8-b941-0198fe9c4bfe.jpg │ │ │ ├── 4fabcac7-d0af-4c01-856b-4fa14cbbcd29.jpg │ │ │ ├── 5029ea92-2994-4eb5-ad0d-0fada9f7bd3a.jpg │ │ │ ├── 58637674-8a9a-42bc-ad62-47447d176f0f.jpg │ │ │ ├── 5d90914a-07bd-4f92-aab0-9df026779702.jpg │ │ │ ├── 60e3d1c4-94a1-47c9-8e20-2b59052cdbdb.jpg │ │ │ ├── 683a145a-53a3-4d41-88f9-1d573316d5a8.jpg │ │ │ ├── 7560ad40-ccaa-4bd9-b5d8-967f9bcb31cd.jpg │ │ │ ├── 760861b0-a922-4767-aac6-c26c4efffe4d.jpg │ │ │ ├── 764aadea-1e93-48f6-97b8-e226388603ee.jpg │ │ │ ├── 77475b18-f681-4cd0-87d3-44b952733153.jpg │ │ │ ├── 7d09f48d-0281-4cb2-9a1a-b5c0e4a02e77.jpg │ │ │ ├── 7fdddbc7-57d2-4ece-9f64-edaae7c0521b.jpg │ │ │ ├── 91d8775a-b129-4321-97f1-4eff32632f5b.jpg │ │ │ ├── 9b3f5b7e-4ad6-43aa-b453-253ba66503d8.jpg │ │ │ ├── acb757aa-e39f-43c6-9edc-7873606a21ba.jpg │ │ │ ├── b6ee3715-63f8-4999-b548-0060867f3915.jpg │ │ │ ├── ba914438-998b-4069-800e-bee2d4222e98.jpg │ │ │ ├── c3e06956-1e6e-4271-9ad2-b3e82303ab79.jpg │ │ │ ├── cdebee6f-bbf9-4f0c-b5d6-0f7fd629cfb3.jpg │ │ │ ├── fc65339f-e397-483a-b668-85f481062b9b.jpg │ │ │ ├── fdc80204-3d45-44f6-af4d-7da9dc8de640.jpg │ │ │ ├── 53609747-504f0580-3b96-11e9-979d-0727bcc63f42.png │ │ │ ├── 53630658-7dd49700-3c08-11e9-8329-d5d6f27264c2.png │ │ │ ├── 53631166-3521db80-3c12-11e9-8946-01c0c4da2d61.png │ │ │ ├── 53655225-71e6d600-3c04-11e9-89b9-69ce1261e53b.png │ │ │ ├── 53698333-3a655e80-3da9-11e9-931e-39ae72bf1104.jpg │ │ │ ├── 53746947-38b29e00-3e70-11e9-982a-a0ddb0a9134b.jpg │ │ │ ├── 54035164-bc58eb80-41de-11e9-9faf-e717eba0165a.jpg │ │ │ ├── 54139990-10d7b300-43f9-11e9-9db5-da607afd907f.png │ │ │ ├── 54175230-5ebdeb00-44cd-11e9-8b5f-d9b760065e97.jpg │ │ │ ├── 54227549-637aa300-44bd-11e9-8b88-bdd2c9060684.png │ │ │ ├── 54499348-16486800-48e7-11e9-8aa0-ef9cd15a002d.jpg │ │ │ └── 54570031-38e78900-499a-11e9-9d03-bf2db6f885d6.jpg │ │ ├── rodney-littles-ii.jpg │ │ ├── shawn-wildermuth.jpg │ │ └── campaign-2020 │ │ │ ├── huei-feng.jpg │ │ │ ├── jay-harris.jpg │ │ │ ├── jamie-howarth.jpg │ │ │ ├── javier-lozano.jpg │ │ │ ├── jeff-strauss.jpg │ │ │ ├── layla-porter.jpg │ │ │ ├── rainer-stropek.jpg │ │ │ ├── dennie-declercq.jpg │ │ │ ├── dhananjay-kumar.jpg │ │ │ ├── jerome-hardaway.jpg │ │ │ ├── joseph-guadagno.jpg │ │ │ ├── mitchel-sellers.jpg │ │ │ ├── shawn-wildermuth.jpg │ │ │ ├── jeffrey-chilberto.jpg │ │ │ ├── rodney-littles-ii.jpg │ │ │ └── rodrigo-diaz-concha.jpg │ ├── corporate-sponsors │ │ ├── amazon.png │ │ ├── endjin.png │ │ ├── insight.png │ │ ├── pivotal.png │ │ ├── Microsoft.png │ │ ├── octopus-deploy.png │ │ ├── progress-telerik.png │ │ └── devexpress-logo-2020.png │ └── documents │ │ ├── OnBoardingQuestionaire.docx │ │ └── net-foundation-advisory-council-proposal.pdf ├── _ViewImports.cshtml ├── _BasicPageLayout.cshtml ├── manifest.json ├── _partials │ ├── _favicons.cshtml │ ├── _corporate-sponsor-logo-card.cshtml │ ├── _news.cshtml │ └── _blog-card.cshtml ├── example.md └── 404.cshtml ├── functions ├── host.json ├── tsconfig.json └── package.json ├── Properties └── launchSettings.json ├── CODE_OF_CONDUCT.md ├── azure-pipelines.yml ├── .github └── ISSUE_TEMPLATE │ └── config.yml ├── .editorconfig ├── App.config ├── SpeakerImage.cs ├── .gitignore ├── Analyzers └── SpeakerDataAnalyzer.cs └── Generator.csproj /input/api/_directory.yaml: -------------------------------------------------------------------------------- 1 | ShouldOutput: true -------------------------------------------------------------------------------- /input/CNAME: -------------------------------------------------------------------------------- 1 | staging.dotnetfoundation.org 2 | -------------------------------------------------------------------------------- /functions/host.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.0" 3 | } -------------------------------------------------------------------------------- /input/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: 3 | -------------------------------------------------------------------------------- /input/_ViewStart.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = @"/_Layout.cshtml"; 3 | } 4 | -------------------------------------------------------------------------------- /input/about/election/campaign-2020/_directory.yaml: -------------------------------------------------------------------------------- 1 | layout: "/_BasicPageLayout.cshtml" -------------------------------------------------------------------------------- /input/about/team/_directory.yaml: -------------------------------------------------------------------------------- 1 | RenderPostProcessTemplates: false 2 | ShouldOutput: false -------------------------------------------------------------------------------- /input/img/chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/chat.png -------------------------------------------------------------------------------- /input/img/comp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/comp.png -------------------------------------------------------------------------------- /input/img/swag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/swag.png -------------------------------------------------------------------------------- /input/projects/data/_ViewStart.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = @"_Layout.cshtml"; 3 | } 4 | -------------------------------------------------------------------------------- /input/blog/posts/_ViewStart.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = @"/blog/posts/_Layout.cshtml"; 3 | } 4 | -------------------------------------------------------------------------------- /input/corporate-sponsors/_directory.yaml: -------------------------------------------------------------------------------- 1 | RenderPostProcessTemplates: false 2 | ShouldOutput: false -------------------------------------------------------------------------------- /input/img/Unity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/Unity.png -------------------------------------------------------------------------------- /input/img/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/google.png -------------------------------------------------------------------------------- /input/_redirects: -------------------------------------------------------------------------------- 1 | /api/rss/* /api/rss/index.rss 200 2 | /code-of-conduct /about/code-of-conduct 3 | -------------------------------------------------------------------------------- /input/about/advisory-council/_directory.yaml: -------------------------------------------------------------------------------- 1 | RenderPostProcessTemplates: false 2 | ShouldOutput: false -------------------------------------------------------------------------------- /input/community/presentations/_directory.yaml: -------------------------------------------------------------------------------- 1 | RenderPostProcessTemplates: false 2 | ShouldOutput: false -------------------------------------------------------------------------------- /input/community/speakers/_ViewStart.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = @"_SpeakerLayout.cshtml"; 3 | } 4 | -------------------------------------------------------------------------------- /input/img/Ellipse_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/Ellipse_1.png -------------------------------------------------------------------------------- /input/img/JetBrains.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/JetBrains.png -------------------------------------------------------------------------------- /input/img/Layer 15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/Layer 15.png -------------------------------------------------------------------------------- /input/img/Microsoft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/Microsoft.png -------------------------------------------------------------------------------- /input/img/Red-Hat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/Red-Hat.png -------------------------------------------------------------------------------- /input/img/Samsung.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/Samsung.png -------------------------------------------------------------------------------- /input/img/Shape 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/Shape 2.png -------------------------------------------------------------------------------- /input/img/bullhorn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/bullhorn.png -------------------------------------------------------------------------------- /input/img/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/calendar.png -------------------------------------------------------------------------------- /input/img/dot_bot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/dot_bot.png -------------------------------------------------------------------------------- /input/img/home_hero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/home_hero.jpg -------------------------------------------------------------------------------- /input/img/ladies_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/ladies_bg.png -------------------------------------------------------------------------------- /input/img/logo_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/logo_big.png -------------------------------------------------------------------------------- /input/js/counter.js: -------------------------------------------------------------------------------- 1 | $(function () { 2 | $('.counter').counterUp({ delay: 10, time: 2e3 }); 3 | }); -------------------------------------------------------------------------------- /input/img/DATS-banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/DATS-banner.jpg -------------------------------------------------------------------------------- /input/img/DATS-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/DATS-banner.png -------------------------------------------------------------------------------- /input/img/github_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/github_icon.png -------------------------------------------------------------------------------- /input/img/globe_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/globe_icon.png -------------------------------------------------------------------------------- /input/img/home_hero.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/home_hero.webp -------------------------------------------------------------------------------- /input/img/ladies_bg.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/ladies_bg.webp -------------------------------------------------------------------------------- /input/img/meetup_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/meetup_logo.png -------------------------------------------------------------------------------- /input/img/meetup_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/meetup_map.png -------------------------------------------------------------------------------- /input/img/meetup_map.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/meetup_map.webp -------------------------------------------------------------------------------- /input/api/.funcignore: -------------------------------------------------------------------------------- 1 | *.js.map 2 | *.ts 3 | .git* 4 | .vscode 5 | local.settings.json 6 | test 7 | tsconfig.json -------------------------------------------------------------------------------- /input/api/proxies.json: -------------------------------------------------------------------------------- 1 | { 2 | "$schema": "http://json.schemastore.org/proxies", 3 | "proxies": {} 4 | } 5 | -------------------------------------------------------------------------------- /input/assets/posts/BethM.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/BethM.jpg -------------------------------------------------------------------------------- /input/assets/posts/tsg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/tsg.png -------------------------------------------------------------------------------- /input/img/building_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/building_icon.png -------------------------------------------------------------------------------- /input/img/meetup_map_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/meetup_map_new.png -------------------------------------------------------------------------------- /input/assets/posts/cropped.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/cropped.jpg -------------------------------------------------------------------------------- /input/assets/posts/samsung.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/samsung.jpg -------------------------------------------------------------------------------- /input/assets/posts/uwp-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/uwp-ui.png -------------------------------------------------------------------------------- /input/assets/projects/elsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/elsa.png -------------------------------------------------------------------------------- /input/assets/projects/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/logo.png -------------------------------------------------------------------------------- /input/img/developers_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/developers_icon.png -------------------------------------------------------------------------------- /input/img/favicon/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/favicon/favicon.ico -------------------------------------------------------------------------------- /input/img/swag_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/swag_background.png -------------------------------------------------------------------------------- /input/img/swag_background.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/swag_background.webp -------------------------------------------------------------------------------- /input/about/election/nomination-committee-2020/_directory.yaml: -------------------------------------------------------------------------------- 1 | RenderPostProcessTemplates: false 2 | ShouldOutput: false -------------------------------------------------------------------------------- /input/assets/posts/WWTinChina.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/WWTinChina.jpg -------------------------------------------------------------------------------- /input/assets/posts/automapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/automapper.png -------------------------------------------------------------------------------- /input/assets/posts/dimagLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dimagLogo.png -------------------------------------------------------------------------------- /input/assets/posts/imagesharp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/imagesharp.png -------------------------------------------------------------------------------- /input/assets/posts/json_net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/json_net.png -------------------------------------------------------------------------------- /input/assets/posts/polly_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/polly_logo.png -------------------------------------------------------------------------------- /input/assets/posts/tsg-2016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/tsg-2016.png -------------------------------------------------------------------------------- /input/assets/projects/cecil.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/cecil.jpg -------------------------------------------------------------------------------- /input/assets/projects/esquio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/esquio.png -------------------------------------------------------------------------------- /input/assets/projects/marten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/marten.png -------------------------------------------------------------------------------- /input/assets/projects/nunit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/nunit.png -------------------------------------------------------------------------------- /input/assets/projects/oqtane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/oqtane.png -------------------------------------------------------------------------------- /input/assets/projects/xamarin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/xamarin.jpg -------------------------------------------------------------------------------- /input/assets/projects/xunit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/xunit.jpg -------------------------------------------------------------------------------- /input/js/cookie-consent.3.0.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/js/cookie-consent.3.0.0.js -------------------------------------------------------------------------------- /input/api/rss/index.yaml: -------------------------------------------------------------------------------- 1 | FeedRss: true 2 | FeedSources: "blog/posts/*" 3 | FeedOrderKey: Published 4 | FeedOrderDescending: true -------------------------------------------------------------------------------- /input/assets/members/ben-adams.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/ben-adams.jpg -------------------------------------------------------------------------------- /input/assets/members/beth-massi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/beth-massi.jpg -------------------------------------------------------------------------------- /input/assets/members/jon-skeet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/jon-skeet.jpg -------------------------------------------------------------------------------- /input/assets/members/phil-haack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/phil-haack.jpg -------------------------------------------------------------------------------- /input/assets/posts/ODataLogo-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/ODataLogo-96.png -------------------------------------------------------------------------------- /input/assets/posts/RachelReese.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/RachelReese.JPG -------------------------------------------------------------------------------- /input/assets/posts/connect-dnf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/connect-dnf.png -------------------------------------------------------------------------------- /input/assets/posts/jon-galloway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/jon-galloway.png -------------------------------------------------------------------------------- /input/assets/posts/oren-novotny.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/oren-novotny.jpg -------------------------------------------------------------------------------- /input/assets/posts/symbolsource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/symbolsource.png -------------------------------------------------------------------------------- /input/assets/projects/Couchbase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/Couchbase.png -------------------------------------------------------------------------------- /input/assets/projects/Humanizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/Humanizer.png -------------------------------------------------------------------------------- /input/assets/projects/MvvmLight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/MvvmLight.png -------------------------------------------------------------------------------- /input/assets/projects/app-vNext.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/app-vNext.jpg -------------------------------------------------------------------------------- /input/assets/projects/avalonia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/avalonia.png -------------------------------------------------------------------------------- /input/assets/projects/chem4word.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/chem4word.jpg -------------------------------------------------------------------------------- /input/assets/projects/coverlet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/coverlet.png -------------------------------------------------------------------------------- /input/assets/projects/frp-excel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/frp-excel.gif -------------------------------------------------------------------------------- /input/assets/projects/logo_big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/logo_big.png -------------------------------------------------------------------------------- /input/assets/projects/microsoft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/microsoft.jpg -------------------------------------------------------------------------------- /input/assets/projects/omnisharp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/omnisharp.png -------------------------------------------------------------------------------- /input/assets/projects/peachpie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/peachpie.png -------------------------------------------------------------------------------- /input/assets/projects/pythonnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/pythonnet.png -------------------------------------------------------------------------------- /input/assets/projects/wix-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/wix-white.png -------------------------------------------------------------------------------- /input/img/DATS_Horz_WhiteOrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/DATS_Horz_WhiteOrange.png -------------------------------------------------------------------------------- /input/img/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /input/img/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /input/img/member_projects_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/member_projects_icon.png -------------------------------------------------------------------------------- /input/about/budget/fy20-pie-chart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/about/budget/fy20-pie-chart.png -------------------------------------------------------------------------------- /input/assets/members/bill-wagner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/bill-wagner.jpg -------------------------------------------------------------------------------- /input/assets/members/chris-sfanos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/chris-sfanos.jpg -------------------------------------------------------------------------------- /input/assets/members/daniel-roth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/daniel-roth.jpg -------------------------------------------------------------------------------- /input/assets/members/iris-classon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/iris-classon.jpg -------------------------------------------------------------------------------- /input/assets/members/javier-lozano.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/javier-lozano.jpg -------------------------------------------------------------------------------- /input/assets/members/jeff-strauss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/jeff-strauss.jpg -------------------------------------------------------------------------------- /input/assets/members/jessica-white.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/jessica-white.jpg -------------------------------------------------------------------------------- /input/assets/members/jon-galloway.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/jon-galloway.png -------------------------------------------------------------------------------- /input/assets/members/julie-lerman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/julie-lerman.jpg -------------------------------------------------------------------------------- /input/assets/members/layla-porter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/layla-porter.jpg -------------------------------------------------------------------------------- /input/assets/members/rabeb-othmani.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/rabeb-othmani.jpg -------------------------------------------------------------------------------- /input/assets/members/sara-chipps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/sara-chipps.png -------------------------------------------------------------------------------- /input/assets/members/shaun-walker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/shaun-walker.jpg -------------------------------------------------------------------------------- /input/assets/members/steve-smith.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/steve-smith.jpg -------------------------------------------------------------------------------- /input/assets/posts/cake-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/cake-screenshot.png -------------------------------------------------------------------------------- /input/assets/posts/cqrs_documents.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/cqrs_documents.pdf -------------------------------------------------------------------------------- /input/assets/posts/infernet-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/infernet-icon.png -------------------------------------------------------------------------------- /input/assets/posts/maturity-ladder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/maturity-ladder.png -------------------------------------------------------------------------------- /input/assets/posts/maxresdefault.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/maxresdefault.jpg -------------------------------------------------------------------------------- /input/assets/posts/reactiveui-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/reactiveui-logo.png -------------------------------------------------------------------------------- /input/assets/posts/tizen-preview-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/tizen-preview-2.png -------------------------------------------------------------------------------- /input/assets/posts/wwt_planetarium.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/wwt_planetarium.jpg -------------------------------------------------------------------------------- /input/assets/projects/Pivotal-Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/Pivotal-Logo.png -------------------------------------------------------------------------------- /input/assets/projects/automapper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/automapper.jpg -------------------------------------------------------------------------------- /input/assets/projects/cake-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/cake-large.png -------------------------------------------------------------------------------- /input/assets/projects/dnn-platform.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/dnn-platform.jpg -------------------------------------------------------------------------------- /input/assets/projects/jsondotnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/jsondotnet.png -------------------------------------------------------------------------------- /input/assets/projects/logo-prism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/logo-prism.png -------------------------------------------------------------------------------- /input/assets/projects/outercurve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/outercurve.png -------------------------------------------------------------------------------- /input/assets/projects/piranha-cms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/piranha-cms.png -------------------------------------------------------------------------------- /input/assets/projects/protobuild.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/protobuild.jpg -------------------------------------------------------------------------------- /input/assets/projects/reactiveui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/reactiveui.jpg -------------------------------------------------------------------------------- /input/img/favicon/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/favicon/apple-touch-icon.png -------------------------------------------------------------------------------- /input/img/favicon/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/favicon/mstile-150x150.png -------------------------------------------------------------------------------- /input/projects/data/_directory.yaml: -------------------------------------------------------------------------------- 1 | DestinationPath: => new NormalizedPath("projects") / Destination.FileName.ChangeExtension(".html") -------------------------------------------------------------------------------- /input/about/budget/fy20-pl-statement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/about/budget/fy20-pl-statement.pdf -------------------------------------------------------------------------------- /input/assets/members/brendan-forster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/brendan-forster.jpg -------------------------------------------------------------------------------- /input/assets/members/claire-novotny.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/claire-novotny.jpg -------------------------------------------------------------------------------- /input/assets/members/dominick-baier.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/dominick-baier.jpg -------------------------------------------------------------------------------- /input/assets/members/immo-landwerth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/immo-landwerth.jpg -------------------------------------------------------------------------------- /input/assets/members/martin-woodward.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/martin-woodward.jpg -------------------------------------------------------------------------------- /input/assets/members/miklos-barkoczi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/miklos-barkoczi.png -------------------------------------------------------------------------------- /input/assets/posts/B7MGXhhb_400x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/B7MGXhhb_400x400.png -------------------------------------------------------------------------------- /input/assets/posts/akkadotnet-video.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/akkadotnet-video.jpg -------------------------------------------------------------------------------- /input/assets/posts/dnf-meetups-dec18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dnf-meetups-dec18.jpg -------------------------------------------------------------------------------- /input/assets/posts/dotvvm-hackfest-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dotvvm-hackfest-1.gif -------------------------------------------------------------------------------- /input/assets/posts/dotvvm-hackfest-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dotvvm-hackfest-2.gif -------------------------------------------------------------------------------- /input/assets/posts/dotvvm-hackfest-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dotvvm-hackfest-3.jpg -------------------------------------------------------------------------------- /input/assets/posts/meetupmap_1-2018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/meetupmap_1-2018.png -------------------------------------------------------------------------------- /input/assets/posts/onnx-diagram-v03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/onnx-diagram-v03.png -------------------------------------------------------------------------------- /input/assets/posts/reactive-ui-video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/reactive-ui-video.png -------------------------------------------------------------------------------- /input/assets/posts/ui-for-uwp-shirts.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/ui-for-uwp-shirts.jpg -------------------------------------------------------------------------------- /input/assets/projects/identitymodel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/identitymodel.jpg -------------------------------------------------------------------------------- /input/assets/projects/identityserver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/identityserver.png -------------------------------------------------------------------------------- /input/assets/projects/nanoframework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/nanoframework.png -------------------------------------------------------------------------------- /input/assets/projects/sixlabors.256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/sixlabors.256.png -------------------------------------------------------------------------------- /input/assets/projects/system.drawing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/system.drawing.jpg -------------------------------------------------------------------------------- /input/assets/projects/unitycontainer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/unitycontainer.png -------------------------------------------------------------------------------- /input/img/dotNetFoundationHorizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/dotNetFoundationHorizontal.png -------------------------------------------------------------------------------- /input/about/budget/fy20-balance-sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/about/budget/fy20-balance-sheet.png -------------------------------------------------------------------------------- /input/assets/corporate-sponsors/amazon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/corporate-sponsors/amazon.png -------------------------------------------------------------------------------- /input/assets/corporate-sponsors/endjin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/corporate-sponsors/endjin.png -------------------------------------------------------------------------------- /input/assets/corporate-sponsors/insight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/corporate-sponsors/insight.png -------------------------------------------------------------------------------- /input/assets/corporate-sponsors/pivotal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/corporate-sponsors/pivotal.png -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/2148318: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/2148318 -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/me.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/me.png -------------------------------------------------------------------------------- /input/assets/members/rodney-littles-ii.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/rodney-littles-ii.jpg -------------------------------------------------------------------------------- /input/assets/members/shawn-wildermuth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/shawn-wildermuth.jpg -------------------------------------------------------------------------------- /input/assets/posts/anglesharp-core-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/anglesharp-core-logo.png -------------------------------------------------------------------------------- /input/assets/posts/benchmarkdotnet_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/benchmarkdotnet_logo.png -------------------------------------------------------------------------------- /input/assets/posts/devexpress-logo-2020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/devexpress-logo-2020.png -------------------------------------------------------------------------------- /input/assets/posts/opencollective_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/opencollective_logo.png -------------------------------------------------------------------------------- /input/assets/projects/BenchmarkDotNet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/BenchmarkDotNet.png -------------------------------------------------------------------------------- /input/assets/projects/FluentValidation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/FluentValidation.png -------------------------------------------------------------------------------- /input/assets/projects/anglesharp-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/anglesharp-logo.png -------------------------------------------------------------------------------- /input/assets/projects/dotnet-platform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/dotnet-platform.png -------------------------------------------------------------------------------- /input/assets/projects/identitymanager.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/identitymanager.jpg -------------------------------------------------------------------------------- /input/assets/projects/orchardcore_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/orchardcore_logo.png -------------------------------------------------------------------------------- /input/assets/projects/petabridge_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/petabridge_logo.png -------------------------------------------------------------------------------- /input/img/art-ball-shaped-blur-326036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/art-ball-shaped-blur-326036.png -------------------------------------------------------------------------------- /input/img/whiteboard_guy_with_dotbot_.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/whiteboard_guy_with_dotbot_.png -------------------------------------------------------------------------------- /input/img/whiteboard_guy_with_dotbot_.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/whiteboard_guy_with_dotbot_.webp -------------------------------------------------------------------------------- /input/assets/corporate-sponsors/Microsoft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/corporate-sponsors/Microsoft.png -------------------------------------------------------------------------------- /input/assets/posts/dnf-new-projects-nov17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dnf-new-projects-nov17.png -------------------------------------------------------------------------------- /input/assets/posts/dotnetconf-2019-tokyo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dotnetconf-2019-tokyo.png -------------------------------------------------------------------------------- /input/assets/posts/peachpie-possibilities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/peachpie-possibilities.png -------------------------------------------------------------------------------- /input/assets/projects/dotvvm_logo_square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/dotvvm_logo_square.png -------------------------------------------------------------------------------- /input/assets/projects/mahapps.metro.logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/mahapps.metro.logo.png -------------------------------------------------------------------------------- /input/assets/projects/progressteleriklogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/progressteleriklogo.png -------------------------------------------------------------------------------- /input/assets/projects/reactive-extensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/reactive-extensions.png -------------------------------------------------------------------------------- /input/assets/projects/salesforce-toolkits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/salesforce-toolkits.png -------------------------------------------------------------------------------- /input/assets/projects/search-autocomplete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/search-autocomplete.gif -------------------------------------------------------------------------------- /input/assets/projects/telerik-ui-for-uwp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/telerik-ui-for-uwp.png -------------------------------------------------------------------------------- /input/img/favicon/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/favicon/android-chrome-192x192.png -------------------------------------------------------------------------------- /input/img/favicon/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/img/favicon/android-chrome-512x512.png -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/huei-feng.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/huei-feng.jpg -------------------------------------------------------------------------------- /input/assets/posts/dnf-voting-stats-mar-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dnf-voting-stats-mar-26.png -------------------------------------------------------------------------------- /input/assets/posts/dotnet-bot-hacktoberfest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dotnet-bot-hacktoberfest.png -------------------------------------------------------------------------------- /input/assets/posts/dotnetconf-2019-nigeria.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dotnetconf-2019-nigeria.png -------------------------------------------------------------------------------- /input/assets/posts/dotnetconf-2019-romania.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dotnetconf-2019-romania.png -------------------------------------------------------------------------------- /input/assets/posts/dotnetconf-2019-thailand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dotnetconf-2019-thailand.png -------------------------------------------------------------------------------- /input/assets/posts/maturity-model-graphics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/maturity-model-graphics.png -------------------------------------------------------------------------------- /input/assets/projects/data-grid-extensions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/data-grid-extensions.png -------------------------------------------------------------------------------- /input/assets/projects/nuget-package-explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/nuget-package-explorer.png -------------------------------------------------------------------------------- /input/assets/projects/resx-resource-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/resx-resource-manager.png -------------------------------------------------------------------------------- /input/assets/corporate-sponsors/octopus-deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/corporate-sponsors/octopus-deploy.png -------------------------------------------------------------------------------- /input/assets/documents/OnBoardingQuestionaire.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/documents/OnBoardingQuestionaire.docx -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/jay-harris.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/jay-harris.jpg -------------------------------------------------------------------------------- /input/assets/posts/corporate-sponsors-with-aws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/corporate-sponsors-with-aws.png -------------------------------------------------------------------------------- /input/assets/posts/mvvmcross-hackfest-kickoff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/mvvmcross-hackfest-kickoff.jpg -------------------------------------------------------------------------------- /input/assets/posts/the-truth-about-open-source.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/the-truth-about-open-source.jpg -------------------------------------------------------------------------------- /input/assets/projects/OData-Connected-Service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/OData-Connected-Service.png -------------------------------------------------------------------------------- /input/assets/projects/xamarincommunitytoolkit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/projects/xamarincommunitytoolkit.png -------------------------------------------------------------------------------- /input/assets/corporate-sponsors/progress-telerik.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/corporate-sponsors/progress-telerik.png -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/shaun-walker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/shaun-walker.png -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/jamie-howarth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/jamie-howarth.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/javier-lozano.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/javier-lozano.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/jeff-strauss.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/jeff-strauss.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/layla-porter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/layla-porter.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/rainer-stropek.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/rainer-stropek.jpg -------------------------------------------------------------------------------- /input/assets/posts/dotnetsummer-keen-kanban-board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/dotnetsummer-keen-kanban-board.png -------------------------------------------------------------------------------- /input/corporate-sponsors/aws.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: AWS 3 | logo: assets/corporate-sponsors/amazon.png 4 | url: https://aws.amazon.com/ 5 | order: 1 6 | --- 7 | -------------------------------------------------------------------------------- /input/corporate-sponsors/endjin.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: endjin 3 | logo: assets/corporate-sponsors/endjin.png 4 | url: https://www.endjin.com/ 5 | order: 3 6 | --- -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/dennie-declercq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/dennie-declercq.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/dhananjay-kumar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/dhananjay-kumar.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/jerome-hardaway.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/jerome-hardaway.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/joseph-guadagno.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/joseph-guadagno.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/mitchel-sellers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/mitchel-sellers.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/shawn-wildermuth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/shawn-wildermuth.jpg -------------------------------------------------------------------------------- /input/assets/posts/1f162626bb47cb7b02ddf694434e140f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/1f162626bb47cb7b02ddf694434e140f.png -------------------------------------------------------------------------------- /input/assets/posts/28f8d88e6f4d71d1ad09a659cef56a2f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/28f8d88e6f4d71d1ad09a659cef56a2f.png -------------------------------------------------------------------------------- /input/assets/posts/790b50a0e40d778b1ae844813ee540b0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/790b50a0e40d778b1ae844813ee540b0.png -------------------------------------------------------------------------------- /input/assets/posts/8ab1b4f70484311bb03e3fe129232410.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/8ab1b4f70484311bb03e3fe129232410.png -------------------------------------------------------------------------------- /input/assets/posts/a865e1a3d11238c1fad86766c5725740.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/a865e1a3d11238c1fad86766c5725740.png -------------------------------------------------------------------------------- /input/assets/posts/c0470106b9ba6699642d2c2fd2bd9b28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/c0470106b9ba6699642d2c2fd2bd9b28.png -------------------------------------------------------------------------------- /input/assets/posts/cc835bca2ea5a15970aaa0173c2ecebf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/cc835bca2ea5a15970aaa0173c2ecebf.png -------------------------------------------------------------------------------- /input/assets/posts/f7365430b5b70746efa9cff3e55ba85e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/f7365430b5b70746efa9cff3e55ba85e.png -------------------------------------------------------------------------------- /input/assets/posts/f91cb28aeac6bb5f61fb6ea0dbbc1876.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/f91cb28aeac6bb5f61fb6ea0dbbc1876.png -------------------------------------------------------------------------------- /Properties/launchSettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "profiles": { 3 | "Build": { 4 | "commandName": "Project", 5 | "commandLineArgs": "preview" 6 | } 7 | } 8 | } -------------------------------------------------------------------------------- /input/_ViewImports.cshtml: -------------------------------------------------------------------------------- 1 | @using Statiq.Common 2 | @using Statiq.Web 3 | @using DotnetFoundationWeb 4 | 5 | @inherits Statiq.Razor.StatiqRazorPage 6 | -------------------------------------------------------------------------------- /input/about/election/campaign-2020/ben-adams.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Ben Adams 3 | twitter: ben_a_adams 4 | image: ben-adams.jpg 5 | excluded: true 6 | --- 7 | 8 | 9 | -------------------------------------------------------------------------------- /input/assets/corporate-sponsors/devexpress-logo-2020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/corporate-sponsors/devexpress-logo-2020.png -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/RDC_Portrait_Small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/RDC_Portrait_Small.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/jeffrey-chilberto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/jeffrey-chilberto.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/rodney-littles-ii.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/rodney-littles-ii.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2020/rodrigo-diaz-concha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2020/rodrigo-diaz-concha.jpg -------------------------------------------------------------------------------- /input/assets/posts/009ab65d-0d19-45ef-870c-85d8366a1c98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/009ab65d-0d19-45ef-870c-85d8366a1c98.gif -------------------------------------------------------------------------------- /input/assets/posts/1c771e40-ae82-42f5-b260-c85f6736f3b1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/1c771e40-ae82-42f5-b260-c85f6736f3b1.png -------------------------------------------------------------------------------- /input/assets/posts/217da7e1-5e3c-40aa-bb08-3e744ef93db8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/217da7e1-5e3c-40aa-bb08-3e744ef93db8.png -------------------------------------------------------------------------------- /input/assets/posts/31e83145-c125-4696-95ca-ec8f84d56ce2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/31e83145-c125-4696-95ca-ec8f84d56ce2.jpg -------------------------------------------------------------------------------- /input/assets/posts/32fd9305-5625-4b8e-94fa-c6916c320e71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/32fd9305-5625-4b8e-94fa-c6916c320e71.jpg -------------------------------------------------------------------------------- /input/assets/posts/4acc4ac7-42b9-4345-9020-f1fc0110470a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/4acc4ac7-42b9-4345-9020-f1fc0110470a.png -------------------------------------------------------------------------------- /input/assets/posts/74003b16-78f9-4abd-8d12-ccbc26077669.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/74003b16-78f9-4abd-8d12-ccbc26077669.png -------------------------------------------------------------------------------- /input/assets/posts/8c7df6eb-b295-4158-b293-9d3416db6e7d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/8c7df6eb-b295-4158-b293-9d3416db6e7d.png -------------------------------------------------------------------------------- /input/assets/posts/8fd1e465-9efa-4fc0-8c0f-60b7f5373ba3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/8fd1e465-9efa-4fc0-8c0f-60b7f5373ba3.jpg -------------------------------------------------------------------------------- /input/assets/posts/91a33811-0b6c-4f2f-83e8-3d4f720a84b9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/91a33811-0b6c-4f2f-83e8-3d4f720a84b9.png -------------------------------------------------------------------------------- /input/assets/posts/a6d67a46-573c-4d62-aef2-daa5610ddfd5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/a6d67a46-573c-4d62-aef2-daa5610ddfd5.jpg -------------------------------------------------------------------------------- /input/assets/posts/bb977c44-1c97-4a5e-b325-8410ca30ff14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/bb977c44-1c97-4a5e-b325-8410ca30ff14.png -------------------------------------------------------------------------------- /input/assets/posts/bcd54232-6e7d-4e54-a254-ebf435315975.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/bcd54232-6e7d-4e54-a254-ebf435315975.jpg -------------------------------------------------------------------------------- /input/assets/posts/c7bae23e-d0ad-45e3-850f-d2bc2296c5e0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/c7bae23e-d0ad-45e3-850f-d2bc2296c5e0.jpg -------------------------------------------------------------------------------- /input/assets/posts/ceab7291-9a1b-4db8-83c9-46c6b2bdf744.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/ceab7291-9a1b-4db8-83c9-46c6b2bdf744.jpg -------------------------------------------------------------------------------- /input/assets/posts/d0116177-1422-43c8-a2a8-be355cea03f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/d0116177-1422-43c8-a2a8-be355cea03f2.png -------------------------------------------------------------------------------- /input/assets/posts/d115925b-2ca7-48bd-8259-9afd54bd4dfe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/d115925b-2ca7-48bd-8259-9afd54bd4dfe.png -------------------------------------------------------------------------------- /input/assets/posts/e0448b2e-2fcc-4539-beb8-55a16f07d9ba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/e0448b2e-2fcc-4539-beb8-55a16f07d9ba.jpg -------------------------------------------------------------------------------- /input/assets/posts/e480cc53-ba2f-490f-9e1e-08da35e6fc57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/e480cc53-ba2f-490f-9e1e-08da35e6fc57.png -------------------------------------------------------------------------------- /input/assets/posts/e7edfe68-09d6-4713-a3e4-3a403d92fb48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/e7edfe68-09d6-4713-a3e4-3a403d92fb48.png -------------------------------------------------------------------------------- /input/assets/posts/ee48e462-f704-448c-986a-0c8ef4c37ca7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/ee48e462-f704-448c-986a-0c8ef4c37ca7.png -------------------------------------------------------------------------------- /input/assets/posts/humanitarian-toolbox-hackfest-kickoff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/humanitarian-toolbox-hackfest-kickoff.jpg -------------------------------------------------------------------------------- /input/corporate-sponsors/microsoft.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Microsoft 3 | logo: assets/corporate-sponsors/Microsoft.png 4 | url: http://www.microsoft.com/ 5 | order: 4 6 | --- 7 | -------------------------------------------------------------------------------- /input/api/host.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "2.0", 3 | "extensionBundle": { 4 | "id": "Microsoft.Azure.Functions.ExtensionBundle", 5 | "version": "[1.*, 2.0.0)" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /input/corporate-sponsors/octopus-deploy.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Octopus Deploy 3 | logo: assets/corporate-sponsors/octopus-deploy.png 4 | url: https://octopus.com/ 5 | order: 5 6 | --- 7 | -------------------------------------------------------------------------------- /input/assets/documents/net-foundation-advisory-council-proposal.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/documents/net-foundation-advisory-council-proposal.pdf -------------------------------------------------------------------------------- /input/assets/posts/54181549-cad12c80-4496-11e9-8c3d-426c5d1d008b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/54181549-cad12c80-4496-11e9-8c3d-426c5d1d008b.jpg -------------------------------------------------------------------------------- /input/assets/posts/74241694-64015800-4c91-11ea-9431-736bc05717a0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/74241694-64015800-4c91-11ea-9431-736bc05717a0.png -------------------------------------------------------------------------------- /input/assets/posts/76425289-a12b3980-6366-11ea-977d-a1cf35af6cf8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/76425289-a12b3980-6366-11ea-977d-a1cf35af6cf8.png -------------------------------------------------------------------------------- /input/assets/posts/76426382-3975ee00-6368-11ea-97cf-fee658b2ce35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/76426382-3975ee00-6368-11ea-97cf-fee658b2ce35.png -------------------------------------------------------------------------------- /input/assets/posts/76426729-aab5a100-6368-11ea-936f-ab3ac79d957c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/76426729-aab5a100-6368-11ea-936f-ab3ac79d957c.png -------------------------------------------------------------------------------- /input/assets/posts/76426783-bc974400-6368-11ea-90bd-40e3f56daad1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/76426783-bc974400-6368-11ea-90bd-40e3f56daad1.png -------------------------------------------------------------------------------- /input/assets/posts/76427201-40513080-6369-11ea-9f30-b5146fec6338.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/76427201-40513080-6369-11ea-9f30-b5146fec6338.png -------------------------------------------------------------------------------- /input/corporate-sponsors/devexpress.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: devexpress 3 | logo: assets/corporate-sponsors/devexpress-logo-2020.png 4 | url: http://www.devexpress.com/ 5 | order: 2 6 | --- 7 | -------------------------------------------------------------------------------- /input/corporate-sponsors/progress-telerik.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Progress Telerik 3 | logo: assets/corporate-sponsors/progress-telerik.png 4 | url: https://www.telerik.com/open 5 | order: 6 6 | --- 7 | -------------------------------------------------------------------------------- /input/about/team/chris-sfanos.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Chris Sfanos 3 | image: chris-sfanos.jpg 4 | order: 3 5 | twitter: 6 | --- 7 | 8 | I'm **Chris Sfanos**, Program Manager, helping get things done. 9 | -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/02a016a5-1f38-46db-87a8-304f6e233d8e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/02a016a5-1f38-46db-87a8-304f6e233d8e.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/0c009f81-0d27-4796-92e8-eb49aa1aa7f8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/0c009f81-0d27-4796-92e8-eb49aa1aa7f8.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/17135de6-8a9f-42b6-820b-eee06a25d7b2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/17135de6-8a9f-42b6-820b-eee06a25d7b2.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/17bbbf3e-c635-4802-bfb7-846d9e21b150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/17bbbf3e-c635-4802-bfb7-846d9e21b150.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/1c6f3c17-9342-4909-bc3d-1d47f1b4a3eb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/1c6f3c17-9342-4909-bc3d-1d47f1b4a3eb.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/1cb9dce7-4ffb-4d6a-89fd-bcd2709e0599.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/1cb9dce7-4ffb-4d6a-89fd-bcd2709e0599.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/2a562e01-9cda-4202-a901-4c1850cb33c9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/2a562e01-9cda-4202-a901-4c1850cb33c9.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/2f388304-927f-44b4-9d2e-8e9e3c2ebc90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/2f388304-927f-44b4-9d2e-8e9e3c2ebc90.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/2fe859ef-0341-463e-ac01-9abb34a94ad9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/2fe859ef-0341-463e-ac01-9abb34a94ad9.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/33b689c1-f30e-4859-8f92-76a91914ebd9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/33b689c1-f30e-4859-8f92-76a91914ebd9.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/3af64059-37f6-4adf-abc1-3553a13f5683.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/3af64059-37f6-4adf-abc1-3553a13f5683.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/46845362-f6dd-45e8-b0a6-49e9cfd6f641.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/46845362-f6dd-45e8-b0a6-49e9cfd6f641.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/4a762811-84b5-4db8-b941-0198fe9c4bfe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/4a762811-84b5-4db8-b941-0198fe9c4bfe.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/4fabcac7-d0af-4c01-856b-4fa14cbbcd29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/4fabcac7-d0af-4c01-856b-4fa14cbbcd29.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/5029ea92-2994-4eb5-ad0d-0fada9f7bd3a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/5029ea92-2994-4eb5-ad0d-0fada9f7bd3a.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/58637674-8a9a-42bc-ad62-47447d176f0f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/58637674-8a9a-42bc-ad62-47447d176f0f.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/5d90914a-07bd-4f92-aab0-9df026779702.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/5d90914a-07bd-4f92-aab0-9df026779702.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/60e3d1c4-94a1-47c9-8e20-2b59052cdbdb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/60e3d1c4-94a1-47c9-8e20-2b59052cdbdb.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/683a145a-53a3-4d41-88f9-1d573316d5a8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/683a145a-53a3-4d41-88f9-1d573316d5a8.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/7560ad40-ccaa-4bd9-b5d8-967f9bcb31cd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/7560ad40-ccaa-4bd9-b5d8-967f9bcb31cd.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/760861b0-a922-4767-aac6-c26c4efffe4d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/760861b0-a922-4767-aac6-c26c4efffe4d.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/764aadea-1e93-48f6-97b8-e226388603ee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/764aadea-1e93-48f6-97b8-e226388603ee.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/77475b18-f681-4cd0-87d3-44b952733153.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/77475b18-f681-4cd0-87d3-44b952733153.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/7d09f48d-0281-4cb2-9a1a-b5c0e4a02e77.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/7d09f48d-0281-4cb2-9a1a-b5c0e4a02e77.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/7fdddbc7-57d2-4ece-9f64-edaae7c0521b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/7fdddbc7-57d2-4ece-9f64-edaae7c0521b.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/91d8775a-b129-4321-97f1-4eff32632f5b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/91d8775a-b129-4321-97f1-4eff32632f5b.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/9b3f5b7e-4ad6-43aa-b453-253ba66503d8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/9b3f5b7e-4ad6-43aa-b453-253ba66503d8.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/acb757aa-e39f-43c6-9edc-7873606a21ba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/acb757aa-e39f-43c6-9edc-7873606a21ba.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/b6ee3715-63f8-4999-b548-0060867f3915.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/b6ee3715-63f8-4999-b548-0060867f3915.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/ba914438-998b-4069-800e-bee2d4222e98.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/ba914438-998b-4069-800e-bee2d4222e98.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/c3e06956-1e6e-4271-9ad2-b3e82303ab79.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/c3e06956-1e6e-4271-9ad2-b3e82303ab79.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/cdebee6f-bbf9-4f0c-b5d6-0f7fd629cfb3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/cdebee6f-bbf9-4f0c-b5d6-0f7fd629cfb3.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/fc65339f-e397-483a-b668-85f481062b9b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/fc65339f-e397-483a-b668-85f481062b9b.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/fdc80204-3d45-44f6-af4d-7da9dc8de640.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/fdc80204-3d45-44f6-af4d-7da9dc8de640.jpg -------------------------------------------------------------------------------- /input/about/election/nomination-committee-2020/iris-classon.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Iris Classon 3 | image: iris-classon.jpg 4 | twitter: irisclasson 5 | location: Sweden 6 | company: Greenbyte 7 | --- 8 | 9 | -------------------------------------------------------------------------------- /input/about/election/nomination-committee-2020/julie-lerman.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Julie Lerman 3 | image: julie-lerman.jpg 4 | twitter: julielerman 5 | location: United States 6 | company: The Data Farm 7 | --- 8 | 9 | -------------------------------------------------------------------------------- /input/assets/posts/MSFT_18023_dotNETConf_banners_email800x200_eventInfo_r3_KW.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/posts/MSFT_18023_dotNETConf_banners_email800x200_eventInfo_r3_KW.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/53609747-504f0580-3b96-11e9-979d-0727bcc63f42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/53609747-504f0580-3b96-11e9-979d-0727bcc63f42.png -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/53630658-7dd49700-3c08-11e9-8329-d5d6f27264c2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/53630658-7dd49700-3c08-11e9-8329-d5d6f27264c2.png -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/53631166-3521db80-3c12-11e9-8946-01c0c4da2d61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/53631166-3521db80-3c12-11e9-8946-01c0c4da2d61.png -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/53655225-71e6d600-3c04-11e9-89b9-69ce1261e53b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/53655225-71e6d600-3c04-11e9-89b9-69ce1261e53b.png -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/53698333-3a655e80-3da9-11e9-931e-39ae72bf1104.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/53698333-3a655e80-3da9-11e9-931e-39ae72bf1104.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/53746947-38b29e00-3e70-11e9-982a-a0ddb0a9134b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/53746947-38b29e00-3e70-11e9-982a-a0ddb0a9134b.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/54035164-bc58eb80-41de-11e9-9faf-e717eba0165a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/54035164-bc58eb80-41de-11e9-9faf-e717eba0165a.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/54139990-10d7b300-43f9-11e9-9db5-da607afd907f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/54139990-10d7b300-43f9-11e9-9db5-da607afd907f.png -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/54175230-5ebdeb00-44cd-11e9-8b5f-d9b760065e97.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/54175230-5ebdeb00-44cd-11e9-8b5f-d9b760065e97.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/54227549-637aa300-44bd-11e9-8b88-bdd2c9060684.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/54227549-637aa300-44bd-11e9-8b88-bdd2c9060684.png -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/54499348-16486800-48e7-11e9-8aa0-ef9cd15a002d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/54499348-16486800-48e7-11e9-8aa0-ef9cd15a002d.jpg -------------------------------------------------------------------------------- /input/assets/members/campaign-2019/54570031-38e78900-499a-11e9-9d03-bf2db6f885d6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1kevgriff/website-1/master/input/assets/members/campaign-2019/54570031-38e78900-499a-11e9-9d03-bf2db6f885d6.jpg -------------------------------------------------------------------------------- /input/about/election/nomination-committee-2020/steve-smith.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Steve (Ardalis) Smith 3 | image: steve-smith.jpg 4 | twitter: ardalis 5 | location: United States 6 | company: Ardalis Services 7 | --- 8 | 9 | -------------------------------------------------------------------------------- /input/about/election/nomination-committee-2020/rabeb-othmani.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Rabeb Othmani 3 | image: rabeb-othmani.jpg 4 | twitter: Rabeb_Othmani 5 | location: United Kingdom 6 | company: Zebra Technologies 7 | --- 8 | 9 | -------------------------------------------------------------------------------- /functions/tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "module": "commonjs", 4 | "target": "es6", 5 | "outDir": "../input/api", 6 | "rootDir": ".", 7 | "sourceMap": true, 8 | "strict": false 9 | } 10 | } -------------------------------------------------------------------------------- /input/about/advisory-council/mirco-bauer.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Micro 'meebey' Bauer 3 | image: 4 | order: 2 5 | twitter: 6 | location: 7 | company: CTO of cryptocurrency exchange Gatecoin Ltd. 8 | advisor: true 9 | --- 10 | -------------------------------------------------------------------------------- /input/about/election/nomination-committee-2020/jessica-white.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Jessica White 3 | image: jessica-white.jpg 4 | twitter: JessPWhite 5 | location: United Kingdom 6 | company: Experian Consumer Services 7 | --- 8 | 9 | -------------------------------------------------------------------------------- /input/about/advisory-council/daniel-roth.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Daniel Roth 3 | image: daniel-roth.jpg 4 | order: 2 5 | twitter: danroth27 6 | location: United States 7 | company: Program Manager at Microsoft 8 | advisor: true 9 | --- 10 | 11 | ASP.NET team 12 | -------------------------------------------------------------------------------- /input/about/team/miklos-barkoczi.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Miklos Barkoczi 3 | image: miklos-barkoczi.png 4 | order: 2 5 | twitter: 6 | --- 7 | 8 | I'm **Miklos Barkoczi**, the Treasurer of the .NET Foundation. I'm the man with the check book. Be nice to me. What's twitter? 9 | -------------------------------------------------------------------------------- /input/community/committees/template.yaml: -------------------------------------------------------------------------------- 1 | Title: Title 2 | Description: The committee is responsible for …. 3 | Chairperson: John Doe 4 | Image: https://via.placeholder.com/150 5 | Meets: When.. 6 | Repository: https://github.com/dotnet-foundation/ 7 | Excluded: true 8 | Order: 1 9 | -------------------------------------------------------------------------------- /input/community/presentations/what-is-net.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: deck 3 | id: what-is-net 4 | title: What is .NET? 5 | link: https://github.com/dotnet-presentations/home/tree/master/.NET%20Intro 6 | --- 7 | 8 | Level 100 Beginner 45min presentation on what .NET is and how to get started! -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Code of Conduct 2 | 3 | This project has adopted the code of conduct defined by the Contributor Covenant 4 | to clarify expected behavior in our community. 5 | For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). -------------------------------------------------------------------------------- /input/about/advisory-council/brendan-forster.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Brendan Forster 3 | order: 2 4 | image: brendan-forster.jpg 5 | twitter: shiftkey 6 | company: Staff Software Engineer at GitHub 7 | location: Canada 8 | advisor: true 9 | --- 10 | 11 | Frequent .NET open source contributor. 12 | -------------------------------------------------------------------------------- /input/about/advisory-council/immo-landwerth.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Immo Landwerth 3 | image: immo-landwerth.jpg 4 | order: 2 5 | twitter: terrajobst 6 | location: United States 7 | company: Program Manager at Microsoft 8 | advisor: true 9 | --- 10 | 11 | Helping lead open source initiatives. 12 | -------------------------------------------------------------------------------- /input/about/advisory-council/jon-galloway.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Jon Galloway 3 | image: jon-galloway.png 4 | order: 2 5 | twitter: jongalloway 6 | location: United States 7 | company: Program Manager at Microsoft 8 | advisor: true 9 | --- 10 | 11 | I'm **Jon Galloway**, former Executive Director. 12 | -------------------------------------------------------------------------------- /input/about/advisory-council/martin-woodward.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Martin Woodward 3 | image: martin-woodward.jpg 4 | twitter: martinwoodward 5 | location: United Kingdom 6 | order: 2 7 | company: GitHub 8 | advisor: true 9 | --- 10 | 11 | Former Executive Director. Director of DevRel for GitHub. 12 | -------------------------------------------------------------------------------- /input/api/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "api", 3 | "version": "1.0.0", 4 | "description": "", 5 | "scripts": { 6 | "test": "echo \"No tests yet...\"" 7 | }, 8 | "dependencies": { 9 | "coffeescript": "~1.6.3", 10 | "@octokit/rest": "^17.11.0" 11 | }, 12 | "devDependencies": {} 13 | } 14 | -------------------------------------------------------------------------------- /input/blog/posts/_directory.yaml: -------------------------------------------------------------------------------- 1 | DestinationPath: | 2 | => new NormalizedPath("blog") 3 | / doc.Get(WebKeys.Published).ToString("yyyy/MM/dd") 4 | / (doc.ContainsKey("Slug") 5 | ? doc.Destination.ChangeFileName(doc.GetString("Slug")).ChangeExtension(".html") 6 | : Destination.FileName.ChangeExtension(".html")) -------------------------------------------------------------------------------- /input/community/speakers/bruno-garcia.md: -------------------------------------------------------------------------------- 1 | Title: Bruno Garcia 2 | Location: Toronto, Canada 3 | Tags: 4 | - .NET 5 | GitHub: https://github.com/bruno-garcia 6 | Twitter: https://twitter.com/brungarc 7 | --- 8 | A Software Engineer who is very intense about .NET, world traveller and thinks home is wherever you set your beer down. 9 | -------------------------------------------------------------------------------- /input/img/favicon/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | #68217a 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /input/community/committees/membership.yaml: -------------------------------------------------------------------------------- 1 | Title: Membership 2 | Description: The committee is responsible for evalutating new member applications and discussing membership criteria. 3 | Chairperson: Bill Wagner 4 | Image: /assets/members/bill-wagner.jpg 5 | Meets: TBD 6 | Repository: https://github.com/dotnet-foundation/wg-membership 7 | Order: 3 8 | -------------------------------------------------------------------------------- /input/about/team/claire-novotny.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Claire Novotny 3 | image: claire-novotny.jpg 4 | order: 1 5 | twitter: clairernovotny 6 | --- 7 | 8 | I'm **Claire Novotny**, Executive Director of the .NET Foundation. I oversee the day-to-day operations, coordinate with the board, sponsors, advisory council, and help set the direction for the future. 9 | -------------------------------------------------------------------------------- /input/api/rss/function.json: -------------------------------------------------------------------------------- 1 | { 2 | "bindings": [ 3 | { 4 | "authLevel": "anonymous", 5 | "type": "httpTrigger", 6 | "direction": "in", 7 | "name": "req", 8 | "methods": [ 9 | "get" 10 | ] 11 | }, 12 | { 13 | "type": "http", 14 | "direction": "out", 15 | "name": "res" 16 | } 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /input/community/presentations/aspnet-core-overview-workshop.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: workshop 3 | id: aspnet-core-overview-workshop 4 | title: ASP.NET Core Overview Workshop 5 | repo: dotnet-presentations/aspnetcore-workshop 6 | link: https://github.com/dotnet-presentations/aspnetcore-workshop 7 | --- 8 | 9 | This ASP.NET Core workshop is broken down by topics: middleware, front-end, etc. -------------------------------------------------------------------------------- /input/community/presentations/net-today-and-tomorrow.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: deck 3 | id: net-today-and-tomorrow 4 | title: .NET Today and Tomorrow 5 | link: https://github.com/dotnet-presentations/home/tree/master/.NET%20Keynote 6 | --- 7 | 8 | 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. -------------------------------------------------------------------------------- /input/about/advisory-council/shaun-walker.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Shaun Walker (Chair) 3 | image: shaun-walker.jpg 4 | order: 1 5 | twitter: sbwalker 6 | company: Technical Director and Enterprise Guildmaster at Cognizant Softvision 7 | location: United States 8 | advisor: true 9 | --- 10 | 11 | Software Architect. Ex-Project leader for DotNetNuke open source product and ecosystem. -------------------------------------------------------------------------------- /input/api/project-spotlight/function.json: -------------------------------------------------------------------------------- 1 | { 2 | "bindings": [ 3 | { 4 | "authLevel": "anonymous", 5 | "type": "httpTrigger", 6 | "direction": "in", 7 | "name": "req", 8 | "methods": [ 9 | "get" 10 | ] 11 | }, 12 | { 13 | "type": "http", 14 | "direction": "out", 15 | "name": "res" 16 | } 17 | ] 18 | } 19 | -------------------------------------------------------------------------------- /input/api/issues/function.json: -------------------------------------------------------------------------------- 1 | { 2 | "bindings": [ 3 | { 4 | "authLevel": "anonymous", 5 | "type": "httpTrigger", 6 | "direction": "in", 7 | "name": "req", 8 | "methods": [ 9 | "get", 10 | "post" 11 | ] 12 | }, 13 | { 14 | "type": "http", 15 | "direction": "out", 16 | "name": "res" 17 | } 18 | ] 19 | } 20 | -------------------------------------------------------------------------------- /input/community/committees/sponsorship.yaml: -------------------------------------------------------------------------------- 1 | Title: Sponsorship 2 | Description: The committee is responsible for working with sponsors of the foundation and acquiring new sponsorship opportunities. 3 | Chairperson: Rodney Littles II 4 | Image: /assets/members/rodney-littles-ii.jpg 5 | Meets: TBD 6 | Repository: https://github.com/dotnet-foundation/wg-corporate-relations 7 | Excluded: false 8 | Order: 5 9 | -------------------------------------------------------------------------------- /input/community/presentations/aspnet-core-a-z-e-book.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: tutorial 3 | id: aspnet-core-a-z-e-book 4 | title: ASP.NET Core A-Z e-book 5 | link: https://wakeupandcode.com/release-asp-net-core-a-z-ebook/ 6 | --- 7 | 8 | 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”. -------------------------------------------------------------------------------- /input/community/presentations/aspnet-core-security-and-identity.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: deck 3 | id: aspnet-core-security-and-identity 4 | title: ASP.NET Core - Security and Identity 5 | link: https://github.com/dotnet-presentations/home/tree/master/Security/ASP.NET%20Core%202.0 6 | --- 7 | 8 | Overview of Security and Identity in ASP.NET Core 2.0, including Authorization Policies, Cookie Auth, and TOTP. Demos included. -------------------------------------------------------------------------------- /input/_BasicPageLayout.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = @"/_Layout.cshtml"; 3 | } 4 | 5 | 6 |
7 |
8 |
9 |
10 | @RenderBody() 11 |
12 |
13 |
14 |
-------------------------------------------------------------------------------- /input/community/presentations/aws-cdk-workshop.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: workshop 3 | id: aws-cdk-workshop 4 | title: AWS CDK .NET WORKSHOP 5 | link: https://cdkworkshop.com/40-dotnet.html 6 | --- 7 | 8 | AWS CDK allows developers to define their cloud infrastructure in code instead of writing large JSON or YAML files. .NET developers can build their cloud infrastructure in C# or F# taking advantages of .NET compilers and tools to validate their infrastructure. -------------------------------------------------------------------------------- /input/community/speakers/kendra-havens.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Kendra Havens 3 | Location: Seattle, Washington USA and part-time Los Angeles, California USA 4 | Email: kehavens@microsoft.com 5 | Language: 6 | - English 7 | Topics: 8 | - .NET 9 | - C# 10 | - Visual Studio 11 | Twitter: https://twitter.com/gotheap 12 | GitHub: https://github.com/kendrahavens 13 | LinkedIn: https://www.linkedin.com/in/kendrahavens 14 | --- 15 | 16 | -------------------------------------------------------------------------------- /input/community/presentations/net-core-workshop.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: workshop 3 | id: net-core-workshop 4 | title: .NET Core Workshop 5 | repo: dotnet-presentations/dotnetcore-workshop 6 | link: https://github.com/dotnet-presentations/dotnetcore-workshop 7 | --- 8 | 9 | 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. -------------------------------------------------------------------------------- /azure-pipelines.yml: -------------------------------------------------------------------------------- 1 | trigger: 2 | - master 3 | 4 | pr: 5 | - master 6 | 7 | pool: 8 | vmImage: 'ubuntu-latest' 9 | 10 | variables: 11 | BuildConfiguration: Release 12 | 13 | steps: 14 | 15 | - task: DotNetCoreCLI@2 16 | inputs: 17 | command: run 18 | projects: "*.csproj" 19 | arguments: -c $(BuildConfiguration) 20 | displayName: Build and Run Statiq 21 | 22 | - publish: output 23 | artifact: website 24 | displayName: Publish Artifacts -------------------------------------------------------------------------------- /input/community/presentations/xamarinforms-extend-and-optimize.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: deck 3 | id: xamarinforms---extend-and-optimize 4 | title: Xamarin.Forms - Extend and Optimize 5 | link: https://github.com/dotnet-presentations/mobile/tree/master/Xamarin.Forms%20-%20Extend%20and%20Optimize 6 | --- 7 | 8 | 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. -------------------------------------------------------------------------------- /input/community/presentations/250-aspnet-core-samples.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: tutorial 3 | id: 250-aspnet-core-samples 4 | title: 250+ ASP.NET Core Samples 5 | repo: dodyg/practical-aspnetcore 6 | link: https://github.com/dodyg/practical-aspnetcore 7 | --- 8 | 9 | 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. -------------------------------------------------------------------------------- /input/community/presentations/blazor-workshop.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: workshop 3 | id: blazor-workshop 4 | title: Blazor Workshop 5 | repo: dotnet-presentations/blazor-workshop 6 | link: https://github.com/dotnet-presentations/blazor-workshop/ 7 | --- 8 | 9 | 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. -------------------------------------------------------------------------------- /input/community/presentations/aspnet-core-for-beginners.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: workshop 3 | id: aspnet-core-for-beginners 4 | title: ASP.NET Core For Beginners 5 | repo: dotnet-presentations/aspnetcore-for-beginners 6 | link: https://github.com/dotnet-presentations/aspnetcore-for-beginners 7 | --- 8 | 9 | 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. -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: true 2 | contact_links: 3 | - name: Newsletter Update 4 | url: https://github.com/dotnet-foundation/website/edit/master/input/blog/posts/_current-newsletter-draft.md 5 | about: Newsletter updates are handled via editing the current newsletter draft file. 6 | - name: Election Question 7 | url: https://github.com/dotnet-foundation/Home/discussions 8 | about: Do you have a question for one of the candidates running for the Board of Directors? Ask it here! -------------------------------------------------------------------------------- /input/manifest.json: -------------------------------------------------------------------------------- 1 | ContentType: Asset 2 | --- 3 | { 4 | "ShouldOutput": true, 5 | "name": "App", 6 | "icons": [ 7 | { 8 | "src": "/img/favicon/android-chrome-192x192.png", 9 | "sizes": "192x192", 10 | "type": "image/png" 11 | }, 12 | { 13 | "src": "/img/favicon/android-chrome-512x512.png", 14 | "sizes": "512x512", 15 | "type": "image/png" 16 | } 17 | ], 18 | "theme_color": "#68217a", 19 | "background_color": "#68217a", 20 | "display": "standalone" 21 | } -------------------------------------------------------------------------------- /input/community/presentations/xamarinessentials-cross-platform-native-apis.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: deck 3 | id: xamarinessentials-cross-platform-native-apis 4 | title: Xamarin.Essentials - Cross-platform Native APIs 5 | link: https://github.com/dotnet-presentations/mobile/tree/master/Xamarin.Essentials 6 | --- 7 | 8 | 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. -------------------------------------------------------------------------------- /input/community/presentations/aspnet-core-app-workshop.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: workshop 3 | id: aspnet-core-app-workshop 4 | title: ASP.NET Core App Workshop 5 | repo: dotnet-presentations/aspnetcore-app-workshop 6 | link: https://github.com/dotnet-presentations/aspnetcore-app-workshop 7 | --- 8 | 9 | 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. -------------------------------------------------------------------------------- /input/community/presentations/akkanet-bootcamp.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: tutorial 3 | id: akkanet-bootcamp 4 | title: Akka.NET Bootcamp 5 | repo: petabridge/akka-bootcamp 6 | link: https://github.com/petabridge/akka-bootcamp 7 | --- 8 | 9 | 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.) -------------------------------------------------------------------------------- /input/projects/data/conceptual-docs.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: .NET Platform conceptual docs 3 | Contributor: .NET Platform 4 | Logo: dotnet-platform.png 5 | Web: https://github.com/dotnet/docs 6 | --- 7 | # .NET Docs 8 | 9 | This repository contains the conceptual documentation for .NET. The [.NET documentation site](https://docs.microsoft.com/dotnet) is built from multiple repositories in addition to this one: 10 | 11 | - [API reference](https://github.com/dotnet/dotnet-api-docs) 12 | - [.NET Compiler Platform SDK reference](https://github.com/dotnet/roslyn-api-docs) 13 | 14 | -------------------------------------------------------------------------------- /input/community/presentations/xamarin-forms-workshop.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: workshop 3 | id: xamarin-forms-workshop 4 | title: Xamarin.Forms Workshop 5 | repo: dotnet-presentations/xamarin.forms-workshop 6 | link: https://github.com/dotnet-presentations/xamarin.forms-workshop 7 | --- 8 | 9 | In this workshop, you’ll learn by building a full-featured iOS, Android, and Windows application from scratch built with Xamarin.Forms. We’ll start from File/ New and build up a full application that lists data from a RESTful backend, adds navigation, and native features including geolocation. 10 | -------------------------------------------------------------------------------- /input/api/rss/index.js: -------------------------------------------------------------------------------- 1 | const fs = require('fs'); 2 | 3 | module.exports = function (context, req) { 4 | var filepath = __dirname + '/index.rss' 5 | fs.readFile(filepath, 'utf8', function (err, content) { 6 | if (err) { 7 | context.log.error(err); 8 | context.done(err); 9 | } 10 | 11 | context.res = { 12 | status: 200, 13 | headers: { 14 | 'Content-Type': 'application/rss+xml' 15 | }, 16 | body: content 17 | }; 18 | context.done(); 19 | }); 20 | } -------------------------------------------------------------------------------- /input/community/presentations/crafting-real-time-mobile-apps-with-xamarin-signalr.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: deck 3 | id: crafting-real-time-mobile-apps-with-xamarin-signalr 4 | title: Crafting Real-time Mobile Apps with Xamarin & SignalR 5 | link: https://github.com/dotnet-presentations/xamarin/tree/master/SignalR-%20Real-time%20Communication%20for%20Xamarin 6 | --- 7 | 8 | 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. -------------------------------------------------------------------------------- /input/assets/projects/umbraco.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /input/community/committees/marketing.yaml: -------------------------------------------------------------------------------- 1 | Title: Marketing 2 | Description: The marketing committee is here to help spread the message of openness in the .NET ecosystem. We support community and project initiatives, drive awareness and increase membership. We create consistent, powerful storytelling to increase share of conversation and establish industry relevance for the .NET Foundation. 3 | Chairperson: Beth Massi 4 | Image: /assets/members/beth-massi.jpg 5 | Meets: Occurs every third Thursday of the month from 9:00 AM to 10:00 AM PT 6 | Repository: https://github.com/dotnet-foundation/wg-marketing 7 | Order: 2 8 | -------------------------------------------------------------------------------- /input/community/presentations/introduction-to-mobile-development-with-xamarin.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: deck 3 | id: introduction-to-mobile-development-with-xamarin 4 | title: Introduction to Mobile Development with Xamarin 5 | link: https://github.com/dotnet-presentations/mobile/tree/master/Introduction%20to%20Mobile%20Development%20with%20Xamarin 6 | --- 7 | 8 | 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. -------------------------------------------------------------------------------- /input/community/committees/outreach.yaml: -------------------------------------------------------------------------------- 1 | Title: Outreach 2 | Description: | 3 | The outreach committee is here to welcome more developers into the .NET ecosystem. 4 | We welcome diversity of platform from Unix to Windows and of background from students to seniors. 5 | We are here to help you organize and evangelize. 6 | Chairperson: Jeff Strauss and Shawn Wildermuth 7 | Images: 8 | - /assets/members/jeff-strauss.jpg 9 | - /assets/members/shawn-wildermuth.jpg 10 | Meets: This group meets monthly on the 3rd Tuesday of the Month at 3p ET. 11 | Repository: https://github.com/dotnet-foundation/wg-outreach 12 | Order: 4 13 | -------------------------------------------------------------------------------- /input/community/committees/projects.yaml: -------------------------------------------------------------------------------- 1 | Title: Projects 2 | Description: | 3 | The Project Committee manages the day to day requirements of Projects. This includes but is not limited to the following: 4 | 10 | Chairperson: Shaun Walker 11 | Image: /assets/members/shaun-walker.jpg 12 | Meets: Second Thursday of every month 13 | Repository: https://github.com/dotnet-foundation/projects 14 | Order: 1 15 | -------------------------------------------------------------------------------- /input/blog/posts/the-net-foundation-adds-asp-net-vnext-to-its-stewardship.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: The .NET Foundation Adds ASP.NET vNext to its Stewardship 3 | Author: 4 | Published: 2014-05-12 17:08:00.0000000 5 | --- 6 |

The .NET Foundation is pleased to announce the addition of ASP.NET vNext to our stewardship. For more information on this early version of ASP.NET vNext that is optimized for mobile-first and cloud-first development, see The Next Generation of .NET – ASP.NET vNext on the NET Framework Blog.

7 | -------------------------------------------------------------------------------- /input/community/presentations/the-little-aspnet-core-book.md: -------------------------------------------------------------------------------- 1 | --- 2 | type: tutorial 3 | id: the-little-aspnet-core-book 4 | title: The Little ASP.NET Core Book 5 | link: https://www.recaffeinate.co/book/ 6 | --- 7 | 8 | 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: 9 | 10 | - How to build an application with the ASP.NET Core framework 11 | - The basics of the MVC (Model-View-Controller) pattern 12 | - How to read and write data to a database 13 | - How to add login, registration, and security 14 | - How to deploy the app to the web 15 | -------------------------------------------------------------------------------- /input/_partials/_favicons.cshtml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /input/about/election/campaign-2019/lea-wegner.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Lea Wegner 3 | image: campaign-2019/7fdddbc7-57d2-4ece-9f64-edaae7c0521b.jpg 4 | --- 5 | 6 | # .NET Foundation Campaign: Lea Wegner 7 | 8 | ## Why I'm Running 9 | Hey, i'm Lea Wegner and i'm a dual computer science student from germany. 10 | The dual study system gives me the oppurtunity to work in the software industry since my beginning in 2017. To be honest i did not worked with .NET at this point, but i'm interested in learning new things and can bring you my unimpaired opinions, the view of a student and a newcomer, and the knowledge about how it is to work in germany as a young woman in the software industry. 11 | 12 | ## Contact Information 13 | * Email: lea_wegner@gmx.de 14 | -------------------------------------------------------------------------------- /input/example.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Example 3 | image: /img/dot_bot.png 4 | Excluded: true 5 | --- 6 | 7 | # .NET Foundation Campaign: [Your Name Here] 8 | 9 | ## Why I'm Running 10 | Hi, I'm Example McExampleface, and I want to make a difference in the .NET Open Source community. 11 | 12 | I think we really need to focus on the student community. If elected, I'm going to work hard to 13 | get students involved. 14 | 15 | ## My .NET Open Source Contributions 16 | I have lead the nExample project for the past few years. 17 | 18 | ## Links 19 | * [My blog](https://dotnetfoundation.org/blog) 20 | 21 | ## Contact Information 22 | * Twitter: [https://twitter.com/dotnetfdn](@dotnetfdn) 23 | * GitHub: [https://github.com/dotnet](@dotnet) 24 | -------------------------------------------------------------------------------- /input/img/ic_fluent_reading_list_24_regular.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /input/projects/data/nupattern.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: nupattern 3 | Contributor: Outercurve 4 | Logo: outercurve.png 5 | Web: https://archive.codeplex.com/?p=nupattern 6 | IsActive: false 7 | --- 8 | # nupattern 9 | 10 | [nupattern](https://archive.codeplex.com/?p=nupattern) is the platform and tools that make it easy to create your own custom tooling in Visual Studio. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://archive.codeplex.com/?p=nupattern) 15 | * [Project Code Site](https://codeplexarchive.blob.core.windows.net/archive/projects/nupattern/nupattern.zip) 16 | * Project License Type: 17 | * Project Main Contacts: None 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](https://archive.codeplex.com/?p=nupatterns) 22 | -------------------------------------------------------------------------------- /input/projects/data/xamarin.forms.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Xamarin Forms 3 | Contributor: Xamarin 4 | Logo: xamarin.jpg 5 | Web: https://xamarin.com/ 6 | --- 7 | # Xamarin Forms 8 | 9 | Xamarin.Forms provides a way to quickly build native apps for iOS, Android, Windows and macOS, completely in C#. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://dotnet.microsoft.com/apps/xamarin/xamarin-forms) 14 | * [Project Code Site](https://github.com/xamarin/Xamarin.Forms) 15 | * Project License Type: [MIT](https://github.com/xamarin/Xamarin.Forms/blob/master/LICENSE) 16 | 17 | ## Quicklinks 18 | 19 | * [Documentation](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/) 20 | * [Discussions](https://github.com/xamarin/Xamarin.Forms/issues) -------------------------------------------------------------------------------- /input/projects/data/neoproject.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Neo Project 3 | Contributor: The NEO Foundation 4 | Logo: neo-logo.svg 5 | Web: https://neo.org/ 6 | --- 7 | # NEO Project 8 | 9 | The [NEO Project](https://neo.org/) is a modern distributed network for the Smart Economy. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://neo.org/) 14 | * [Project Code Site](https://github.com/neo-project) 15 | * Project License Type: [MIT](https://github.com/neo-project/neo/blob/master/LICENSE) 16 | * Project Main Contacts: [Erik Zhang](https://github.com/erikzhang) 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://docs.neo.org/docs/en-us/index.html) 21 | * [Contribute](https://github.com/neo-project/neo/blob/master/CONTRIBUTING.md) 22 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig helps developers define and maintain consistent 2 | # coding styles between different editors and IDEs 3 | # editorconfig.org 4 | 5 | root = true 6 | 7 | 8 | [*] 9 | trim_trailing_whitespace = false 10 | indent_style = space 11 | 12 | 13 | # Code files 14 | [*.{cs,csx,vb,vbx}] 15 | indent_size = 4 16 | insert_final_newline = true 17 | charset = utf-8-bom 18 | 19 | # Xml project files 20 | [*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,projitems,shproj}] 21 | indent_size = 2 22 | 23 | # Markdown 24 | [*.md] 25 | indent_size = 2 26 | trim_trailing_whitespace = false 27 | 28 | # Xml config files 29 | [*.{props,targets,ruleset,config,nuspec,resx,vsixmanifest,vsct}] 30 | indent_size = 2 31 | 32 | # JSON files 33 | [*.json] 34 | indent_size = 2 -------------------------------------------------------------------------------- /input/projects/data/mono.cecil.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Cecil 3 | Contributor: Jb Evain 4 | Logo: cecil.jpg 5 | Web: http://evain.net/ 6 | --- 7 | # Cecil 8 | 9 | [Cecil](https://github.com/jbevain/cecil) is a library to generate and inspect programs and libraries in the ECMA CIL form. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://github.com/jbevain/cecil) 14 | * [Project Code Site](https://github.com/jbevain/cecil) 15 | * Project License Type: [MIT/X11](https://github.com/jbevain/cecil/blob/master/LICENSE.txt) 16 | * Project Main Contact : [Jb Evain](https://github.com/jbevain) 17 | 18 | ### Quick Links 19 | 20 | * [Documentation](https://github.com/jbevain/cecil/wiki) 21 | * [Discussion](https://groups.google.com/group/mono-cecil) 22 | -------------------------------------------------------------------------------- /input/projects/data/xamarin.android.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Xamarin Android 3 | Contributor: Xamarin 4 | Logo: xamarin.jpg 5 | Web: https://xamarin.com/ 6 | --- 7 | # Xamarin Android 8 | 9 | Xamarin.Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://dotnet.microsoft.com/apps/xamarin/mobile-apps#android) 14 | * [Project Code Site](https://github.com/xamarin/xamarin-android) 15 | * Project License Type: [MIT](https://github.com/xamarin/xamarin-android/blob/master/LICENSE) 16 | 17 | ## Quicklinks 18 | 19 | * [Documentation](https://docs.microsoft.com/en-us/xamarin/android/) 20 | * [Discussions](https://github.com/xamarin/xamarin-android/issues) -------------------------------------------------------------------------------- /input/about/election/example.md: -------------------------------------------------------------------------------- 1 | --- 2 | image: /img/dot_bot.png 3 | permalink: about/election/example 4 | --- 5 | 6 | # .NET Foundation Campaign: [Your Name Here] 7 | 8 | ## Why I'm Running 9 | Hi, I'm Example McExampleface, and I want to make a difference in the .NET Open Source community. 10 | 11 | I think we really need to focus on the student community. If elected, I'm going to work hard to 12 | get students involved. 13 | 14 | ## My .NET Open Source Contributions 15 | I have lead the nExample project for the past few years. 16 | 17 | ## Links 18 | * [My blog](https://dotnetfoundation.org/blog) 19 | 20 | ## Contact Information 21 | * Twitter: [https://twitter.com/dotnetfdn](@dotnetfdn) 22 | * GitHub: [https://github.com/dotnet](@dotnet) 23 | -------------------------------------------------------------------------------- /input/projects/data/channels.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Channels 3 | Contributor: David Fowler 4 | Logo: dotnet-platform.png 5 | Web: https://github.com/davidfowl/Channels 6 | IsActive: false 7 | --- 8 | # Channels 9 | 10 | [Channels](https://github.com/davidfowl/Channels) is a push based .NET Streams project. It has been archived and replaced with [Pipelines (System.IO.Pipelines)](https://github.com/dotnet/corefxlab) 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://github.com/davidfowl/Channels) 15 | * [Project Code Site](https://github.com/davidfowl/Channels) 16 | * Project License Type: [Apache 2.0](https://github.com/davidfowl/Channels/blob/master/LICENSE.md) 17 | * Project Main Contacts: [David Fowler](https://github.com/davidfowl). 18 | 19 | -------------------------------------------------------------------------------- /input/projects/data/webformsmvp.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Web Forms MVP 3 | Contributor: Outercurve 4 | Logo: outercurve.png 5 | Web: https://github.com/webformsmvp/webformsmvp 6 | IsActive: false 7 | --- 8 | # Web Forms MVP 9 | 10 | [Web Forms MVP](https://github.com/webformsmvp/webformsmvp) is a simple Model-View-Presenter framework for ASP.NET Web Forms. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://github.com/webformsmvp/webformsmvp) 15 | * [Project Code Site](https://github.com/webformsmvp/webformsmvp) 16 | * Project License Type: [MS-PL](https://github.com/webformsmvp/webformsmvp/blob/master/LICENSE.txt) 17 | * Project Main Contacts: None 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](https://github.com/webformsmvp/webformsmvp/wiki) 22 | -------------------------------------------------------------------------------- /input/img/ic_fluent_calendar_24_regular.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /input/_partials/_corporate-sponsor-logo-card.cshtml: -------------------------------------------------------------------------------- 1 | @inherits Statiq.Razor.StatiqRazorPage> 2 | 3 | @foreach (IDocument sponsor in Model) 4 | { 5 |
6 |
7 | @if (!String.IsNullOrEmpty(sponsor.GetString(SiteKeys.Logo))) 8 | { 9 | 10 | @sponsor.GetString(SiteKeys.Name) 11 | 12 | } 13 | else 14 | { 15 | Default Dot Bot Image 16 | } 17 |
18 |
19 | } -------------------------------------------------------------------------------- /input/img/ic_fluent_video_clip_24_regular.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /input/projects/data/ILMerge.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: ILMerge 3 | Contributor: Microsoft 4 | Logo: dotnet-platform.png 5 | Web: https://github.com/dotnet/ILMerge 6 | --- 7 | # ILMerge 8 | 9 | [ILMerge](https://github.com/dotnet/ILMerge) is a utility that merges multiple .NET assemblies into a single assembly. It is freely available for use and is available as a NuGet package 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://github.com/dotnet/ILMerge) 14 | * [Project Code Site](https://github.com/dotnet/ILMerge) 15 | * Project License Type: [MIT](https://github.com/dotnet/ILMerge/blob/master/LICENSE) 16 | * Project Main Contacts: [Mike Barnett](https://github.com/mike-barnett). 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://github.com/dotnet/ILMerge/blob/master/ilmerge-manual.md) 21 | -------------------------------------------------------------------------------- /input/projects/data/signservice.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: SignService 3 | Contributor: Claire Novotny 4 | --- 5 | # SignService 6 | 7 | SignService aims to make it easier to integrate code signing into a CI process by providing a secured API for submitting artifacts to be signed by a code signing cert held on the server. It uses Azure AD and Azure Key Vault's HSM for security. 8 | 9 | ## Project Details 10 | 11 | * [Project Info Site](https://github.com/dotnet/signservice) 12 | * [Project Code Site](https://github.com/dotnet/signservice) 13 | * Project License Type: [MIT](https://github.com/dotnet/SignService/blob/master/LICENSE) 14 | * Project Main Contact : [Claire NOvotny](https://github.com/clairernovotny) 15 | 16 | ### Quick Links 17 | 18 | * [Documentation](https://github.com/dotnet/SignService/tree/master/docs) 19 | -------------------------------------------------------------------------------- /input/community/speakers/ginny-caughey-registration.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Ginny Caughey 3 | Location: Wilmington NC USA 4 | Email: ginny.caughey@wasteworks.com 5 | Language: 6 | - English 7 | Topics: 8 | - .NET 9 | - C# 10 | - UWP 11 | - Windows Development 12 | - Windows Forms 13 | - WPF 14 | Twitter: https://twitter.com/gcaughey 15 | GitHub: https://github.com/gcaughey 16 | Mentor: true 17 | --- 18 | For several decades I've been a speaker at big tech conferences such as Build, and TechEd, tiny meetings like my local .NET user group, and many in-between sized conferences in the US, Europe, UK, and Australia. I've even participated in several on-line events as a speaker, so I'm very familiar with stage fright and imposter syndrome in all its forms. ;-) But I still enjoy sharing what I've learned with others. 19 | -------------------------------------------------------------------------------- /App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /input/projects/data/xamarinfacebook.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Xamarin Components for Facebook 3 | Contributor: Xamarin 4 | Logo: xamarin.jpg 5 | Web: https://dotnet.microsoft.com/apps/xamarin 6 | --- 7 | # Xamarin Components for Facebook 8 | 9 | [Xamarin Components for Facebook](https://dotnet.microsoft.com/apps/xamarin) are Xamarin.Android and Xamarin.iOS bindings for Facebook SDKs. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://dotnet.microsoft.com/apps/xamarin) 14 | * [Project Code Site](https://github.com/xamarin/facebookcomponents) 15 | * Project License Type: [MIT](https://github.com/xamarin/FacebookComponents/blob/master/License.md) 16 | * Project Main Contacts: [Israel Soto](https://github.com/SotoiGhost) 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://dotnet.microsoft.com/apps/xamarin) 21 | -------------------------------------------------------------------------------- /input/community/speakers/_Layout.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = @"/_Layout.cshtml"; 3 | } 4 | 5 | @section head { 6 | 7 | 8 | 9 | @RenderSection("head", required: false) 10 | } 11 | 12 |
13 |
14 |
15 |
16 |

Speaker Directory

17 |
18 |
19 |
20 |
21 | 22 | @RenderBody() -------------------------------------------------------------------------------- /input/projects/data/ConferenceXP.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: ConferenceXP 3 | Contributor: Outercurve 4 | Logo: outercurve.png 5 | Web: http://cct.cs.washington.edu/ 6 | IsActive: false 7 | --- 8 | # ConferenceXP 9 | 10 | [ConferenceXP](http://cct.cs.washington.edu/) is an open source video conferencing and collaboration platform, built on Microsoft Windows technology 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](http://cct.cs.washington.edu/) 15 | * [Project Code Site](https://github.com/conferencexp/conferencexp) 16 | * Project License Type: [Apache 2.0](https://github.com/conferencexp/conferencexp/blob/master/LICENSE.txt) 17 | * Project Main Contacts: [Fred Videon](https://github.com/fvideon). 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](http://cct.cs.washington.edu/project-wiki/index.php/Building_ConferenceXP) 22 | -------------------------------------------------------------------------------- /input/projects/data/xamarincommunitytoolkit.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Xamarin Community Toolkit 3 | Contributor: Xamarin 4 | Logo: xamarincommunitytoolkit.png 5 | Web: https://github.com/xamarin/XamarinCommunityToolkit 6 | --- 7 | # Xamarin Community Toolkit 8 | 9 | The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects and more for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms. 10 | 11 | ## Project Details 12 | 13 | * [Project Code Site](https://github.com/xamarin/XamarinCommunityToolkit) 14 | * Project License Type: [MIT](https://github.com/xamarin/XamarinCommunityToolkit/blob/main/LICENSE) 15 | 16 | ## Quicklinks 17 | 18 | * [Discussions](https://github.com/xamarin/XamarinCommunityToolkit/issues) 19 | -------------------------------------------------------------------------------- /functions/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "api", 3 | "version": "1.0.0", 4 | "description": "", 5 | "scripts": { 6 | "build": "tsc && npm run copyFiles", 7 | "watch": "tsc -w", 8 | "copyFiles": "copyfiles \"./project-spotlight/*.json\" ../input/api", 9 | "prestart": "npm run build && func extensions install", 10 | "start:host": "func start", 11 | "start": "npm run start:host & npm run watch", 12 | "build:production": "npm run prestart && npm prune --production", 13 | "test": "echo \"No tests yet...\"" 14 | }, 15 | "dependencies": { 16 | "@octokit/rest": "^17.11.0", 17 | "@octokit/types": "^5.0.0", 18 | "coffeescript": "~1.6.3" 19 | }, 20 | "devDependencies": { 21 | "@azure/functions": "^1.0.1-beta2", 22 | "@types/node": "^14.0.13", 23 | "typescript": "^3.3.3", 24 | "copyfiles": "^2.4.0" 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /input/projects/data/odatavalidationservicetool.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: OData Service Validation Tool 3 | Contributor: Outercurve 4 | Logo: outercurve.png 5 | Web: https://archive.codeplex.com/?p=odatavalidation 6 | IsActive: false 7 | --- 8 | # OData Service Validation Tool 9 | 10 | [OData Service Validation Tool](https://archive.codeplex.com/?p=odatavalidation) enables OData service authors to validate their implementation against the OData specification. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://archive.codeplex.com/?p=odatavalidation) 15 | * [Project Code Site](https://github.com/OData/ValidationTool) 16 | * Project License Type: [MIT](https://github.com/OData/ValidationTool/blob/master/License.txt) 17 | * Project Main Contacts: None 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](https://archive.codeplex.com/?p=odatavalidation) 22 | -------------------------------------------------------------------------------- /input/projects/data/xamarin.auth.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Xamarin.Auth 3 | Contributor: Xamarin 4 | Logo: xamarin.jpg 5 | Web: https://xamarin.com/ 6 | --- 7 | # Xamarin.Auth 8 | 9 | [Xamarin.Auth](https://github.com/xamarin/Xamarin.Auth/blob/master/License.md) is a cross-platform API for authenticating users and storing their accounts. 10 | 11 | ## Project Details 12 | * [Project Info Site](https://github.com/xamarin/Xamarin.Auth) 13 | * [Project Code Site](https://github.com/xamarin/Xamarin.Auth) 14 | * Project License Type: [Apache License 2.0](https://github.com/xamarin/Xamarin.Auth/blob/master/License.md) 15 | * Project Main Contact: [Eric Maupin](https://github.com/ermau) 16 | 17 | ## Quicklinks 18 | 19 | * [Documentation](https://github.com/xamarin/Xamarin.Auth/blob/master/GettingStarted.md) 20 | * [Discussions](https://github.com/xamarin/Xamarin.Auth/issues) -------------------------------------------------------------------------------- /SpeakerImage.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Generic; 2 | using System.Threading.Tasks; 3 | using Statiq.Common; 4 | 5 | namespace DotnetFoundationWeb 6 | { 7 | // Sets the speaker image metadata if not already provided 8 | public class SpeakerImage : SyncModule 9 | { 10 | protected override IEnumerable ExecuteInput(IDocument input, IExecutionContext context) => 11 | input.GetString(SiteKeys.Image).IsNullOrWhiteSpace() 12 | ? input 13 | .Clone(new MetadataItems 14 | { 15 | { SiteKeys.Image, input.ContainsKey(SiteKeys.GitHub) ? input.GetString(SiteKeys.GitHub).TrimEnd('/') + ".png" : "/img/dot_bot.png" } 16 | }) 17 | .Yield() 18 | : input 19 | .Yield(); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /input/projects/data/corewcf.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: CoreWCF 3 | Contributor: CoreWCF 4 | Logo: dotnet-platform.png 5 | Web: https://github.com/CoreWCF/CoreWCF 6 | --- 7 | # CoreWCF 8 | 9 | [CoreWCF](https://github.com/CoreWCF/CoreWCF) is a port of Windows Communication Framework (WCF) to .NET Core. The goal of this project is to enable existing WCF projects to move to .NET Core. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://github.com/CoreWCF/CoreWCF) 14 | * [Project Code Site](https://github.com/CoreWCF/CoreWCF) 15 | * Project License Type: [MIT](https://github.com/CoreWCF/CoreWCF/blob/master/LICENSE) 16 | * Project Main Contacts: [Matt Connew](https://github.com/mconnew) 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://github.com/CoreWCF/CoreWCF) 21 | * [Contribute](https://github.com/CoreWCF/CoreWCF/blob/master/CONTRIBUTING.md) 22 | -------------------------------------------------------------------------------- /input/projects/data/infer.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Infer.NET 3 | Contributor: Microsoft 4 | Logo: dotnet-platform.png 5 | Web: https://github.com/dotnet/infer 6 | --- 7 | # Infer.NET 8 | 9 | [Infer.NET](https://github.com/dotnet/infer) is a framework for running Bayesian inference in graphical models. It can also be used for probabilistic programming. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://github.com/dotnet/infer) 14 | * [Project Code Site](https://github.com/dotnet/infer) 15 | * Project License Type: [MIT](https://github.com/dotnet/infer/blob/master/LICENSE.txt) 16 | * Project Main Contacts: [Tom Minka](https://github.com/tminka), [Ivan Korostelev](https://github.com/lazy). 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://github.com/dotnet/infer) 21 | * [Contribute](https://github.com/dotnet/infer/blob/master/CONTRIBUTING.md) 22 | -------------------------------------------------------------------------------- /input/blog/posts/check-out-net-foundation-on-net-rocks.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Check out .NET Foundation on .NET Rocks! 3 | Author: Jon Galloway 4 | Published: 2019-01-09 00:00:42.1863497 5 | --- 6 |

The .NET Foundation is changing! Carl and Richard talk to Jon Galloway and Beth Massi about the changes in the .NET Foundation and what it means to the average .NET developer. The first announcement is that the .NET Foundation is moving to an open membership model - if you have made a contribution to .NET in any way, be it code, documentation or other, you can apply for membership and expect to be accepted. Next up, the expansion of the .NET Foundation board to seven directors and open elections for those board seats - any .NET Foundation member can be a director! Nominations are happening in January 2019, so get on board today!

7 | 8 |

Give it a listen!

9 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | [Bb]in/ 2 | [Bb]uild/ 3 | [Oo]bj/ 4 | [Dd]ebug/ 5 | [Rr]elease/ 6 | [Pp]ackages/ 7 | [Tt]ools/ 8 | [Oo]utput/ 9 | ![Tt]ools/packages.config 10 | ![Ii]nput/ 11 | nuget.exe 12 | *.com 13 | *.class 14 | *.exe 15 | *.o 16 | *.so 17 | *.user 18 | Thumbs.db 19 | _ReSharper* 20 | *ReSharper.user 21 | *dotCover 22 | .JustCode 23 | *.suo 24 | .svn 25 | .vs 26 | ipch 27 | *.ilk 28 | *.sdf 29 | *.opensdf 30 | *.pdb 31 | /*.~vsd 32 | *UpgradeWizard* 33 | .vs/* 34 | TestResult.xml 35 | /debug.log 36 | /packages.xml 37 | *.ncrunch* 38 | .*crunch*.local.xml 39 | /_NCrunch_Statiq.Framework 40 | .vscode 41 | *.pfx 42 | projects-content.json 43 | .idea/ 44 | 45 | functions/node_modules/ 46 | input/api/issues/index.js 47 | input/api/issues/index.js.map 48 | input/api/project-spotlight/index.js 49 | input/api/project-spotlight/index.js.map 50 | functions/local.settings.json 51 | input/api/project-spotlight/DotNetNuke.json 52 | -------------------------------------------------------------------------------- /input/projects/data/jsondotnet.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Json.NET 3 | Contributor: Newtonsoft 4 | Logo: jsondotnet.png 5 | Web: https://www.newtonsoft.com/json 6 | --- 7 | # Json.NET 8 | 9 | [Json.NET](https://www.newtonsoft.com/json) is a popular high-performance JSON framework for .NET. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://www.newtonsoft.com/json) 14 | * [Project Code Site](https://github.com/JamesNK/Newtonsoft.Json) 15 | * Project License Type: [MIT](https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md) 16 | * Project Main Contacts: [James Newton-King](https://github.com/JamesNK) 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://www.newtonsoft.com/json/help) 21 | * [Blog](http://james.newtonking.com/) 22 | * [Twitter](https://twitter.com/JamesNK) 23 | * [Contribute](https://github.com/JamesNK/Newtonsoft.Json/blob/master/CONTRIBUTING.md) 24 | -------------------------------------------------------------------------------- /input/projects/data/open-live-writer.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Open Live Writer 3 | Contributor: Microsoft 4 | Logo: microsoft.jpg 5 | Web: http://www.microsoft.com 6 | --- 7 | # Open Live Writer 8 | 9 | Open Live Writer makes it easy to write, preview, and post to your blog. 10 | For more information see http://www.OpenLiveWriter.org/ 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://openlivewriter.org) 15 | * Project Code Repos: [Open Live Writer](https://github.com/openlivewriter) 16 | * Project License Type: [MIT](https://github.com/OpenLiveWriter/OpenLiveWriter/blob/master/license.txt) 17 | * Project Main Contact: [Rob Dolin](https://github.com/RobDolin) 18 | * Project Secondary Contact: [Will Duff](https://github.com/WillDuff) 19 | 20 | ## Quicklinks 21 | * [Download](https://openlivewriter.org) 22 | * Twitter: [@OpenLiveWriter](https://twitter.com/openlivewriter) 23 | 24 | -------------------------------------------------------------------------------- /input/projects/data/corewf.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: CoreWF 3 | Contributor: UIPath 4 | Logo: dotnet-platform.png 5 | Web: https://github.com/UiPath-Open/corewf 6 | --- 7 | # CoreWF 8 | 9 | [CoreWF](https://github.com/UiPath-Open/corewf) is a port of the Windows Workflow Foundation (WF) runtime to .NET Core and .NET Standard. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://github.com/UiPath-Open/corewf) 14 | * [Project Code Site](https://github.com/UiPath-Open/corewf) 15 | * Project License Type: [MIT](https://github.com/UiPath-Open/corewf/blob/master/LICENSE) 16 | * Project Main Contacts: [Lucian Bargaoanu](https://github.com/lbargaoanu) and [Dustin Metzgar](https://github.com/dmetzgar). 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://github.com/UiPath-Open/corewf/blob/master/LICENSE) 21 | * [Contribute](https://github.com/UiPath-Open/corewf/blob/master/CONTRIBUTING.md) 22 | -------------------------------------------------------------------------------- /input/_partials/_news.cshtml: -------------------------------------------------------------------------------- 1 | @inherits Statiq.Razor.StatiqRazorPage> 2 | 3 | @foreach (IDocument item in Model) 4 | { 5 | @if (!String.IsNullOrEmpty(item.GetString(WebKeys.Title))) 6 | { 7 |
8 |
@item.GetString(SiteKeys.Source)
9 |
10 |

@item.GetString(WebKeys.Title)

11 |

12 | @item.GetString(SiteKeys.Excerpt) 13 |

14 |
15 |
16 | } 17 | } 18 | -------------------------------------------------------------------------------- /input/projects/data/mailkit.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: MailKit 3 | Contributor: Xamarin 4 | Logo: xamarin.jpg 5 | Web: https://xamarin.com/ 6 | --- 7 | # MailKit 8 | 9 | [MailKit](https://github.com/jstedfast/MailKit) is a cross-platform .NET mail client library with support for IMAP, POP3, and SMTP. 10 | 11 | ## Project Details 12 | * [Project Info Site](https://github.com/jstedfast/MailKit) 13 | * [Project Code Site](https://github.com/jstedfast/MailKit) 14 | * Project License Type: [MIT](https://github.com/jstedfast/MailKit/blob/master/License.md) 15 | * Project Main Contact: [Jeffrey Stedfast](mailto:jeff@xamarin.com) 16 | 17 | ## Quicklinks 18 | 19 | * [Contribute](https://github.com/jstedfast/MailKit#contributing) 20 | * [Documentation](http://www.mimekit.net/docs) 21 | * [Discussions](https://github.com/jstedfast/MailKit/issues) 22 | * [Blog](https://jeffreystedfast.blogspot.com/search/label/mailkit) 23 | -------------------------------------------------------------------------------- /input/projects/data/docker-dotnet.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Docker.DotNet 3 | Contributor: Microsoft 4 | Web: https://github.com/dotnet/Docker.DotNet 5 | --- 6 | 7 | # Docker-DotNet 8 | 9 | Docker.DotNet allows you to interact with [Docker Remote API](https://docs.docker.com/engine/reference/api/docker_remote_api/) endpoints in your .NET applications. 10 | 11 | ## Project Details 12 | 13 | * [GitHub Repo](https://github.com/dotnet/Docker.DotNet) 14 | * 📦 Packages: 15 | [![NuGet package](https://img.shields.io/nuget/v/Docker.DotNet.svg)](https://nuget.org/packages/Docker.DotNet) 16 | * ⚖ License: [MIT](https://github.com/dotnet/Docker.DotNet/tree/master/LICENSE) 17 | * Main contacts: Gutemberg Ribeiro at [GitHub](https://github.com/galvesribeiro) / [Twitter](https://twitter.com/galvesribeiro) 18 | 19 | ## More info 20 | 21 | * ℹ️ [Documentation](https://github.com/dotnet/Docker.DotNet/tree/master/README.md) 22 | -------------------------------------------------------------------------------- /input/projects/data/odataobjectivec.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: OData for Objective-C 3 | Contributor: Outercurve 4 | Logo: outercurve.png 5 | Web: http://odata.github.io/OData4ObjC/ 6 | IsActive: false 7 | --- 8 | # OData for Objective-C 9 | 10 | [OData for Objective-C](http://odata.github.io/OData4ObjC/) makes it easy for iOS app developers to interact with data in any OData-compliant web service. It supports metadata-aware client-side code generation and full CRUD with query. If someone exposes a data model via OData, OData4ObjC makes it easy to get that model onto your iOS device. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](http://odata.github.io/OData4ObjC/) 15 | * [Project Code Site](https://github.com/OData/OData4ObjC/zipball/master) 16 | * Project License Type: Apache 2.0 17 | * Project Main Contacts: None 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](http://odata.github.io/OData4ObjC/) 22 | -------------------------------------------------------------------------------- /input/projects/data/system.drawing.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: System.Drawing (Mono) 3 | Contributor: Mono Project 4 | Logo: system.drawing.jpg 5 | Web: https://www.mono-project.com/ 6 | --- 7 | 8 | # System.Drawing (Mono) 9 | 10 | [System.Drawing](https://www.mono-project.com/Drawing) is a cross platform open source implementation of Microsoft's System.Drawing namespace used to draw. 11 | 12 | ## Project Details 13 | * [Project Info Site](https://www.mono-project.com/Drawing) 14 | * [Project Code Site](https://github.com/mono/mono/tree/master/mcs/class/System.Drawing) 15 | * Project License Type: [MIT](https://github.com/jstedfast/MimeKit/blob/master/License.md) 16 | 17 | ## Quicklinks 18 | 19 | * [Contribute](https://github.com/mono/mono/blob/master/.github/CONTRIBUTING.md) 20 | * [Documentation](http://docs.go-mono.com/?link=N%3aSystem.Drawing) 21 | * [Discussions](https://www.mono-project.com/community/help/chat/) 22 | -------------------------------------------------------------------------------- /input/projects/data/avalonia.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Avalonia 3 | Contributor: Steven Kirk, Nikita Tsukanov 4 | Logo: avalonia.png 5 | Web: https://avaloniaui.net/ 6 | --- 7 | 8 | # Avalonia 9 | 10 | Avalonia is a cross-platform XAML-based UI framework providing a flexible styling system and 11 | supporting a wide range of Operating Systems such as Windows (.NET Framework, .NET Core), 12 | Linux (via Xorg) and macOS. 13 | 14 | # Project Details 15 | 16 | * [Project Info Site](https://avaloniaui.net/) 17 | * [Project Code Site](https://github.com/AvaloniaUI/Avalonia) 18 | * Project License Type: [MIT License(MIT)](https://github.com/AvaloniaUI/Avalonia/blob/master/licence.md) 19 | * Project Leads: [Steven Kirk](https://github.com/grokys), [Nikita Tsukanov](https://github.com/kekekeks), [Dan Walmsley](https://github.com/danwalmsley) 20 | 21 | ### Quicklinks 22 | 23 | * [Gitter](https://gitter.im/AvaloniaUI/Avalonia) 24 | -------------------------------------------------------------------------------- /input/projects/data/mvccontrib.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: MVC Contrib 3 | Contributor: Outercurve 4 | Logo: outercurve.png 5 | Web: https://archive.codeplex.com/?p=mvccontrib 6 | IsActive: false 7 | --- 8 | # MVC Contrib 9 | 10 | [MVC Contrib](https://archive.codeplex.com/?p=mvccontrib) was designed to add functionality and ease-of-use to Microsoft's ASP.NET MVC Framework, MVC Contrib is useful for developers looking to develop and test UI elements on top of the ASP.NET MVC framework 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://archive.codeplex.com/?p=mvccontrib) 15 | * [Project Code Site](https://codeplexarchive.blob.core.windows.net/archive/projects/mvccontrib/mvccontrib.zip) 16 | * Project License Type: [MIT](https://github.com/cake-build/cake/blob/develop/LICENSE) 17 | * Project Main Contacts: None. 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](https://archive.codeplex.com/?p=mvccontrib) 22 | -------------------------------------------------------------------------------- /input/projects/data/xamarinapisios.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Xamarin Components for Google APIs for iOS 3 | Contributor: Xamarin 4 | Logo: xamarin.jpg 5 | Web: https://github.com/xamarin/GoogleApisForiOSComponents 6 | --- 7 | # Xamarin Components for Google APIs for iOS 8 | 9 | [Xamarin Components for Google APIs for iOS](https://github.com/xamarin/GoogleApisForiOSComponents) are Xamarin.iOS bindings for the Google APIs for iOS Libraries 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://github.com/xamarin/GoogleApisForiOSComponents) 14 | * [Project Code Site](https://github.com/xamarin/GoogleApisForiOSComponents) 15 | * Project License Type: [MIT](https://github.com/xamarin/GoogleApisForiOSComponents/blob/master/License.md) 16 | * Project Main Contacts: [Israel Soto](https://github.com/SotoiGhost) 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://github.com/xamarin/GoogleApisForiOSComponents) 21 | -------------------------------------------------------------------------------- /input/projects/data/NMExperts.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Network Monitor Experts 3 | Contributor: Outercurve 4 | Logo: outercurve.png 5 | Web: https://archive.codeplex.com/?p=NMExperts 6 | IsActive: False 7 | --- 8 | # Network Monitor Experts 9 | 10 | [NMExperts](https://archive.codeplex.com/?p=NMExperts) introduces the Experts menu. This feature allows you to run external analysis tools on an open capture file. This page is points you to these useful “Experts” for your data analysis needs within Network Monitor. Also provided here is the Expert SDK. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://archive.codeplex.com/?p=NMExperts) 15 | * [Project Code Site](https://codeplexarchive.blob.core.windows.net/archive/projects/NMExperts/NMExperts.zip) 16 | * Project License Type: BSD 17 | * Project Main Contacts: None 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](https://archive.codeplex.com/?p=NMExperts) 22 | -------------------------------------------------------------------------------- /input/projects/data/nearforums.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: nearforums 3 | Contributor: Outercurve 4 | Logo: outercurve.png 5 | Web: https://archive.codeplex.com/?p=nearforums 6 | IsActive: false 7 | --- 8 | # nearforums 9 | 10 | [nearforums](https://archive.codeplex.com/?p=nearforums) is a lightweight modern discussion forum developed in C# with ASP.NET MVC. With a permissive license (MIT) suitable for companies, Nearforums includes great features like sign-in with Facebook/Twitter, tags navigation , full Web administration, RSS feeds, SEO Friendly. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://archive.codeplex.com/?p=nearforums) 15 | * [Project Code Site](https://codeplexarchive.blob.core.windows.net/archive/projects/nearforums/nearforums.zip) 16 | * Project License Type: MIT 17 | * Project Main Contacts: None 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](https://archive.codeplex.com/?p=nearforums) 22 | -------------------------------------------------------------------------------- /input/projects/data/mimekit.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: MimeKit 3 | Contributor: Xamarin 4 | Logo: xamarin.jpg 5 | Web: https://xamarin.com/ 6 | --- 7 | # MimeKit 8 | 9 | [MimeKit](https://github.com/jstedfast/MimeKit) is a C# MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF, and Unix mbox spools. 10 | 11 | ## Project Details 12 | * [Project Info Site](https://github.com/jstedfast/MimeKit) 13 | * [Project Code Site](https://github.com/jstedfast/MimeKit) 14 | * Project License Type: [MIT](https://github.com/jstedfast/MimeKit/blob/master/License.md) 15 | * Project Main Contact: [Jeffrey Stedfast](mailto:jeff@xamarin.com) 16 | 17 | ## Quicklinks 18 | 19 | * [Contribute](https://github.com/jstedfast/MimeKit#contributing) 20 | * [Documentation](http://www.mimekit.net/docs) 21 | * [Discussions](https://github.com/jstedfast/MimeKit/issues) 22 | * [Blog](https://jeffreystedfast.blogspot.com/search/label/mimekit) 23 | -------------------------------------------------------------------------------- /input/404.cshtml: -------------------------------------------------------------------------------- 1 | --- 2 | title: Become a Member of the .NET Foundation 3 | permalink: /become-a-member 4 | --- 5 | 6 |
7 |
8 |
9 |
10 |

Uh oh!

11 |

12 | 13 | You've tried to access a page that doesn't exist. Sorry about this. It's probably us, 14 | not you. 15 | 16 |

17 |

If you think this was an error, please create an issue on GitHub: Create an Issue

18 | 19 |

Return to the Home Page

20 |
21 |
22 |
23 |
24 | -------------------------------------------------------------------------------- /input/projects/data/LTAF.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Lightweight Test Automation Framework 3 | Contributor: Outercurve 4 | Logo: outercurve.png 5 | Web: https://archive.codeplex.com/?p=ltaf 6 | IsActive: false 7 | --- 8 | # Lightweight Test Automation Framework 9 | 10 | [LTAF](https://archive.codeplex.com/?p=ltaf) for ASP.NET was developed and was used by the ASP.NET QA Team to automate regression tests for the product. It is designed to run within an ASP.NET application. Tests can be written in any .NET Framework language. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://archive.codeplex.com/?p=ltaf) 15 | * [Project Code Site](https://codeplexarchive.blob.core.windows.net/archive/projects/ltaf/ltaf.zip) 16 | * Project License Type: Apache 2.0 (license file available in the project archive zip file) 17 | * Project Main Contacts: None 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](https://archive.codeplex.com/?p=ltaf) 22 | -------------------------------------------------------------------------------- /input/blog/posts/welcoming-neo-to-the-net-foundation.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Welcoming NEO to the .NET Foundation 3 | Author: Jon Galloway 4 | Published: 2019-09-24 19:14:44.4350337 5 | --- 6 |

NEO smart economyToday, I'm excited to welcome NEO as the very first blockchain platform to join our community.  NEO is a pioneer in adopting the .NET platform, and we support them in building an innovative decentralized platform and developer community. NEO is joining the .NET Foundation at an exciting time of growth for the .NET Foundation, as well, and we're very happy to have them on-board!

7 | 8 |

The NEO team has a great writeup their platform and the community they've built for .NET developers here.

9 | 10 |

Welcome!

11 | -------------------------------------------------------------------------------- /input/projects/data/omnisharp.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: OmniSharp 3 | Contributor: OmniSharp 4 | Logo: omnisharp.png 5 | Web: https://www.omnisharp.net 6 | --- 7 | 8 | # OmniSharp 9 | 10 | [OmniSharp](https://www.omnisharp.net/) is a family of Open Source projects, each with one goal: To enable a great .NET experience in YOUR editor of choice 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://www.omnisharp.net/) 15 | * [Project Code Site](https://github.com/omnisharp) 16 | * Project License Type: [MIT](https://github.com/OmniSharp/omnisharp-roslyn/blob/master/license.md) 17 | * Project Main Contacts: [David Driscoll](https://github.com/david-driscoll) and [Filip W](https://github.com/filipw) 18 | 19 | ## Quicklinks 20 | 21 | * [Discussions and Help (Slack)](https://omnisharp.herokuapp.com/) 22 | * [Twitter](https://twitter.com/omnisharp) 23 | * [Contribute](https://github.com/OmniSharp/omnisharp-roslyn/blob/master/CONTRIBUTING.md) -------------------------------------------------------------------------------- /input/img/dotnetconf2019.jpg: -------------------------------------------------------------------------------- 1 | last commitlast commitjanuaryjanuary -------------------------------------------------------------------------------- /Analyzers/SpeakerDataAnalyzer.cs: -------------------------------------------------------------------------------- 1 | using System.Collections.Immutable; 2 | using Microsoft.Extensions.Logging; 3 | using Statiq.Common; 4 | using Statiq.Web.Pipelines; 5 | 6 | namespace DotnetFoundationWeb 7 | { 8 | public abstract class SpeakerDataAnalyzer : SyncAnalyzer 9 | { 10 | public override LogLevel LogLevel { get; set; } = LogLevel.Error; 11 | 12 | protected SpeakerDataAnalyzer() 13 | { 14 | PipelinePhases.Add(nameof(AnalyzeContent), Phase.Process); 15 | } 16 | 17 | protected override sealed void Analyze(IAnalyzerContext context) 18 | { 19 | foreach (IDocument document in context.Inputs.FilterSources("community/speakers/*.md")) 20 | { 21 | AnalyzeSpeakerData(document, context); 22 | } 23 | } 24 | 25 | protected abstract void AnalyzeSpeakerData(IDocument document, IAnalyzerContext context); 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /input/community/speakers/sophie-obomighie.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Sophie Obomighie 3 | Location: Lagos, Nigeria 4 | Email: Sophieobomighie@outlook.com 5 | Language: 6 | - English 7 | Topics: 8 | - ASP.NET 9 | - ASP.NET MVC 10 | - ASP.NET Web API 11 | - Azure 12 | - C# 13 | - DevOps 14 | - Entity Framework 15 | - Human Skills 16 | - Razor 17 | - Visual Studio Code 18 | - Web Development 19 | Twitter: https://twitter.com/ObomighieSophie 20 | GitHub: https://github.com/ochuwa-sophie 21 | StackOverflow: https://stackoverflow.com/users/8428641/sophie-obomighie 22 | LinkedIn: https://www.linkedin.com/in/sophieobomighie/ 23 | MeetUp: https://www.meetup.com/members/226381094/ 24 | Mentee: true 25 | --- 26 | - I am a junior backend developer who started c# March 2020, so It's easy for me to communicate concepts in a language complete newbies will understand. I enjoy sharing ideas with people in clear ways and will love to improve this by doing. 27 | -------------------------------------------------------------------------------- /input/projects/data/kerberos-net.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Kerberos.NET 3 | Contributor: Steve Syfuhs 4 | Web: https://syfuhs.net/ 5 | --- 6 | # Kerberos.NET 7 | A complete Kerberos library built entirely in managed code without (many) OS dependencies. 8 | 9 | # What is it? 10 | 11 | A library built in .NET that lets you operate on Kerberos messages. You can run a client, host your own KDC, or just validate incoming tickets. It's intended to be as lightweight as possible. 12 | 13 | ## Project Details 14 | 15 | * [Project Info Site](https://kerberos.dev) 16 | * [Project Code Site](https://github.com/dotnet/Kerberos.NET) 17 | * Project License Type: [MIT](https://github.com/dotnet/Kerberos.NET/blob/master/LICENSE) 18 | * Project Main Contacts: [Steve Syfuhs](https://github.com/SteveSyfuhs/) 19 | 20 | ## Quicklinks 21 | 22 | * [Documentation](https://syfuhs.net/category/kerberos) 23 | * [Contribute](https://github.com/dotnet/Kerberos.NET/blob/master/CONTRIBUTING.md) 24 | -------------------------------------------------------------------------------- /input/projects/data/pinvoke.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: PInvoke 3 | Contributor: Andrew Arnott 4 | Web: http://blog.nerdbank.net/ 5 | --- 6 | # PInvoke 7 | 8 | A repo containing all P/Invoke code so you don't have to import it every time. 9 | Ready in consumable NuGet packages. 10 | Maintained and updated to support the latest Windows OS. 11 | 12 | ## Project Details 13 | 14 | * [GitHub Repo](https://github.com/dotnet/pinvoke) 15 | * 📦 [NuGet packages list](https://github.com/dotnet/pinvoke#distribution) 16 | * ⚖ License: [MIT](https://github.com/dotnet/pinvoke/tree/master/LICENSE) 17 | * Main contacts: [Andrew Arnott](https://keybase.io/aarnott) 18 | 19 | ## More info 20 | 21 | * ℹ️ [Documentation](https://github.com/dotnet/pinvoke/tree/master/README.md) 22 | * [![Join the chat at https://gitter.im/dotnet/pinvoke](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dotnet/pinvoke?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 23 | -------------------------------------------------------------------------------- /input/community/speakers/codrina-merigo.md: -------------------------------------------------------------------------------- 1 | Title: Codrina Merigo 2 | Location: Milan, Italy 3 | Email: codrinamerigo@outlook.com 4 | Language: 5 | - English 6 | - Italian 7 | - Romanian 8 | Topics: 9 | - .NET 10 | - Artificial Intelligence 11 | - Azure 12 | - Blazor 13 | - C# 14 | - DevOps 15 | - Diversity & Inclusion 16 | - Entity Framework 17 | - JavaScript 18 | - Mobile Development 19 | - Product Management 20 | - Visual Studio 21 | - Visual Studio Code 22 | - Xamarin 23 | - Xamarin.Forms 24 | Twitter: https://twitter.com/_Codrina_ 25 | GitHub: https://github.com/codrinamerigo 26 | Sessionize: https://sessionize.com/codrina-merigo 27 | Instagram: https://www.instagram.com/codrina_ladybug/ 28 | Mentor: true 29 | --- 30 | Determined but shy, maybe not the perfect speaker, but for sure one of the most passionate - and modest. 31 | Motivational or tech sessions, I think that a lot of people can learn from my experience. 32 | -------------------------------------------------------------------------------- /input/projects/data/azure-sdk.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Azure SDK for .NET 3 | Contributor: Microsoft 4 | Logo: microsoft.jpg 5 | Web: http://www.microsoft.com 6 | --- 7 | # Azure SDK for .NET 8 | 9 | The [Azure SDK for .NET](https://azure.microsoft.com/en-us/develop/net/) allows you to build .NET applications that take advantage of scalable cloud computing resources. 10 | 11 | ## Project Details 12 | * [Project Info Site](https://azure.microsoft.com/en-us/develop/net/) 13 | * [Project Code Site](https://github.com/Azure/azure-sdk-for-net) 14 | * Project License Type: [MIT](https://github.com/Azure/azure-sdk-for-net/blob/master/LICENSE.txt) 15 | * Project Main Contact: [Jon Gallant](https://github.com/jongio) 16 | 17 | ## Quicklinks 18 | 19 | * [Contribute](https://github.com/Azure/azure-sdk-for-net/blob/master/CONTRIBUTING.md) 20 | * [Documentation](https://azure.microsoft.com/en-us/develop/net/) 21 | * [Discussions](https://github.com/Azure/azure-sdk-for-net/issues) 22 | -------------------------------------------------------------------------------- /input/projects/data/humanizer.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Humanizer 3 | Contributor: Humanizer 4 | Logo: Humanizer.png 5 | Web: http://humanizr.net/ 6 | --- 7 | # Humanizer 8 | 9 | [Humanizer](https://humanizr.net/) meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities. It is licensed under the [MIT](https://opensource.org/licenses/MIT) (an OSI approved license). 10 | 11 | ## Project Details 12 | 13 | * [Website](https://humanizr.net/) 14 | * [Source](https://github.com/Humanizr/Humanizer) 15 | * License: [MIT](https://opensource.org/licenses/MIT) 16 | * Project Leads: [Mehdi Khalili](https://github.com/MehdiK) and [Claire Novotny](https://github.com/clairernovotny) 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://humanizr.net/) 21 | * Discussions are held on [Gitter](https://gitter.im/Humanizr/Humanizer). 22 | * [Contribute](https://github.com/Humanizr/Humanizer/blob/master/CONTRIBUTING.md) 23 | -------------------------------------------------------------------------------- /input/projects/data/kudu.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Kudu 3 | Contributor: Microsoft 4 | Logo: microsoft.jpg 5 | Web: http://www.microsoft.com 6 | --- 7 | # Kudu 8 | 9 | [Kudu](https://github.com/projectkudu/kudu) is the engine behind GitHub 10 | deployments, WebJobs, and various other features in Azure Web Sites. It 11 | can also run outside of Azure. 12 | 13 | ## Project Details 14 | 15 | * [Project Info Site](https://github.com/projectkudu/kudu) 16 | * [Project Code Site](https://github.com/projectkudu/kudu) 17 | * Project License Type: [Apache License 2.0 (Apache)](https://github.com/projectkudu/kudu/blob/master/LICENSE.txt) 18 | * Project Main Contact: [David Ebbo](https://github.com/davidebbo) 19 | 20 | ### Quicklinks 21 | 22 | * [Documentation](https://github.com/projectkudu/kudu/wiki) 23 | * [Contribute](https://github.com/projectkudu/kudu/wiki/Contributing) 24 | * [Project Governance](https://github.com/projectkudu/kudu/wiki/Project-governance-model) 25 | 26 | -------------------------------------------------------------------------------- /input/projects/data/xamarin.macios.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Xamarin iOS & Mac 3 | Contributor: Xamarin 4 | Logo: xamarin.jpg 5 | Web: https://xamarin.com/ 6 | --- 7 | # Xamarin iOS & Mac 8 | 9 | These SDKs allow us to create native iOS, tvOS, watchOS and macOS applications using the same UI controls we would in Objective-C and Xcode, except with the flexibility and elegance of a modern language (C#), the power of the .NET Base Class Library (BCL), and two first-class IDEs—Visual Studio for Mac and Visual Studio—at our fingertips. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://dotnet.microsoft.com/apps/xamarin/mobile-apps#ios) 14 | * [Project Code Site](https://github.com/xamarin/xamarin-macios) 15 | * Project License Type: [MIT](https://github.com/xamarin/xamarin-macios/blob/master/LICENSE) 16 | 17 | ## Quicklinks 18 | 19 | * [Documentation](https://docs.microsoft.com/en-us/xamarin/ios/) 20 | * [Discussions](https://github.com/xamarin/xamarin-macios/issues) -------------------------------------------------------------------------------- /input/projects/data/xamarinandroidsupport.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Android Support for Xamarin.Android 3 | Contributor: Xamarin 4 | Logo: xamarin.jpg 5 | Web: https://dotnet.microsoft.com/apps/xamarin 6 | --- 7 | # Android Support for Xamarin.Android 8 | 9 | [Android Support for Xamarin.Android](https://dotnet.microsoft.com/apps/xamarin) are Xamarin.Android bindings for the Google Android Support Libraries 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://dotnet.microsoft.com/apps/xamarin) 14 | * [Project Code Site](https://github.com/xamarin/AndroidSupportComponents) 15 | * Project License Type: [MIT](https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md) 16 | * Project Main Contacts: [Jonathan Dick](https://github.com/Redth) 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://dotnet.microsoft.com/apps/xamarin) 21 | * [Contribute](https://github.com/xamarin/AndroidSupportComponents/blob/master/.github/CONTRIBUTING.md) 22 | -------------------------------------------------------------------------------- /input/assets/projects/Nerdbank.GitVersioning.svg: -------------------------------------------------------------------------------- 1 | nugetnugetpackage not foundpackage not found -------------------------------------------------------------------------------- /input/assets/projects/nerdbank-gitversioning.svg: -------------------------------------------------------------------------------- 1 | npmnpmpackage not foundpackage not found -------------------------------------------------------------------------------- /input/projects/data/dotnetopenauth.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: DotNetOpenAuth 3 | Contributor: Outercurve 4 | Logo: outercurve.png 5 | Web: https://github.com/DotNetOpenAuth/DotNetOpenAuth 6 | IsActive: false 7 | --- 8 | # DotNetOpenAuth 9 | 10 | [DotNetOpenAuth](https://github.com/DotNetOpenAuth/DotNetOpenAuth) is a C# implementation of the OpenID, OAuth protocols. Use DotNetOpenAuth to create Identity Providers and Identity Consumers (Relying Parties). This project has been archived and is Read-Only. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://github.com/DotNetOpenAuth/DotNetOpenAuth) 15 | * [Project Code Site](https://github.com/DotNetOpenAuth/DotNetOpenAuth) 16 | * Project License Type: [MS-PL](https://github.com/DotNetOpenAuth/DotNetOpenAuth/blob/develop/LICENSE.txt) 17 | * Project Main Contacts: [Andrew Arnott](https://github.com/AArnott) 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](https://github.com/DotNetOpenAuth/DotNetOpenAuth/tree/develop/doc) 22 | -------------------------------------------------------------------------------- /input/projects/data/mvvm-light-toolkit.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: MVVM Light Toolkit 3 | Contributor: Laurent Bugnion 4 | Logo: MvvmLight.png 5 | Web: http://www.mvvmlight.net/ 6 | --- 7 | # MVVM Light Toolkit 8 | 9 | The purpose of the [MVVM Light Toolkit](http://mvvmlight.net/) is to accelerate the creation and development of MVVM applications in WPF, Silverlight, Windows Store (RT), and for Windows Phone. 10 | 11 | ## Project Details 12 | * [Project Info Site](http://mvvmlight.net) 13 | * [Project Code Site](https://mvvmlight.codeplex.com/SourceControl/latest) 14 | * Project License Type: [MIT](https://mvvmlight.codeplex.com/license) 15 | * Project Main Contact: [Laurent Bugnion](https://www.codeplex.com/site/users/view/lbugnion) 16 | 17 | ## Quicklinks 18 | 19 | * [Documentation](https://mvvmlight.codeplex.com/documentation) 20 | * [Discussions](https://mvvmlight.codeplex.com/discussions) 21 | * [Blog](http://blog.galasoft.ch/posts/category/mvvm/) 22 | * Twitter: @LBugnion 23 | 24 | -------------------------------------------------------------------------------- /input/projects/data/oqtane.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Oqtane 3 | Contributor: Shaun Walker 4 | Logo: oqtane.png 5 | Web: https://www.oqtane.org/ 6 | --- 7 | 8 | # Oqtane 9 | 10 | [Oqtane](https://www.oqtane.org/) is a modular application framework built natively on .NET Core and Blazor. 11 | It supports multi-tenancy, a fully dynamic page compositing model, designer friendly themes, extensibility via third party modules, 12 | and an intuitive relational data model. 13 | 14 | # Project Details 15 | 16 | * [Project Info Site](https://www.oqtane.org/) 17 | * [Project Code Site](https://github.com/oqtane/oqtane.framework) 18 | * Project License Type: [MIT License(MIT)](https://github.com/oqtane/oqtane.framework/blob/master/LICENSE) 19 | * Project Main Contact: [Shaun Walker](https://github.com/sbwalker) 20 | 21 | ### Quicklinks 22 | 23 | * [Gitter](https://gitter.im/oqtane/community) 24 | * [Blog](https://www.oqtane.org/Resources/Blog) 25 | * [Product](https://www.oqtane.org/Product) 26 | -------------------------------------------------------------------------------- /input/blog/index.cshtml: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Blog | .NET Foundation 3 | PageTitle: Recent Posts 4 | --- 5 |
6 |
7 |
8 |
9 |
10 |
11 | @Html.Partial("_posts.cshtml", Outputs 12 | .FromPipeline(nameof(Statiq.Web.Pipelines.Content)) 13 | .FilterSources("blog/posts/*") 14 | .OrderByDescending(doc => doc.GetDateTime(WebKeys.Published)) 15 | .Take(5)) 16 |
17 |
18 | @Html.Partial("_archives.cshtml") 19 |
20 |
21 |
22 |
23 |
24 |
25 | 26 | @section head { 27 | 28 | } -------------------------------------------------------------------------------- /input/blog/posts/welcome-automapper-to-the-net-foundation.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Welcome AutoMapper to the .NET Foundation 3 | Author: 4 | Published: 2017-08-02 21:55:02.0000000 5 | --- 6 |

Please join me in welcoming AutoMapper to the .NET Foundation!

automapper

AutoMapper has been a popular library in the .NET open source community for a long time. As their site says:

AutoMapper is a simple little library built to solve a deceptively complex problem - getting rid of code that mapped one object to another. This type of code is rather dreary and boring to write, so why not invent a tool to do it for us?

Thanks to Jimmy Bogard and the AutoMapper team for building and actively maintaining this project for so many years! Welcome!

You can read more about AutoMapper, including some a nice getting started tutorial, on their site.

7 | -------------------------------------------------------------------------------- /input/projects/data/couchbase-lite-for-.net.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Couchbase Lite for .NET 3 | Contributor: Xamarin 4 | Logo: Couchbase.png 5 | Web: https://www.couchbase.com/ 6 | --- 7 | 8 | # Couchbase Lite for .NET 9 | 10 | This project is a port of the [Couchbase Lite](https://developer.couchbase.com/mobile/) portable Java codebase, ported to C#. Couchbase Lite is a fully functional, on-device, lightweight, native, embedded JSON database. With Couchbase Lite, you have the full power of a Couchbase database locally on the device. You can create, update, delete, query, sync and much, much more. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://developer.couchbase.com/mobile/) 15 | * [Project Code Site](https://github.com/couchbaselabs/couchbase-lite-net) 16 | * Project License Type: [Apache 2.0](https://github.com/couchbaselabs/couchbase-lite-net/blob/master/LICENSE) 17 | 18 | ## Quicklinks 19 | 20 | * [Discussions](https://groups.google.com/forum/#!forum/mobile-couchbase) 21 | -------------------------------------------------------------------------------- /input/blog/posts/welcome-peachpie-compiler-platform-to-the-net-foundation.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Welcome Peachpie Compiler Platform to the .NET Foundation 3 | Author: 4 | Published: 2017-07-25 17:46:00.0000000 5 | --- 6 |

UPDATE: See the Peachpie team's post on joining the .NET Foundation here.

7 | 8 |

Today, it’s my privilege to welcome Peachpie Compiler to the .NET Foundation.

Peachpie is an open source PHP Compiler to .NET. This innovative compiler allows you to run existing PHP applications with the performance, speed, security and interoperability of .NET.

peachpie possibilities

The Peachpie site includes a lot of exciting examples, including a demonstration running WordPress on .NET with really impressive performance results. We’re excited to have them join the .NET Foundation, and look forward to supporting them!

9 | -------------------------------------------------------------------------------- /input/projects/data/chronozoom.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: ChronoZoom 3 | Contributor: Outercurve Foundation 4 | Logo: outercurve.png 5 | Web: http://www.chronozoom.com 6 | IsActive: false 7 | --- 8 | # ChronoZoom 9 | [ChronoZoom](http://www.chronozoom.com) is an interactive timeline for all of history. Explore all of the past - from the Big Bang, to the dinosaurs, to ancient and modern history. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](http://www.chronozoom.com) 14 | * [Project Code Site](https://github.com/alterm4nn/ChronoZoom) 15 | * Project License Type: [Apache 2.0](https://github.com/alterm4nn/ChronoZoom/blob/master/blob/master/Source/LICENSE.TXT) 16 | * Project Main Contacts: [Eugene W. Nourminsky](https://github.com/alterm4nn). 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://github.com/alterm4nn/ChronoZoom/wiki) 21 | * [Discussions and Help](https://gitter.im/alterm4nn/ChronoZoom) 22 | * [Contribute](https://github.com/alterm4nn/ChronoZoom/blob/master/CONTRIBUTING.md) 23 | -------------------------------------------------------------------------------- /input/projects/data/odata-connected-service.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: OData Connected Service 3 | Contributor: Microsoft 4 | Logo: OData-Connected-Service.png 5 | Web: https://odata.org 6 | --- 7 | 8 | # OData Connected Service 9 | 10 | [OData Connected Service](https://odata.org/) is Microsoft visual studio extension which allows users to generate proxy classes from the OData Metadata. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://odata.org) 15 | * [Project Code Site](https://github.com/OData/ODataConnectedService) 16 | * Project License Type: [MIT](https://github.com/OData/ODataConnectedService/blob/master/License.txt) 17 | * Project Main Contacts: [odatafeedback@microsoft.com](https://github.com/OData/) 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](https://docs.microsoft.com/en-us/odata/) 22 | * [Discussions and issues](https://github.com/OData/ODataConnectedService/issues) 23 | * [Contribute](https://github.com/OData/ODataConnectedService/blob/master/CONTRIBUTING.MD) 24 | -------------------------------------------------------------------------------- /input/projects/data/orchardcms.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Orchard 3 | Contributor: Outercurve 4 | Logo: orchardcore_logo.png 5 | Web: https://www.orchardcore.net/orchardcms 6 | --- 7 | # Orchard 8 | 9 | [Orchard](https://www.orchardcore.net/orchardcms) is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://www.orchardcore.net/orchardcms) 14 | * [Project Code Site](https://github.com/OrchardCMS/Orchard) 15 | * Project License Type: [BSD 3-Clause](https://github.com/OrchardCMS/Orchard/blob/dev/LICENSE.txt) 16 | * Project Main Contacts: [Sebastien Ros](https://github.com/sebastienros), [Lombiq Technologies](https://github.com/LombiqTechnologies) 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://docs.orchardcore.net/projects/O1/en/latest/) 21 | * [Chat](https://gitter.im/OrchardCMS/Orchard) 22 | * [Contribute](https://docs.orchardproject.net/en/latest/Documentation/Contributing-patches/) 23 | -------------------------------------------------------------------------------- /input/projects/data/fluentvalidation.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: FluentValidation 3 | Contributor: Jeremy Skinner 4 | Logo: FluentValidation.png 5 | Web: https://fluentvalidation.net 6 | --- 7 | 8 | # FluentValidation 9 | 10 | [FluentValidation](https://fluentvalidation.net/) is a popular .NET library for creating strongly-typed validation rules for objects using a fluent interface. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://fluentvalidation.net) 15 | * [Project Code Site](https://github.com/fluentvalidation/fluentvalidation) 16 | * Project License Type: [Apache 2](https://github.com/FluentValidation/FluentValidation/blob/master/License.txt) 17 | * Project Main Contacts: [Jeremy Skinner](https://github.com/JeremySkinner) 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](https://docs.fluentvalidation.net) 22 | * [Discussions and issues](https://github.com/FluentValidation/FluentValidation/issues) 23 | * [Contribute](https://github.com/fluentvalidation/fluentvalidation/blob/master/CONTRIBUTING.md) 24 | -------------------------------------------------------------------------------- /Generator.csproj: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Exe 5 | netcoreapp3.1 6 | DotnetFoundationWeb 7 | DotnetFoundationWeb 8 | AnyCPU;x64 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /input/projects/data/sourcelink-legacy.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: SourceLink Legacy 3 | IsActive: False 4 | --- 5 | # SourceLink _Legacy_ 6 | 7 | Update: The recommended library to use now is [SourceLink](/projects/sourcelink) 8 | 9 | Source link support allows source code to be downloaded on demand while debugging. SourceLink is a set of build tools to help create and test for source link support. [Source link support](https://github.com/dotnet/core/blob/master/Documentation/diagnostics/source_link.md) is a developer productivity feature that allows unique information about an assembly's original source code to be embedded in its PDB during compilation. 10 | 11 | ## Project Details 12 | 13 | - [Website](https://github.com/ctaggart/SourceLink) 14 | - [Source](https://github.com/ctaggart/SourceLink) 15 | - License: [MIT](https://github.com/ctaggart/SourceLink/blob/master/LICENSE) 16 | - Project Lead: [Cameron Taggart](https://github.com/ctaggart) 17 | 18 | ## Quicklinks 19 | 20 | - [Documentation](https://github.com/ctaggart/SourceLink) 21 | -------------------------------------------------------------------------------- /input/projects/data/imagesharp.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: SixLabors.ImageSharp 3 | Contributor: SixLabors 4 | Logo: sixlabors.256.png 5 | Web: https://sixlabors.com/ 6 | --- 7 | # SixLabors.ImageSharp 8 | 9 | [ImageSharp](https://github.com/SixLabors/ImageSharp) is a new, fully featured, fully managed, cross-platform, 2D graphics API. 10 | 11 | Designed to democratize image processing, ImageSharp brings you an incredibly powerful yet beautifully simple API. 12 | 13 | # Project Details 14 | 15 | - [Project Info Site](https://sixlabors.com/projects/imagesharp) 16 | - [Project Code Site](https://github.com/SixLabors/ImageSharp) 17 | - Project Docs Repos: [Concepts and APIs](https://github.com/SixLabors/docs) 18 | - Project License Type: [Apache 2.0](https://github.com/SixLabors/ImageSharp/blob/master/LICENSE) 19 | 20 | ### Quicklinks 21 | 22 | - [Contribute](https://github.com/SixLabors/ImageSharp/blob/master/.github/CONTRIBUTING.md) 23 | - [Documentation](https://docs.sixlabors.com) 24 | - [Discussions](https://gitter.im/ImageSharp/General) 25 | -------------------------------------------------------------------------------- /input/_partials/_blog-card.cshtml: -------------------------------------------------------------------------------- 1 | @inherits Statiq.Razor.StatiqRazorPage> 2 | 3 | @foreach (IDocument item in Model) 4 | { 5 | @if (!String.IsNullOrEmpty(item.GetString(WebKeys.Title))) 6 | { 7 |
8 |
9 | .NET Foundation Blog 10 |
11 |
12 |

@item.GetString(WebKeys.Title)

14 |

15 | @Html.Raw(DotnetFoundationWeb.StringUtils.TruncateHtml((await item.GetContentStringAsync()).ToString(), 150)) 16 |

17 |
18 |
19 | } 20 | } 21 | -------------------------------------------------------------------------------- /input/community/speakers/valerio-de-sanctis.md: -------------------------------------------------------------------------------- 1 | Title: Valerio De Sanctis 2 | Location: Rome, Italy 3 | Email: darkseal@gmail.com 4 | Language: 5 | - Italian 6 | - English 7 | Topics: 8 | - .NET 9 | - ASP.NET 10 | - ASP.NET MVC 11 | - ASP.NET Web API 12 | - Blazor 13 | - C# 14 | - DevOps 15 | - Entity Framework 16 | - JavaScript 17 | - Microservices 18 | - Open Source 19 | - Visual Studio 20 | - Visual Studio Code 21 | - Web Development 22 | Blog: https://www.ryadel.com/ 23 | Feed: https://www.ryadel.com/feed/ 24 | Twitter: https://twitter.com/ryadel_com 25 | GitHub: https://github.com/Darkseal/ 26 | StackOverflow: https://stackoverflow.com/users/1233379/darkseal 27 | LinkedIn: https://www.linkedin.com/in/darkseal/ 28 | Sessionize: https://sessionize.com/dark/ 29 | --- 30 | ICT Manager, Tech Book Author, certified Azure Security Engineer, Microsoft MVP for Developer Technologies. 31 | Currently works as CTO for a corporate group active in insurance post-sale web-based services and for a fashion startup. 32 | -------------------------------------------------------------------------------- /input/projects/data/dotnet-api-docs.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: .NET API Reference Docs 3 | Contributor: .NET Platform 4 | Logo: dotnet-platform.png 5 | Web: https://docs.microsoft.com/dotnet/api/ 6 | --- 7 | 8 | # .NET API Reference Docs 9 | 10 | This repo contains documentation for the .NET API Reference. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://docs.microsoft.com/dotnet/api/) 15 | * [Project Code Site](https://github.com/dotnet/dotnet-api-docs) 16 | * Project License Type (Code): [MIT](https://github.com/dotnet/dotnet-api-docs/blob/master/LICENSE-CODE) 17 | * Project License Type (Content): [Creative Commons 4.0](https://github.com/dotnet/dotnet-api-docs/blob/master/LICENSE) 18 | * Project Main Contacts: [Maira Wenzel](https://github.com/mairaw), [Carlos Sanchez Lopez](https://github.com/carlossanlop), [Nick Schonning](https://github.com/nschonni). 19 | 20 | ## Quicklinks 21 | 22 | * [Documentation](https://github.com/dotnet/samples) 23 | * [Contribute](https://github.com/dotnet/dotnet-api-docs/blob/master/CONTRIBUTING.md) 24 | -------------------------------------------------------------------------------- /input/projects/data/dotnet-sdk-for-hadoop.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: .NET SDK For Hadoop 3 | Contributor: Microsoft 4 | Logo: microsoft.jpg 5 | Web: http://www.microsoft.com 6 | IsActive: False 7 | --- 8 | # .NET SDK For Hadoop 9 | 10 | Hadoop is an elastic, distributed, schemaless data processing platform, ideal for complex data that require sophisticated parsing and interpretation. Those familiar with C#, VB.NET, or any other .NET language can now leverage the platform using the [Microsoft .NET SDK for Hadoop](https://hadoopsdk.codeplex.com/). 11 | 12 | ## Project Details 13 | * [Project Info Site](https://hadoopsdk.codeplex.com/) 14 | * [Project Code Site](https://hadoopsdk.codeplex.com/SourceControl/latest) 15 | * Project License Type: [Apache License 2.0](https://hadoopsdk.codeplex.com/license) 16 | * Project Main Contact: [Matt Winkler](https://www.codeplex.com/site/users/view/mwinkle) 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation](https://hadoopsdk.codeplex.com/documentation) 21 | * [Discussions](https://hadoopsdk.codeplex.com/discussions) 22 | -------------------------------------------------------------------------------- /input/community/speakers/alyssa-nicoll.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Alyssa Nicoll 3 | Location: KC, MO 4 | Email: Alyssa.Nicoll@progress.com 5 | Language: 6 | - English 7 | Topics: 8 | - Diversity & Inclusion 9 | - JavaScript 10 | Blog: https://www.telerik.com/blogs/author/alyssa-nicoll 11 | Feed: https://feeds.feedwrench.com/all-shows-devchattv.rss 12 | Twitter: https://twitter.com/AlyssaNicoll 13 | GitHub: https://github.com/alyssamichelle 14 | LinkedIn: https://www.linkedin.com/in/alyssa-nicoll/ 15 | Twitch: https://www.twitch.tv/codeitlive 16 | YouTube: https://www.youtube.com/AngularAirPodcast 17 | Mentor: true 18 | --- 19 | Alyssa is an Angular Developer Advocate for KUI and a Google Developer Expert for Angular. Her two degrees (Web Design & Development and Psychology) feed her speaking career. She has spoken at over 30 conferences Internationally. She is a weekly panelist on Adventures in Angular and Angular Air, which have a combined following of over 16,000 listeners. She enjoys gaming, scuba diving, and has a little one that fondly goes by "Mr. Milks". 20 | -------------------------------------------------------------------------------- /input/community/speakers/maddy-leger.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Maddy Leger 3 | Location: Boston, Massachusetts USA 4 | Email: maleger@microsoft.com 5 | Language: 6 | - English 7 | Topics: 8 | - .NET 9 | - Android 10 | - C# 11 | - Diversity & Inclusion 12 | - iOS 13 | - Mobile Development 14 | - Product Management 15 | - Visual Studio 16 | - Visual Studio for Mac 17 | - Xamarin 18 | - Xamarin.Forms 19 | Twitter: https://twitter.com/maddyleger1 20 | GitHub: https://github.com/maddyleger1 21 | Twitch: https://www.twitch.tv/maddyparade 22 | Sessionize: https://sessionize.com/maddy-leger/ 23 | Mentor: true 24 | Mentee: true 25 | --- 26 | Maddy Leger is a Program Manager at Microsoft on the Xamarin team. She has been with the team since 2018 working on Xamarin tooling. She first worked with the Xamarin team as a Microsoft intern and realized the impact she could have creating amazing developer tools and frameworks. Maddy’s current focus is on making Xamarin developers more productive than ever. Find Maddy on Twitter and Github @maddyleger1! 27 | -------------------------------------------------------------------------------- /input/projects/data/windows-phone-toolkit.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Windows Phone Toolkit 3 | Contributor: Microsoft 4 | Logo: microsoft.jpg 5 | Web: http://www.microsoft.com 6 | IsActive: false 7 | --- 8 | # Windows Phone Toolkit 9 | 10 | Straight from Microsoft Windows Phone developer platform team - [Windows Phone Toolkit](https://phone.codeplex.com/) provides the developer community with new components, functionality, and an efficient way to help shape product development. WPToolkit releases include open source code, samples & docs, plus design-time support for the Windows Phone platform. 11 | 12 | ## Project Details 13 | * [Project Info Site](https://phone.codeplex.com/) 14 | * [Project Code Site](https://phone.codeplex.com/SourceControl/latest) 15 | * Project License Type: [Microsoft Public License (Ms-PL)](https://phone.codeplex.com/license) 16 | * Project Main Contact: [Shawn Oster](https://www.codeplex.com/site/users/view/shawnoster) 17 | 18 | ## Quicklinks 19 | 20 | * [Discussions](https://social.msdn.microsoft.com/Forums/en-us/wpdevelop/threads) 21 | -------------------------------------------------------------------------------- /input/projects/data/wixtoolset.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: WiX Toolset 3 | Contributor: WiX Toolset 4 | Logo: wix-white.png 5 | Web: http://wixtoolset.org/ 6 | --- 7 | # WiX Toolset 8 | 9 | [WiX Toolset](https://wixtoolset.org/) provides the most powerful set of tools available to create your Windows installation experience. 10 | 11 | Seamlessly integrate installation package creation into your development process with text based source code compiled and linked with tasks for MSBuild and Visual Studio integration. 12 | 13 | ## Project Details 14 | 15 | * [Project Info Site](https://wixtoolset.org/) 16 | * [Project Code Site](https://github.com/wixtoolset) 17 | * Project License Type: [MS-RL](https://wixtoolset.org/about/license/) 18 | * Project Main Contacts: [Rob Mensching](https://robmensching.com/) and [Bob Arnson](https://joyofsetup.com/) 19 | 20 | ## Quicklinks 21 | 22 | * [Documentation](https://wixtoolset.org/documentation/) 23 | * [Discussions and Help](https://wixtoolset.org/documentation/) 24 | * [Contribute](https://wixtoolset.org/development/) 25 | -------------------------------------------------------------------------------- /input/projects/data/coverlet.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Coverlet 3 | Contributor: Toni Solarin-Sodara, Peter Liljenberg, Marco Rossignoli 4 | Logo: coverlet.png 5 | Web: https://github.com/coverlet-coverage 6 | --- 7 | 8 | # Coverlet 9 | 10 | Coverlet is a cross platform code coverage framework for .NET, with support for line, branch and method coverage. It works with .NET Framework on Windows and .NET Core on all supported platforms. 11 | 12 | ## Project Details 13 | 14 | * [Website](https://github.com/coverlet-coverage) 15 | * [Source](https://github.com/coverlet-coverage) 16 | * License: [MIT](https://github.com/coverlet-coverage/coverlet/blob/master/LICENSE) 17 | * Project owner: [Toni Solarin-Sodara](https://github.com/tonerdo) 18 | * Project co-maintainers: [Peter Liljenberg](https://github.com/petli), [Marco Rossignoli](https://github.com/MarcoRossignoli) 19 | 20 | ## Quicklinks 21 | 22 | * [Documentation](https://github.com/coverlet-coverage/coverlet#main-contents) 23 | * [Contribute](https://github.com/coverlet-coverage/coverlet/blob/master/CONTRIBUTING.md) -------------------------------------------------------------------------------- /input/projects/data/facebooksdk.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Facebook C# SDK 3 | Contributor: Outercurve 4 | Logo: outercurve.png 5 | Web: http://facebooksdk.net/ 6 | IsActive: false 7 | --- 8 | # Facebook C# SDK 9 | 10 | [Facebook C# SDK](http://facebooksdk.net/) helps developers build web, desktop, Silverlight, Windows Phone and Windows Store applications that integrate with Facebook. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](http://facebooksdk.net/) 15 | * [Project Code Site](https://github.com/facebook-csharp-sdk/facebook-csharp-sdk) 16 | * Project License Type: [Apache 2.0](https://github.com/facebook-csharp-sdk/facebook-csharp-sdk/blob/master/LICENSE.txt) 17 | * Project Main Contacts: [Prabir Shrestha](https://github.com/prabirshrestha) 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](https://github.com/facebook-csharp-sdk/facebook-csharp-sdk.github.com/tree/master/docs) 22 | * [Discussions and Help](http://facebook.stackoverflow.com/) 23 | * [Twitter](https://twitter.com/csharpsdk) 24 | * [Contribute](http://facebooksdk.net/docs/contribute) 25 | -------------------------------------------------------------------------------- /input/community/speakers/sander-molenkamp.md: -------------------------------------------------------------------------------- 1 | Title: Sander Molenkamp 2 | Location: The Netherlands 3 | Email: a.molenkamp@gmail.com 4 | Language: 5 | - English 6 | - Dutch 7 | Topics: 8 | - .NET 9 | - ASP.NET Web API 10 | - Architecture 11 | - Azure 12 | - Blazor 13 | - C# 14 | - Containers 15 | - Microservices 16 | - Serverless 17 | Blog: https://www.sandermolenkamp.com/ 18 | Twitter: https://twitter.com/amolenk 19 | GitHub: https://github.com/amolenk 20 | LinkedIn: https://www.linkedin.com/in/amolenk/ 21 | Sessionize: https://sessionize.com/sander-molenkamp/ 22 | MeetUp: https://www.meetup.com/Dutch-Azure-Meetup/ 23 | YouTube: https://www.youtube.com/dotnetflix 24 | --- 25 | Hi! I'm a principal cloud architect and Microsoft Azure MVP with over 20 years of professional experience. I work for Info Support (www.infosupport.com) designing and developing customer solutions using cloud native architectures. I'm passionate about community and I'm co-organizing the Dutch Azure Meetup and a host on the dotnetFlix podcast (www.youtube.com/dotnetflix). 26 | -------------------------------------------------------------------------------- /input/projects/data/msbuild.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: MSBuild 3 | Contributor: Microsoft 4 | Logo: microsoft.jpg 5 | Web: http://www.microsoft.com 6 | --- 7 | # MSBuild 8 | 9 | The Microsoft Build Engine, also known as [MSBuild](https://github.com/microsoft/msbuild), is a platform for building applications. 10 | 11 | ## Project Details 12 | * [Project Info Site](https://github.com/microsoft/msbuild) 13 | * [Project Code Site](https://github.com/microsoft/msbuild) 14 | * Project License Type: [MIT](https://github.com/Microsoft/msbuild/blob/master/LICENSE) 15 | * Project Main Contacts: [Craig Campbell](https://github.com/Craig-Campbell-MS), [Nikolai Tillmann](https://github.com/NTillmann) 16 | 17 | 18 | ## Quicklinks 19 | 20 | * [Documentation Wiki](https://github.com/microsoft/msbuild/wiki) 21 | * [MSDN Documentation](https://msdn.microsoft.com/en-us/library/dd393574.aspx) 22 | * [Discussions](https://forums.dotnetfoundation.org/) 23 | * [Issues](https://github.com/microsoft/msbuild/issues) 24 | * Contact the team: [msbuild@microsoft.com](mailto:msbuild@microsoft.com) 25 | -------------------------------------------------------------------------------- /input/community/speakers/jasmine-greenaway.md: -------------------------------------------------------------------------------- 1 | Title: Jasmine Greenaway 2 | Language: 3 | - English 4 | Topics: 5 | - .NET 6 | - Azure 7 | - C# 8 | - Data 9 | - IoT 10 | - JavaScript 11 | - Microsoft 365 12 | - Microsoft Graph 13 | - Microsoft Teams 14 | - Open Source 15 | - Serverless 16 | - Visual Basic 17 | - Visual Studio 18 | - Visual Studio Code 19 | - Web Development 20 | Twitter: https://twitter.com/paladique 21 | GitHub: https://github.com/paladique 22 | LinkedIn: https://www.linkedin.com/in/jasminegreenaway/ 23 | Dev: https://dev.to/paladique 24 | --- 25 | Jasmine is an NYC based developer and Cloud Advocate at Microsoft. With words and code, she uses Azure to illustrate the awesome things developers can do with the cloud. Her years of development experience has led her to different development environments and industries, such as retail with Sears, gaming with Rockstar Games, and prior to Microsoft, .NET developer tooling as a software engineer at GitHub. She also teaches the basics of web development as an adjunct lecturer in NYC. 26 | -------------------------------------------------------------------------------- /input/projects/data/llilc.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: LLILC 3 | Contributor: Microsoft 4 | Logo: sixlabors.256.png 5 | Web: http://www.microsoft.com 6 | --- 7 | # LLILC 8 | 9 | LLILC (pronounced 'lilac') is an **LL**VM based MS**IL C**ompiler. The goal of the project is to produce a set of .NET tools that utilize LLVM to reach a broad set of platforms and chip architectures. Today LLILC is being developed against [dotnet/CoreCLR](https://github.com/dotnet/coreclr) for use as a JIT, but an ahead of time (AOT) compiler is planned for the future. 10 | 11 | ## Project Details 12 | 13 | * [Project Info Site](https://github.com/dotnet/llilc/wiki) 14 | * [Project Code Repo](https://github.com/dotnet/llilc) 15 | * Project License Type: [MIT](https://github.com/dotnet/llilc/blob/master/LICENSE.TXT) 16 | * Project Main Contact: [Russell Hadley](https://github.com/russellhadley) 17 | 18 | ## Quicklinks 19 | * [Wiki](https://github.com/dotnet/llilc/wiki) 20 | * [Contribute](https://github.com/dotnet/llilc/wiki/Areas-To-Contribute) 21 | * [Discussions](https://forums.dotnetfoundation.org/) 22 | -------------------------------------------------------------------------------- /input/projects/data/CoApp.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: CoApp 3 | Contributor: OuterCurve 4 | Logo: outercurve.png 5 | Web: http://coapp.org/ 6 | IsActive: false 7 | --- 8 | # CoApp Project 9 | 10 | [CoApp Project](http://coapp.org/) goal is to create a community of developers dedicated to creating a set of tools and processes that enable other open source developers to create and maintain their open source products with Windows as a primary build target. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](http://coapp.org/) 15 | * [Project Code Site](https://github.com/coapp/) 16 | * Project License Type: [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) 17 | * Project Main Contacts: [Garrett Serack](https://github.com/fearthecowboy), [Tom Hanrahan](https://github.com/hanrahat), [Tim Rogers](https://github.com/virmitio), [Eric Schultz](https://github.com/wwahammy). 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](http://coapp.org/reference/overview.html) 22 | * [Mailing List](http://coapp.org/developers/email.html) 23 | * [Twitter](https://twitter.com/coapp) 24 | -------------------------------------------------------------------------------- /input/projects/data/xamaringoogleplay.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: Xamarin Component for Google Play Services Client Library 3 | Contributor: Xamarin 4 | Logo: xamarin.jpg 5 | Web: https://dotnet.microsoft.com/apps/xamarin 6 | --- 7 | # Xamarin Component for Google Play Services Client Library 8 | [Xamarin Component for Google Play Services Client Library](https://dotnet.microsoft.com/apps/xamarin) are Xamarin.Android bindings for the Google Play Services Client Library, 9 | 10 | ## Project Details 11 | 12 | * [Project Info Site](https://dotnet.microsoft.com/apps/xamarin) 13 | * [Project Code Site](https://github.com/xamarin/GooglePlayServicesComponents) 14 | * Project License Type: [MIT](https://github.com/xamarin/GooglePlayServicesComponents/blob/master/LICENSE.md) 15 | * Project Main Contacts: [Jonathan Dick](https://github.com/Redth), [Miljenko Cvjetko](https://github.com/moljac) 16 | 17 | ## Quicklinks 18 | 19 | * [Documentation](https://dotnet.microsoft.com/apps/xamarin) 20 | * [Contribute](https://github.com/xamarin/GooglePlayServicesComponents/blob/master/.github/CONTRIBUTING.md) 21 | -------------------------------------------------------------------------------- /input/blog/posts/_Layout.cshtml: -------------------------------------------------------------------------------- 1 | @{ 2 | Layout = @"/_Layout.cshtml"; 3 | } 4 | 5 |
6 |
7 |
8 |
9 |
10 |
11 |

@(Model.GetString(Keys.Title) ?? Model.GetString(Keys.Title))

12 |
13 | 14 |
15 |
16 | @RenderBody() 17 |
18 |
19 | @Html.Partial("blog/_archives") 20 |
21 |
22 |
23 |
24 |
25 |
26 | -------------------------------------------------------------------------------- /input/projects/data/mahapps.md: -------------------------------------------------------------------------------- 1 | --- 2 | Title: MahApps.Metro 3 | Contributor: Jan Karger 4 | Logo: mahapps.metro.logo.png 5 | Web: https://mahapps.com/ 6 | --- 7 | 8 | # MahApps.Metro 9 | 10 | [MahApps.Metro](https://mahapps.com/) is a framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort, supporting .NET Framework and .NET Core. 11 | 12 | ## Project Details 13 | 14 | * [Project Info Site](https://mahapps.com/) 15 | * [Project Code Site](https://github.com/MahApps/MahApps.Metro) 16 | * Project License Type: [MIT](https://github.com/MahApps/MahApps.Metro/blob/develop/LICENSE) 17 | * Project Main Contacts: [Jan Karger](https://github.com/punker76), [Brendan Forster](https://github.com/shiftkey) 18 | 19 | ## Quicklinks 20 | 21 | * [Documentation](https://mahapps.com/docs/) 22 | * [Blog](https://mahapps.com/blog/) 23 | * [Discussions and Help (Gitter)](https://gitter.im/MahApps/MahApps.Metro) 24 | * [Twitter](https://twitter.com/punker76) 25 | * [Contribute](https://github.com/MahApps/MahApps.Metro/blob/develop/.github/CONTRIBUTING.md) 26 | --------------------------------------------------------------------------------