Skip to content

Instantly share code, notes, and snippets.

@KangPilGyu
KangPilGyu / components.md
Created October 1, 2021 00:09 — forked from iclanzan/components.md
UI Component Name Ideas

UI component names

As front-end developers we all know the pain of coming up with meaningful component names for CSS classes. I created this gist as a place to collect terms that are suitable as user interface component names.

Please contribute your own ideas!

Interactive components

  • button
public class S3StreamResponse : S3Response
{
public Stream FileStream { get; set; }
public String FileName { get; set; }
public String Content_Type { get; set; }
public long Content_Length { get; set; }
public DateTime LastModified { get; set; }
}
@m8s00
m8s00 / App.config
Last active October 12, 2022 16:25
C# Oracle.ManagedDataAccess Sample
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="oracle.manageddataaccess.client"
type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342"/>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
</startup>
<system.data>