Friday, July 13, 2007

Free Training on .NET 3.0 on WCF, WPF, WF

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!

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.

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.

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...