C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
6
Reply
What is Asynchronous controllers in MVC?
Manak Chand
11y
6.4k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
The AsyncController class enables you to write asynchronous action methods. You can use asynchronous action methods for long-running, non-CPU bound requests. This avoids blocking the Web server from performing work while the request is being processed.read:->http://msdn.microsoft.com/en-us/library/ee728598%28VS.100%29.aspx http://www.asp.net/mvc/tutorials/mvc-4/using-asynchronous-methods-in-aspnet-mvc-4 http://www.codeproject.com/Tips/526099/Asynchronous-Controller-in-ASP-NET-MVC
Roymon TP
11y
2
Asynchronous controller class enable to write the async action which is used through the appliction.
Gokul Rathod
11y
0
Asynchronous controller class enable to write the async action which is used through the appliction.
Gokul Rathod
11y
0
http://msdn.microsoft.com/en-us/library/ee728598(VS.100).aspx
kewal chikane
11y
0
http://tech.pro/tutorial/1252/asynchronous-controllers-in-asp-net-mvc
Munesh Sharma
11y
0
http://www.asp.net/mvc/tutorials/mvc-4/using-asynchronous-methods-in-aspnet-mvc-4
Munesh Sharma
11y
0
Message