some commands for VS.net at command prompt
al.exe- assembly linker
regasm.exe- to register assembly when u make a component in .net franwork to the COM client
tlbimp.exe -type lib importer used for unmanaged to managed com
tlbexp.exe- exporter for managed to unmanaged
wsdl.exe- used to create proxy for web services
gacuits.exe- to put the assembly in GAC for shared use
ildasm.exe -to look inside the assembly
aspnet_regiis.exe- map the the path ur application to IIS server
as u know csc.exe and
vb.exe for compling the C# and
VB.net files
bel-india.com