Tools

Economical SSL Certificate Options

cakriwut - Apr 4, 2015 Economical SSL Certificate Options http://t.co/7IjndJMboP

Economical SSL Certificate Options

I have been using their service since 1 year ago, but I forget to put in my blog until last week they notify about my SSL certificate expiration. Eventually I forget all the steps to create the certificate - but I manage to renew my SSL certificate for another year for FREE! Before going further, let me confess that I am using StartSSL PKI. I stumbled upon their offer after googling to find economical SSL certificate creation.

Introducing Solution Deployer Nuget

cakriwut - Sep 1, 2014 Introducing Solution Deployer Nuget http://t.co/DFm1RCSuuB

Introducing Solution Deployer Nuget

cakriwut - Sep 1, 2014 Introducing Solution Deployer Nuget http://t.co/DFm1RCSuuB

Introducing Solution Deployer Nuget

English SharePoint Solution Deployer, by Matthias Einig has been around from 2012. You can find it in Codeplex - SPSD SharePoint Solution Deployer here. Initially it was targeted for SharePoint 2007 deployment but has been evolved many times and now it support SharePoint 2010 and SharePoint 2013. There is big change from SPSD SharePoint 2007 and SPSD SharePoint 2010⁄2013 version. The former is using MSBuild task to perform the delivery, while the later is using PowerShell to do the delivery.

Introducing Solution Deployer Nuget

English SharePoint Solution Deployer, by Matthias Einig has been around from 2012. You can find it in Codeplex - SPSD SharePoint Solution Deployer here. Initially it was targeted for SharePoint 2007 deployment but has been evolved many times and now it support SharePoint 2010 and SharePoint 2013. There is big change from SPSD SharePoint 2007 and SPSD SharePoint 2010⁄2013 version. The former is using MSBuild task to perform the delivery, while the later is using PowerShell to do the delivery.

Introducing Installation Package MsBuild

cakriwut - Sep 1, 2014 Introducing Installation Package MsBuild http://t.co/DgnxotL6yT

Introducing Installation Package MsBuild

English After the 3 series of Progressive Solution Installation Package using Nuget, many are asking whether we can streamline the process to create the installation package. My answer is YES. Today I want to introduce Installation Package MsBuild which has been published through Nuget. To start using this tools, type in your Visual Studio package manager. So, what will it does? The InstallationPkgBuild will convert any .NET project (library, console, SharePoint etc.

Progressive Solution Installation Package using Nuget (part-3)

cakriwut - Sep 1, 2014 Progressive Solution Installation Package using Nuget (part-3) http://t.co/s6Qtm4vglQ Introducing Solution Deployer Nuget | Ideas For Free - Sep 1, 2014 […] Progressive Solution Installation Package using Nuget (part-3) […]

Progressive Solution Installation Package using Nuget (part-3)

English Previously in the part-1 and part-2, we discuss the problem to create installation package in a complex project. We choose to use Nuget package instead of creating MSI, as Nuget implements OPC and very close to developer activities. Moreover it still serve our purpose to create versioned package, where version number of the installation package is embedded in the package itself. In this part, I continue to provide an example to package SharePoint Solution (WSP) into an installation package.