What's the difference between Page.RegisterClientScriptBlock and Page.RegisterStartupScript ?
1 1388If I update session state, should I lock it, too? Are concurrent accesses by multiple requests executing on multiple threads a concern with session state?
1 1649Do ASP.NET forms authentication cookies provide any protection against replay attacks? Do they, for example, include the client's IP address or anything else that would distinguish the real client from an attacker?
1 1651
What is the difference between asp.net and mvc?
Explain about asp.net caching?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What is a web api endpoint?
What methods are fired during the page load? Init()
In which event of page cycle is the viewstate available?
Explain the different types of directives in .net?
How to register exception filter globally?
What is scope of an application variable in asp.net?
What does asp stand for in asp.net?
Why session is more secure than cookies?
How can you make sure that web api returns json data only?
What parameters can you pass in the url of the api? Can get and post use the same url?
What is the difference between Classic ASP and ASP.Net?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?