Latest Entries
Technology

How can I host applications in IIS that aren’t ASP.NET web applications?

By leveraging the Windows Communications Foundation framework, you can create services over a number of different network protocols. This includes HTTP, HTTPS, MSMQ, and even TCP/IP sockets. In addition to these, it also support Named Pipes for connections between two processes on the same machine. IIS can host applications developed for WCF, even if they aren’t HTTP … Continue reading

Technology

JavaScript client for talking with WCF server with WebSockets binding

This blog entry is a repost of an answer I wrote at programmers.stackexchange.com. SignalR has a JavaScript API. SignalR helps build asynchronous scalable web applications with real-time persistent long-running connections. Scott Hanselman wrote a great blog post about this. If that’s not your speed, you may be looking for something more like WCF Support for jQuery, which seems to … Continue reading

Agile / Technology

Are there any studies on the Efficiency/Effectiveness of Agile vs Waterfall?

This blog entry is a repost of an answer I wrote at programmers.stackexchange.com. The book “Making Software: What Really Works, and Why We Believe It” takes a novel approach for a technology book. Instead of reading an industry veterans opinions of what works and why*, it decides instead to review currently available computer science to analyze many popular … Continue reading