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
.NET - ToUpper vs. ToLower
Search
Benjamin Abt
June 10, 2022
Programming
0
180
.NET - ToUpper vs. ToLower
Benjamin Abt
June 10, 2022
Tweet
Share
More Decks by Benjamin Abt
See All by Benjamin Abt
EFFICIENT CREATION OF AN EMPTY COLLECTION IN .NET
abt
0
240
SustainableCode: Improve performance and reduce allocations with object pooling in .NET
abt
0
1.3k
Azure Data Centers and Regions
abt
0
910
Azure Static Web Apps
abt
0
1.1k
DateTime vs. DateTimeOffset in .NET
abt
1
1.3k
What's new in Visual Studio 2022
abt
0
480
Other Decks in Programming
See All in Programming
GitHub Copilotの全体像と活用のヒント AI駆動開発の最初の一歩
74th
7
2.7k
自作OSでDOOMを動かしてみた
zakki0925224
1
1.3k
物語を動かす行動"量" #エンジニアニメ
konifar
14
4.9k
あまり知られていない MCP 仕様たち / MCP specifications that aren’t widely known
ktr_0731
0
260
あなたとJIT, 今すぐアセンブ ル
sisshiki1969
1
640
DynamoDBは怖くない!〜テーブル設計の勘所とテスト戦略〜
hyamazaki
1
200
SwiftでMCPサーバーを作ろう!
giginet
PRO
2
240
AIに安心して任せるためにTypeScriptで一意な型を作ろう
arfes0e2b3c
0
360
AI時代のドメイン駆動設計-DDD実践におけるAI活用のあり方 / ddd-in-ai-era
minodriven
6
1.3k
Bedrock AgentCore ObservabilityによるAIエージェントの運用
licux
9
650
#QiitaBash TDDで(自分の)開発がどう変わったか
ryosukedtomita
1
360
GUI操作LLMの最新動向: UI-TARSと関連論文紹介
kfujikawa
0
910
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Typedesign – Prime Four
hannesfritz
42
2.8k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Producing Creativity
orderedlist
PRO
347
40k
Become a Pro
speakerdeck
PRO
29
5.5k
Code Reviewing Like a Champion
maltzj
524
40k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Fireside Chat
paigeccino
39
3.6k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Done Done
chrislema
185
16k
Being A Developer After 40
akosma
90
590k
Transcript
ToUpper vs. ToLower which is more performant? While in older
.NET versions there were actually differences, this is no longer the case.
None