Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / DamianEdwards 52 repositories

PM Architect on the .NET team at Microsoft.

DamianEdwards/RazorSlices

Lightweight Razor-based templates for ASP.NET Core without MVC, Razor Pages, or Blazor.

Language: HTML - Size: 25 MB - Last synced: about 2 hours ago - Pushed: about 9 hours ago - Stars: 265 - Forks: 12

DamianEdwards/MiniValidation

A minimalist validation library for .NET built atop the existing features in `System.ComponentModel.DataAnnotations` namespace

Language: C# - Size: 162 KB - Last synced: 12 days ago - Pushed: 27 days ago - Stars: 318 - Forks: 24

DamianEdwards/TagHelperPack

A set of useful, and possibly opinionated, Tag Helpers for ASP.NET Core

Language: C# - Size: 1.38 MB - Last synced: 11 days ago - Pushed: 8 months ago - Stars: 336 - Forks: 59

DamianEdwards/MinimalApiPlayground

A place I'm trying out the new ASP.NET Core minimal APIs features.

Language: C# - Size: 196 KB - Last synced: 12 days ago - Pushed: over 1 year ago - Stars: 655 - Forks: 128

DamianEdwards/MinimalApis.Extensions

A set of extensions and helpers for working with ASP.NET Core Minimal APIs.

Language: C# - Size: 196 KB - Last synced: 12 days ago - Pushed: 12 months ago - Stars: 289 - Forks: 26

DamianEdwards/TrimmedTodo

An app to try out trimming stuff in .NET 7

Language: C# - Size: 166 KB - Last synced: about 2 months ago - Pushed: about 1 year ago - Stars: 35 - Forks: 3

DamianEdwards/AspNetCoreClientCertAuthTest

Language: C# - Size: 22.5 KB - Last synced: 2 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

DamianEdwards/Nanorm

A tiny data-access helper library for ADO.NET. Linker and native AOT friendly.

Language: C# - Size: 114 KB - Last synced: 24 days ago - Pushed: 6 months ago - Stars: 39 - Forks: 2

DamianEdwards/azure-dev Fork of Azure/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.

Size: 14.2 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

DamianEdwards/grunt-tsng

A TypeScript pre-processor for AngularJS

Language: JavaScript - Size: 316 KB - Last synced: 1 day ago - Pushed: over 8 years ago - Stars: 29 - Forks: 3

DamianEdwards/AspireIssue841Repro

Investigation for .NET Aspire issue 814

Language: HTML - Size: 0 Bytes - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

DamianEdwards/BlazorIdentity

An exploration of recreating the ASP.NET Core Identity UI functionality in Blazor components.

Language: C# - Size: 237 KB - Last synced: 7 months ago - Pushed: almost 2 years ago - Stars: 133 - Forks: 10

DamianEdwards/SignalR-MoveShapeDemo

A simple demo app I use when giving talks on SignalR

Language: JavaScript - Size: 9.39 MB - Last synced: 8 months ago - Pushed: over 8 years ago - Stars: 21 - Forks: 19

DamianEdwards/BlazorFormFun

Reproducing patterns, etc. with new Blazor form handling in ASP.NET Core 8

Language: CSS - Size: 110 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

DamianEdwards/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.

Language: JavaScript - Size: 799 KB - Last synced: 28 days ago - Pushed: over 12 years ago - Stars: 21 - Forks: 6

DamianEdwards/aspnet5-workshop

ASP.NET 5 workshop

Size: 6.89 MB - Last synced: 7 months ago - Pushed: about 8 years ago - Stars: 106 - Forks: 25

DamianEdwards/TagHelperStarterWeb

ASP.NET 5 Starter Web project template converted to use Tag Helpers

Language: JavaScript - Size: 664 KB - Last synced: 8 months ago - Pushed: about 9 years ago - Stars: 80 - Forks: 26

DamianEdwards/httpstatus Fork of aaronpowell/httpstatus

Easily generate different HTTP responses for testing

Size: 695 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

DamianEdwards/aspnetvnextwebapiapp Fork of davidfowl/aspnetvnextwebapiapp

Language: HTML - Size: 179 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 0 - Forks: 0

DamianEdwards/AspNet5InMemoryPerf

It does ASP.NET 5 in-memory to help with analyzing perf

Language: C# - Size: 97.7 KB - Last synced: about 1 year ago - Pushed: almost 9 years ago - Stars: 0 - Forks: 0

DamianEdwards/schemastore Fork of SchemaStore/schemastore

A collection of JSON schema files incuding full API

Language: JavaScript - Size: 469 KB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 1 - Forks: 0

DamianEdwards/IeXhrCacheRepro

Demonstrates issue with Internet Explorer agressively caching XHR GET requests without explicit cache headers, while other browsers do not.

Language: C# - Size: 266 KB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 0 - Forks: 0

DamianEdwards/Dashboard

A simple dashboard for open source projects.

Language: JavaScript - Size: 820 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 0 - Forks: 1

DamianEdwards/jQueryVsDocBuilder

Utility for creating jQuery vsdoc files for Visual Studio IntelliSense

Language: JavaScript - Size: 1.57 MB - Last synced: about 1 year ago - Pushed: about 11 years ago - Stars: 5 - Forks: 6

DamianEdwards/MinimalRazorComponents

An exploration of allowing returning rendered Razor Components (aka Blazor Components) from ASP.NET Core Minimal API endpoints.

Language: C# - Size: 155 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 22 - Forks: 0

DamianEdwards/AspNetCoreClientLibManagement

Examples of different techniques for management of client libraries (i.e. JS/CSS libraries/frameworks) to ASP.NET Core projects.

Language: HTML - Size: 1.77 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 18 - Forks: 1

DamianEdwards/AspNetCoreDevJwts

Experimenting with development environment scenarios for JWT authentication.

Language: C# - Size: 81.1 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 43 - Forks: 3

DamianEdwards/AspNetCorePathAuthorization

A middleware to enable path-based authorization in an ASP.NET Core application.

Language: C# - Size: 47.9 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 27 - Forks: 0

DamianEdwards/Ignite2022

Demos for talk at MS Ignite 2022 with David Fowler

Language: C# - Size: 76.2 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 12 - Forks: 1

DamianEdwards/RazorPagesSample

Examples of various ways to build simple CRUD pages using ASP.NET Core Razor Pages (coming in ASP.NET Core 2.0).

Language: C# - Size: 591 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 75 - Forks: 41

DamianEdwards/SystemWebSdk 📦

Exploration of using new .NET SDK-style projects with ASP.NET (System.Web) projects

Language: JavaScript - Size: 542 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 17 - Forks: 3

DamianEdwards/YouTubePlaylistCopier

A one-page ASP.NET Core site that allows for copying items from one YouTube playlist to another.

Language: C# - Size: 440 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 12 - Forks: 3

DamianEdwards/LargeRazorStringLiterals

Investigation related to issue dotnet/aspnetcore#21787

Language: HTML - Size: 840 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

DamianEdwards/aspnetcore-workshop

ASP.NET Core

Language: C# - Size: 7.44 MB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 68 - Forks: 63

DamianEdwards/NDCLondon2013

Demos from my talks at NDC London 2013

Language: JavaScript - Size: 430 KB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 57 - Forks: 39

DamianEdwards/oh-my-posh Fork of JanDeDobbeleer/oh-my-posh

A prompt theme engine for any shell.

Language: Go - Size: 7.95 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

DamianEdwards/Swashbuckle.AspNetCore Fork of domaindrivendev/Swashbuckle.AspNetCore

Swagger tools for documenting API's built on ASP.NET Core

Size: 4.2 MB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

DamianEdwards/HeritageTemplates

It's the .NET templates the way you remember them.

Language: C# - Size: 10.7 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 2 - Forks: 0

DamianEdwards/CustomCultureExample

Demonstrates the issue of trying to localize for custom cultures in .NET Core/.NET 5+ projects.

Language: HTML - Size: 901 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 3 - Forks: 0

DamianEdwards/aspConf2012

Demo code from talks at aspConf2012

Language: JavaScript - Size: 1.36 MB - Last synced: about 1 year ago - Pushed: almost 12 years ago - Stars: 11 - Forks: 1

DamianEdwards/aspnetcore Fork of dotnet/aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

Size: 257 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 1

DamianEdwards/BlazingPageHead

Example of Blazor components for managing page head content.

Language: HTML - Size: 216 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 13 - Forks: 3

DamianEdwards/AngleBracketsSpring2013

Deoms from my presentations at AngleBrackets/DevIntersections Spring 2013

Language: JavaScript - Size: 879 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 3 - Forks: 0

DamianEdwards/MusicStore

Language: JavaScript - Size: 1.64 MB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 7 - Forks: 1

DamianEdwards/Northwind

Northwind packages for Entity Framework Code First and VS11 Database projects

Size: 89.8 KB - Last synced: about 1 year ago - Pushed: over 12 years ago - Stars: 4 - Forks: 0

DamianEdwards/GittR

Simple issue management board for GitHub projects with real-time updating using ASP.NET SignalR.

Language: JavaScript - Size: 668 KB - Last synced: about 1 year ago - Pushed: over 11 years ago - Stars: 5 - Forks: 0

DamianEdwards/WebFormsModelBindingExtensions

Sample extensions for ASP.NET Web Forms Model Binding

Language: C# - Size: 871 KB - Last synced: about 1 year ago - Pushed: over 11 years ago - Stars: 9 - Forks: 1

DamianEdwards/SignalR-2.x-demo

Demos for SignalR 2.0 and upcoming 2.x releases

Language: JavaScript - Size: 547 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 15 - Forks: 5

DamianEdwards/RealTimeEntityFramework

Some ideas for real-time extensions to Entity Framework

Language: C# - Size: 744 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 9 - Forks: 3

DamianEdwards/UrlRewriteToPublic

Use URL Rewrite in IIS to only serve documents from /public folder

Language: C# - Size: 156 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 4 - Forks: 3

DamianEdwards/dotnetConf2014

Demos from my dotnetConf 2014 SignalR talk http://channel9.msdn.com/Events/dotnetConf/2014/SignalR

Language: JavaScript - Size: 803 KB - Last synced: about 1 year ago - Pushed: almost 10 years ago - Stars: 16 - Forks: 8

DamianEdwards/vNextBowerGrunt

A demonstration of an approach for integration of Bower and Grunt into an ASP.NET vNext project.

Language: JavaScript - Size: 461 KB - Last synced: about 1 year ago - Pushed: over 9 years ago - Stars: 17 - Forks: 1

DamianEdwards/i18nStarterWeb

ASP.NET 5 Starter Web project template converted to use proposed i18n/l10n system

Language: JavaScript - Size: 634 KB - Last synced: about 1 year ago - Pushed: about 9 years ago - Stars: 17 - Forks: 8

DamianEdwards/PiDnx

A sample DNX app for running on Windows 10 IoT Core on Raspberry Pi 2

Language: C# - Size: 95.7 KB - Last synced: about 1 year ago - Pushed: over 8 years ago - Stars: 62 - Forks: 7

DamianEdwards/dotnet-new2

A .NET Core CLI command to create new .NET Core projects using templates installed via NuGet packages.

Language: C# - Size: 38.1 KB - Last synced: about 1 year ago - Pushed: about 8 years ago - Stars: 6 - Forks: 1

DamianEdwards/ndcoslo2016

Demos for NDC Oslo 2016

Language: C# - Size: 43.9 KB - Last synced: about 1 year ago - Pushed: about 8 years ago - Stars: 12 - Forks: 1

DamianEdwards/SimpleMvcHack

Some hacky ideas for simplifying MVC for page-focused scenarios.

Language: C# - Size: 15.6 KB - Last synced: about 1 year ago - Pushed: almost 8 years ago - Stars: 7 - Forks: 1

DamianEdwards/RazorPagesLocalization

Sample of fixed Razor Pages localization in ASP.NET Core 2.0.0 application

Language: C# - Size: 437 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 8 - Forks: 2

DamianEdwards/AspNetCoreVbHybrid

Example of ASP.NET Core application with logic written in Visual Basic

Language: C# - Size: 3.91 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 9 - Forks: 3

DamianEdwards/CookieConsentUI

Example cookie consent UI for ASP.NET Core project templates, coming in ASP.NET Core 2.1

Language: C# - Size: 436 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 6 - Forks: 1

DamianEdwards/MoveShapeCore

Move Shape for ASP.NET Core SignalR

Language: JavaScript - Size: 161 KB - Last synced: about 1 year ago - Pushed: about 6 years ago - Stars: 4 - Forks: 1

DamianEdwards/UnauthorizedApis

Exploration of potential change to ASP.NET Core behavior for what happens when accessing unauthorized API endpoints.

Language: C# - Size: 701 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 4 - Forks: 1

DamianEdwards/visualstudio-docs Fork of MicrosoftDocs/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.

Size: 831 MB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

DamianEdwards/SignalR Fork of aspnet/SignalR

Incredibly simple real-time web for ASP.NET Core

Language: C# - Size: 1.96 MB - Last synced: about 2 months ago - Pushed: about 7 years ago - Stars: 2 - Forks: 1

DamianEdwards/jquery-cookie Fork of carhartl/jquery-cookie

A simple, lightweight jQuery plugin for reading, writing and deleting cookies

Language: JavaScript - Size: 134 KB - Last synced: about 1 year ago - Pushed: over 11 years ago - Stars: 1 - Forks: 1

DamianEdwards/FuGetGallery Fork of praeclarum/FuGetGallery

An alternative web UI for browsing nuget packages

Language: C# - Size: 731 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

DamianEdwards/framework Fork of featherhttp/framework

A lightweight low ceremony API for web services.

Size: 112 KB - Last synced: about 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

DamianEdwards/live.asp.net Fork of aspnet/live.asp.net

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

Size: 9.97 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

DamianEdwards/WorkshopSnapshots Fork of davidfowl/WorkshopSnapshots

Trying out git for snapshots

Language: C# - Size: 797 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

DamianEdwards/RazorFlushing

Examples of preemptive flushing from ASP.NET Core Razor

Language: C# - Size: 436 KB - Last synced: about 1 year ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 1

DamianEdwards/WebHookTestProject Fork of bradygaster/SendMeAPullRequest

Size: 5.86 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

DamianEdwards/aspnetcore-app-workshop Fork of dotnet-presentations/aspnetcore-app-workshop

Language: C# - Size: 2.45 MB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 5 - Forks: 3

DamianEdwards/JabbR Fork of JabbR/JabbR

A chat application built with ASP.NET and SignalR

Language: JavaScript - Size: 8.44 MB - Last synced: about 1 year ago - Pushed: over 12 years ago - Stars: 2 - Forks: 1

DamianEdwards/RazorPages

Language: C# - Size: 82 KB - Last synced: about 1 year ago - Pushed: almost 8 years ago - Stars: 1 - Forks: 7

DamianEdwards/PlatformLevelTechempower Fork of davidfowl/PlatformLevelTechempower

Language: C# - Size: 26.4 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 0 - Forks: 0

DamianEdwards/MusicStoreSpa

Size: 0 Bytes - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 2 - Forks: 0

DamianEdwards/ProjectKIssueList Fork of Eilon/Hubbup

ASP.NET 5 app to view GitHub issues for team stand-up

Language: C# - Size: 4.42 MB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 0 - Forks: 0

DamianEdwards/dotnet Fork of MiniProfiler/dotnet

A simple but effective mini-profiler for ASP.NET websites

Language: C# - Size: 47.2 MB - Last synced: about 1 year ago - Pushed: over 7 years ago - Stars: 1 - Forks: 1

DamianEdwards/Unobtrusive-jQuery-UI

Unobtrusive wire-up of jQuery UI features using data-ui-* attributes on target elements.

Language: JavaScript - Size: 800 KB - Last synced: 8 days ago - Pushed: over 8 years ago - Stars: 19 - Forks: 9

DamianEdwards/SmartThingsPublic Fork of SmartThingsCommunity/SmartThingsPublic

Language: Groovy - Size: 6.73 MB - Last synced: about 1 year ago - Pushed: about 8 years ago - Stars: 0 - Forks: 0

DamianEdwards/dnx.xunit Fork of erikbra/aspnet.xunit

DNX runner for xUnit.net

Language: C# - Size: 273 KB - Last synced: about 1 year ago - Pushed: about 9 years ago - Stars: 0 - Forks: 0

DamianEdwards/DefinitelyTyped Fork of DefinitelyTyped/DefinitelyTyped

The repository for high quality TypeScript type definitions.

Language: JavaScript - Size: 12 MB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 1 - Forks: 0

DamianEdwards/up-for-grabs.net Fork of up-for-grabs/up-for-grabs.net

Jump in!

Language: JavaScript - Size: 475 KB - Last synced: about 1 year ago - Pushed: about 9 years ago - Stars: 0 - Forks: 0

DamianEdwards/BundleExcludeLongPaths

Site to repro issues with bundling DNX site with exluded long paths

Language: C# - Size: 121 KB - Last synced: about 1 year ago - Pushed: about 9 years ago - Stars: 0 - Forks: 0

DamianEdwards/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.

Language: JavaScript - Size: 156 KB - Last synced: 3 days ago - Pushed: about 13 years ago - Stars: 11 - Forks: 0

DamianEdwards/dt-angular Fork of dt-bower/dt-angular

TypeScript Definitions for AngularJS from DefinitelyTyped

Language: TypeScript - Size: 139 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 0 - Forks: 0

DamianEdwards/grunt-contrib-jshint Fork of gruntjs/grunt-contrib-jshint

Validate files with JSHint.

Language: JavaScript - Size: 948 KB - Last synced: about 1 year ago - Pushed: about 10 years ago - Stars: 0 - Forks: 0

DamianEdwards/ScriptManagerExtensions

Experimental extensions for the ASP.NET Web Forms ScriptManager

Language: C# - Size: 258 KB - Last synced: about 1 year ago - Pushed: over 11 years ago - Stars: 0 - Forks: 0

DamianEdwards/ngMusings

Some AngularJS experiments

Language: JavaScript - Size: 527 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 0 - Forks: 0

DamianEdwards/SignalRAsyncPatterns Fork of davidfowl/SignalRAsyncPatterns

Language: JavaScript - Size: 421 KB - Last synced: about 1 year ago - Pushed: over 10 years ago - Stars: 1 - Forks: 2

DamianEdwards/ReleaseNotesMaker Fork of davidfowl/ReleaseNotesMaker

Little tool to generate release notes for SignalR

Language: C# - Size: 288 KB - Last synced: about 1 year ago - Pushed: over 11 years ago - Stars: 0 - Forks: 0

DamianEdwards/LyncAutoAnswer Fork of shanselman/LyncAutoAnswer

Lync 2012 Super Simple Auto Answer Video Kiosk with Full Screen

Language: C# - Size: 202 KB - Last synced: about 1 year ago - Pushed: almost 12 years ago - Stars: 2 - Forks: 1