Connect to CRM WEbapi from Console application with Fixed Credentials

Connect to Dynamics CRM WebApi from Console Application (Without Authentication popup)

Hi Friends, This is the quick post as an extension to my previous post on How to connect to Dynamics CRM Webapi from Console application where I have discussed how to do the app registration in the Azure, Getting the client Id, Generating token and then Connecting to the WebAPI using the generated token. If …

Continue reading Connect to Dynamics CRM WebApi from Console Application (Without Authentication popup)

Connect to Dynamics CRM WebApi from Console Application

Last night I heard about this requirement from one of my close friends and frankly speaking when I initially heard about it, I though it should be pretty straight forward and we should have good amount of examples out there in the www. But on to my surprise I barely can see very few examples …

Continue reading Connect to Dynamics CRM WebApi from Console Application

Caller Information Attributes in .NET 4.5

What ? Caller information are set of attributes which are part of . NET Framework 4.5 . These attributes will help the developers in easily capturing the calling method's name, line number and the file path which are the key attributes for logging/tracing. The attribute names are :  a) CallerMemberNameAttribute  b) CallerLineNumberAttribute  c) CallerFilePathAttribute Why ? Previously to capture the calling …

Continue reading Caller Information Attributes in .NET 4.5