Which is better asp.net or php?
How do you store a value in viewstate and retrieve them?
What are uri parameters?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain the steps needed to be performed in order to create an animation in xaml?
How would you implement inheritance using VB.NET/C#?
What kind of programming language is ASP.NET?
How many webforms are possible on a single webpage?
what is profiles in asp.net
What is the exact purpose of http handlers?
What parameters can you pass in the url of the api? Can get and post use the same url?
Explain Authentication mechanism in dotnet
Why is catch(Exception) almost always a bad idea?