Lap Around Visual Studio 2008 &.NET 3.5 Enhancements.

Slides:



Advertisements
Similar presentations
Svetlin Nakov Director Training and Consulting Activities National Academy for Software Development (NASD) ASP.NET 3.5 New Features.
Advertisements

Unit 1: Overview of the Microsoft.NET Platform
.NET 3.5 SP1 New features Enhancements Visual Studio 2008 SP1 New features Enhancements Additional features/enhancements.
Microsoft SharePoint 2010 technology for Developers
Developing HTML5 Application using MVVM pattern Pekka Ylenius.
FIRST LOOK AT “ORCAS” Scott Guthrie General Manager.NET Developer Platform.
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
Chalermvong Vijitpiyakul Microsoft MVP Greatfriends.biz Community Lead GF 30 August 2009.
.NET Framework V3.5+ & RESTful web services Mike Taulty Developer & Platform Group Microsoft Ltd
Visual Studio 2008 and ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
What’s new in ASP.NET 3.5? Mike Ormond Developer & Platform Group Microsoft Ltd
.NET Framework 4 and Visual Studio 2010 Pandurang NayakHarish Ranganathan Client Platform EvangelistWeb Platform Evangelist Microsoft Corporation IndiaMicrosoft.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Discover, Master, InfluenceSlide 1 SQL Server Compact Edition and the Entity Framework Rob Sanders Readify.
Aptech Borivali(West) Hefin Dsouza. Agenda  What is.NET and What is Visual Studio? .NET Framework 3.5 Overview.  Visual Studio 2008 Enhancements. 
Introduction to ADO Entity Framework ir Denis VOITURON Source:
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 2013 Technical Preview and published July Introducing.
Powerful, modern desktops enable next generation applications Hardware acceleration brings real-time lighting, texturing and rendering Visual.
User Group 2015 Version 5 Features & Infrastructure Enhancements.
ASP.NET 4.0 Web Developers User Group Israel June 2009.
WEB329 ASP.NET: A Lap Around the New Enhancements for Web Developers in Microsoft Visual Studio 2005 Omar Khan Lead Program Manager Web Platform and Tools.
Windows.Net Programming Series Preview. Course Schedule CourseDate Microsoft.Net Fundamentals 01/13/2014 Microsoft Windows/Web Fundamentals 01/20/2014.
MVC New release IE8 Beta 1 Deep Zoom (sea dragon) Silver light 2.0 Beta 1 Expression Blend 2.5 Preview Instant Messaging API Enhancements to Virtual Earth.
An Introduction to ASP.NET Ed Dunhill blogs.msdn.com/edunhill SLIDE7.
Entity Framework, a quickstart Florin−Tudor Cristea, Microsoft Student Partner.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
ASP.NET  ASP.NET is a web development platform, which provides a programming model, a comprehensive software infrastructure and various services required.
Marc Ziss Z Consulting Code Name 'Oryx' Web application scaffolding Easy to dynamically display pages based on the data model of.
Introducing Reporting Services for SQL Server 2005.
Entity Framework Overview. Entity Framework A set of technologies in ADO.NET that support the development of data-oriented software applications A component.
The Web Architecture and ASP.NET. Slide 2 Review of the Web (1) It began with HTTP and HTML, which delivers static Web pages to browsers which would render.
Project “Astoria” first announced in Mix 2007 Shared early prototypes, got tons of feedback Now we’re talking about the real deal Production quality bits,
WEB &.NET Web development trends in.NET World. Sanjay Jagarlamudi Associate Director at MATRIX Founder Dallas HTML5 Group Father of two girls.
Alcatel-Lucent CDC Workshop, Coaching & Knowledge Transfer Architecture.
What’s New for Web Developers in ASP.NET and Visual Studio 2008 Kate Gregory Microsoft Regional Director
Building Secure Web Applications With ASP.Net MVC.
The Web Developer’s Toolbox Steve Fabian e:
What’s new in.NET Framework 3.5 SP1 for Web Developers Sarang S. Datye Consultant – Microsoft Global Services India. Harish Ranganathan Live – Web Developer.
J. Michael Palermo IV Director of Development Interface, USA WUX203.
1 ADO.NET Data Services Mike Taulty Developer & Platform Group Microsoft Ltd
Sascha P. Corti Developer Evangelist Microsoft Switzerland mail: blog:
ADO.NET 3.0 – Entity Data Model Gert E.R. Drapers Chief Software Architect Visual Studio Team Edition for Database Professionals Microsoft Corporation.
2 Behind every great site, there is great data Eric Nelson Developer Evangelist Microsoft UK
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.
Introduction to ASP.NET development. Background ASP released in 1996 ASP supported for a minimum 10 years from Windows 8 release ASP.Net 1.0 released.
ASP.net Course From Intermediate to Advance level By Arsalan Ahmed 3 Months Course Cell :
Submitted by: Moran Mishan. Instructed by: Osnat (Ossi) Mokryn, Dr.
Exploring Networked Data and Data Stores Lesson 3.
L. (Van) Van Lowe Twitter:lvanlowe
//liveVirtualacademy2011/ What’s New for ASP.NET 4.5 and Web Development in Visual Studio 11 Developer Preview Γιώργος Καπνιάς MVP, MCT, MCDP, MCDBA, MCTS,
ASP.NET 2.0 Mohammed Abdelhadi Developer.NET Evangelist Microsoft Corporation.
2 ADO.NET Data Services for the Web Mike Flasko Program Manager, Microsoft “Project Astoria”
Software services delivering SharePoint, Mobile, and Business Intelligence solutions Creating mobile applications that integrate with SharePoint 2013 on-
Introducing the Microsoft® .NET Framework
Building and Consuming REST-based Data Services for the Web
.NET Framework 2.0 .NET Framework 3.0 .NET Framework 3.5
Introduction to ArcGIS API for Microsoft Silverlight
What’s New for Presentation in Visual Studio 2008 SP 1?
ASP.NET 3.5 Mike Ormond Developer & Platform Group Microsoft Ltd
Entity Framework 4 and WCF Data Services 4
ADO.NET Entity Framework
Module 1: Getting Started
ADO.NEXT Advances in Data Access for 2008
ADO.NET Entity Framework
ASP.NET MVC Imran Rashid CTO at ManiWeber Technologies.
WCF Data Services and Silverlight
Visual Studio 2008.
.NET Framework V3.5+ & RESTful web services
ASP.NEXT Mike Ormond Developer & Platform Group Microsoft Ltd
Presentation transcript:

Lap Around Visual Studio 2008 &.NET 3.5 Enhancements

Agenda.NET 3.5 SP1 New features Enhancements Visual Studio 2008 SP1 New features Enhancements Additional features/enhancements

.NET 3.5 SP1 – What’s New? ADO.NET Entity Framework ADO.NET Data Services ASP.NET Dynamic Data ASP.NET Routing

ADO.NET Entity Framework Entity Data Model Define your application model Map it to a persistence store Comprised of three layers (files): Conceptual (CSDL) Mapping (MSL) Storage (SSDL) Entity Framework Provides services for consuming an EDM: Object Services Entity Client Entity SQL LINQ To Entities

Demo ADO.NET Entity Framework

ADO.NET Data Services Data feed and publishing service with a standard RESTful interface Exposes an object model (not a database) over the web: Entity Data Model LINQ To SQL model Custom IQueryable provider Feature-rich/secure data platform Flexible extensibility model Broad consumption options

Demo ADO.NET Data Services

ASP.NET Routing Define your application’s URL entry points Static (/Products/Edit/23) Parameterized (/Products/{action}/{id}) Map these URL patterns to route handlers Generate URLs based off your defined route table Can be leveraged by ASP.NET… WebForms MVC (using) Dynamic Data (using)

ASP.NET Dynamic Data Data-driven web application scaffolding Full CRUD operations AJAX-enabled Based on top of object model LINQ To SQL Entity Data Model Extend your model Metadata Validation Modify base UI and add new templates Add dynamic behavior to existing apps

Demo ASP.NET Dynamic Data

.NET 3.5 SP1 – What’s Been Enhanced? ASP.NET AJAX WCF WPF WinForms

ASP.NET AJAX History Creates custom history points Server & client-side Enable back/forward browser buttons Allow users to bookmark state Script combining Combine multiple JavaScript files into one Saves server requests and bandwidth

WCF Scalability improvements DataContractSerializer improvements APP support added to the syndication library Enhanced UriTemplate syntax Compoud segments ({filename}.{ext}) Default values (/Products/{id=23})

WPF Performance improvements Up to 40% coldstart improvement! Shader effects Improved Direct3D Interop Images Textures

WinForms Five New controls Vector Shapes Line Rectangle Oval PrintForm DataRepeater

Visual Studio 2008 SP1 – What’s New? Entity Data Model designer JavaScript formatting and code preferences ASP Intellisense/Debugging.NET Framework Client Profile 26mb download

Demo.NET Framework Client Profile

Visual Studio 2008 SP1 – What’s Improved? SQL Server 2008 Improved JavaScript Intellisense jQuery Prototype Scriptaculous Web designer performance improvements WCF refactoring support (svc/config files)

Languages VB XML To Schema XSD Browser C# Improved on-the-fly compiler checking Improved LINQ debugging

Additional New Features ASP.NET MVC Silverlight 2 ASP.NET Silverlight controls