Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Front-end Development using CSharp
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Mayuki Sawatari
March 25, 2014
Programming
0
160
Front-end Development using CSharp
Front-end Development using CSharp
http://young.blog.jp.klab.com/archives/37630043.html
Mayuki Sawatari
March 25, 2014
Tweet
Share
More Decks by Mayuki Sawatari
See All by Mayuki Sawatari
.NET 9アプリをCGIとして レンタルサーバーで動かす
mayuki
1
1.1k
.NET のための通信フレームワーク MagicOnion 入門 / Introduction to MagicOnion
mayuki
2
34k
Real World .NET Core on Kubernetes
mayuki
2
3.8k
OneDrive On-Demandがすごい
mayuki
0
2.6k
Android TVとXamarinとKotlin
mayuki
2
530
Cutting Edge!
mayuki
0
3.7k
.NETプログラム(のランタイムを実装する)入門なのです
mayuki
0
2.3k
Acute Low back pain
mayuki
1
270
TypeScriptをより実践的に使うために
mayuki
6
4.6k
Other Decks in Programming
See All in Programming
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
170
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
450
CSC307 Lecture 11
javiergs
PRO
0
590
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
930
AI時代でも変わらない技術コミュニティの力~10年続く“ゆるい”つながりが生み出す価値
n_takehata
2
650
TipKitTips
ktcryomm
0
150
CSC307 Lecture 12
javiergs
PRO
0
460
Ruby x Terminal
a_matsuda
7
580
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
240
CopilotKit + AG-UIを学ぶ
nearme_tech
PRO
1
130
Agent Skills Workshop - AIへの頼み方を仕組み化する
gotalab555
15
7.9k
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
The Power of CSS Pseudo Elements
geoffreycrofte
82
6.2k
HDC tutorial
michielstock
1
500
Side Projects
sachag
455
43k
Designing for Timeless Needs
cassininazir
0
150
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
Typedesign – Prime Four
hannesfritz
42
3k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
95
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
760
SEO for Brand Visibility & Recognition
aleyda
0
4.3k
How STYLIGHT went responsive
nonsquared
100
6k
A Soul's Torment
seathinner
5
2.4k
Transcript
None
Visual Studio In Microsoft Windows LINQ ASP .NET MySQL PowerShell
None
( ) :
!! C#
None
( )
※
None
None
C# 5.0 (Razor ) Sass TypeScript
None
None
Visual Studio 2013 Premium SassyStudio, Web Esseentials Prepros Internet Explorer
11
GUI ( PowerShell) GUI
None
None
And WebKit
None
None
None
docomo CSS table font-size
None
HTML HTML
var content = @ <ul> <li><a href=""#"">1</a></li> <li><a href=""#"">2</a></li> </ul>";
var content = @ <ul> <li><a href=""#"">1</a></li> <li><a href=""#"">2</a></li> </ul>";
var htmlFilter = new HtmlFilter(); htmlFilter.AddHandler("li:nth-child(2n)", (ctx, nodeInfo) => { nodeInfo.Attributes["style"] = "color:red;"; return true; });
var content = @ <ul> <li><a href=""#"">1</a></li> <li><a href=""#"">2</a></li> </ul>";
var htmlFilter = new HtmlFilter(); htmlFilter.AddHandler("li:nth-child(2n)", (ctx, nodeInfo) => { nodeInfo.Attributes["style"] = "color:red;"; return true; }); var sw = new StringWriter(); htmlFilter.Execute(new CarteletContext(content, sw), HtmlParser.Parse(content)); sw.ToString(); // <ul> // <li><a href="#">1</a></li> // <li style="color:red;"><a href="#">2</a></li> // </ul>
None
CSS style
background-color #000 display block content '' vertical-align top background-image urlhelper('/common/block_06-03.gif')
height 17px width 240px margin $margin-block-topbottom 0 vertical-align top vertical-align bottom
None
None
None
CSS HTML style
None
is CTO # #
None
Visual Studio In Microsoft Windows VIM Windows Phone 8 Alice
Cartelet
C#
None