Loading ...

Oauth 2 Parts

Hello everybody, today  I want to describe for main components of OAuth 2, which should be implemented by any framework which claims to be programmer friendsly implementation of OAuth 2. We will start from left botton box, or from user. So, user as usually is something or more precise someb...

Asp Net Lifecycle

Hello everybody, today I want to write few words about ASP .Net lifecycle.  Actually just sequence of events.  Begin Request Resolve request cache Map request handler Acquire request state Request handler execute Update request cache Log request End request Here are the 8 main steps o...

Types of fields in Dynamics CRM

Hello everybody, today I want to write a short note on types of fields in Dynamics CRM. So, below goes list of types: Single line of text Multiple line of text Option set Two options Whole numbers Floating point Decimal Currency Date and Time Lookup Names of them are pretty self-explanatory, bu...