Posts

Showing posts from May, 2019

All About Unicorn / TDS

Install and Configure TDS (Team Development Sitecore ) in Sitecore When you are working with Sitecore in a team with more developers, you can either use a shared database or solve the synchronization of Sitecore items among developers in some way. so for that i have gone through many articles and found two tools. a . TDS b. Unicorn so i have worked both tools and playing frequently. so both are powerful and both are given to much flexibility. but if you asking me my favorite then definitely i recommend TDS😇. for deep learning you have to go through below article. definitely you will be enjoy. https://sitecorerunner.com/2017/03/01/unicorn-vs-hedgehog-tds-for-sitecore-hmm-what-to-choose/ https://sitecore.stackexchange.com/questions/8985/what-are-the-differences-between-tds-classic-and-unicorn http://sitecore-masters.com/en/introduction-to-sharing-sitecore-items-when-working-in-teams-using-unicorn/ Happy Coding😇

Ipad & Iphone video issue in sitecore

Recently i have face problem video playing in Ipad and Iphone. the main problem with mp4 videos. its working in window but not working in Ipad and Iphone. so i have gone through the many articles and created POC for that. but as per apple official some restriction are there like, bitrate,Data Rate and encoder. most probably its support H.264 encoder. you know in mp4 have many encoder. so after that i have compress the video and encode the video as per accepted format by Ipad and upload in Sitecore and its working fine in all browser. in some cases you need to override  sitecore media handler  to extend functionality. please go through the Reference URL if you facing the same issue. https://rajaniamit.wordpress.com/2012/09/17/supporting-videos-on-ipad-iphone-with-html5-and-mp4/ https://confluence.atlassian.com/confkb/unable-to-play-embedded-mp4-videos-on-ipad-or-iphone-in-confluence-305037325.html https://developer.apple.com/documentation/http_live_streaming/hls_authoring_sp

Difference between shared, Versioned and Unversioned fileds in sitecore

In this post we will know about shared, versioned and unversioned field differences. in short definition we can say about.. Versioned:-   This is the default. this is capable of having different data in every version for each language. Unversioned:-  This field can only have one unique copy of the per language.   Shared:-   This field only have one single version of the data that will be used in every version for each  language. so this is the major difference between them. Happy Coding😇

Difference between C# 6.0 and C# 7.0

As You know C# 7.0 have new feature so i will put here major update which is coming in C# 7.0 and also put C# 6.0 feature. for well practice you have to go practically and see hows the things working. let's talk about C# 7.0 feature a. Improved performance and productivity b. Azure support c. AI  support d. Game development e. Cross platform f. Mobile app development g. Window app development and this is C# 6.0 feature a. Static Import b. Exception filters c. Property initializers d. Expression bodies members e. Null propagator f. String interpolation g. Name of operator h. Dictionary initializer so for better understanding you have to go through every point and do it practically. References Link: https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-7 https://www.c-sharpcorner.com/UploadFile/dhananjaycoder/property-initializers-in-C-Sharp-6-0/ Happy Coding 😇