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
230
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
LRパーサーはいいぞ
ydah
7
1.4k
個人開発の学生アプリが企業譲渡されるまで
akidon0000
2
1.2k
ASP.NETアプリケーションのモダナイゼーションについて
tomokusaba
0
260
UMAPをざっくりと理解 / Overview of UMAP
kaityo256
PRO
3
1.6k
KANNA Android の技術的課題と取り組み
watabee
1
520
Embracing Ruby magic
vinistock
2
250
読書シェア会 vol.4 『ダイナミックリチーミング 第2版』
kotaro666
0
110
파급효과: From AI to Android Development
l2hyunwoo
0
160
知識0からカンファレンスやってみたらこうなった!
syossan27
5
260
プロフェッショナルとしての成長「問題の深掘り」が導く真のスキルアップ / issue-analysis-and-skill-up
minodriven
8
2k
“技術カンファレンスで何か変わる?” ──RubyKaigi後の自分とチームを振り返る
ssagara00
0
120
Beyond_the_Prompt__Evaluating__Testing__and_Securing_LLM_Applications.pdf
meteatamel
0
110
Featured
See All Featured
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Optimizing for Happiness
mojombo
378
70k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
How to train your dragon (web standard)
notwaldorf
91
6k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
700
GraphQLとの向き合い方2022年版
quramy
46
14k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
24
2.7k
How to Think Like a Performance Engineer
csswizardry
23
1.6k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
420
The World Runs on Bad Software
bkeepers
PRO
68
11k
Transcript
ToUpper vs. ToLower which is more performant? While in older
.NET versions there were actually differences, this is no longer the case.
None