Visual Studio 2010 and .NET Framework 4 Training Workshop

Slides:



Advertisements
Similar presentations
.NET 3.5 SP1 New features Enhancements Visual Studio 2008 SP1 New features Enhancements Additional features/enhancements.
Advertisements

Query Methods (SQL). What is SQL A programming language for databases. SQL (structured Query Language) It allows you add, edit, delete and run queries.
User Controls, Master Pages, GridView. Content User Controls Styles, Themes, Master Pages Working with Data GridView Muzaffer DOĞAN - Anadolu University2.
ASP.NET and AJAX. Agenda What is ASP.NET? ASP.NET Versions Difference Between ASP and ASP.NET ASP.NET Architecture Overview ASP.NET IIS life cycle Overview.
Agenda Introduction New Features in Map Suite Web Edition 3.0 Demonstration Where to Get Help and Learn More Q&A 2.
Performed by:Gidi Getter Svetlana Klinovsky Supervised by:Viktor Kulikov 08/03/2009.
Computer Science 101 Web Access to Databases Overview of Web Access to Databases.
Jeremy Boyd Director – Mindscape MSDN Regional Director
Aptech Borivali(West) Hefin Dsouza. Agenda  What is.NET and What is Visual Studio? .NET Framework 3.5 Overview.  Visual Studio 2008 Enhancements. 
ASP.NET 4.0 Web Developers User Group Israel June 2009.
CIS ASP Tim Brown. .html www .html www .html www.
An Introduction to ASP.NET Ed Dunhill blogs.msdn.com/edunhill SLIDE7.
What’s New in SSIS with SQL 2008 Bret Stateham Training Manager Vortex Learning Solutions blogs.netconnex.com.
1 Keith Vicens, Managing Consultant CRM Housing Solution Extending Your Case Management Capabilities.
Introduction and Course Information. Content Course Presentation Muzaffer DOĞAN - Anadolu University2.
Visual Studio 2010 and.NET Framework 4 Training Workshop.
Marc Ziss Z Consulting Code Name 'Oryx' Web application scaffolding Easy to dynamically display pages based on the data model of.
Simple Database.
Introducing Reporting Services for SQL Server 2005.
Overview of Data Access MacDonald Ch. 15 MIS 324 Professor Sandvig.
European Plant-to-Enterprise Conference October 27-28, 2009, Utrecht, The Netherlands Mdf MES Development Framework Massimiliano Papaleo.
1 Hammad Khan. COURSE CONTENTS.NET Framework And C# SQL Server 2008 ADO.NET LINQ ASP.NET Dynamics Data ASP.NET MVC framework 2 Advance C# Concepts Windows.
Lap Around Visual Studio 2008 &.NET 3.5 Enhancements.
Meeting #6 – April 2011 – Web-Technologies Homework Assignments Svetlin Nakov Telerik Corporation
CIS 451: ASP.NET Concepts Dr. Ralph D. Westfall January, 2009.
ASP.NET &.NET Environment. Overview Part of Microsoft’s.NET environment Used for Development of  Websites  Internet applications  Web Services & XML.
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
10/28/2002 (c) 2002 Orbonyx Corp. All Rights Reserved. GotDotNet – Building Upon the Framework Roy Ogborn, Lead Consultant Orbonyx Corp.
What’s New for Web Developers in ASP.NET and Visual Studio 2008 Kate Gregory Microsoft Regional Director
Microsoft Dynamics NAV 2009 and Architecture Overview Name Title Microsoft Corporation.
J. Michael Palermo IV Director of Development Interface, USA WUX203.
Ventsislav Popov Crossroad Ltd.. 1. ASP.NET Data Source Controls  SqlDataSource  EntityDataSource  ObjectDataSource 2. Entity Data Model and ADO.NET.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved Bookstore Application: Middle Tier Introducing Code-Behind Files, Session State.
MIS 324 Professor Sandvig. Overview  Review ASP.NET  Preview: MIS 424  Final exam info.
Web Content Management with MOSS 2007 Patrick Tisseghem
The business logic engine for Microsoft IIS Speaker T.M. Arnett.
Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide May 16 – 18, 2007 Copyright 2007, Data Access Worldwide Product Roadmap John.
1 CS 3870/CS 5870: Note07 Prog 4. Master Pages Creating a master page based on another master page MainMasterPage –For all Progs and Tests Prog4MasterPage.
1 CS 3870/CS 5870: Note07 Prog 4. Master Pages Creating a master page based on another master page MainMasterPage –For all Progs and Tests Prog4MasterPage.
SharePoint 2010 Business Intelligence Module 7: Filter Web Parts.
ASP.NET MVC An Introduction. What is MVC The Model-View-Controller (MVC) is an architectural pattern separates an application into three main components:
Lap Around the.NET Framework 4 NameTitleCompany. A Look Back….NET 1.0.NET 1.1.NET NET CTP CLR 1.0 CLR 1.1 CLR 2.0 CLR.
Module 10: Data Access in ASP.NET. Overview Overview of the ASP.NET Data Access What is Data Access List of Data Source Control What is Data Bound How.
INTRO TO DATA DRIVEN SITES WITH VISUAL STUDIO NOTE: SLIDES ARE NOT COMPLETE, UPDATED DR. DANTE CIOLFI (CHAWL FEE)
Course Introduction Svetlin Nakov Telerik Corporation
What was new in VS Studio 2008 A bird eye view from the height of ft By: Shahzad Sarwar Software Architect Comsoft computer consultants.
The Jukebox is a.NET web application that plays streaming music files to it’s clients according to their favorites musical genres. Clients can rate the.
Web development with Visual Studio 2010 & ASP.net 4 Alex Mackey.
ASP.NET 2.0 Mohammed Abdelhadi Developer.NET Evangelist Microsoft Corporation.
Visual Studio 2010 and .NET Framework 4 Training Workshop
Visual Studio 2010 and .NET Framework 4 Name Title
DotNetSpider Editor Hefin Dsouza
© 2016, Mike Murach & Associates, Inc.
Jim Fawcett CSE686 – Internet Programming Spring 2012
6/26/2018 9:02 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Part 1 of 2 Creating SQL Database and Binding to GridView
A technical look at new capabilities and features
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
Other Asp.Net Elements ASP.Net 2.0 – Visual Studio 2008
Visual Studio 2010 and .NET Framework 4 Training Workshop
ASP.NET Roadmap Mike Ormond Developer & Platform Group Microsoft Ltd
Data Driven ASP.NET Web Forms Applications Deep Dive
Reports Web Innovations 2017.
ADO.NET Entity Framework
Visual Studio 2008.
Introduction to ASP.NET Parts 1 & 2
Visual Studio 2010 and .NET Framework 4 Training Workshop
.NET Framework V3.5+ & RESTful web services
CS4540 Special Topics in Web Development Course Overview
Visual Studio 2005 IDE Features
Presentation transcript:

Visual Studio 2010 and .NET Framework 4 Training Workshop

What’s New In ASP.NET Web Forms 4 Name Title Organization Email ESTIMATED TIME: 60 minutes

Objectives How is client-side development made easier? How can I achieve more control over my application? How are the existing server controls enhanced?

Client ID Control 1) Master Page (No ID) Hierarchy 2) User Control (“HeaderForm”) 3) Drop Down List (“States”) Resulting Client IDs: ctl00 ctl00_HeaderForm ctl00_HeaderForm_States

ViewState Mode If you do this… Then neither this… Nor this… Will work

Client ID ViewState Mode

Product/{name} -> Product.aspx Routing ASP.NET Routing Route: Product/{name} -> Product.aspx Request: Products/Bikes WebForms Page File Name: Product.aspx Route Values: Name = “Bikes” Response

Routing

QueryExtender LINQ To SQL Data Source Entity Data Source Uses arbitrary language Difficult to extend Uses Entity SQL Difficult to extend Query Extender Uses Parameters Very easy to perform advanced queries

What investments have been made to the existing controls?

Misc Control Enhancements FormView Can remove superflous <table> GridView Allows styling of header columns when sorted Works without ViewState Supports persisted selection 3) ListView No longer requires a LayoutTemplate

Misc Control Enhancements (cont.) CompareValidator Supports Time and DateTime 2) LinqDataSource Allows you to write queries using LINQ 3) DataPager Works with GridView, DetailsView, and FormView

QueryExtender Control Enhancements

Summary The new client ID and ViewState mode features give you better control over your application Routing integration allows you to easily customize your sitemap New server control enhancements make leveraging the existing control suite easier