fletchsod
Programmer
- Dec 16, 2002
- 181
I have 2 questions...
1) I noticed this "Url.Action(...)" doesn't seem to support the "Area" value other than "Controller" & "Action" value. So, how do I make it support the "Area" value?
--snip--
Url.Action("Login", "Member", null, "http", Request.ServerVariables["HTTP_HOST"])
--snip--
2) Now that I have some understanding of EF models. Is there a good detail article/tutorial on using it for detail programming? The have a movie clip that shows some basic HOW-TO, nothing deep. I wanna know how to use stored-procedure, how to use table joins, how to use common-table-expression, list, etc...
Thanks...
1) I noticed this "Url.Action(...)" doesn't seem to support the "Area" value other than "Controller" & "Action" value. So, how do I make it support the "Area" value?
--snip--
Url.Action("Login", "Member", null, "http", Request.ServerVariables["HTTP_HOST"])
--snip--
2) Now that I have some understanding of EF models. Is there a good detail article/tutorial on using it for detail programming? The have a movie clip that shows some basic HOW-TO, nothing deep. I wanna know how to use stored-procedure, how to use table joins, how to use common-table-expression, list, etc...
Thanks...