ASP.NET SignalR and Ext.NET MessageBus
Explains integrating ASP.NET SignalR with Ext.NET MessageBus for real-time web features and asynchronous server-client communication.
Dario Santarelli, esperto .NET Framework, ASP.NET MVC, SignalR e Ext.NET. Guide su Entity Framework, WPF, WCF, Silverlight e real-time web applications. Tutorial su WebSockets, MessageBus e architetture enterprise scalabili.
17 articles from this blog
Explains integrating ASP.NET SignalR with Ext.NET MessageBus for real-time web features and asynchronous server-client communication.
Developer announces release of two new .NET projects: LogLive for real-time log monitoring and TextTableFormatter.NET for rendering character tables.
Explores C# dynamic dispatch behavior with class inheritance, highlighting a common pitfall when overriding methods in derived classes.
Explains how to convert WPF visuals and controls into bitmap images using C# extension methods and the RenderTargetBitmap class.
Explains Unity's interception mechanisms for aspect-oriented behaviors, covering instance vs. type interception and their limitations.
Explores three methods to implement the Decorator Pattern using Unity IoC container, comparing their readability and maintainability.
A technical tutorial on using Ext.NET's Razor view engine support to create a GridPanel with AJAX proxy for server-side data paging.
Explains how to use the Managed Extensibility Framework (MEF) to build a flexible, message-based request/response service layer in .NET.
Explains the Identity Map pattern in Entity Framework v4, a key ORM concept for preventing duplicate object instances and ensuring data consistency.
Explains how to resolve a UriFormatException in WPF unit tests by registering the pack:// URI scheme before testing resources.
Explains how to reuse and nest DataTemplates in WPF for a hierarchy of classes, using ViewModel inheritance to share XAML.
A technical guide on implementing point-to-point message queues for interprocess communication on Windows CE using the .NET Compact Framework.
A tutorial on creating custom DateTime editor templates in ASP.NET MVC 2, splitting date and time into dropdown lists for model binding.
A tutorial on using WPF's MultiBinding to pass multiple parameters to an ICommand in MVVM, with a concrete search box example.
A C# tutorial on using WMI queries to find COM ports by their friendly names, useful for identifying virtual ports assigned by USB adapters.
Explains how to handle timeouts and prevent thread starvation in ASP.NET MVC 2 asynchronous controllers using AsyncManager and filters.
A brief look at the history of programming languages, highlighting the convergence of OO and functional paradigms over time.