CRM 2011 and Application File Privilege
Recently I was asked what exactly Application File Privilege found under Core Records affects within CRM. After some research on the topic I found that… Read More »CRM 2011 and Application File Privilege
Recently I was asked what exactly Application File Privilege found under Core Records affects within CRM. After some research on the topic I found that… Read More »CRM 2011 and Application File Privilege
This one is a well known error for people who have worked with CRM 4.0 and an easy fix was to restart CRM Async Service.… Read More »CRM 2011 Exception : The key specified to compute a hash value is expired, only active keys are valid
I was recently working with a client where I had to come up with a multi-grid form for Case entity and wanted to display related… Read More »CRM 2011 Multiple Sub-Grid OnLoad Fix
Everyone loves well commented code [when they are reading the code] but when it comes to add comments in their own code, well people… Read More »Comment Your Code… Quickly And Efficiently with GhostDoc
Whoa!!! This is big. I generally do not use Y! as a mail service. I’ve moved on to Gmail for a while for plethora of… Read More »Yahoo Mail Gets An Upgrade With a Fresh New UI and Unlimited Storage
As part of my job I do a lot of code review, refactoring and maintenance. Many a times I would leave instructions to my teammates,… Read More »Visual Studio Task List and Comment Tokens
I do read www.codinghorror.com sometimes and I just stumbled upon this interesting theory… I have not applied it in all of my enagements but during… Read More »An interesting read from CodingHorror.com – Working with the Chaos Monkey
Today Microsoft announced an increase in for various Microsoft Certifications. This is what the official announcement has to say: Effective July 1, 2011, the retail… Read More »New Prices for Microsoft Certifications Exams
Now let’s face this, we all work with Text in our day to day lives [If you don’t, kindly do let me know what kind… Read More »The Hidden & Dangerous UTF encoding traps
Recently I was helping a friend with a bit tricky piece of code. The task was to process and XML that didn’t have namespace and… Read More »Process Nested XML using C#