Browse by Tags

All Tags » Asynchronous (RSS)

AsyncController v/s SessionLess Controller by imran_ku07

Introduction: AsyncController is introduced in ASP.NET MVC 2 while SessionLess controller is introduced in ASP.NET MVC 3. AsyncController allows you to perform long running I/O operation(s) without making your thread idle(i.e., waiting for I/O operations...

Race Condition in AsyncController by imran_ku07

Introduction: ASP.NET MVC 2 provides AsyncController which enables you to define controller actions that run asynchronously. AsyncController become very useful in IO bound tasks, for example calling a remote web service or query large amounts of data...
More Posts