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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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
490
Other Decks in Programming
See All in Programming
Amazon Bedrockを活用したRAGの品質管理パイプライン構築
tosuri13
5
890
「ブロックテーマでは再現できない」は本当か?
inc2734
0
1.1k
Lambda のコードストレージ容量に気をつけましょう
tattwan718
0
200
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜 / Understanding nil in Go Interface Representation and Why nil != nil
kuro_kurorrr
3
1.3k
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
360
AIによる高速開発をどう制御するか? ガードレール設置で開発速度と品質を両立させたチームの事例
tonkotsuboy_com
7
2.5k
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
180
iOSアプリでフロントエンドと仲良くする
ryunakayama
0
120
Rubyと楽しいをつくる / Creating joy with Ruby
chobishiba
0
200
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
1
270
Premier Disciplin for Micro Frontends Multi Version/ Framework Scenarios @OOP 2026, Munic
manfredsteyer
PRO
0
190
Claude Codeと2つの巻き戻し戦略 / Two Rewind Strategies with Claude Code
fruitriin
0
190
Featured
See All Featured
What does AI have to do with Human Rights?
axbom
PRO
0
2k
We Analyzed 250 Million AI Search Results: Here's What I Found
joshbly
1
830
職位にかかわらず全員がリーダーシップを発揮するチーム作り / Building a team where everyone can demonstrate leadership regardless of position
madoxten
59
50k
Information Architects: The Missing Link in Design Systems
soysaucechin
0
810
Test your architecture with Archunit
thirion
1
2.2k
Kristin Tynski - Automating Marketing Tasks With AI
techseoconnect
PRO
0
170
Faster Mobile Websites
deanohume
310
31k
How to make the Groovebox
asonas
2
2k
How to Get Subject Matter Experts Bought In and Actively Contributing to SEO & PR Initiatives.
livdayseo
0
75
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
62
50k
Paper Plane (Part 1)
katiecoart
PRO
0
4.9k
Data-driven link building: lessons from a $708K investment (BrightonSEO talk)
szymonslowik
1
930
Transcript
ToUpper vs. ToLower which is more performant? While in older
.NET versions there were actually differences, this is no longer the case.
None