70-483 Study Guide

Page 1

Complete Study


• • •












http://www.Microsoft.com/learning/en-us/exam-70483.aspx


http://www.Microsoft.com/learning/en-us/exam-70483.aspx


http://www.microsoftvirtualacademy.com/training-courses/developertraining-with-programming-in-c http://www.microsoftvirtualacademy.com/training-courses/c-fundamentals-forabsolute-beginners


Training Guide: Programming in C#



Implement Data Access 26%

Debug Applications and Implement Security 25%

Manage Program Flow 25%

Create and Use Types 24%








catch(Exception e) { throw new Exception(e); } catch(Exception) { throw; } catch(Exception e) { throw e; }

catch(Exception) { throw new Exception(); }







String append operator += String concatenation StringBuilder class

StringWriter class






SHA1CryptoServiceProvider RSACryptoServiceProvider TripleDESCryptoServiceProvider

MD5CryptoServiceProvider








XmlObjectSerializer DataContractSerializer DataContractJsonSerializer

SoapFormatter


int var

from

in

var

{ 3, 5, 7, 9 } { 7, 9 } { 1, 3, 5, 7, 9 }

{ 5, 7, 9 }

int where

select


http://channel9.msdn.com/Events/TechEd

www.microsoft.com/learning

http://microsoft.com/technet

http://microsoft.com/msdn




Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.