C# .NET - MVC4 i need to move Controller Logic to separate Class file & call it

Asked By preetham k a on 02-May-14 02:28 AM
Hi All,

In MVC4 solution, I have my Controller class, which has some logic to call a service layer and stuff like that,
Now i want to move these logic to "separate class file" and call these logic as simple methods.

My question is, : Where should i create my Class file?
Can i create it in controller folder itself or in model folder or can i have some new folder in solution to place my class file?

Please suggest on very urgent basis.

Many thanks in Advance,
Preeths