7zSharp

7zsharp.zip (1,4 MB)
7zSharp is a .NET 2.0 LGPL wrapper around the 7z LZMA SDK and executable written in C#, providing a library (DLL) wrapper and simplified API to encode and decode using the 7z library. Ability to encode: 7z (.7z), ZIP (.zip), GZIP (.gz), BZIP2 (.bz2) and TAR (.tar) Ability to decode: 7z (.7z), ZIP (.zip), GZIP (.gz), BZIP2 (.bz2) and TAR (.tar), RAR (.rar), CAB (.cab), ISO (.iso), ARJ (.arj), LZH (.lzh), CHM (.chm), Z (.Z), CPIO (.cpio), RPM (.rpm), DEB (.deb), NSIS (.nsis) Example: // encode: CompressionEngine.Current.Encoder.EncodeFromDirectory(@"C:\someDirectory", "C:\out\someDirectory.7z"); // decode: CompressionEngine.Current.Decoder.DecodeIntoDirectory(@"C:\out\someDirectory.zip", "C:\someDirectory");

Windows Azure SQL Database and Storage Backup Role

This Windows Azure solution helps you backup your SQL Databases to the Blob Storage on a scheduled basis.

bcpJson

bcpJson.zip (480 kB)
An console tool to export the data of SQL Server in JSON format.

BizTalk application batch exporter/importer

Tools to create batch files for exporting/importing BizTalk applications in bulk. It can also be used to make full backups of the environment.

BookBase

bookbase.zip (53 kB)
BookBase is a database-driven application written using the .NET-Framework which you can use to save data about books.

BizTalk tracking exporting and importing utilities

A set of tools to enable/disable or report on tracking options for BizTalk artifacts like ports, pipelines and orchestrations. - exporter creates an XML file with currently tracking settings. - importer takes (the same) XML file and set the tracking options.

CRM Command Line Utilities

CRM Command Line Utilities provides a simple interface which allows the scripting of various functions such as working with solutions, data, and other features.

EXCEL导入、导出、存储过程运算工具:DataPie(支持MSSQL 2008、ORACLE、ACCESS 2007)

DataPie.zip (110,5 MB)
DataPie支持MSSQL 2008、ORACLE、ACCESS 2007数据库的EXCEL 2007导入、导出(支持多表导入同一个工作簿,支持大数据量表通过多个EXCEL工作簿导出),支持存储过程运算。

.NET DiscUtils

DiscUtils.zip (57,7 MB)
DiscUtils is a .NET library to read and write ISO files and Virtual Machine disk files (VHD, VDI, XVA, VMDK, etc). DiscUtils is developed in C# with no native code (or P/Invoke).

DoddleReport - We've moved to github

DoddleReport adds automatic reporting (HTML / PDF / Excel / etc) for any LINQ Query

DotNetZip Library

DotNetZip.zip (105,2 MB)
DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.

Endomondo Export

Endomondo GPX TCX activity exporter / downloader

Excel2Sobek

excel2sobek.zip (48,0 MB)
Here the project Excel2Sobek is hosted. Excel2Sobek is a preprocessor in Excel's VBA for the SOBEK 2 hydrological and hydraulic simulation model by Deltares.

Excel Data Reader - Read Excel files in .NET

Lightweight and fast library written in C# for reading Microsoft Excel files ('97-2007). Cross-platform: - Windows with .Net Framework 2 - Windows Mobile with Compact Framework - Linux, OS X, BSD with Mono 2+

Sharepoint 2013 Document Library Export Into PDF, Excel, CSV, Print, Copy

export.zip (945 kB)
There are many ways to get your data into DataTables, and if you are working with seriously large databases, you might want to consider using the server-side

.NET Data Export Examples

exportdata.zip (7,5 MB)
This project is created to export data in C#,VB.NET from database,listview,command to PDF, Word,Excel,RTF,Html,XML,Access,DBF,SQL Script,SYLK,DIF,CSV,Clipboard

Mini SQL Server Excel Exporter

Tool for easily exporting Microsoft SQL Server queries directly to Excel file (.xlsx format). Can export multiple queries at one time, to files or sheets.

Export To Excel control

Hello Folks, Raise your hands if you enjoy the power of "Zero Code" ? That's everyone. Thanks to ASP.NET 2.0. Most of the heavy lifting is done by the framework. I would like to present to you a new custom control that I developed. This control "Exports" the contents of your

Flowton

flowton.zip (2,7 MB)
Flowton is a open source flowcharting application based on open source shape library NShape available at http://code.google.com/p/nshape. For now, it is primitive with inbuilt shapes and would want to expand its capability to more stencils. Developed in VB.NET Express 2010. and works on Windowos XP with SP3/Vista and .NET Framework 4.0

GAC Assembly Exporter

This app enumerates the assemblies in the GAC, and then allows you to select and export the selected assemblies to a selected directory.