470 likes | 698 Views
Handle exception types (SQL exceptions, network exceptions, communication exceptions, network timeout exceptions catch typed vs. base exceptions; implement try-catch-finally blocks; throw exceptions; determine when to re throw vs. throw; create custom exceptions.https://www.pass4sureexam.com/70-483.html
E N D
Complete Study Complete Study
• • •
http://www.microsoftvirtualacademy.com/training-courses/developer-http://www.microsoftvirtualacademy.com/training-courses/developer- training-with-programming-in-c http://www.microsoftvirtualacademy.com/training-courses/c-fundamentals-for- absolute-beginners
Manage Program Flow 25% Implement Data Access 26% Debug Applications and Implement Security 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 int where from in select var { 3, 5, 7, 9 } { 7, 9 } { 1, 3, 5, 7, 9 } { 5, 7, 9 }
http://channel9.msdn.com/Events/TechEd www.microsoft.com/learning http://microsoft.com/technet http://microsoft.com/msdn