SlideShare a Scribd company logo
What’s New in 2010MSDN/Licensing Changes+ Visual Studio 2010Steve LangeDeveloper Technology Specialist – Microsoftstevenl@microsoft.com | blogs.msdn.com/slange
AgendaIntroductionsWhat’s New in 2010?Product LineupMSDN & Licensing ChangesWhat it Means to YouWhat’s New in Visual Studio 2010Team Foundation ServerArchitecture & ModelingDevelopmentTestingQ&AClose & Next Steps
What’s New In 2010?Product Lineup & MSDN Changes
Visual Studio 2008Visual Studio Team System 2008Team Suite with MSDN PremiumVisual Studio Team System 2008Team Editions with MSDN PremiumVisual Studio 2008 Professionalwith MSDN PremiumVisual Studio 2008 Professionalwith MSDN Professional
Visual Studio 2010
Test and Lab ManagerUML ModelingManual TestingLayer DiagramLoad TestingWeb TestingTest Case ManagementIntelliTrace™Architecture ExplorerLogical Class DesignerCloud DevelopmentOffice DevelopmentWindows DevelopmentNew WPF EditorCustomizable IDEMulti-core DevelopmentSilverlight ToolsWeb DevelopmentSharePoint DevelopmentGenerate from UsageStatic Code AnalysisDatabase DeploymentCode MetricsDatabase Unit TestingTest Data GenerationTest Impact AnalysisUI Test AutomationCode CoveragePerformance ProfilingDatabase Change MgmtTest Record & Playback
Visual Studio 2010 SKUsAdditional ProductsVisual Studio Load Test Virtual User Pack 20101,000 virtual users
See the Visual Studio 2010 Feature Matrix for a complete list of features.The New MSDN
See the Visual Studio 2010 Feature Matrix for a complete list of features.The New MSDN (cont.)
See the Visual Studio 2010 Feature Matrix for a complete list of features.The New MSDN (cont.)
Visual Studio 2010What’s New
Visual Studio 2008 Lineup
Visual Studio 2010 Lineup
Team Foundation ServerVisual Studio 2010
What is Team Foundation Server?Team Foundation ServerA unified project serverDeveloperDesignerDatabase ProfessionalArchitectTesterProjectManagerBusinessAnalyst
Team Foundation Server At a GlanceTeam Foundation Server
Team Foundation Server 2010
TFS 2010:  Manage Your ProjectAgile project management workbooksWork item linking and hierarchyWork item usabilityRich textLinks controlHTML link controlDrag & DropTraceability queriesQuery foldersExcel & Project improvementsProject round trippingFormula persistenceUndo
TFS: Manage  Your ProjectTop-to-Bottom TraceabilityRequirements TraceabilityParent/Child RelationshipsRollup and DrilldownAgile PlanningBuilt-in product backlog mgmtBuilt-in iteration planningEasily customizableGreater Project IntegrationFull dependency linking Full round-tripping w/ TFS
demoManage Your Project
TFS 2010: Report on Your Entire Portfolio
DashboardsInformation-rich dashboardsRoll-up reports show KPI’sDrill-down for further analysisQuickly customizableEasy interaction with developersWeb-based bug filingWeb-based feature requestsTrack status of bugs / features
Report on Your Entire PortfolioCustomizable DashboardsSharePoint web partsTFSWAExcel reports using MOSSRelational warehouseExcel reporting
Reports
How many bugs do we have?Shows bug state,priority, severity, and who they are assigned tooShows state of bugs over time and by priority
How fast are bugs being found and fixed?Shows the rate of discovering and resolving bugsTrack the rate bugs are found and fixed
How are the user stories tracking?Shows how far each user story has been implemented
How many stories are remaining?Shows hours of work remaining and completed per user story
How many test cases are ready to run?Shows what state the test cases are in
What is the progress or our test plans?Shows the progress of your test plan
What is the progress or our test runs?Shows the progress of your test runs
TFS 2010: Understand Parallel DevelopmentFirst class branchesDrag & Drop MergingVisualize branch relationshipsTrack change across branchesHistoryTimelineRicher AnnotateConflict resolution
TFS 2010:  Understand Parallel Development
TFS 2010: Create a Supportive Build Workflow
Gated Checkin
For Non-.NET DevelopmentTeamprise (acquired by Microsoft)Eclipse plug-in for TFSRich client (Java-based)Command-LineRuns on any Java-supported platform
Architecture & ModelingVisual Studio 2010
Architecture & ModelingExpanded Diagram SupportLayerArchitecture ExplorerUML DiagramsActivityComponentClassSequenceUse Case
Layer DiagramArchitectural validation ensures code matches intended design.Layer diagram details the intended design.Classes and namespaces are mapped to layers in the diagram.
Whats New In 2010 (Msdn & Visual Studio)
Architecture ExplorerUnderstanding a system can prevent the butterfly effect.Architecture Explorer helps discover and understand how a system works.Visualize existing code assets and how they connect.
demoArchitecture Explorer
Generating Sequence Diagrams
Whats New In 2010 (Msdn & Visual Studio)
Whats New In 2010 (Msdn & Visual Studio)
Whats New In 2010 (Msdn & Visual Studio)
DevelopmentVisual Studio 2010
Development
IntelliTraceApplication flight recorder and debuggerReduce “no repro” bugsBridge gap between test and developmentDynamically instruments codeRecords program execution flowRecords program data (parameters& return values)
Test Impact AnalysisIdentifies tests impacted by code changesReduces test timeCompares code changes with coverage data.Recommends tests to run based on coverage impacted.Enhance development process by requiring verification of impacted automated tests before developers check changes into Source Control System (TFS)
ProfilerVirtualization SupportConcurrency ProfilingJust My CodeEditor IntegrationNew Summary and Function Details reportsRules and GuidanceTier Interaction Profiling Client Side JavaScript Profiling Attach to Applications running on .NET 4.0
Profiler – Summary Report Easily Locate Performance SpikesIdentify Most Expensive Call PathDetect Functions responsible for most work
Profiler – Details ReportVisualize the call pattern of each method along with corresponding performance dataIdentify code with considerable performance impact
Profiler – Concurrency ProfilingObserve the behavior of a multi-threaded application
2 Concurrency Profiling Modes
Resource Contention – Light weight, low overhead view of multi-threaded application with a focus on synchronization and locks
Concurrency Visualizer – Comprehensive view of multi-threaded applications including how multiple cores are utilizedProfiler – Tier InteractionAnalyze the performance of a multi-tier application against its Data tier and SQL Server
Analyze page request patterns and database interactions for web applicationsProfiler – Jscript Profiling Application PerformanceAjax Performance
Database DevelopmentAdditional refactoring optionsRename objectRename server or database referencesMove database object between schemasFully qualify database object namesExpand wildcards in SELECT statementsOracle support is in Beta (from Quest)
Database DevelopmentImproved Database Code AnalysisT-SQL Design IssuesT-SQL Naming IssuesT-SQL Performance Issues
TestingVisual Studio 2010
Tester Segmentation70% of testing happens heremajority of test tools target hereblack box testingwhite box testingapi testing
VS 2010 Test Capabilitiesgeneralistspecialistcoded UI testunit testingweb performance testtest runnerload testtest case managementvirtual lab managementdata diagnostic adapters (video, action log, event log etc)team foundation server with reporting(bugs, requirements, user stories, source control, build)
Key Test Capabilities in VS2010
Test Case ManagementCreate, organize, and run test casesManage a suite hierarchyConfigure active iterationsFirst-class Work Items in TFSCan be data-driven
Test SuitesCollection of related test casesFlexible setupStaticQuery-based (dynamic)Requirements-based64
demoTest Case Management
Microsoft Confidential66Test Case is first class work item in TFSDetailed steps along with expected results
Microsoft Confidential67Data drive a test caseSpecify data in parameter table
Microsoft Confidential68Select common steps and convert to Shared Steps
Microsoft Confidential69Shared Steps allows for common steps to be reused across test cases
Lab Manager
Lab Management ArchitectureSystem Center Virtual Machine ManagerTeam Foundation Server (TFS)Lab ManagementTest Case ManagementMicrosoft Test & Lab Manager (MTLM)Build ManagementHyper-VHostsVM LibrarySharesWork Item TrackingVM 1Share 1Source ControlVM 2Share 2VM 3Share 3UpdatedNewVM 4Share 471
Microsoft Confidential72Create Virtual Environment from Lab Center
Microsoft Confidential73Specify name and location for environment
Microsoft Confidential74Pick role for VMSelect VM from template library
Microsoft Confidential75Specify capabilities – “Run Tests” ; “Run Workflows” ; “Network Isolation”
Microsoft Confidential76Environment (collection of VMs) created
Microsoft Confidential77Manage snapshots for environmentAccess environment using Lab Environment Viewer
Lab Management for Distributed TeamLower cost of ownership Now have a visual face to the lab! No waiting - Create machines on a remote site without assistanceGet traction of idle machines using “last accessed time”Friction free – Mark and reserve      your machines
View your lab
View your lab – Who owns what?
Coded UI TestPuts recorded actions into codeDissects action against executing codeCan be associated against test caseMicrosoft Confidential81
demoCoded UI Test
Microsoft Confidential83From Test->new test, click Coded UI test, specify test name and project name
Microsoft Confidential84Use existing action recording to generate code
Microsoft Confidential85Specify test case which has action recording and click OK
Microsoft Confidential86Code generated from action recording – datasource as TestCase
Microsoft Confidential87Code generated handles data parameterization
Microsoft Confidential88Invoke Coded UI Test Builder for adding assertions
Microsoft Confidential89Drag cross-hair onto the control you want to add assertions on
Microsoft Confidential90Properties of selected control and its UIMap is shown
Microsoft Confidential91Select property to assert on and right click to add assertion
Microsoft Confidential92Add the assert
Microsoft Confidential93Specify Assert method name and generate code
Microsoft Confidential94Code generated for assert method
Microsoft Confidential95Add solution to source control
Microsoft Confidential96Check-in pending changes
Microsoft Confidential97Go to test case that you want to associate the newly created automation
Microsoft Confidential98Specify test method and click OK; save test case
Thank You!Questions?
Whats New In 2010 (Msdn & Visual Studio)

More Related Content

What's hot (20)

PPT
The Magic Of Application Lifecycle Management In Vs Public
David Solivan
 
PDF
Pragmatic Java Test Automation
Dmitry Buzdin
 
PPT
Team Foundation Server Version Control
Steve Lange
 
PPTX
STARWEST 2011 - 7 Steps To Improving Software Quality using Microsoft Test Ma...
Anna Russo
 
PPTX
Overview of Visual Studio Team System 2010
joycsc
 
PPSX
Automation Framework 042009 V2
guestb66d91
 
PDF
automation framework
ANSHU GOYAL
 
PPTX
Team Foundation Server 2010 - Version Control
Steve Lange
 
PPT
Requirements and Team Foundation Server
Steve Lange
 
PDF
Application Testing Suite
oracleonthebrain
 
PDF
Oracle Application Testing Suite. Competitive Edge
Maija Laksa
 
PPTX
Visual Studio 2010 for testers
Arpit Dubey
 
PPTX
A Test Automation Framework
Gregory Solovey
 
PPT
Performance Testing in Oracle Apps
Biswajit Pratihari
 
PDF
Data Driven Testing
Maveryx
 
PPT
Test Automation Framework Online Training by QuontraSolutions
Quontra Solutions
 
DOC
Khushboo_Resume
khushboo Singh
 
DOC
Hybrid framework for test automation
srivinayak
 
PPTX
Functional Continuous Integration with Selenium and Hudson
David Jellison
 
DOC
Selva_Selenium
Selvarajan K
 
The Magic Of Application Lifecycle Management In Vs Public
David Solivan
 
Pragmatic Java Test Automation
Dmitry Buzdin
 
Team Foundation Server Version Control
Steve Lange
 
STARWEST 2011 - 7 Steps To Improving Software Quality using Microsoft Test Ma...
Anna Russo
 
Overview of Visual Studio Team System 2010
joycsc
 
Automation Framework 042009 V2
guestb66d91
 
automation framework
ANSHU GOYAL
 
Team Foundation Server 2010 - Version Control
Steve Lange
 
Requirements and Team Foundation Server
Steve Lange
 
Application Testing Suite
oracleonthebrain
 
Oracle Application Testing Suite. Competitive Edge
Maija Laksa
 
Visual Studio 2010 for testers
Arpit Dubey
 
A Test Automation Framework
Gregory Solovey
 
Performance Testing in Oracle Apps
Biswajit Pratihari
 
Data Driven Testing
Maveryx
 
Test Automation Framework Online Training by QuontraSolutions
Quontra Solutions
 
Khushboo_Resume
khushboo Singh
 
Hybrid framework for test automation
srivinayak
 
Functional Continuous Integration with Selenium and Hudson
David Jellison
 
Selva_Selenium
Selvarajan K
 

Viewers also liked (20)

PDF
Code understanding and systems design with visual studio 2010
Spiffy
 
PPT
A Lap Around Visual Studio 2010
Abram John Limpin
 
PPTX
Chapter 1 — Introduction to Visual Basic 2010 Programming
francopw
 
PPTX
The Hagaddah: An approach for Jewish leaders
Arnold Samlan
 
DOC
Script copy
charheap2244
 
PPTX
Self-service enrollment for Windows desktops
Miradore
 
PPTX
Exploring Visual Studio 2010
Sven Vanoirbeek
 
PPTX
creacion de bd en vb
marcelaorduz10
 
PPTX
SharePoint 2010 Tools in Visual Studio 2010
Becky Bertram
 
PPT
1 introduction
icdesktop
 
PPTX
Common Enrollment and Oakland Unified School District (English slides)
greatoaklandpublicschools
 
PPT
Sad format
cas123
 
PDF
My thesis proposal
hungtruongquoc
 
PPT
Sad format
cas123
 
PPTX
Learner information system
Jared Ram Juezan
 
PPTX
Visual studio 2017 - Launch Event Keynote
Delta-N
 
PPT
Learner Information System
Jared Ram Juezan
 
PPTX
Chapter 2 — Program and Graphical User Interface Design
francopw
 
PPTX
China's education system
MeRvin Jay Go
 
PPTX
Student information system project
Rizwan Ashraf
 
Code understanding and systems design with visual studio 2010
Spiffy
 
A Lap Around Visual Studio 2010
Abram John Limpin
 
Chapter 1 — Introduction to Visual Basic 2010 Programming
francopw
 
The Hagaddah: An approach for Jewish leaders
Arnold Samlan
 
Script copy
charheap2244
 
Self-service enrollment for Windows desktops
Miradore
 
Exploring Visual Studio 2010
Sven Vanoirbeek
 
creacion de bd en vb
marcelaorduz10
 
SharePoint 2010 Tools in Visual Studio 2010
Becky Bertram
 
1 introduction
icdesktop
 
Common Enrollment and Oakland Unified School District (English slides)
greatoaklandpublicschools
 
Sad format
cas123
 
My thesis proposal
hungtruongquoc
 
Sad format
cas123
 
Learner information system
Jared Ram Juezan
 
Visual studio 2017 - Launch Event Keynote
Delta-N
 
Learner Information System
Jared Ram Juezan
 
Chapter 2 — Program and Graphical User Interface Design
francopw
 
China's education system
MeRvin Jay Go
 
Student information system project
Rizwan Ashraf
 
Ad

Similar to Whats New In 2010 (Msdn & Visual Studio) (20)

PPTX
Lap Around Visual Studio 2010 Ultimate And TFS 2010
Ed Blankenship
 
PPTX
Software Project Management - NESDEV
Krit Kamtuo
 
PPTX
Visual Studio 2010 Testing Overview
Steve Lange
 
PPTX
Lab Management with TFS 2010
Ed Blankenship
 
PPTX
Visual Studio 2010 Testing for Developers
Steve Lange
 
PPTX
ALM with TFS: From the Drawing Board to the Cloud
Jeremy Likness
 
PDF
Visual Studio 2010: A Perspective - David Chappell
Spiffy
 
PPTX
No More No Repro
Anna Russo
 
PPTX
STAREAST 2011 - 7 Steps To Improving Software Quality using Microsoft Test Ma...
Anna Russo
 
PPTX
Visual studio 2010
Rishu Mehra
 
PPT
Development Practices & The Microsoft Approach
Steve Lange
 
PPTX
Mix Tech Ed Update No Video
AllyWick
 
PPTX
A Lap Around Visual Studio 2010
adrian8three
 
PPTX
Introductie Visual Studio ALM 2012
Twice. Ontwikkelaars van IT professionals
 
PPTX
Introductie Visual Studio ALM 2012
Delta-N
 
PPTX
Full Testing Experience - Visual Studio and TFS 2010
Ed Blankenship
 
PPTX
The Newest of the New with Visual Studio and TFS 2012
Imaginet
 
PPTX
The Newest of the New with Visual Studio and TFS 2012
Imaginet
 
PPTX
STARWEST 2010 - 7 Steps To Improving Software Quality using Microsoft Test Ma...
Anna Russo
 
PDF
Testingfor continuousdeliverywithvisualstudio2012
Steve Xu
 
Lap Around Visual Studio 2010 Ultimate And TFS 2010
Ed Blankenship
 
Software Project Management - NESDEV
Krit Kamtuo
 
Visual Studio 2010 Testing Overview
Steve Lange
 
Lab Management with TFS 2010
Ed Blankenship
 
Visual Studio 2010 Testing for Developers
Steve Lange
 
ALM with TFS: From the Drawing Board to the Cloud
Jeremy Likness
 
Visual Studio 2010: A Perspective - David Chappell
Spiffy
 
No More No Repro
Anna Russo
 
STAREAST 2011 - 7 Steps To Improving Software Quality using Microsoft Test Ma...
Anna Russo
 
Visual studio 2010
Rishu Mehra
 
Development Practices & The Microsoft Approach
Steve Lange
 
Mix Tech Ed Update No Video
AllyWick
 
A Lap Around Visual Studio 2010
adrian8three
 
Introductie Visual Studio ALM 2012
Twice. Ontwikkelaars van IT professionals
 
Introductie Visual Studio ALM 2012
Delta-N
 
Full Testing Experience - Visual Studio and TFS 2010
Ed Blankenship
 
The Newest of the New with Visual Studio and TFS 2012
Imaginet
 
The Newest of the New with Visual Studio and TFS 2012
Imaginet
 
STARWEST 2010 - 7 Steps To Improving Software Quality using Microsoft Test Ma...
Anna Russo
 
Testingfor continuousdeliverywithvisualstudio2012
Steve Xu
 
Ad

More from Steve Lange (20)

PPTX
Visual Studio ALM 2013 - Edition Comparison
Steve Lange
 
PPTX
Team Foundation Server 2012 Reporting
Steve Lange
 
PPTX
A Deeper Look at Team Foundation Server 2012 Version Control
Steve Lange
 
PPTX
Upgrading to TFS 2010
Steve Lange
 
PPTX
Microsoft ALM Platform Overview
Steve Lange
 
PPTX
Team Foundation Server - Tracking & Reporting
Steve Lange
 
PPTX
Visual Studio LightSwitch (Beta 1) Overview
Steve Lange
 
PPTX
TFS 2010: Team Development on Crack
Steve Lange
 
PPTX
PHX Session #5 : Architecture Without Big Design Up Front (Garibay)
Steve Lange
 
PPTX
PHX Session #6: More Bang for Your Buck: Getting the Most out of Team Foundat...
Steve Lange
 
PPTX
PHX - Session #4 Treating Databases as First-Class Citizens in Development
Steve Lange
 
PPTX
PHX - Session #2 Test Driven Development: Improving .NET Application Performa...
Steve Lange
 
PPTX
PHX Session #1: Development Best Practices And How Microsoft Helps
Steve Lange
 
PPTX
PHX Session #3 - "It Works on My Machine!" Closing the Loop Between Developme...
Steve Lange
 
PPTX
Big Event Looping Deck
Steve Lange
 
PPTX
Session #6: Get More Bang For Your Buck
Steve Lange
 
PPTX
Session #1: Development Practices And The Microsoft Approach
Steve Lange
 
PPTX
Session #3: "It Works on My Machine!" Closing the Loop Between Development & ...
Steve Lange
 
PPTX
Session #4: Treating Databases as First-Class Citizens in Development
Steve Lange
 
PPTX
Session #2: Test Driven Development
Steve Lange
 
Visual Studio ALM 2013 - Edition Comparison
Steve Lange
 
Team Foundation Server 2012 Reporting
Steve Lange
 
A Deeper Look at Team Foundation Server 2012 Version Control
Steve Lange
 
Upgrading to TFS 2010
Steve Lange
 
Microsoft ALM Platform Overview
Steve Lange
 
Team Foundation Server - Tracking & Reporting
Steve Lange
 
Visual Studio LightSwitch (Beta 1) Overview
Steve Lange
 
TFS 2010: Team Development on Crack
Steve Lange
 
PHX Session #5 : Architecture Without Big Design Up Front (Garibay)
Steve Lange
 
PHX Session #6: More Bang for Your Buck: Getting the Most out of Team Foundat...
Steve Lange
 
PHX - Session #4 Treating Databases as First-Class Citizens in Development
Steve Lange
 
PHX - Session #2 Test Driven Development: Improving .NET Application Performa...
Steve Lange
 
PHX Session #1: Development Best Practices And How Microsoft Helps
Steve Lange
 
PHX Session #3 - "It Works on My Machine!" Closing the Loop Between Developme...
Steve Lange
 
Big Event Looping Deck
Steve Lange
 
Session #6: Get More Bang For Your Buck
Steve Lange
 
Session #1: Development Practices And The Microsoft Approach
Steve Lange
 
Session #3: "It Works on My Machine!" Closing the Loop Between Development & ...
Steve Lange
 
Session #4: Treating Databases as First-Class Citizens in Development
Steve Lange
 
Session #2: Test Driven Development
Steve Lange
 

Recently uploaded (20)

PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PDF
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 

Whats New In 2010 (Msdn & Visual Studio)