What other frameworks should ASP.Net program for developing code?

What other platforms should ASP.Net program for code development?

+4


source to share


5 answers


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

Some suggestions:



+4


source


ASP.NET programmers should look at the ASP.NET MVC framework for alternatives on how to do things on the same platform, but even more similar to some of the other popular frameworks.



+2


source


No doubt you need to look at ASP.NET MVC

+2


source


Well ASP.NET is pretty much unique in its own respect. You have custom controls, master pages, web forms, lots of hooks for IIS ...

I would say that you should study other people's code for inspiration, see how they did it.

0


source


Drupal has a pretty neat binding scheme that allows you to extend modules and main code without opening it, editing it, or pasting changes after each new version.

Rails has some pretty incredible utilities (like rake) that make database migrations easier and set up projects much easier.

Django has a really clean codebase and fast development times.

0


source







All Articles