I'm a @dotnet developer at @department-of-veterans-affairs
- Philadelphia, PA
Pinned Loading
-
-
microsoft-extensions-configuraton-registry
microsoft-extensions-configuraton-registry PublicProvides a way to load configurations from a Microsoft Windows registry
C#
-
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")]
2public 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>
-
Simple way to access assembly attrib...
Simple way to access assembly attributes 1namespace MyApp;
23using System.Reflection;
45public record class AssemblyInformation(string Product, string Description, string Version, string InformationalVersion)
-
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
34declare @TableName sysname = 'TableName'
5declare @Result varchar(max) = '[Table(Name = "' + @TableName + '")]
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.