The LC.exe (License Compiler)converts text files that contain licensing information and produces a .licenses file that can be embedded in a CLR executable as a resource.
The Resgen.exe (Resource File Generator) converts .txt and .resx files to CLR binary .resources files. It can also do the following conversions, .txt files to .resources or .resx files. .resources files to text or .resx files. .resx files to text or .resources files.
The al.exe (Assembly Linker) generates a file with an assembly manifest from one or more files that are either modules or resource files. A module is a MS intermediate language (MSIL) file that does not have an assembly manifest.
The ASP.NET SQL Server Registration tool is used to create a MS SQL Server database for use by the SQL Server providers in ASP.NET, or to add or remove options from an existing database. The Aspnet_regsql.exe file is located in the [drive:]\%windir%\Microsoft.NET\Framework\version folder on your Web server.
1.What are the differences between Abstract Class and Interface 2.What are the differences between View state and session state 3.Write an example for a Singleton Pattern 4.If you create 3 objects for a class which is having a static variable, then when you print the 1st object then what will be the values printed 5.What is polymorphism 6.what is runtime polymorphism and design time polymorphism 7.What are sps , their adv adn uses 8.what is a UDF 9.what are the differences between a SP and UDF 10.What are cursors 11.What are Indexes,types,differences 12.When will you go for which indexd 13.how will u take a db backup and restore 14.what is caching and what are its types 15.is caching common across all users 16.what is an appdomain 17. how will u write code for communication between applications in 2 diff app domains 18.what is remoting 19.what are webservices 20.what is the difference between remoting and webservice 21.what are the types of joins 22.how will you do query tuning 23.how will you check which part of your SP is running slowly 24.what are the config files in asp.net 25.what are the differences between .net and other prog languages 26.what is a CLR 27.what is a managed code 28.what is a dataset 29.what are the differences between a dataset and datareader 30.what are transactions 31.what are the types of transactions 32. what is a Enterprise Library 33. what are the blocks in the Enterprise Library 34. what are the asp.net controls you have used 35. Have you created any Custom Controls 36. What is a delegate 37. What are the types of delegates