ASP.NET or ASP.NET MVC or Silverlight or a mix?

I want to start implementing a new web application (with many user interactions) from scratch. I have 2 years experience with ASP.NET. Microsoft now offers ASP.NET MVC. I got a little familiar with the concepts, but I'm not sure if I should use the classic version of ASP.NET or the new one. Perhaps it makes sense to mix it? Or should I upgrade to Silverlight? What do you think? What are the advantages and disadvantages of all of these options? Can ASP.NET MVC be seen as the successor to ASP.NET, or will both be available in the future?

+3
source share
2 answers

Typically, Silverlight is used for RIA or game development, and classic ASP.NET and MVC are used for web applications. If you are familiar with classic ASP.NET, stick to it, since MVC will bring you a new level of complexity, like any new development method on the other hand, if you want a challenge that in some rare cases can lead your creativity to the top, for MVC I say that since some ppl report that they are much more productive in technologies / languages ​​new to them, rather than old ones. Especially if both of them are based on .NET, so you probably know most of the parts of the framework you need. MVC is just another development method when Silverlight is a technology for various types of applications.

+1
source

- : Silverlight, ASP.NET MVC Framework. Silverlight - , ASP.NET MVC - . , Silverlight, Silverlight UI inetrafec -, Silverlight Entity Frmaework.

-2

Source: https://habr.com/ru/post/1748984/


All Articles