Sharepoint Foundation

Hoy he estado en la conferencia MIGRAMOSS impartida por Edin Kapic de Pasiona, hemos visto las diferentes estrategias para la migración de Sharepoint 2007 a Sharepoint 2010. Uno de los puntos que más me han interesado ha sido Sharepoint Foundation que es la nueva versión de WSS 3.0. Aquí dejo la página oficial para obtener toda la información oficial disponible: http://sharepoint2010.microsoft.com/product/related-technologies/Pages/SharePoint-Foundation-2010.aspx

Herramientas simbolos de comando .NET – COM

RegSvr32.exe
Puede utilizar la herramienta Regsvr32 (Regsvr32.exe) para registrar y eliminar del
Registro los controles OLE como los archivos de controles ActiveX (OCX) o de bibliotecas de vínculos dinámicos (DLL) que pueden registrarse a sí mismos.

Disco.exe (Discover)
Esta herramienta permite descubrir direcciones URL de servicios Web XML ubicados en un servidor Web y guardar los documentos relacionados con cada servicio Web XML en un disco local.

Wsdl.exe
Esta herramienta genera código para servicios Web XML y clientes de servicios Web XML de ASP.NET a partir de archivos de contrato WSDL, esquemas XSD y documentos de descubrimiento (.discomap).

TblImp.exe
Esta herramienta convierte las definiciones de tipos encontradas en una biblioteca de tipos COM en las definiciones equivalentes en un ensamblado de Common Language Runtime. El resultado de Tlbimp.exe es un archivo binario (un ensamblado) que contiene los metadatos para los tipos definidos en la biblioteca de tipos original. Este archivo se puede examinar con herramientas como Ildasm.exe.

Ildasm.exe
El desensamblador de MSIL (MSIL Disassembler) es una herramienta complementaria del ensamblador de MSIL (Ilasm.exe). A partir de un archivo ejecutable portable (PE) que contiene código MSIL (Lenguaje intermedio de Microsoft), Ildasm.exe crea un archivo de texto apropiado como entrada para Ilasm.exe.

InstalUtil.exe
The Installer tool allows you to install and uninstall server resources by executing the installer components in a specified assembly.

GCAUtil.exe
The Global Assembly Cache tool allows you to view and manipulate the contents of the global assembly cache and download cache

RegAsm.exe
The Assembly Registration tool reads the metadata within an assembly and adds the necessary entries to the registry, which allows COM clients to create .NET Framework classes transparently. Once a class is registered, any COM client can use it as though the class were a COM class. The class is registered only once, when the assembly is installed. Instances of classes within the assembly cannot be created from COM until they are actually registered.

dumpbin.exe
The Microsoft COFF Binary File Dumper (DUMPBIN.EXE) displays information about 32-bit Common Object File Format (COFF) binary files. You can use DUMPBIN to examine COFF object files, standard libraries of COFF objects, executable files, and dynamic-link libraries (DLLs).

MakeCert.exe
The Certificate Creation tool generates X.509 certificates for testing purposes only. It creates a public and private key pair for digital signatures and stores it in a certificate file. This tool also associates the key pair with a specified publisher’s name and creates an X.509 certificate that binds a user-specified name to the public part of the key pair.

sn.exe
The Strong Name tool helps sign assemblies with strong names. Sn.exe provides options for key management, signature generation, and signature verification.

Cert2spc.exe
The Software Publisher Certificate Test tool creates a Software Publisher’s Certificate (SPC) from one or more X.509 certificates. Cert2spc.exe is for test

al.exe
The 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 Microsoft intermediate language (MSIL) file that does not have an assembly manifest.

signcode.exe
The File Signing tool signs a portable executable (PE) file (.dll or .exe file) with an Authenticode digital signature. You can sign either an assembly or an individual file contained in a multifile assembly. If you are distributing an assembly, you should sign the assembly rather than the individual files. Running Signcode.exe without specifying any options launches a wizard that helps with signing.

Signtool.exe
The File Signing Tool only ships with the .NET Framework SDK version 1.0 and 1.1. In later versions, use the Sign Tool (SignTool.exe) utility instead.

resgen.exe
Resource file generator