Skip to content

Instantly share code, notes, and snippets.

View amitavak's full-sized avatar

Amitava Karan amitavak

  • Microsoft
  • Hyderabad
View GitHub Profile
using Autofac;
using Autofac.Integration.Mvc;
using System.Web.Mvc;
using System.Web.Routing;
using WebApplication2.Utils;
namespace WebApplication2
{
public class MvcApplication : System.Web.HttpApplication
{
[
{
"id": 1,
"name": "Item 1",
"price": 32.67
},
{
"id": 2,
"name": "Item 2",
"price": 56.89