Date and Time Fundamentals in .NET and SQL Server
Date and Time Fundamentals in .NET and SQL Server, available at $44.99, has an average rating of 4.75, with 51 lectures, based on 61 reviews, and has 577 subscribers.
You will learn about Use date & time related types from BCL properly Use Noda Time for writing reliable code Avoid common mistakes Apply best practices of working with date and time values This course is ideal for individuals who are Anyone who is interested in working with date and time or C# developers who want to write reliable code that works with date and time It is particularly useful for Anyone who is interested in working with date and time or C# developers who want to write reliable code that works with date and time.
Enroll now: Date and Time Fundamentals in .NET and SQL Server
Summary
Title: Date and Time Fundamentals in .NET and SQL Server
Price: $44.99
Average Rating: 4.75
Number of Lectures: 51
Number of Published Lectures: 51
Number of Curriculum Items: 51
Number of Published Curriculum Objects: 51
Original Price: $27.99
Quality Status: approved
Status: Live
What You Will Learn
- Use date & time related types from BCL properly
- Use Noda Time for writing reliable code
- Avoid common mistakes
- Apply best practices of working with date and time values
Who Should Attend
- Anyone who is interested in working with date and time
- C# developers who want to write reliable code that works with date and time
Target Audiences
- Anyone who is interested in working with date and time
- C# developers who want to write reliable code that works with date and time
Teaching Approach
No fluff, no ranting, no beating the air. I esteem your time. The course material is succinct, yet comprehensive. All the important concepts are covered. Particularly important topics are covered in-depth. For absolute beginners, I offer my help on Skype absolutely free, if requested.
Take this course, and you will be satisfied.
Build a solid foundation of working with Date and Time with this course
Almost all the software works with date and time in one form or another. Some programs, of course, need to work with date and time more than other. However, date and time hide many pitfalls even in very simple scenarios. We all know that security and logging are regular aspects of almost any program. There is a wise phrase that sounds like: “Developers recall about security when it is too late.” The same can be said about date and time. Most developers don’t even imagine how many bugs are hiding behind the simple face of date and time.Those bugs are sitting in programs and waiting for their moment to blow up your production code causing very unfortunate repercussions. That’s why working with date and time is the full-fledged and very important aspect of software development.
Have you watched magnificent enlightening TV Shows by BBC? This course in some parts is like those BBC shows, because you’ll learn many interesting surprising facts.Besides, being familiar with peculiarities of working with date and time, you can write much more reliable and maintainable applications.
Content and Overview
This course is aimed at all kind of developers. It provides solid theoretical base reinforced by practical material.
We start with basics of date and time.I’ll show you some real cases when bugs related to date and time caused unpleasant consequences, event deaths of people. You’ll learn why the hell Gregorian calendar was introduced, why the 5th of October 1582 doesn’t exist at all.And did you know that actually a minute can last more than 60 seconds? Yes, you heard that, a minute can last more than 60 seconds. You’ll learn what is UTC, GMT, what is the difference between them and how time gets synchronized between computers all over the world. And by the way, what is time at all, how humanity measures it? After that, you’ll be introduced to the concept of time zones, you’ll learn about different standards that regulate date and time formatting. You’ll learn what is Epoch Time and Unix Time. Finally, you’ll understand the difference between different date-time scopes and perspectives.
The next section is dedicated to Time Zones where you’ll learn about daylight saving time and different very odd case with time transitions back and forth. I’ll give you a full definition of a time zone. You’ll learn more about providers of time zone information: IANA and Microsoft. You’ll learn many interesting facts and what fallacies exist about time zones.
The third section is all about date and time related types from BCL in .NET. You’ll learn about DateTime, DateTimeOffset, TimeZoneInfo, TimeSpan, Calendars and Stopwatch.I’ll show you that DateTime hides many pitfalls. You’ll learn that actual precision of BCL types is not equal to 100 nanoseconds as declared in the documentation. You’ll see how many calendars exist and what we can do with them. The third section reveals all the problems with the types built-in to BCL, so in the next section, you’ll learn about a third-party library called “Noda Time”.
Yes, a whole section is dedicated to the Noda Time library. You’ll learn about features provided by this library. You’ll get an overview of all the core types such as: LocalTime, LocalDate, LocalDateTime, Instant, Interval, Duration, ZonedDateTime and others. You’ll also learn how to write unit testson code which uses date and time values with the help of Noda Time.
The whole section is dedicated to best practices of working with date and time. You’ll see some astonishing things like arithmetic on dates and problems of birthday calculation. You’ll learn the problems related to parsing and how to overcome them. I’ll show you the problems of events schedulingand what to do to avoid common mistakes. You’ll learn about date and time ranges, “intervals” is a separate peculiar topic. I’ll also show some additional best practices.
In other words, an exciting journey is waiting for you, just take it, relax and enjoy.
So, in short, the course covers the following topics:
- Date and Time Fundamentals: Gregorian calendar, UTC, GMT, Atomic Time, How Computers Store Time, NTP, Date and Time Formats based on Standards and Specifications, Epoch Time and Unit Time, Date and Time Scope and Perspective
- Time Zones: Definition (complex one), Daylight-Saving Time (DST), Providers such as IANA or TZDB and Microsoft
- Date and Time in .NET: DateTime, DateTimeOffset, TimeZoneInfo, TimeSpan, Calendars, Stopwatch and many intrinsic details.
- Noda Time: overview, core types, unit testing
- A great number of best practices of working with Date and Time: arithmetic on dates, parsing, calculating of birthdays, scheduling events, date formats, ranges and other.
In the end, we will recap what you have learned.
How long is this course:The course is around 3 hours. All are video lectures. You will be able to download all the slides and code samples used in the course.
Keywords.
- C# datetime, C# datetime format, datetime parse, C# datetimeoffset, date and time fundamentals, datetime in .net, noda time, nodatime, C# datetime now, C# string to datetime, C# tostring format, utc now,
- noda time tutorial, C# datetime tutorial, datetime C# tutorial, datetime vs nodatime, datetime vs noda time, noda time C#, noda time vs datetimeoffset, noda time vs datetime
- SQL date, SQL Server Date Functions, SQL Date Functions, DateTime SQL, SQL Server DateTime.
Course Curriculum
Chapter 1: Before taking the Course
Lecture 1: How to Ask Questions
Lecture 2: Join .NET Community of Students
Chapter 2: Theoretical Background
Lecture 1: Outline
Lecture 2: Why You Need to Learn About Date and Time
Lecture 3: Problems with Dates and Times
Lecture 4: How a PC Stores and Measures Time
Lecture 5: Timers (Counters). Advanced Lecture
Lecture 6: Atomic Time
Lecture 7: UTC and GMT
Lecture 8: Introduction to Time Zones
Lecture 9: Date Formats
Lecture 10: Unix and Epoch Time
Lecture 11: Scope
Lecture 12: Perspective
Lecture 13: Conclusion
Chapter 3: Time Zones
Lecture 1: Outline
Lecture 2: Daylight Saving Time (DST)
Lecture 3: What is a Time Zone?
Lecture 4: IANA Time Zone Database (TZDB)
Lecture 5: Microsoft Time Zone Database
Lecture 6: Conclusion
Chapter 4: Date and Time in the .NET Framework
Lecture 1: Outline
Lecture 2: DateTime Structure
Lecture 3: DateTime Roundtrip Example
Lecture 4: DateTimeOffset
Lecture 5: TimeZoneInfo – Working with Time Zones
Lecture 6: TimeSpan
Lecture 7: Calendars
Lecture 8: Stopwatch
Lecture 9: Conclusion on BCL Types
Chapter 5: Noda Time
Lecture 1: Overview
Lecture 2: Core Types
Lecture 3: Unit Testing with Noda Time
Lecture 4: Conclusion
Chapter 6: Date & Time in SQL Server
Lecture 1: Outline
Lecture 2: DATE
Lecture 3: TIME
Lecture 4: DATETIME
Lecture 5: Functions
Lecture 6: DATETIMEOFFSET and Time Zones
Lecture 7: Conclusion
Chapter 7: Best Practices of Working with Dates and Times
Lecture 1: Outline
Lecture 2: Arithmetic on Dates
Lecture 3: The Problem of Parsing
Lecture 4: Calculating a Birthday
Lecture 5: Scheduling Events
Lecture 6: Date Formats
Lecture 7: Working with Ranges
Lecture 8: Other Best Practices
Lecture 9: Conclusion
Lecture 10: BONUS LECTURE
Instructors
-
Engineer Spock
Software Engineer – 1000+ Reviews, Average Score – 4.5
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 1 votes
- 3 stars: 6 votes
- 4 stars: 17 votes
- 5 stars: 36 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024