Relative Content

Tag Archive for asp.net-mvc-4

necessary to migrate to Web API from MVC controller

Since the released of Web API, I’ve been wondering whether it’s necessary or helpful to migrate/change MVC controllers to use Web API calls. Since it’s hard to describe code I’ll show an example of what I mean:

necessary to migrate to Web API from MVC controller

Since the released of Web API, I’ve been wondering whether it’s necessary or helpful to migrate/change MVC controllers to use Web API calls. Since it’s hard to describe code I’ll show an example of what I mean:

necessary to migrate to Web API from MVC controller

Since the released of Web API, I’ve been wondering whether it’s necessary or helpful to migrate/change MVC controllers to use Web API calls. Since it’s hard to describe code I’ll show an example of what I mean:

necessary to migrate to Web API from MVC controller

Since the released of Web API, I’ve been wondering whether it’s necessary or helpful to migrate/change MVC controllers to use Web API calls. Since it’s hard to describe code I’ll show an example of what I mean:

necessary to migrate to Web API from MVC controller

Since the released of Web API, I’ve been wondering whether it’s necessary or helpful to migrate/change MVC controllers to use Web API calls. Since it’s hard to describe code I’ll show an example of what I mean:

Utility Classes in MVC – ASP.NET

So I was wondering today, where would you put utility classes in an ASP.NET MVC app? By utility classes I mean classes that can be static and are just used to perform a function. Like a class to send an email that takes email address , subject, and body as arguments.
I would assume maybe creating a separate folder and namespace would be good enough, but wanted to get everyone opinions

Utility Classes in MVC – ASP.NET

So I was wondering today, where would you put utility classes in an ASP.NET MVC app? By utility classes I mean classes that can be static and are just used to perform a function. Like a class to send an email that takes email address , subject, and body as arguments.
I would assume maybe creating a separate folder and namespace would be good enough, but wanted to get everyone opinions

Utility Classes in MVC – ASP.NET

So I was wondering today, where would you put utility classes in an ASP.NET MVC app? By utility classes I mean classes that can be static and are just used to perform a function. Like a class to send an email that takes email address , subject, and body as arguments.
I would assume maybe creating a separate folder and namespace would be good enough, but wanted to get everyone opinions