Friday, July 8, 2011

WPF-Design guidelines for WPF published

Microsoft has published design guidelines for WPF application on MSDN.

Here is the link:

http://msdn2.microsoft.com/en-us/library/aa511329.aspx</font

No comments:

Post a Comment

Open default email app in .NET MAUI

Sample Code:  if (Email.Default.IsComposeSupported) {     string subject = "Hello!";     string body = "Excellent!";    ...