Paginacion desde SQL Server
Distintos métodos para paginar consultas en SQL Server:CodeProject 1 CodeProject 2MocosoftEtiquetas: Tips
Agregar assemblies al "Add Reference" dialog
- Put a copy of your assembly in C:\WINNT\Microsoft.NET\Framework\v1.0.3705 or C:\WINNT\Microsoft.NET\Framework\v1.1.4322 or wherever your framework is installed
- Add a new registry key under one of the following registry paths with a default value that points at the location of your assemblies.:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders (I found WSE, NUnit and the Primary Interop Assemblies here).
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.1\AssemblyFolders (this is for VS.NET 2003 I think)
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.0\AssemblyFolders (this is for VS.NET 2002 I think)
- Put a copy of the assembly in the directory C:\Program Files\Microsoft Visual Studio\Common7\IDE\PublicAssemblies or, if you got VS.NET 2003, in the C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\PublicAssemblies directory.
Etiquetas: Tips