hyperian
Expert Member
- Joined
- Apr 17, 2008
- Messages
- 2,030
- Reaction score
- 168
I've been doing a lot of web based work using c# and asp.net. .Net kind of forces you to seperate your code into front-end (asp) and code-behind (C#). From what I've seen when using php/perl, this seperation is less emphasized. How do other approaches differ from the .net route where you do have the front/back end split? Especially with web-based Java development, and using traditional c++ to do similar things.