SignalR with Ext.NET
I’ve just written a post on the Ext.NET blog site looking at how you can use SignalR with Ext.NET
I’ve just written a post on the Ext.NET blog site looking at how you can use SignalR with Ext.NET
ASP.NET is a leaky abstraction because it tries to hide away some of the details of HTML markup generation for you when sometimes you need to know about the underlying markup.
In doing so, it is too easy to create ASP.NET sites that violate web accessibility guidelines and contain unnecessary markup bloat. In some cases, ASP.NET makes it really difficult to create the exact output you need. But there are a some options to address this problem. Continue reading