All Projects → aspnet → Live.asp.net

aspnet / Live.asp.net

Licence: mit
Code for live.asp.net, which hosts the ASP.NET Community Stand-up

Projects that are alternatives of or similar to Live.asp.net

Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+193.22%)
Mutual labels:  asp-net-core, aspnetcore, dotnetcore
Applicationinsights Aspnetcore
ASP.NET Core web applications monitoring
Stars: ✭ 306 (+3.73%)
Mutual labels:  azure, aspnetcore, dotnetcore
Docker Series
Docker Series about containerizing ASP.NET Core app with MySQL..
Stars: ✭ 88 (-70.17%)
Mutual labels:  asp-net-core, aspnetcore, dotnetcore
ChatService
ChatService (SignalR).
Stars: ✭ 26 (-91.19%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core
SimpleSocial
A simple social network web application using ASP.NET Core 3.1
Stars: ✭ 16 (-94.58%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+1077.63%)
Mutual labels:  asp-net-core, aspnetcore, dotnetcore
Sio.core
✔ [ SIOC ] Swastika I/O Core is an all in one platform (e.g CMS, eCommerce, Forum, Q&A, CRM...) ASP.NET Core / Dotnet Core System based on SIOH Framework.
Stars: ✭ 121 (-58.98%)
Mutual labels:  asp-net-core, asp, dotnetcore
Mix.core
🚀 Mixcore CMS is an open source CMS that support both headless and decoupled to easily build any kinds of app/web app/customisable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
Stars: ✭ 304 (+3.05%)
Mutual labels:  asp-net-core, asp, dotnetcore
MvcControlsToolkit.Core
Core Code for MvcControlsToolkit packages
Stars: ✭ 13 (-95.59%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-93.9%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core
Home
Asp.net core Mvc Controls Toolkit
Stars: ✭ 33 (-88.81%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core
AspNetCore-ReCAPTCHAv3
reCAPTCHA v3 Usage in Asp.Net Core MVC
Stars: ✭ 17 (-94.24%)
Mutual labels:  aspnetcore, asp, asp-net-core
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (-66.1%)
Mutual labels:  asp-net-core, aspnetcore, dotnetcore
Aspnetboilerplate Core Ng
Tutorial for ASP.NET Boilerplate Core + Angular
Stars: ✭ 61 (-79.32%)
Mutual labels:  azure, aspnetcore, dotnetcore
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (-70.51%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (-71.53%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core
SignalR-Core-SqlTableDependency
Shows how the new SignalR Core works with hubs and sockets, also how it can integrate with SqlTableDependency API.
Stars: ✭ 36 (-87.8%)
Mutual labels:  aspnetcore, asp-net-core
Blazorwebformscomponents
A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
Stars: ✭ 274 (-7.12%)
Mutual labels:  aspnetcore, asp
OrdersManagementSystem
Project demonstrates usage of Prism composition library, Material design library, SQL Server, Entity Framework in WPF application
Stars: ✭ 29 (-90.17%)
Mutual labels:  aspnetcore, asp-net-core
Cosmos.Identity
A Cosmos storage provider for ASP.NET Core Identity.
Stars: ✭ 26 (-91.19%)
Mutual labels:  aspnetcore, dotnetcore

live.asp.net

Code for the ASP.NET Community Stand-up site.

Staging - https://ms-asp-standup-staging.azurewebsites.net/

Production - https://live.asp.net/

Local Development Configuration

This project now requires Visual Studio 2017 RC build 15.0.0-RC.3+26127.0 or higher, or if using the .NET CLI with VS Code or an OmniSharp enabled editor, .NET Core SDK 1.0 RC3 build 004530 or higher.

To run the site locally with live data and login, you'll need some configuration values in your user secrets store. If the values aren't found, hard-coded YouTube sample data will be used, and the next show details will be saved to the root of the app in a JSON file.

To enable sign-in to the Admin page, you'll need configuration values in your secret store for an Azure AD endpoint, plus you'll need to update the Authorization section of appsettings.json to list the usernames of the Azure AD accounts you want to allow.

To configure the secret values, use the user-secret command, e.g.:

dotnet user-secrets set AppSettings:YouTubeApiKey <app-server-key>
  
dotnet user-secrets set AppSettings:AzureStorageConnectionString <azure-storage-connection-string>

dotnet user-secrets set Authentication:AzureAd:Domain <azure-ad-domain-name>

dotnet user-secrets set Authentication:AzureAd:PostLogoutRedirectUri "https://localhost:44300/"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].