How to configure a version policy for Global Assembly Cache
With the first release of .NET Framework, Microsoft also introduced the concept of strongly-named assemblies (DLLs) ...
With the first release of .NET Framework, Microsoft also introduced the concept of strongly-named assemblies (DLLs) ...
When Microsoft Visual Studio 2005 or 2008 is installed with .NET Compact Framework support, a part of the installation is a mobile device emulator that is very useful for testing and debugging .NET CF applications. Unfortunately, network access is not ...
Recursive wild-card directory transfers in FTP, FTP/SSL and SFTP Finally, GetFiles and PutFiles methods were added to Rebex FTP and SFTP components. Transferring a complete directory tree or a group of files matching the specified wildcard mask is now ...
If using SQL Server 2012 Data Tools for Visual Studio 2012, use an updated version of this blogpost. The SFTP and FTP/SSL component included in File Transfer Pack was not especially designed to run inside the SSIS (SQL Server Integration Services). ...
PowerShell - a powerful new scripting language and command shell from Microsoft - has many built-in commands. However, it lacks support for transferring files over FTP, FTP/SSL or SFTP. Luckily, PowerShell is based on .NET and can invoke methods of .NET ...