Recent Posts
"My two-cents" for the Sitecore Community, version 2019
Sitecore has one of the greatest software communities that I’ve seen. There is a cool slack channel where you can ask and share your knowledge with the community (and also some cool memes đ).
Also, the marketplace is where you can contribute new modules to extend the features of Sitecore so it gets better and better. What about Reddit? Yes, there is also a subreddit for Sitecore.
Moreover, the Sitecore User Groups, which are organized by members of the community, offer some effective ways to learn and do networking in the place you live. Usually, they are organized using meetups, check the upcoming user groups events in different zones of the world for the rest of the year.
Sitecore.Extensions v0.0.2.1 released
After some feedback from some coworkers, there is an issue at the AddContentEditorExtensions.cs file. The problem is related to the renderContentEditorpipeline that is executed when Sitecore loads the Control Properties dialog.
The Issue-20 was created to track the problem. The issue is already fixed and new version v0.0.2.1 was released. It should be available in the Sitecore Marketplace in the next days.Â
https://marketplace.sitecore.net/en/Modules/S/SitecoreExtensions.aspx
Please, take a look and create a new issue if there is a new problem.
Quick announcement => Glass.Mapper.Sc #FTW
You have probably used Glass.Mapper.Sc in your projects. You probably have used it with Sitecore TDS to generate the code that maps your templates and renderings of the coolest sites you created. Glass.Mapper.Sc has saved me a lot of time and headaches during the last years.
I remember when I started to learn Sitecore and had to map the templates using string constants and GUIDs to maps the fields of my new templates, and then use Sitecore.Context.Database.GetItem, and THEN, cast the item to an object that was easier to handle.