Calendar from the Dotnet conf demo #52357
-
Is there any plan to share the calendar from the demo? It looks great. sorry for tagging you. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
SteveSandersonMS
Nov 24, 2023
Replies: 1 comment 1 reply
-
It comes from https://github.com/SteveSandersonMS/presentation-2021-01-NDCLondon/tree/410d6c27c8b8479526507be5be4f75a281ce29de/demo/CalendarApp. Note that's a fairly old sample (.NET 5) but I was able to pull the calendar component out and use it in a .NET 8 app without trouble. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Laftek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It comes from https://github.com/SteveSandersonMS/presentation-2021-01-NDCLondon/tree/410d6c27c8b8479526507be5be4f75a281ce29de/demo/CalendarApp. Note that's a fairly old sample (.NET 5) but I was able to pull the calendar component out and use it in a .NET 8 app without trouble.