Silverlight or ASPX ?
I am using Silverlight since last 25 days and it changed the way of coding. I am embedding everything in xap which makes me little confuse.
My Question:
1. To what extend we need to write the code in aspx
2. If I am developing and ASP.NET application with Silverlight what proportion of code normally I need to put in XAML considering all pages are fully powered by Silverlight pages.
Basically to be more clear: Say for example u have gotta a requirement to develop an ASP.NET application with all Silverlight pages what you will do.
Requirement:
1. Any kind of State Management may be used in the Web App should be robust enough to modify/migrate (Agile)
2. The application can have any basic ASP.NET features
That is before I start designing the application. How will I go like what to put in xap and what in aspx?
I am expecting an expert advice in this regard.
Soumen, India