Are there resources online with tips on asp to asp.net conversions?
How many types is controls is there in Asp.Net?If it means what are types of custom controls?Explain about user controls,Web server controls,Hrml server controls?
WHAT IS BOXING? HOW WE CAN USE IT?
You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.
What are various authentication mechanisms in ASP.NET ?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is marshalling ? Is it a part of asp.net ?
How are sessions stored?
what is managed and unmanaged code?
What is the difference between web config and machine config files?
What are standard controls?
Usage of web.config?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?