Sign in
David Rickard's Tech Blog
Thoughts on C#, WPF and programming in general
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.net
datetime
datetimeoffset
utc
Archive
Archives
April 2012
(1)
April 2010
(1)
March 2010
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
David Rickard's Tech Blog
Saving window size and location in WPF and WinForms
Posted
over 3 years ago
by
RandomEngy
11
Comments
A common user interface tweak is to save the size and location of a window and restore that state when the program starts up again. That way, the users don’t need to re-do their work of resizing and moving the windows to where they want them. However...
David Rickard's Tech Blog
DateTime and DateTimeOffset in .NET: Good practices and common pitfalls
Posted
over 1 year ago
by
RandomEngy
7
Comments
It becomes necessary to deal with dates and times in most .NET programs. A lot of programs use DateTime but that structure is frought with potential issues when you start serializing, parsing, comparing and displaying dates from different time zones and...
David Rickard's Tech Blog
Using the Dispatcher with MVVM
Posted
over 3 years ago
by
RandomEngy
8
Comments
When writing an MVVM application, you want to separate from the UI. However you also need to make sure that UI updates happen on the UI thread. Changes made through INotifyPropertyChanged get automatically marshaled to the UI thread, so in most cases...
Page 1 of 1 (3 items)