So You Think You Know C#? Constants & Default Parameter Values

preview_player
Показать описание
Do you want to know how Constants are implemented in C#? How about Default Parameter values and Optional Parameters? What could possibly go wrong if you don't have a deep understanding of these language features you ask? Watch this video and find out!
Рекомендации по теме
Комментарии
Автор

I like when you give concrete examples in visual studio. Great video

MobilTemp
Автор

Great video shiv! 2 videos in a row. Loved this treat!!😁

sumitmore
Автор

Shiv, You had a constant in a static class. If the same constant were in a non static sealed class would that make a difference? Which is the better option?

nikhilramabhadra
Автор

Shiv, can you please make a video on what actually happens under the hood when we build or rebuild Class library and dependent assemblies.

VinuP
Автор

Hello

Quick question - would this baking still occur if you are reflecting const fields at runtime?

nittynaht