Skip to main content

Posts Tagged ‘.net’

Sitecore once again a Leader in Gartner Magic Quadrant for WCM

According to Gartner, companies that prioritize customer experience generate 60% higher profits than competitors. And more than ever before, web content management is viewed as mission-critical across an organization – whether your focus is on IT application, digital experience, marketing or merchandising. As we work with many of our customers on their digital transformation journey, […]

Azure: Did You Know? Block vs Page Blobs

Azure storage service supports two types of blobs (blob, or BLOB, stand for Binary Large OBject, i.e. an unstructured binary data): block and page blobs. Blob type is selected when blob is created and then it can’t be changed. Although both blob types allow for storage of large binary objects in Azure, they are optimized […]

Glass.Mapper Version 4 – Top New Features

I recently discussed a few best practices for utilizing Glass.Mapper for mapping Sitecore content templates to strongly-typed C# objects. I also briefly mentioned that the Glass.Mapper library was upgraded to version 4 this past May. For Sitecore developers, this is significant news, and this release introduced a few great changes worth mentioning: Simplified Nuget Packages: Previous […]

Azure: Did You Know? Hybrid Connections as VPN Alternative

In real life cloud deployment scenarios one of the very common cases is when only part of the application resides in the cloud. Usually, it’s when there is a legacy system which can’t be migrated to the cloud and resides on premises, or it’s not optimal to deploy entire system to the cloud. After all, […]

Sitecore Glass.Mapper: Concrete Classes vs Interface Mapping

Glass.Mapper is a great object-relational mapping (ORM) tool built on .NET for the Umbraco and Sitecore platforms. As a Sitecore Platinum Implementation Partner, Perficient and its developers use the best tools available, and Glass.Mapper is right up there in our preferred Sitecore tool belt. As a Sitecore developer interested in using Glass.Mapper, you should consider […]

Ignite 2015 Recap – Top 3 Sessions to Replay

Welcome back from a great Ignite Conference! By now, I hope everyone knows that the conference recordings are posted to channel9, a section of MSDN. Microsoft does a great job of recording and publishing all of this content quickly, its pretty awesome. One of my biggest challenges at the conference was knowing which session to […]

Ignite 2015 – DevOps Strategy, Visual Studio Online Announcements

For my first session at Microsoft Ignite Conference 2015, I chose DevOps as a Strategy for Business Agility by Brian Harry, Microsoft Technical Fellow and he serves as the Product Unit Manager for Microsoft Team Foundation Server. I must say, it was a great choice. Brian kicked off this amazing session with only a few, very […]

Azure: Did You Know? Always On Web Apps

When you creating a new web app (or web site, how it used to be called until recently) it’s have “Always On” setting off by default, which means the web site will be recycled after period of inactivity (20 minutes). This setting is somewhat similar to “Idle Time-out” setting on IIS application pool.When you web […]

Top 10 Announcements from Build 2015 Keynote on Day 1

The 2015 BUILD Conference kicked off today, and today’s keynote was packed full of TONS of announcements and new information. Some of these things are going to be released sometime this year, but some of it has also been released to be available today! Even though you can watch the Build 2015 Day 1 Keynote […]

Working with dynamic schema in Azure DocumentDB

About a week ago Azure DocumentDB, a new Microsoft’s entry into NoSql database market, become generally available. DocumentDB allows user to to store/update/delete arbitrary objects (as complex as needed, not limited by relation structure) and query these objects using a special (quite limited) flavor of SQL (yes, SQL!) or LINQ when it’s used from .NET. […]

Perficient is named a Sitecore Platinum Implementation Partner

Today, Perficient announced that we are now a Sitecore Platinum Implementation Partner. Sitecore established the new designation to recognize  partners who distinguish themselves through their implementation capability, joint reference clients with Sitecore, and demonstrated thought leadership in customer experience management. It’s been an exciting couple of months for Perficient’s Sitecore practice. In addition to being […]

Azure Search: Scoring Profiles

Introduction When a search query is submitted to the index, each document that is returned has a search score which is an indicator of its relevance in the current search query and context. The higher the score, the more relevant the item and therefore, the higher it is ranked on a scale of high to […]

Load More