I currently have something like this for my route table. Is there a nicer way to handle versioning in WCF Web API or conventional WCF?
I\'m using .NET 4 WCF to expose the following REST-full webservice [OperationContract] [WebGet] void Test();
routes.Add(new Route(\"Catalog/{color}\", new MvcRouteHandler()) { Defaults = new RouteValueDictionary(
I am currently registering a WCF service using the following code: var factory = new DefaultServiceHostFactory();
I have a following problem. I created a PInvoke in a Windows CE .NET managed project for GetIpForwardTable function. When I call the function in returns the result, but the results are different from
my site has many many routes. since the users can add or remove pages at will, i need a way to reregister the routes from time to time
i want retrieve route values from RouteTable, but it\'s null. can anybody help? public static class GetRouteValues
This is my routing: routes.MapRoute(null, \"shelves/{id1}/products/{action}/{id2}\", new { controller = \"Products\", action = \"List\", id1 = \"\", id2 = \"\"});