Introduction ITEC 420.

Slides:



Advertisements
Similar presentations
A Taste of Visual Studio 2005 David Grey. Introduction In this session we will introduce Visual Studio 2005 and its features and examine those features.
Advertisements

Microsoft Office SharePoint Portal Server 2007 Introduction to InfoPath Forms Services Daryl L. Rudolph.
Module 1: Introduction to SQL Server Reporting Services.
Microsoft SharePoint 2010 technology for Developers
Designing, Deploying and Managing Workflow in SharePoint Sites Steve Heaney Product Development Manager OBS
Web Server Programming
Visual Studio 2013 Licensing Overview Offerings, Pricing, Licensing, and Promotions Rachel Pekin Microsoft.
DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
Originally founded in 1985 as Rock Financial by Dan Gilbert Grew to one of the largest independent mortgage banks in the country 1998 IPO 1999 Launched.
MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio Team Foundation.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Visual Studio & Expression By: Arabind Coomaraswamy.
Virtual techdays INDIA │ august 2010 Building ASP.NET applications using SQL Server Compact Chaitanya Solapurkar │ Partner Technical Consultant,
E-Con Roadmap to Success Roadmap for the e-Con Sales and Product Configurator.
Pricing Changes MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
GPPC Connections 2011 | November 6-8 | Las Vegas, NV Dynamics GP12 Web Client Today and in the Future Kevin Racer, Sr. Program Manager.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Introducing Visual Studio ® LightSwitch™ Andrew Coates Microsoft DEV201 #auteched #dev201.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Refine Author business logic Customize screen layouts / branding Define custom queries Extend Explore ecosystem components Create custom controls.
Todd Kitta  Covenant Technology Partners  Professional Windows Workflow Foundation.
COLD FUSION Deepak Sethi. What is it…. Cold fusion is a complete web application server mainly used for developing e-business applications. It allows.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Expression Web 3... now with TFS!. What is Expression Web 3? Professional web design and development tool Create standards-based Web sites faster & easier.
Lesson 2 What is ASP.NET? What is ASP.NET? What is Web Matrix? What is Web Matrix? What are the features of Web Matrix? What are the features of Web Matrix?
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically generated web pages.
Name Microsoft Student Partner Overview of the Visual Studio 2005 Express Products.
Module 1: Getting Started. Introduction to.NET and the.NET Framework Exploring Visual Studio.NET Creating a Windows Application Project Overview Use Visual.
Michael Hofer Senior Consultant Microsoft Corporation.
Introducing Visual Studio 2010: What It Is and Why You Should Care
CIS 375—Web App Dev II ASP.NET 1 Getting Started.
Ken Casada Developer Evangelist Microsoft Switzerland Découvrez le Visual Studio.
Ken Casada Developer Evangelist Microsoft Switzerland Visual Studio LightSwitch.
Pricing Changes MSDN subscriptions Stand- alone tool Team collaboration Release management Visual Studio Team Foundation Server Device CAL Visual Studio.
Spaso Lazarević Microsoft MVP Nova banka ad Banja Luka Building business application using Visual Studio 2013 LightSwitch.
Trimantra Software Solution Offshore Software Development Outsourcing Company Visit :
KORAK PRED OSTALIMI VISUAL STUDIO LIGHTSWITCH Danijel Malik Artifis Danijel Malik s.p.
Ken Casada Developer Evangelist Microsoft Switzerland
A Detailed Introduction To Visual Studio.NET CRB Tech ReviewsCRB Tech Reviews introduces you to the world of Visual.
Diploma of Website Development Getting Started With ASP.NET
ClickOnce Deployment (One-click Deployment)
TRINAY TECHNOLOGY SOLUTIONS
Introducing the Microsoft® .NET Framework
Introducing the Windows Mobile development
Introduction to Visual Basic 2008 Programming
Introduction to ArcGIS API for Microsoft Silverlight
Visual Studio Tools for Office 2005
Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek
Introduction to .NET Framework Ch2 – Deitel’s Book
Module 0: Introduction Chapter 2: Getting Started
Module 1: Getting Started
SQL Server Data Tools Gert Drapers
Social Media And Global Computing Introduction to Visual Studio
Web Development Using ASP .NET
Windows 10 Preview Andy & Jerry
Understanding the Visual IDE
CIS16 Application Development – Programming with Visual Basic
Saranya Sriram Developer Evangelist | Microsoft
Visual Studio 2010 和 .NET Framework 4 培训研讨会
ClickOnce Deployment (One-click Deployment)
Office 365 Development July 2014.
Visual Studio 2008.
Introduction to ASP.NET Parts 1 & 2
Mark Quirk Head of Technology Developer & Platform Group
Microsoft Azure Services Platform
MS Confidential : SharePoint 2010 Developer Workshop (Beta1)
Presentation transcript:

Introduction ITEC 420

Tools In earlier times, to develop web pages we were using Notepad Than tools like dreamweaver, rapidphp, frontpage ... During the semester we will use Visual Studio 2010 which is the latest version at the moment.

Tools cntd. In Visual Studio environment, even the html elemets can be arranged using the drag and drop ability which is time- saving. Due to .Net Framework built-in classes and their capabilities the tedious coding is eliminated. Visual Studio 2005 vs Visual Studio 2008 The major difference in 2008 version is the built-in test web server, which allows you to create and test a complete asp.net website without worrying about web server settings. Visual Studio 2008 vs Visual Studio 2010 The deployment methods improved. Framework extended, membership (security) updated, debugger updated .....

Visual Studio 2010 Comes in different flavours Visual Studio Express Visual Studio Express Editions are a set of free lightweight individual IDEs which are provided as stripped-down versions of the Visual Studio IDE on a per-platform basis or per-language basis, i.e., it installs the development tools for the supported platforms (web, Windows, phone) or supported development languages (VB, C#) onto individual Visual Studio Shell AppIds. It includes only a small set of tools as compared to the other systems. It does not include support for plug-ins. x64 compilers are not included in the Visual Studio Express edition IDEs, but are available as part of a Windows Software Development Kit that can be installed separately. Microsoft targets the Express IDEs at students and hobbyists. Express editions do not use the full MSDN Library but use the MSDN Essentials Library. The languages available as part of the Express IDEs are: Visual Basic Express Visual C++ Express Visual C# Express Visual Web Developer Express Express for Windows Phone Visual Studio LightSwitch Microsoft Visual Studio LightSwitch is an IDE specifically tailored for creating line-of-business applications built on existing .NET technologies and Microsoft platforms. The applications produced are architecturally 3-tier: the user interface runs on Microsoft Silverlight; the logic and data-access tier is built on WCF RIA Services and Entity Framework, hosted in ASP.NET; and the primary data storage supports Microsoft SQL Server Express, Microsoft SQL Server and Microsoft SQL Azure. LightSwitch also supports other data sources including Microsoft SharePoint. LightSwitch includes graphical designers for designing entities and entity relationships, entity queries, and UI screens. Business logic may be written in either Visual Basic or Visual C#. The tool can be installed as a stand-alone SKU or as an integrated add-in to Visual Studio 2010 Professional and higher.

Visual Studio 2010 Visual Studio Professional Visual Studio Professional Edition provides an IDE for all supported development languages. As of Visual Studio 2010, the Standard edition was renamed to the Professional edition. MSDN support is available as MSDN Essentials or the full MSDN library depending on licensing. It supports XML and XSLT editing, and can create deployment packages that only use ClickOnce and MSI. It includes tools like Server Explorer and integration with Microsoft SQL Server also. Windows Mobile development support was included in Visual Studio 2005 Standard, however, with Visual Studio 2008, it is only available in Professional and higher editions. Windows Phone 7 development support was added to all editions in Visual Studio 2010. Development for all versions of Windows Mobile prior to Windows Mobile 7 is no longer supported in Visual Studio 2010.

Visual Studio 2010 Visual Studio Premium Visual Studio Premium Edition includes the tools in Visual Studio Professional and augments them with other functionality such as Microsoft SQL Server integration (which allows databases to be created from within Visual Studio) and a remote debugger (for 2005 Editions) (that allows debugging a remote system from within Visual Studio debugger provided a debugging server is running on the remote system). Visual Studio Professional accepts all three extensibility mechanisms. As of Visual Studio 2010, the Professional edition was renamed to the Premium edition.

Visual Studio 2010 Visual Studio Tools for Office Visual Studio Tools for Office is an SDK and an add-in for Visual Studio that includes tools for developing for the Microsoft Office suite. Previously (for Visual Studio .NET 2003 and Visual Studio 2005) it was a separate SKU that supported only Visual C# and Visual Basic languages or was included in the Team Suite. With Visual Studio 2008, it is no longer a separate SKU but is included with Professional and higher editions. A separate runtime is required when deploying VSTO solutions. Visual Studio Ultimate Visual Studio Ultimate provides set of software and database development, collaboration, metrics, architecture, testing and reporting tools in addition to the features provided by Visual Studio Premium. As of Visual Studio 2010, the Team Suite edition was renamed to the Ultimate edition. Visual Studio Ultimate offers a superset of toolsets based on the Application Lifecycle Management (ALM) role it is being used for.

Visual Studio 2010 Visual Studio Team System Test Professional Prior to Visual Studio 2010, Visual Studio Team System provided four role-specific editions are: Team Explorer (basic TFS client) Architecture Edition Database Edition Development Edition Test Edition The combined functionality of the four Team System Editions is provided in a Team Suite Edition. The Database Edition, codenamed "DataDude", was initially released as a separate edition after Visual Studio 2005's initial release. It is included with Visual Studio 2008 as a separate edition, but Microsoft did roll its functionality into the Premium Edition with Visual Studio 2010. Test Professional Visual Studio Test Professional is an edition which was introduced with Visual Studio 2010. It's focus is aimed at the dedicated tester role and includes support for the management of test environments, the ability to start and report on tests and to connect to Team Foundation Server. It does not include support for development or authoring of tests

Visual Studio 2010 Integrated error checking Web form designer VS can detect problems such as type conversion errors, missing classes, undefined variables. As you type, errors are detected, underlined. Web form designer To create web pages you simply drag ASP.NET controls to the appropriate location and configure their properties. VS will create the actual web page markup.

Visual Studio 2010 Integrated WEB Server To host the web applications you need a web server like IIS, which waits for browser requests and serves the appropriate pages. You can run a website directly from the designer environment. Developer Productivity enchancements With collapsible code display, automatic statement completion, and color-coded syntax.

Visual Studio 2010 Fine grained debugging Complete extensibility This feature is not available in any other web programming environment. Debugger allows you to watch code execution, pause your program at any point and inspect the contents of any variable. Complete extensibility You can use macros, change project templates, and even add your own custom add-ins to VS.