37
Packages
58,149
Downloads of ferventcoder's packages
ferventcoder's Profile
Packages
-
BareTail
Baretail - A free real-time log file monitoring tool
-
Eazfuscator.NET
Eazfuscator.NET is a free obfuscator for .NET platform. The main purpose of obfuscator is to protect intellectual property of the software.
-
Papercut
Papercut - built on .NET. Ever need to test emails from an application, but don't necessarily want it sending them out? Don't want to hassle with pointing it to a physical SMTP server? All you want to is verify it can send email, and take a look at the message. Papercut is your answer. Papercut is a simplified SMTP server designed to only rece... More information
-
_PublishedApplications
This gives your non web projects the ability to be put into a published folder, just like your web project does when being built outside of visual studio. Not entirely sure what this means? Check out the project url (on the left) and/or watch the video: http://www.youtube.com/watch?v=-oPtsb11vBU
-
ILMerge
ILMerge is a utility that can be used to merge multiple .NET assemblies into a single assembly. ILMerge takes a set of input assemblies and merges them into one target assembly. The first assembly in the list of input assemblies is the primary assembly. When the primary assembly is an executable, then the target assembly is created as an executable... More information
-
NuGet Enable Package Restore (For Real)
Enable Package Restore - If you're like me and you enabled package restore and found it was broken on any given build server, you need to install this to fix package restore to the way it should work.
-
NuGetPackageUpdateTest
nugetpackageupdatetest - This allows you to test package updates. You can install version 1.0 and then update to version 2.0.
-
Open SSL Key
Open SSL Key - Utility to generate XML keys from PEM or DER keys. Reads and parses: (1) OpenSSL PEM or DER public keys (2) OpenSSL PEM or DER traditional SSLeay private keys (encrypted and unencrypted) (3) PKCS #8 PEM or DER encoded private keys (encrypted and unencrypted) | Keys in PEM format must have headers/footers . | Encrypted Private Key i... More information
-
Nuget Copy Extension
Updated for Nuget 2.0: This adds copy and copySearch to the command line. "nuget.exe copy packageId [-Version version] [-Source sourceFeed] [-Destination destinationPathOrFeed] [-ApiKey apiKey]" | "nuget.exe copySearch searchFilter [-Version version] [-Source sourceFeed] [-Destination destinationPathOrFeed] [-ApiKey apiKey]" | To use this package, ... More information
-
foobar2000
foobar2000 is an advanced freeware audio player for the Windows platform. Some of the basic features include full unicode support, ReplayGain support and native support for several popular audio formats.
-
NuGetPSVariables
Just writes out all of the nuget powershell variables. Also writes out to the %temp%\NuGetPSVariables directory three log files: * nuget.variables.init.ps1.log * nuget.variables.install.ps1.log * nuget.variables.uninstall.ps1.log
-
NuGetPackageUpdater (Deprecated in NuGet v1.4)
Deprecated in NuGet v1.4 - NuGetPackageUpdater - global update of a package in a solution or all packages that have updates. This applies a global update of packages to your solution. Every project that is using a package is upgraded to the latest. Please run 'Update-Package' to upgrade all packages to current version. Please run 'Update-Package... More information
-
Chocolatey
Chocolatey - think executables/application packages (like apt-get for Windows), not library packages. This is what the Chocolatey NuGet goodness is for. Chocolatey allows you to install application nuggets and run executables from anywhere. ||Executable Nuggets| For example, say you have an executable in the tools folder of your package named bob... More information
-
TinySpec.NUnit
TinySpec is one class that abstracts away your testing syntax. It is a lightweight implementation of a BDD framework.
-
NuGetPackageUninstaller
NuGetPackageUninstaller - removes a package from all projects with just Uninstall-PackageAll packageName
-
RoundhousE
RoundhousE is a Professional Database Change and Versioning Management tool. Type rh /? for options
-
RoundhousE Library
RoundhousE is a Professional Database Change and Versioning Management tool. This is what you include in your projects when you want to integrate roundhouse. This is used with roundhouse.refreshdatabase.fnh.
-
RoundhousE MsBuild
RoundhousE is a Professional Database Change and Versioning Management tool. This is to bring roundhouse msbuild tasks to your msbuild.
-
RoundhousE RefreshDatabase (FluentNHibernate)
RoundhousE is a Professional Database Change and Versioning Management tool. This brings diffing with FNH and migration with RH to your application to speed up development. NOTE: Please add this to a x86 console application. Will not work unless the console is x86.
-
RoundhousE RefreshDatabase (EntityFramework Migrations)
RoundhousE is a Professional Database Change and Versioning Management tool. This brings integration with Entity Framework Migrations. This allows you to generate SQL files for use with RoundhousE or just to give to your DBAs in cases where RH is not able to be run across all environments. NOTE: Please add this to a x86 console application. W... More information
-
RoundhousE RefreshDatabase (Deprecated. Use roundhouse.refreshdatabase.fnh)
This package has been deprecated. Please use roundhouse.refreshdatabase.fnh instead.
-
WarmuP
WarmuP is a solution level token replacer. You keep your templates in source control so you can maintain changes to them. This will install to C:\NuGet\ and will update your path variable to include C:\NuGet\bin. Please see http://devlicious.com/blogs/rob_reynolds/archive/2010/02/01/warmup-getting-started.aspx and http://codebetter.com/dru... More information
-
The Chuck Norris Framework
The ChuckNorrisFramework is a collection of developer productivity tools to make you more productive. This package will bring in the other pieces of the framework as they become available.
-
DropkicK
DropkicK is a fluent deployment framework that allows you to describe what you are trying to do in a fluent manner (C# anyone?). This package contains both the executable and the reference dll. Type dk /? for options.
-
DropkicK Settings Templates
DropkicK is a fluent deployment framework that allows you to describe what you are trying to do in a fluent manner (C# anyone?). This package contains both the executable and the reference dll. Type dk /? for options.
-
DropkicK Core
DropkicK is a fluent deployment framework that allows you to describe what you are trying to do in a fluent manner (C# anyone?). This package contains both the executable and the reference dll. Type dk /? for options.
-
this.Log Logging Extension
this.Log is a Logging Extension that works in all code locations. This package by itself only brings the logging extension and allows you to call this.Log().Debug, etc. What it doesn't bring though is a logging facility. Please search nuget for this.Log to see the facilities.
-
this.Log Logging Extension (log4net Plugin)
this.Log-log4net is the log4net plugin to this.Log logging extension.
-
this.Log Logging Extension (Moq Plugin)
this.Log-Moq is the Moq plugin to this.Log logging extension that brings the MockLogger.
-
this.Log Logging Extension (log4net Plugin) SAMPLE
this.Log-log4net.Sample is a sample of how to use the log4net plugin to this.Log logging extension.
-
this.Log Logging Extension (NLog Plugin)
this.Log-NLog is the NLog plugin to this.Log logging extension.
-
this.Log Logging Extension (Rhino Mocks Plugin)
this.Log-RhinoMocks is the Rhino Mocks plugin to this.Log logging extension that brings the MockLogger.s
-
this.Log Logging Extension (log4net Plugin) SAMPLE for VB.NET
this.Log-log4net.Sample is a sample of how to use the log4net plugin to this.Log logging extension.
-
this.Log Logging Extension (NLog Plugin) SAMPLE
this.Log-NLog.Sample is a sample of how to use the NLog plugin to this.Log logging extension.
-
this.Log Logging Extension (NLog Plugin) SAMPLE for VB.NET
this.Log-NLog.Sample is a sample of how to use the NLog plugin to this.Log logging extension.
-
SidePOP
SidePOP allows your application the ability to receive email
-
NuGetPackageFolderOverride
NuGetPackageFolderOverride - a way to override your packages folder. NOTE: Unsupported functionality. There be dragons in there! You've been warned.