16-day longest streak
-
RazorSlices ★ PINNED
Lightweight Razor-based templates for ASP.NET Core without MVC, Razor Pages, or Blazor.
HTML ★ 566 1mo agoExplain → -
dotnet-purge ★ PINNED
.NET tool to do a real clean of a project directory
C# ★ 147 6mo agoExplain → -
MiniValidation ★ PINNED
A minimalist validation library for .NET built atop the existing features in `System.ComponentModel.DataAnnotations` namespace
C# ★ 389 1mo agoExplain → -
TagHelperPack ★ PINNED
A set of useful, and possibly opinionated, Tag Helpers for ASP.NET Core
C# ★ 337 1y agoExplain → -
MinimalApiPlayground ★ PINNED
A place I'm trying out the new ASP.NET Core minimal APIs features.
C# ★ 665 3y agoExplain → -
MinimalApis.Extensions ★ PINNED
A set of extensions and helpers for working with ASP.NET Core Minimal APIs.
C# ★ 321 3y agoExplain → -
BlazorIdentity
An exploration of recreating the ASP.NET Core Identity UI functionality in Blazor components.
C# ★ 136 3y agoExplain → -
aspnet5-workshop
ASP.NET 5 workshop
★ 106 10y agoExplain → -
RazorPagesSample
Examples of various ways to build simple CRUD pages using ASP.NET Core Razor Pages (coming in ASP.NET Core 2.0).
C# ★ 79 9y agoExplain → -
TagHelperStarterWeb
ASP.NET 5 Starter Web project template converted to use Tag Helpers
JavaScript ★ 79 11y agoExplain → -
runfile
An exploration of what file-based C# apps could look like.
C# ★ 77 16d agoExplain → -
aspnetcore-workshop
ASP.NET Core
C# ★ 69 9y agoExplain → -
PiDnx
A sample DNX app for running on Windows 10 IoT Core on Raspberry Pi 2
C# ★ 60 10y agoExplain → -
copilotd
Auto-dispatch copilot CLI instances based on GitHub issues
C# ★ 58 1mo agoExplain → -
NDCLondon2013
Demos from my talks at NDC London 2013
JavaScript ★ 54 9y agoExplain → -
Nanorm
A tiny data-access helper library for ADO.NET. Linker and native AOT friendly.
C# ★ 47 5mo agoExplain → -
copilot-cli-cost
Copilot CLI extension that shows real-time estimated session cost.
JavaScript ★ 43 29d agoExplain → -
AspNetCoreDevJwts
Experimenting with development environment scenarios for JWT authentication.
C# ★ 43 4y agoExplain → -
csrun
A tool that makes it easy to run standalone C# files.
C# ★ 42 1y agoExplain → -
AspNetCorePathAuthorization
A middleware to enable path-based authorization in an ASP.NET Core application.
C# ★ 40 3y agoExplain → -
RazorTemplates
Experiment creating templating extensions for Razor Components
C# ★ 38 7mo agoExplain → -
TrimmedTodo
An app to try out trimming stuff in .NET 7
C# ★ 34 3y agoExplain → -
MinimalRazorComponents
An exploration of allowing returning rendered Razor Components (aka Blazor Components) from ASP.NET Core Minimal API endpoints.
C# ★ 31 3y agoExplain → -
grunt-tsng
A TypeScript pre-processor for AngularJS
JavaScript ★ 28 10y agoExplain → -
SignalR-MoveShapeDemo
A simple demo app I use when giving talks on SignalR
JavaScript ★ 21 10y agoExplain → -
KeyTips-jQuery-Plugin
The KeyTips plugin for jQuery (formerly the Access Key Highlighter plugin) provides various options for highlighting access keys on web forms when the user presses their browser's access key shortcut key, e.g. Alt in Internet Explorer and Safari, Shift+Alt in Firefox.
JavaScript ★ 21 14y agoExplain → -
Unobtrusive-jQuery-UI
Unobtrusive wire-up of jQuery UI features using data-ui-* attributes on target elements.
JavaScript ★ 19 10y agoExplain → -
vsc-change-agent-watch
VS Code extension that follows file changes in real-time, automatically opening editors and scrolling to edits. Perfect for watching CLI-based coding agents work.
TypeScript ★ 18 5mo agoExplain → -
AspNetCoreClientLibManagement
Examples of different techniques for management of client libraries (i.e. JS/CSS libraries/frameworks) to ASP.NET Core projects.
HTML ★ 18 3y agoExplain → -
vNextBowerGrunt
A demonstration of an approach for integration of Bower and Grunt into an ASP.NET vNext project.
JavaScript ★ 16 11y agoExplain → -
i18nStarterWeb
ASP.NET 5 Starter Web project template converted to use proposed i18n/l10n system
JavaScript ★ 16 11y agoExplain → -
SystemWebSdk ▣
Exploration of using new .NET SDK-style projects with ASP.NET (System.Web) projects
JavaScript ★ 15 3y agoExplain → -
dotnetConf2014
Demos from my dotnetConf 2014 SignalR talk http://channel9.msdn.com/Events/dotnetConf/2014/SignalR
JavaScript ★ 15 12y agoExplain → -
SignalR-2.x-demo
Demos for SignalR 2.0 and upcoming 2.x releases
JavaScript ★ 14 12y agoExplain → -
BlazingPageHead
Example of Blazor components for managing page head content.
HTML ★ 13 5y agoExplain → -
Ignite2022
Demos for talk at MS Ignite 2022 with David Fowler
C# ★ 12 3y agoExplain → -
YouTubePlaylistCopier
A one-page ASP.NET Core site that allows for copying items from one YouTube playlist to another.
C# ★ 12 8y agoExplain → -
OpenSubtitleDownloader
Some scrappy utilities for matching ripped TV series files to the correct episode via their subtitles.
C# ★ 11 6mo agoExplain → -
ndcoslo2016
Demos for NDC Oslo 2016
C# ★ 11 10y agoExplain → -
TrackDirty-jQuery-Plugin
The TrackDirty plugin for jQuery tracks changes to form fields. When changes are detected, the field's class name is updated so as to allow styling. A callback function can be passed which will be called when a field is marked dirty. You can also query dirty fields using the added ":dirty" pseudo class.
JavaScript ★ 11 15y agoExplain → -
aspConf2012
Demo code from talks at aspConf2012
JavaScript ★ 10 14y agoExplain → -
cli-repo-template
Repo template for building a native CLI with .NET with self-update and release automation
C# ★ 8 1mo agoExplain → -
WasmClientSideValidation
Experiment to run client side validation using .NET on WebAssembly
C# ★ 8 1y agoExplain → -
AspNetCoreVbHybrid
Example of ASP.NET Core application with logic written in Visual Basic
C# ★ 8 8y agoExplain → -
WebFormsModelBindingExtensions
Sample extensions for ASP.NET Web Forms Model Binding
C# ★ 8 13y agoExplain → -
RealTimeEntityFramework
Some ideas for real-time extensions to Entity Framework
C# ★ 7 12y agoExplain → -
AspireStarterDb
No description.
C# ★ 7 1y agoExplain → -
RazorPagesLocalization
Sample of fixed Razor Pages localization in ASP.NET Core 2.0.0 application
C# ★ 7 8y agoExplain → -
MusicStore
No description.
JavaScript ★ 6 12y agoExplain → -
dotnet-dev-certs-plus
Extended functionality for the dotnet dev-certs command, including machine store and WSL support.
C# ★ 6 5mo agoExplain → -
CookieConsentUI
Example cookie consent UI for ASP.NET Core project templates, coming in ASP.NET Core 2.1
C# ★ 6 8y agoExplain → -
SimpleMvcHack
Some hacky ideas for simplifying MVC for page-focused scenarios.
C# ★ 6 10y agoExplain → -
AspireLaunchGroups
Spike of Aspire feature to support groups of resources to launch.
C# ★ 5 7mo agoExplain → -
dotnet-new2
A .NET Core CLI command to create new .NET Core projects using templates installed via NuGet packages.
C# ★ 5 10y agoExplain → -
aspnetcore-app-workshop ⑂
No description.
C# ★ 5 8y agoExplain → -
kusto-cli
A native CLI for Azure Data Explorer (Kusto)
C# ★ 4 2mo agoExplain → -
jQueryVsDocBuilder
Utility for creating jQuery vsdoc files for Visual Studio IntelliSense
JavaScript ★ 4 13y agoExplain → -
GittR
Simple issue management board for GitHub projects with real-time updating using ASP.NET SignalR.
JavaScript ★ 4 13y agoExplain → -
DevBench
Benchmark your developer PC build performance
C# ★ 3 5mo agoExplain → -
UnauthorizedApis
Exploration of potential change to ASP.NET Core behavior for what happens when accessing unauthorized API endpoints.
C# ★ 3 5y agoExplain → -
MoveShapeCore
Move Shape for ASP.NET Core SignalR
JavaScript ★ 3 8y agoExplain → -
UrlRewriteToPublic
Use URL Rewrite in IIS to only serve documents from /public folder
C# ★ 3 12y agoExplain → -
Northwind
Northwind packages for Entity Framework Code First and VS11 Database projects
★ 3 14y agoExplain → -
openai-plugin-aspnetcore ⑂
A sample OpenAI plugin using ASP.NET Core API
C# ★ 3 3y agoExplain → -
CustomCultureExample
Demonstrates the issue of trying to localize for custom cultures in .NET Core/.NET 5+ projects.
HTML ★ 3 4y agoExplain → -
JabbR ⑂
A chat application built with ASP.NET and SignalR
JavaScript ★ 2 14y agoExplain → -
askai
A command-line tool that sends a user-provided prompt to an OpenAI endpoint and prints the API response.
C# ★ 2 6mo agoExplain → -
RazorFlushing
Examples of preemptive flushing from ASP.NET Core Razor
C# ★ 2 9y agoExplain → -
BlazorFormFun
Reproducing patterns, etc. with new Blazor form handling in ASP.NET Core 8
CSS ★ 2 2y agoExplain → -
AngleBracketsSpring2013
Deoms from my presentations at AngleBrackets/DevIntersections Spring 2013
JavaScript ★ 2 12y agoExplain → -
HeritageTemplates
It's the .NET templates the way you remember them.
C# ★ 2 4y agoExplain → -
SignalR ⑂
Incredibly simple real-time web for ASP.NET Core
C# ★ 2 9y agoExplain → -
MusicStoreSpa
No description.
★ 2 9y agoExplain → -
LyncAutoAnswer ⑂
Lync 2012 Super Simple Auto Answer Video Kiosk with Full Screen
C# ★ 2 14y agoExplain → -
dependabot-core ⑂
🤖 Dependabot's core logic for creating update PRs.
★ 1 1mo agoExplain → -
dotnet-outdated ⑂
A .NET Core global tool to display and update outdated NuGet packages in a project
★ 1 1mo agoExplain → -
excalidraw ⑂
Virtual whiteboard for sketching hand-drawn like diagrams
★ 1 3mo agoExplain → -
azure-management-docs ⑂
Open source documentation repository for Azure management-related services. All content in this repository is published to learn.microsoft.com.
★ 1 4mo agoExplain → -
AutoOtelDashboard
Experiments with running the Aspirie dashboard to get OpenTelemetry during development from ASP.NET Core apps without using an Aspire AppHost project.
C# ★ 1 9mo agoExplain → -
NuGetGallery ⑂
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
C# ★ 1 1y agoExplain → -
azure-dev ⑂
A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
★ 1 2y agoExplain → -
httpstatus ⑂
Easily generate different HTTP responses for testing
★ 1 3y agoExplain → -
Swashbuckle.AspNetCore ⑂
Swagger tools for documenting API's built on ASP.NET Core
★ 1 4y agoExplain → -
jquery-cookie ⑂
A simple, lightweight jQuery plugin for reading, writing and deleting cookies
JavaScript ★ 1 13y agoExplain → -
WorkshopSnapshots ⑂
Trying out git for snapshots
C# ★ 1 6y agoExplain → -
RazorPages
No description.
C# ★ 1 10y agoExplain → -
dotnet ⑂
A simple but effective mini-profiler for ASP.NET websites
C# ★ 1 9y agoExplain → -
schemastore ⑂
A collection of JSON schema files incuding full API
JavaScript ★ 1 11y agoExplain → -
DefinitelyTyped ⑂
The repository for high quality TypeScript type definitions.
JavaScript ★ 1 12y agoExplain → -
SignalRAsyncPatterns ⑂
No description.
JavaScript ★ 1 12y agoExplain → -
pr-dashboard ⑂
For the aspire team
★ 0 19d agoExplain → -
mapmytrip
Standalone static trip timeline map for TripIt ICS exports
JavaScript ★ 0 28d agoExplain → -
pvanalyze ⑂
Cross-platform command-line tool for analyzing .NET performance traces
★ 0 1mo agoExplain → -
excalidraw-room ⑂
No description.
★ 0 2y agoExplain → -
artifact-signing-action ⑂
No description.
★ 0 3mo agoExplain → -
FrameworkBenchmarks ⑂
Source for the TechEmpower Framework Benchmarks project
★ 0 1y agoExplain → -
codel-cloud-native ⑂
Wordle scoped to programming words only - demo Aspire App
★ 0 1y agoExplain → -
AspireIssue841Repro ▣
Investigation for .NET Aspire issue 814
HTML ★ 0 2y agoExplain → -
WebHookTestProject
No description.
★ 0 7y agoExplain → -
LargeRazorStringLiterals
Investigation related to issue dotnet/aspnetcore#21787
HTML ★ 0 3y agoExplain → -
oh-my-posh ⑂
A prompt theme engine for any shell.
Go ★ 0 23d agoExplain → -
aspnetcore ⑂
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
★ 0 4y agoExplain → -
visualstudio-docs ⑂
This repo is the home of the official Visual Studio, Visual Studio for Mac, Visual Studio Subscriptions, and Scripting Technologies documentation for Microsoft.
★ 0 5y agoExplain → -
FuGetGallery ⑂
An alternative web UI for browsing nuget packages
C# ★ 0 5y agoExplain → -
framework ⑂
A lightweight low ceremony API for web services.
★ 0 6y agoExplain → -
live.asp.net ⑂
Code for live.asp.net, which hosts the ASP.NET Community Stand-up
★ 0 6y agoExplain → -
PlatformLevelTechempower ⑂
No description.
C# ★ 0 8y agoExplain → -
ProjectKIssueList ⑂
ASP.NET 5 app to view GitHub issues for team stand-up
C# ★ 0 9y agoExplain → -
SmartThingsPublic ⑂
No description.
Groovy ★ 0 10y agoExplain → -
aspnetvnextwebapiapp ⑂
No description.
HTML ★ 0 10y agoExplain → -
AspNet5InMemoryPerf
It does ASP.NET 5 in-memory to help with analyzing perf
C# ★ 0 11y agoExplain → -
dnx.xunit ⑂
DNX runner for xUnit.net
C# ★ 0 11y agoExplain → -
up-for-grabs.net ⑂
Jump in!
JavaScript ★ 0 11y agoExplain → -
BundleExcludeLongPaths
Site to repro issues with bundling DNX site with exluded long paths
C# ★ 0 11y agoExplain → -
IeXhrCacheRepro
Demonstrates issue with Internet Explorer agressively caching XHR GET requests without explicit cache headers, while other browsers do not.
C# ★ 0 11y agoExplain → -
dt-angular ⑂
TypeScript Definitions for AngularJS from DefinitelyTyped
TypeScript ★ 0 12y agoExplain → -
grunt-contrib-jshint ⑂
Validate files with JSHint.
JavaScript ★ 0 12y agoExplain → -
ScriptManagerExtensions
Experimental extensions for the ASP.NET Web Forms ScriptManager
C# ★ 0 13y agoExplain → -
ngMusings
Some AngularJS experiments
JavaScript ★ 0 12y agoExplain → -
Dashboard
A simple dashboard for open source projects.
JavaScript ★ 0 13y agoExplain → -
ReleaseNotesMaker ⑂
Little tool to generate release notes for SignalR
C# ★ 0 13y agoExplain →
No repos match these filters.
More creators on gitmyhub
brunosimon douglascrockford standardgalactic AlexTheAnalyst MorvanZhou