Agility, flexibility and composition : Unlike traditional ASP.NET, Katana decouples components, which are independently updatable by NuGet. Rather being restricted to the functionality built into your server or framework, you can now compose together multiple middleware and frameworks to get only what you need. For example, Self-Hosting WebApi and SignalR in the same application, guarded by the same security middleware. Components can release independently, which means that it’s likely features and functionally would be changing more quickly. More frequent changes is not universally positive, more frequent changes could introduce more problems. Portable : Your application can be portable across servers; IIS, HttpListener ,...(read more)
Go to the complete details ...