Lightweight .NET web development?
Posted
by Breck Fresen
on Stack Overflow
See other posts from Stack Overflow
or by Breck Fresen
Published on 2010-03-23T01:53:15Z
Indexed on
2010/03/23
2:01 UTC
Read the original article
Hit count: 507
Fellow stack overflowers,
I'm currently working on a project that has a sizable amount of both client and web code. The client code is written in C# and the web piece is written in PHP. Maintaining consistency between the two worlds is becoming cumbersome, and I want consolidate the web code to .Net.
The issue is that I hate web development in ASP.Net Web Forms. I want something as raw as PHP, just using C# instead. I've read a little about ASP.Net MVC, but it looks like it abstracts too much of the request logic for my liking.
Does anyone know of a lightweight way to allow C# + .Net to handle web requests? Should I be looking more closely at MVC?
Thanks in advance,
-- Breck
© Stack Overflow or respective owner