Info
Version: | 1.0.0 |
Author(s): | kpatil |
Last Update: | Saturday, February 15, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://sitecorebasics.wordpress.com/2012/07/26/sitecore-extension-methods/ |
NuGet Url: | https://www.nuget.org/packages/SitecoreBasics.Extension |
Install
Install-Package SitecoreBasics.Extension
dotnet add package SitecoreBasics.Extension
paket add SitecoreBasics.Extension
SitecoreBasics.Extension Download (Unzip the "nupkg" after downloading)
Usually we used to create helper file and use it or use generic Field class to do so. But using extension methods we can get strongly typed class specific method which will be really helpful for you.