Date and Time in C# 10 and .NET 6 In 10 Minutes or Less

preview_player
Показать описание
In C# 10, we now have the DateOnly and TimeOnly types instead of just DateTime. See how to use them in this 10-Minute Training video.

Рекомендации по теме
Комментарии
Автор

I like this format of focusing on a topic for 10 mins or less. It's easier to consume for me. Nice job!

khue
Автор

These seem like a long awaited addition, not something I may use too often myself, but I could see this becoming far nicer for code-to-database scenarios utilizing down the line

Rhodair
Автор

I really like the 10 min. concept, I think it's a great addition to this wonderful channel, keep up the good work Tim!

shmupful
Автор

Actually, I really like these 10 minutes series. Watching a long video is difficult to me. Nice :)

henrydev
Автор

I agree with everyone in that concepts of 10 min or less is a good strategy. Thanks for all you do!

normthethird
Автор

Awesome, this was a long time coming! Finally we won't need to write unnecessary code and use up resources because we just wanted the "dateOnly" or "timeOnly" in our code. I don't know about the rest of the community, but we sure use dates a lot in our software, so this is going to help a lot. I also love the format of the 10 minute video, but I do feel that the longer, more in depth discussions, are still needed for those topics that you would not be able to explain in 10 minutes or less.

ferrarijuan
Автор

This 10 min format is so good to follow your content and learn important stuff! Thank you very much!

Автор

Good addition Tim. You always come up with new ways to present ideas that stick.

scwyldspirit
Автор

This 10 minute series make a huge difference. Thank you Tim

tuppas
Автор

Thank you Tim! Love the ~10 min format.

camlcase
Автор

I just love this feature 😍😍😍 waiting for this since I first learned DateTime in C# ❤️

aishwaryashiva
Автор

Awesome feature, there are lots of instances for me where I only want the time or the date. Thanks for putting this into the 10 minute format. Perfect amount of explanation.

davidiverson
Автор

Long overdue.
I built an app once that stores the time employees are supposed to come to work each day.

It was hellish working with dateTime

titusxp
Автор

Lovely explanation. Currently enrolled for C# Foundation series. Keep them coming Tim. Also appreciate the 10 minute format videos like others have said.

ValentineMasina
Автор

I guess you could say that the “10 minutes or less” format helped me save a lot of TimeOnly 😉

-Tedward
Автор

Thanks for a shorter video, convenient enough for a busy schedule. I managed to watch this to the end!

marshallnyamadzawo
Автор

Loving these 10 minute guides, Thank you Tim!!

tfy
Автор

great as allways! Thanks. You are my #1 source for c# tutorials

isen
Автор

I knew it!! I knew you could do short to the point videos. Please keep it up.

paulecampbell
Автор

this is much better, will help a lot with date/time comparisons without worrying about an the time

godwinyoh