vote up 4 vote down star

for code inspiration.

flag

74% accept rate

5 Answers

vote up 4 vote down check

Broaden your search - don't look just at ASP.NET MVC. Different approaches will help you better understand things you want to do.

Some suggestions:

link|flag
vote up 0 vote down

Drupal has a pretty neat hooking framework that allows you to extend modules and the core code without forking it off by editing it and being forced into remaking changes after every new version.

Rails has some pretty incredible utilities (like rake) that make database migrations a snap and settings up projects a lot easier.

Django has a really clean codebase and fast development time.

link|flag
vote up 2 vote down

Without a doubt you need to be looking at ASP.NET MVC

link|flag
vote up 2 vote down

ASP.NET programmers should have a look at the ASP.NET MVC framework for alternatives on how to do stuff on basically the same platform, but still more like some other, popular frameworks.

link|flag
vote up 0 vote down

Well ASP.NET in pretty much unique in it's own respect. You've got user controls, master pages, web forms, a plethora of hooks for IIS...

I'd say you should look into other peoples code for inspiration, see how they've done it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.