1 / 41

Visual Studio 2005

Visual Studio 2005. Professor Mark Sabet. Developer NOT Programmer. T hree years ago, Monster.com reported 300 job postings for the title ".NET Developer." Today, the job site boasts more than 10,000 openings for the same position . Business Lay Staff. IT Staff. Business is Changing!.

EllenMixel
Télécharger la présentation

Visual Studio 2005

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Visual Studio 2005 Professor Mark Sabet

  2. Developer NOT Programmer • Three years ago, Monster.com reported 300 job postings for the title ".NET Developer." • Today, the job site boasts more than 10,000 openings for the same position

  3. Business Lay Staff IT Staff Business is Changing!

  4. Which Language? • A recent 2004 study conducted by Forrester indicates that preference for .NET development is only getting stronger. • According to the study, 56% of developers planned to use .NET to perform a majority of their development work, compared to 44% for Java.

  5. Teaching the Basics?

  6. What’s Next? Visual Studio 2005 • A flexible development tool for line-of-business application developers building Windows, Web or mobile applications. • The expected release at this point is June 2005

  7. 1975 1990 1995 2002 Tools Drive The Phenomenon HTML Java Visual Basic PowerBuilder Delphi XML Web Services Microsoft-BASIC Turbo Pascal QuickBasic Enter the Web Graphical User Interface Cobol RPG Enter the PC Big Iron Rules

  8. Dropping .NET • Visual Studio 2005, the ".NET" aspect has been dropped from the product name, to reflect the fact that modern versions of Windows (notably Windows XP and Windows Server 2003) are built entirely on the now well-established .NET software framework • The old, pre-.NET days are gone.

  9. So What’s Your Sign • VB (#1 Language) • C# (Gaining Popularity) • C++ (Losing Popularity) • J# (Not Popular) • ASP 2.0 (Web Forms) • ADO (Databases) • Mobile Applications

  10. 1 in 8 IT Professionals are Developers

  11. Different Packaging • Microsoft is taking steps with Visual Studio 2005 codename “Whidbey” to be more compelling for a wide range of users • With Visual Studio 2005, Microsoft's goal was to move away from the idea that one tool fits all developer needs 2005

  12. Packages Express Products

  13. New Editions • Visual Studio Standard Edition • Visual Studio Professional Edition • Visual Studio Team System

  14. Visual Studio Team System • Businesses today are faced with the need to build and maintain increasingly complex Information Technology solutions • Large, mission-critical applications are built by teams that have a significant number of participants that never write code, including: business sponsors, project managers, architects and testers Rational Tools

  15. SolutionArchitect Academic Stakeholder Developer Tester Project Manager Development LifecycleKey Players Across Roles

  16. Developer InfrastructureArchitect Project Manager End User Tester SolutionArchitect Development Teams

  17. IT Operations doesn’tunderstand applicationstructure Reduce complexitythrough operationsknowledge Increase communication and collaborationvia product integration Infrastructure Architect Developers don’tunderstand operationspolicy Solution Architect Communication Barriers • Pockets of information within disciplines • Unclear delineation of responsibilities • Conflicting best practices and architectures • Conflicting strategic goals and objectives

  18. IncreasedReliability QualityEarly & Often Design forOperations Predictability& Visibility Developer Tester SolutionArchitect ProjectManager InfrastructureArchitect Expanding Visual Studio

  19. VS 2005 • Easier ADO and Handheld Deployment • Enhancements to class libraries & the IDE • SQL Server Yukon Support • “Click Once” Technology Deployment • Microsoft Office Solution Development • Life Cycle Support

  20. Edit and Continue are BACK! • Visual Basic 6 had the edit and continue feature but early versions of VS left it out but we can rejoice—it's back! • In Visual Basic 2005, you can make changes to your code during debugging, back up the code instruction pointer if you want, and re-execute lines of code with the modified content. • While in Break mode, you can modify code or fix bugs; almost any code modification will work.

  21. Break Point

  22. Testing

  23. Click Once • ClickOnce installer puts the complexities of preparation for distribution and deployment in the hands of the development environment, where it belongs. • Support for running applications offline • Rolling back to previous versions of an application • Listing an application in the Windows Start menu, as well as the Remove Programs catalog within the Control Panel.

  24. ClickOnce Publishing Right-click on the project in the Solution Explorer window and select Publish

  25. Code Snippets Right-click within the Visual Basic code editor, and select a task that inserts the prewritten code into your source file for you Intellisense Use the Tab key to navigate among the placeholders in the snippet.

  26. Saves Time

  27. Input Mask

  28. Debugger DataTipsfor Complex Numbers • DataTips have the ability to drill into the hierarchy for the type. • You can also edit those values from within the data tips. No Separate Window Needed

  29. Visual Basic Error Correction Dialog Box

  30. Immediate Window (is Back)

  31. AutoCorrect Makes it simple to determine why invalid code won't compile, and to choose from multiple options in order to fix the errors in code.

  32. Exception Assistant RunTime Errors

  33. Coding Differences Visual Basic .NET 2003 • Const GreetingName As String = "Greeting"Dim sDisplay As ObjectDim ResMgr As ResourceManagerResMgr = New ResourceManager("ResourcesSample.MyStrings",_Me.GetType.Assembly)sDisplay = ResMgr.GetString(GreetingName) Visual Basic Whidbey • My.Resources.MyStrings.Greeting

  34. Music? My.Computer.Audio.Play("C:\Abba.wav")

  35. Easier Design with Snap Lines Snap lines can align controls with the edges of other controls

  36. Temporary Projects • How many times have you found out that you have WindowsApplication53 already on your hard drive? "Really?", you say to yourself, "How did that happen?“ • Visual Studio .NET 2002 and Visual Studio .NET 2003 both had a propensity to persist your temporary ideas as permanent projects on your hard disk.

  37. Docking Window Changes The four arrows of the diamond reference the sides of the window

  38. ASP 2.0 Whidbey • Significant Changes • 100% Backward Compatibility • New Portal Features • 45 New Server Controls like Login Security

  39. ASP 2.0 • Faster Development for All • Languages • Dramatically reduces code for • common scenarios • Simplified data access • Consistent Appearance • Master pages • Themes and skins • Improved Performance • Mobility Built In

  40. ADO Changes

  41. Handheld Applications

More Related