Skip to main content

Posts

Showing posts from 2007

MCPD: Microsoft .NET Framework 2.0—Application Development Foundation[70-536]

Link to online resource which covers most of the aspect of passing this exam can be found at the following URL. http://www.publicjoe.co.uk/536/70-536.html The following points will help you remember some of the important aspect of passing the 70-536 exam.[Application Development Foundation] The StringBuilder[System.Text namespace] class is used for optimized string concatenation. For more detailed information follow the below url http://msdn2.microsoft.com/en-us/library/system.text.stringbuilder(VS.71).aspx PrincipalPermission is used to gain insight into user's credential. For more info refere the following URL. http://msdn2.microsoft.com/en-us/library/system.security.permissions.aspx The SmtpClient class should be used to send e-mail by using the Simple Mail Transfer Protocol[System.Net.Mail]. Attachment content can be a String , Stream , or file name. You can specify the content in an attachment by using any of the Attachment constructors. For more details refer the followin

Instrumentation

How many applications in production are having instrumentation code in it? Yeah.... you can count it. That's the state of current applications handling millions of request, running trillions of transactions... It's something akin to an airplane not having a blackbox. You won't ever know what went wrong with it in case of any disaster. More to come....