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
190
.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
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
260
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
820
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
220
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
110
アセットのコンパイルについて
ojun9
0
110
1から理解するWeb Push
dora1998
7
1.7k
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
20
5k
JSONataを使ってみよう Step Functionsが楽しくなる実践テクニック #devio2025
dafujii
0
350
Kiroで始めるAI-DLC
kaonash
2
540
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
3
260
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
200
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
17
9.2k
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Site-Speed That Sticks
csswizardry
10
810
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
What's in a price? How to price your products and services
michaelherold
246
12k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Transcript
ToUpper vs. ToLower which is more performant? While in older
.NET versions there were actually differences, this is no longer the case.
None