ASP.NET vs Intraweb

2

As I come from PHP and I'm starting now with ASP.NET and I'm really raw, I'm going to need to argue about .NET for one of the owners of the company, and it develops in IntraWEB. For my vision of WEB, the structure of .NET is much better to work on, both in the structural and conceptual part.

Until that part ok, the problem is when you enter the "expanded" programming that they already have here, for example: In IntraWEB, it has a "menu" component that comes from a DLL developed by it, it includes that DLL in the project, drop this menu in the application and the menu is already working, and if it needs to change something or even fix a bug , it will even use DLL, compile and everything is already right in all application menus from that extended menu. They do not want to migrate just because they say .NET does not have that kind of thing.

Aaah, among other arguments like "form recovery", because the form in Intraweb are objects, you can bring that object on the screen at any time you want and with all the data entered by the user, until you "destroy" the even ...

Can I do this in .NET?

    
asked by anonymous 18.01.2016 / 14:09

1 answer

3

Of course you can. Classic ASP.Net has Master Pages . In ASP.Net MVC, which is way better, has the < in or sections or you can even create your own components with #

18.01.2016 / 14:19