Skip to content
View DanElliott's full-sized avatar
Block or Report

Block or report DanElliott

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DanElliott/README.md

Hi there 👋

Pinned

  1. Adds an "active" class to the given ... Adds an "active" class to the given element when the route parameters match. An Active Page Tag Helper for use with Razor Pages.
    1
    [HtmlTargetElement(Attributes = "is-active-page")]
    2
    public class ActivePageTagHelper : TagHelper
    3
    {
    4
        /// <summary>The name of the action method.</summary>
    5
        /// <remarks>Must be <c>null</c> if <see cref="P:Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper.Route" /> is non-<c>null</c>.</remarks>
  2. Generate C# class from database table Generate C# class from database table
    1
    --modified from SO: http://stackoverflow.com/questions/5873170/generate-class-from-database-table
    2
    --added table and column
    3
    
                  
    4
    declare @TableName sysname = 'TableName'
    5
    declare @Result varchar(max) = '[Table(Name = "' + @TableName + '")]
  3. ResultsNow/resultsnow.github.io ResultsNow/resultsnow.github.io Public

    The website of Results Now, LLC

    CSS

  4. OnlineHasher OnlineHasher Public

    Forked from madskristensen/OnlineHasher

    Hashes passwords

    HTML

  5. microsoft-extensions-configuraton-registry microsoft-extensions-configuraton-registry Public

    Provides a way to load configurations from a Microsoft Windows registry

    C#