摘要:
1. Find the XML schema directory of your VS2010 Express (Beta 2, at this time) installation Tools->Options will point you to the right place. Do not forget to select the Show all settings checkbox at the left bottom of the window:2. Then, go to the folder you extracted the nhibernate binaries int 阅读全文
摘要:
publicclassArrayJsonResult:System.Web.Mvc.JsonResult{ publicoverridevoidExecuteResult(ControllerContext context) { if(context ==null) { thrownewArgumentNullException("context"); } if(JsonRequestBehavior==JsonRequestBehavior.DenyGet&& String.Equals(context.HttpContext.Request.... 阅读全文