Module 1: Getting Started

Slides:



Advertisements
Similar presentations
Unit 1: Overview of the Microsoft.NET Platform
Advertisements

1 Unit 1: Introduction To.Net. 2 Introduction to.Net Integrated Development Environment (IDE) Languages in the.NET Framework The Common Language Runtime.
Introduction to .NET Framework
Introduction to.NET What is.NET?  A vision Web sites will be joined by Web services New smart devices will join the PC User interfaces will become more.
The Microsoft View: Module 1: Getting Started. Copyright Course 2559B, Introduction to Visual Basic®.NET Programming with Microsoft®.NET. Lecture 1 Microsoft.
ISYS 512 Business Application Design and Development with.Net David Chao.
ISYS 512 Business Application Design and Development with.Net David Chao.
1 An Introduction to Visual Basic Objectives Explain the history of programming languages Define the terminology used in object-oriented programming.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Using Microsoft SharePoint to Develop Workflow and Business Process Automation Ted Perrotte National Practice Manager, Quilogy, Microsoft Office SharePoint.
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
Rajeswari Indupuri Introduction to.NET Framework.
Overview of Microsoft.Net and Vb.Net ITSE 2349 Spring 2002 Material from Microsoft.Net an Overview for ACC faculty by Stuart Laughton and Introduction.
ISYS 350 Business Application Development
© 2004 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Programming the Web Using ASP.Net Chapter 2: The ASP.Net Template Dave.
1 Introduction to.NET Framework. 2.NETFramework Internet COM+ Orchestration Orchestration Windows.NET Enterprise ServersBuildingBlockServices Visual Studio.NET.
ISYS 512 Business Application Design and Development with.Net David Chao.
Introduction to Silverlight. Slide 2 What is Silverlight? It’s part of a Microsoft Web platform called Rich Internet Applications (RIA) There is a service.
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.
ASP.NET The.NET Framework. The.NET Framework is Microsoft’s distributed run-time environment for creating, deploying, and using applications over the.
Module 1: Introduction to C# Module 2: Variables and Data Types
 2002 Prentice Hall. All rights reserved. 1 Introduction to Visual Basic.NET,.NET Framework and Visual Studio.NET Outline 1.7Introduction to Visual Basic.NET.
C# A 1 CSC 298 Introduction to C#. C# A 2 What to expect in this class  Background: knowledge of an object oriented language of the C++, Java, … family.
Introduction to.NET Framework. .NET – What Is It? Software platform Language neutral In other words:.NET is not a language (Runtime and a library for.
Microsoft Visual Basic 2005: Reloaded Second Edition
Lecture Set 1 Part B: Understanding Visual Studio and.NET – Structure and Terminology 1/16/ :04 PM.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Lesley Bross, August 29, 2010 ArcGIS 10 add-in glossary.
Introduction to ASP.NET 1www.tech.findforinfo.com.
Copyright © 2006 Pilothouse Consulting Inc. All rights reserved. Workflow Development Overview Architecture Requirements Types of workflows Stages of workflow.
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.
Introduction In The Name Of Allah, The Beneficent, The Merciful.
CIS 451: ASP.NET Concepts Dr. Ralph D. Westfall January, 2009.
Introduction to VB.Net. What is.NET? A brand of Microsoft technologies A platform for creating distributed Web applications A combination of new and updated.
1.NET FRAMEWORK CE-105 Spring 2007 Engr. Faisal ur Rehman.
Rajiv and Shipra Introduction to.NET (asp.net,c#,vb)
ASP.NET &.NET Environment. Overview Part of Microsoft’s.NET environment Used for Development of  Websites  Internet applications  Web Services & XML.
ISYS 350 Business Application Development David Chao.
Introducing Visual Studio.NET Petar Banov. Introducing Visual Studio.NET What is.NET all about?.NET Technologies Visual Studio.NET.
Module 1: Working with ASP.NET. Overview Introducing ASP.NET Creating Web Forms Adding ASP.NET Code to a Page Handling Page Events Discussion: ASP vs.
Module 1: Getting Started. Introduction to.NET and the.NET Framework Exploring Visual Studio.NET Creating a Windows Application Project Overview Use Visual.
Module 2: Using Microsoft Visual Studio.NET. Overview Overview of Visual Studio.NET Creating an ASP.NET Web Application Project.
Module 1: Overview of the Microsoft .NET Framework
Microsoft .NET A platform that can be used for building and running windows and web applications such that the software is platform and device-independent.
Module 4: Creating a Web Application with Web Forms
Getting Started with.NET Getting Started with.NET/Lesson 1/Slide 1 of 31 Objectives In this lesson, you will learn to: *Identify the components of the.NET.
Create Windows-based Applications by Using Visual Studio Windows Development Fundamentals LESSON 1.3.
ASP.NET &.NET Environment. Overview Part of Microsoft’s.NET environment Used for Development of  Websites  Internet applications  Web Services & XML.
CIS 375—Web App Dev II ASP.NET 1 Getting Started.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files 8/10/ :35 PM.
ISYS 512 Business Application Design and Development with.Net David Chao.
INTRODUCTION CHAPTER #1 Visual Basic.NET. VB.Net General features It is an object oriented language  In the past VB had objects but focus was not placed.
Text Introduction to.NET Framework. CONFIDENTIAL Agenda .NET Training – Purpose  What is.NET?  Why.NET?  Advantages  Architecture  Components: CLR,
Lecture Set 1 Part B: Understanding Visual Studio and.NET – Structure and Terminology 1/16/ :04 PM.
Introduction of C# and.NET Sung-Dong Kim, Dept. of Computer Engineering, Hansung University.
Introduction ITEC 420.
Introduction to Visual Basic. NET,. NET Framework and Visual Studio
Introduction to Visual Basic 2008 Programming
Introduction to .NET Framework Ch2 – Deitel’s Book
CE-105 Spring 2007 Engr. Faisal ur Rehman
Introduction to Silverlight
Module 0: Introduction Chapter 2: Getting Started
Web Development in Microsoft Visual Studio 2013
Social Media And Global Computing Introduction to Visual Studio
Web Development Using ASP .NET
Understanding the Visual IDE
CIS16 Application Development – Programming with Visual Basic
Module 10: Creating a Web Application with Web Forms
Introducing the .NET Framework
C# and ASP.NET Programming
Presentation transcript:

Module 1: Getting Started

Overview Introduction to .NET and the .NET Framework Exploring Visual Studio .NET Creating a Windows Application Project Use Visual Studio .NET Access Data Write Code Create Interface Debug and Deploy

Lesson: Introduction to .NET and the .NET Framework What Is the .NET Platform? What Is the .NET Framework? How the .NET Framework Works

What Is the .NET Platform? XML Web Services Devices Servers User Experiences Developer Tools

Multimedia: Introduction to Microsoft .NET

What Is the .NET Framework? Programming Languages ADO.NET, Windows forms, ASP.NET, Globalization, Security .NET Framework Class Library Common Language Runtime Operating System

How the .NET Framework Works Common Language Runtime Class Library Windows Web Services ADO.NET Data Types Visual Basic Applications Visual C# Applications Visual C++ Applications Programming Services .NET Platform Code Source code compiles as MSIL JIT compiler produces machine language

Multimedia: Introduction to the .NET Framework

Practice: Defining the Elements of .NET Matching Practice In this practice, you will match .NET terms and definitions 10 min

Lesson: Exploring Visual Studio .NET Programming Features of Visual Studio .NET Structure of Visual Studio Solutions and Projects The Development Process

Demonstration: Working in the Development Environment This instructor-led demonstration uses the example of creating a simple C# application in Visual Studio .NET to demonstrate many of the commonly used features of the development environment

Programming Features of Visual Studio .NET Windows Forms Tools Web Forms Tools One-stop Application Development Visual Studio .NET Error Handling Multiple Languages Data Access XML Web Services Tools Design Develop Debug Deploy

Structure of Visual Studio Solutions and Projects A container for the projects and solution items that can be built into an application A solution usually contains one or more related projects Project A container within a solution to logically manage, build, and debug the project items that make up your application

The Development Process Create a design specification 1 Create the user interface 2 Set properties for the user interface objects 3 Write code to add functionality 4 Test and debug the application 5 Make an executable file 6 Create a setup application 7

Lesson: Creating a Windows Application Project What Is an Application Template? How to Use the Windows Forms Designer How to Use the Properties Window

What Is an Application Template? Provides starter files, project structure, and environment settings

How to Use the Windows Forms Designer Controls to create the user interface Windows Forms Designer

How to Use the Properties Window Set properties such as size, caption, and color

Practice: Creating a Basic Windows Application Hands-on Practice In this practice, you will create a basic Windows application 10 min

Review Introduction to .NET and the .NET Framework Exploring Visual Studio .NET Creating a Windows Application Project