08-18-2008, 04:29 AM
|
#46 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
Quote:
Originally Posted by delayedinsanity
When you mention using C, do you mean that you can switch back and forth at the code level, or is it like PHP where if you were so inclined you could write additional extensions to the compiler itself?
|
I'm not sure what you men by that. I've never looked into using more than one language. I think you can as long as they are separate.
Quote:
Originally Posted by delayedinsanity
Looking up a little of this 'code behind' stuff that ASP implements, it sounds almost like they're building ASP up to natively handle MVC style patterns. Am I reading that right?
-m
|
Something like that. The .aspx page has a tag that the engine read stating where its codebehind file is. It then gets the code
.
I'm still somewhat of a novice in asp.net, so I cant answer all your questions. I got the job because I have connections in the company.
|
|
|
|