Skip to content

SignalR with Ext.NET

SignalR promises a great evolution of real-time interactivity in web applications. It is also something that can be used with Ext.NET. In this post we briefly look at what SignalR is and how it works. We then look at how Ext.NET can be used with SignalR by modifying a stock ticker example provided by the…

Introduction to Ext.NET Events

Listeners, DirectEvents, DirectMethods and MessageBus Understanding the differences between Ext.NET event types and when to choose a certain type is an important concept to learn. Your project requirements will help determine which event type to use given a particular scenario. In this series of four articles on the subject we will discuss client side and…