Paulo Morgado
.NET Development & Architecture
-
GUID Generator: My first Windows Phone application is available on the marketplace
In order to complete the registration as a Windows Phone developer an application needs to be submitted.
-
Extension Methods And Type Inference In Action
I make extensive use of extension methods, either to make classes small and focused or to improve readability.
-
.NET Reflector Give Away
-
.NET Reflector 7 Released
-
Visual Studio 2010 Service Pack 1 And .NET Framework 4.0 Update
As announced by Jason Zender in his blog post, Visual Studio 2010 Service Pack 1 is available for download for MSDN subscribers since March 8 and is available to the general public since March 10.
-
Creating Property Set Expression Trees In A Developer Friendly Way
In a previous post I showed how to create expression trees to set properties on an object.
-
Software Development, Typing, Playing Music And Assembling Cars
Reading John D. Cook’s blog post about how much does typing speed matter in software development, the way John compares software development to writing a book and not typing the book text or composing music and not playing music, made me think about the usual comparisons made between software development and other activities.
-
LINQ: Implementing The SkipLastWhile Operator
Following my last posts (>)(>), in this post I’ll introduce the implementation of the SkipLastWhile operator.
-
LINQ: Implementing The SkipLast Operator
-
LINQ: Introducing The Skip Last Operators