I just found this online training on Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and Windows Workflow Foundation (WF):
Collection 5134: Developing Rich Experiences with Microsoft® .NET Framework 3.0 and Visual Studio® 2005
It is free and you can access it for 3 years.
Enjoy it!
Friday, July 13, 2007
Thursday, January 18, 2007
Refactoring to Patterns
If you are interested in an online course about Refactoring to Patterns, Industrial Logic is offering an online training Refactoring to Patterns Interactive, which costs $150 and provides exercises in C# and Java.
I am looking forward to take this course.
I am looking forward to take this course.
Wednesday, January 05, 2005
Forgot your Windows XP administrator password?
If you ever had this experience, there are a few links which can help you to reset your password:
How to create and use a password reset disk for a computer in a domain in Windows XP
I Forgot My Administrator Password!
How to create and use a password reset disk for a computer in a domain in Windows XP
I Forgot My Administrator Password!
Saturday, December 11, 2004
Creating my blog
I just created my blog at www.blogger.com. I am not sure yet if I am hosting it at my web server or use blogger instead.
Let's try blogger for a little bit and see how goes.
Let's try blogger for a little bit and see how goes.
Subscribe to:
Posts (Atom)
Spring Boot Configuration Properties Localization
Spring Boot allows to externalize application configuration by using properties files or YAML files. Spring Profiles provide a way to segr...
-
I use robocopy to backup my files to a network drive with the following command: robocopy [source folder] [target folder] /MIR The MIR optio...
-
When I try to install WMware Server in Windows 7 (also happened on Vista and XP), I get the message Error 1327 Invalid Drive S:\ and the in...
-
Update: For Entity Framework 4.1 RTM, the exception message is a little bit different. It suggests to use the ColumnAttribute instead of Dat...