Contents tagged with C#
-
WinRT WebView and Cookies
Turns out that WebView Control in WinRT is much more limited than it’s counterpart in WPF/Silverlight.
-
ASP.NET Custom Method Cache
This is an experiment to caché results from static classes in an ASP.NET MVC project.
-
Visual Studio Code Metrics Cyclomatic Complexity & LINQ
Check about Cyclomatic Complexity.
-
Webcast MSDN: Parallel LINQ
Next Wednesday (April 27th) I will presenting Parallel LINQ and showing some not trivial stuff to optimize performance in parallel algorithms. Register here.
-
Async C# 5: Using Async Pattern with WCF and Silverlight
Sometime ago I published a way to use WCF service with the new Async Pattern in C#. The problem is that this approach won’t work with Silverlight. More specifically, TaskFactory is not available in Silverlight.
-
Asynchrony in C# 5: Dataflow Async Logger Sample
Check out this (very simple) code examples for TPL Dataflow.
-
Asynchrony in C# 5 (Part II)
This article is a continuation of the series of asynchronous features included in the new Async CTP preview for next versions of C# and VB. Check out Part I for more information.
-
Async CTP (C# 5): How to make WCF work with Async CTP
If you have recently downloaded the new Async CTP you will notice that WCF uses Async Pattern and Event based Async Pattern in order to expose asynchronous operations.
-
Asynchrony in C# 5 (Part I)
I’ve been playing around with the new Async CTP preview available for download from Microsoft. It’s amazing how language trends are influencing the evolution of Microsoft’s developing platform. Much effort is being done at language level today than previous versions of .NET.
-
Webcast MSDN: El Futuro de C# y Visual Basic
I will be presenting an screencast tomorrow about next versions of C# and VB.NET. We will review some exciting new features.