Many of the projects I do have some form of document management in them. Whether developing demos or features around document management it is often necessary to have test documents. Most of the actual word documents I generate for my role are around sales or feature documentation and have a bit of proprietary information within […]
Posts Tagged ‘application development’
Don’t miss the Global Windows Azure Bootcamp
I know that in my last post I promised my next post would be focused on getting runtime information from your application, but I really felt that it was important to share an event that’s coming up in a couple of weeks (I really will get around to writing the post I intended next). April […]
Dealing with exceptions in .NET applications
One of the more frustrating things to deal with when supporting a production application is “flying blind” when trying to determine what went wrong and how to fix it. In today’s post, I will discuss some commonly used techniques for handling exceptions in .NET code that prevent visibility into the real source of error and […]
Copying distribution groups to cloud for Outlook/OWA management
While directory sync provides a much needed service for Office 365 tenants one pain point that comes up pretty regularly is distribution group management once you’re in the cloud. Sure the groups get synced to the cloud but if you’ve been used to managing the group memberships with Outlook when everyone’s mailbox used to be […]
HIMSS13; Meriter on MicrosoftBI and Epic Integration
I’m in New Orleans, LA this week for the annual HiMSS Conference and Microsoft Health User Group Meeting (MSHUG). The MSHUG meeting on Sunday March 3rd gave Healthcare Providers the opportunity to learn how they can better leverage their investment in Microsoft technologies to drive down cost and deliver innovative solutions to their customers. My […]
SharePoint Social on Your iPad!
The SharePoint 2013 Social Newsfeed is now available in Apple’s App Store. That’s right– you can access the social side of your SharePoint intranet on an iPad in a slick, easy-to-use way. (Please excuse my low-resolution screen shots– there’s much better examples on the official iTunes page.) From a UI perspective, there is a lot […]
Retrieving SharePoint List Column Managed Metadata (JavaScript)
This is a quickie, but can be useful for those accessing SharePoint Managed Metadata from the Client Side. Often when you’re pulling back data from SharePoint lists, you’ll get a full-fledged object back rather than a single field value (and yes I ran into this while working on some fancy calls in a Display Template). […]
Sitecore consultant Jamie Stump is an MVP in more ways than one
One of my colleagues at Perficient was recognized today by our partner, Sitecore. Jamie Stump, a developer, consultant and blogger here, was named a 2013 Sitecore Most Valuable Professional (MVP). Sitecore describes the MVP program in this way: The Sitecore MVP program recognizes individuals for their active participation within the Sitecore community, sharing knowledge and […]
Pagination in SQL Server 2012
When dealing with any product that has been around for a while, it’s not uncommon to observe a progression of common tasks becoming less clumsy as the tools mature. In this post, I take a look at how pagination has evolved with SQL Server resultsets in order to highlight TSQL features introduced last year in SQL […]
CRM Related Teams Dominate the Requests for Big Data
I read an article this week about Big Data. The article is based on a Microsoft survey and states that the most dominate users of Big Data are Sales, Marketing and Customer Support. You can view the full details of the eWeek article here. The obvious interface for a lot of this data would be […]
How to modify the SharePoint 2010 Bread Crumbs control
Let’s say you do something fancy with your publishing site that changes the page hierarchy and would like the Bread Crumbs to account for those changes. You could create your own Bread Crumbs control but there is a quicker and more supported way that will allow your changes to affect the OOB Bread Crumbs control. […]
Quick Survey for 2010
MSDN has a neat web part you can use for polls – Quick Surveys. Unfortunately the link to read more leads to an error. Since I had to figure out what might have been at that mysterious location, I figured I’d document the findings. I made some minor updates to the code to work a […]