Download presentation
Presentation is loading. Please wait.
1
Ravs Kaur Test Lead Microsoft Corporation TL60
4
Development Test Release
5
Development Test Release
6
Source: http://msdn.microsoft.com/en-us/library/ms995349.aspx
7
Source: http://blogs.technet.com/security/archive/2008/05/14/microsoft-vista-vs-windows-xp-sp2-vulnerability-report-2007.aspx
8
void LogError(wchar_t *component, wchar_t *error) { wchar_t buffer[256]; swprintf_s(buffer, sizeof(buffer), L"%s: %s\n", component, error); AppendMessageToLog(buffer); } void LogError(wchar_t *component, wchar_t *error) { wchar_t buffer[256]; swprintf_s(buffer, _countof(buffer), L"%s: %s\n", component, error); AppendMessageToLog(buffer); } warning C6057: Buffer overrun due to number of characters/number of bytes mismatch in call to 'swprintf_s'
10
CA2100 : Microsoft.Security : The query string passed to System.Data.SqlClient.SqlCommand..ctor in Page_Load could contain the following variables this.get_Request().get_Params().get_Item(...). If any of these variables could come from user input, consider using a stored procedure or a parameterized SQL query instead of building the query with string concatenations.
15
CA1065 : Microsoft.Design : 'Class1.ToString()' creates an exception of type 'NotImplementedException'. Exceptions should not be raised in this type of method. If this exception instance might be raised, change this method's logic so it no longer raises an exception.
17
warning C6286: ( || ) is always a non-zero constant. is never evaluated and might have side effects
19
CA1704 : Microsoft.Naming : Correct the spelling of 'Acpects' in member name 'rtb.AcpectsTabs‘ CA1704 : Microsoft.Naming : Correct the spelling of 'Brwser' in type name 'FldBrwserDlgExForm'. CA1704 : Correct the spelling of 'Brwsr' in type name 'fldrBrwsrDlg1'. CA1704 : Correct the spelling of 'Btn' in member name 'fldrBrwsrDlg1.ShowNewFldrBtn’ CA1704 : Correct the spelling of 'desc' in member name 'FldBrwserDlgExForm.desc' CA1704 : Correct the spelling of 'Dflt' in member name 'opnFilDlg.DfltExt' CA1704 : Correct the spelling of 'Dlg' in type name 'FldBrwserDlgExForm'. CA1704 : Correct the spelling of 'Fil' in type name 'opnFilDlg'. CA1704 : Correct the spelling of 'Fld' in type name 'FldBrwserDlgExForm'. CA1704 : Microsoft.Naming : Correct the spelling of 'opn' in type name 'opnFilDlg'. CA1704 : Microsoft.Naming : Correct the spelling of 'rtb' in type name 'rtb'.
25
Managed Source Code Assemblies Analysis Object Model Rules
29
warning C6011: Dereferencing NULL pointer 'node': Lines: 35, 38
31
warning C6011: Dereferencing NULL pointer 'newNode': Lines: 35, 38, 44, 45
33
Related Sessions Session TitleSpeakerDayTimeLocation TL47 Visual Studio Team System: A Lap Around VSTS 2010Cameron Skinner10/27 11:00 AM – 12:15PM Room 153 TL03 Microsoft Visual Studio Team System: Software Diagnostics and Quality for Services Habib Heydarian; Justin Marks 10/27 03:30 PM – 04:45 PM Room 515A PC58 Framework Design GuidelinesBrad Abrams, Krzysztof Cwalina 10/27 05:15PM – 6:30 PM Room 403AB TL59 Visual Studio Debugger Tips & TricksJohn Cunningham10/28 12:45PM – 01:30 PM Room 409A TL61 Panel: The Future of Unit Testing Euan Garden, Jim Newkirk, Peter Provost, Nikolai Tillmann 10/29 12:00 PM – 12:45 PM Room 406A TL24 Improving.NET Application Performance and Scalability Steve Carroll; Ed Glas 10/29 01:15 PM – 02:30 PM Room 153 TL51 Research: Contract Checking and Automated Test Generation with Pex Mike Barnett Nikolai Tillmann 10/30 08:30 AM : 9:45AM Room 403
34
VSTS 2010 Hands On Labs HOL CodeTitle TLHOL07VSTS 2010: Project Planning, Management, and Design TLHOL08VSTS 2010: Architecture Tools TLHOL09VSTS 2010: Team Foundation Server TLHOL10VSTS 2010: Software Quality TLHOL11VSTS 2010: Diagnostics and Performance
36
Please fill out your evaluation for this session at: This session will be available as a recording at: www.microsoftpdc.com
37
(USE THIS SPACE FOR PRODUCT LOGOS WHEN WHITE BACKGROUND IS EQUIRED) DELETE WHITE RECTANGLES IF NOT BEING USED
38
© 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
39
TL60
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.