I am currently working on a project that has a significant amount of both client and web code. Client code is written in C #, and the web fragment is written in PHP. Maintaining consistency between the two worlds is becoming cumbersome, and I want to consolidate .Net web code.
The problem is that I hate web development in ASP.Net Web Forms. I want something as raw as PHP, just using C #. I got a little familiar with ASP.Net MVC, but it looks like it is too much abstracting the query logic to your liking.
Does anyone know an easy way to allow C # + .Net to handle web requests? Should I look more closely at MVC?
Update: I went with ASP.Net MVC, and so far I am very pleased.
Breck fresen
source share