Loading ...

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...

Perceptron Learning Algorithm

Hello everybody, today I want to document perceptron learning algorithm for classifications Below goes following steps for teaching perceptron. Add one more column with value to 1 to each input row. Pick training cases according to some rules that gives you guarantee that every training case wil...

Powershell Formatting Strings

Hello everybody, today I want to write few words about formatting strings in PowerShell. Consider the following example: "Today is $(Get-Date). Enjoy your life" Output will be the following: Today is 08/23/2016 16:04:18. Enjoy your life So, if you want to call some PowerShell function, yo...

Federation Security

Hello everybody, Today I want to write few words about federation security. So, imaging following situation. You work in one company, which partners with one or two others. And Both of them provide some kind of IT services. One of the ways of dealing with such situation is make for each IT servic...