Setting up ASP.NET structure for code

Posted by user1175327 on Programmers See other posts from Programmers or by user1175327
Published on 2012-12-08T16:16:04Z Indexed on 2012/12/08 17:17 UTC
Read the original article Hit count: 269

Filed under:
|
|

I've always coded in C# MVC3 when developing web applications. But now i wanted to learn a bit more about developing web sites with just ASP.NET.

But now i'm wondering what a good setup for my code would be. For me, an MVC like pattern seems to be a good way to go. But obviously ASP.NET doesn't have any router and controller classes. So i guess people have a different way of setting up their code when they do ASP.NET.

So i'm looking for more information on how to get started with this. So not really the basics of ASP.NET, but something that focuses on a good code setup.

Any good tutorials/information about this/?

© Programmers or respective owner

Related posts about c#

Related posts about object-oriented