|
|
|
|
|
by tomkludy
4994 days ago
|
|
MVC 4 also allows non-blocking IO. Mark your controller as "async" and use async calls within your controller method. The evented IO model is nice, but nothing earth shattering. Same can again be accomplished with async IO calls, which are trivially easy in .NET 4.5. |
|