Paulo Morgado

.NET Development & Architecture

This Blog

Syndication

Search

Tags

News

Unit Test Today! Get Typemock Isolator!

Projects

Books

 

Visitors

Visitor Locations

Community

Email Notifications

Archives

Profile

Disclaimer

The opinions and viewpoints expressed in this site are mine and do not necessarily reflect those of Microsoft, my employer or any community that I belong to. Any code or opinions are offered as is. Products or services mentioned are purchased by me, made available to me by my employer or the manufacturer/vendor which doesn't influence my opinion in any way.

Browse by Tags

All Tags » async (RSS)
A Synchronization Context Based On The TPL Dataflow Library
The purpose of the synchronization model implemented by the SynchronizationContext class is to allow the asynchronous/synchronization operations of the common language runtime to behave properly with different synchronization models. This model also simplifies...

Posted Tue, Oct 9 2012 1:53 by Paulo Morgado | 1 comment(s)

What’s New In C# 5.0 Session Materials From Rumos InsideOut Event
Here are the materials from my What’s New In C# 5.0 session at the Rumos InsideOut Event . Slide deck: What's New In C# 5.0 from Paulo Morgado Sample code: C# 5.0 Async/Await Demo Code

Posted Sun, Oct 7 2012 21:51 by Paulo Morgado | with no comments

C# 5.0 Async/Await Demo Code
I’ve published the sample code I use to demonstrate the use of async / await in C# 5.0. You can find it here . Projects PauloMorgado.AyncDemo.WebServer This project is a simple web server implemented as a console application using Microsoft ASP.NET Web...

Posted Sun, Oct 7 2012 21:46 by Paulo Morgado | with no comments

What Is The .NET Framework 4.5?
According to the .NET Blog , .NET Framework 4.5 is an in-place update that replaces .NET Framework 4.0 (rather than a side-by-side installation). The goal is for .NET 4.5 to be fully backward compatible with applications built for .NET 4.0 (.NET 3.5 and...

Posted Mon, Oct 17 2011 1:50 by Paulo Morgado | with no comments