© 2001 3 Leaf Solutions, LLC. All Rights Reserved What’s New in Everett Microsoft.Net V1.1.

Slides:



Advertisements
Similar presentations
ACT! “Web” Plugins ACC Webinar (Part 1of 2) Brian Mowka and Jamie Aurand December 2010.
Advertisements

Internet Information Server 6.0. IIS 6.0 Enhancements  Fundamental changes, aimed at: Reliability & Availability Reliability & Availability Performance.
Orchard CMS Deploying to Azure, Orchard CMS 1.5 August 15, 2012 Copyright 2012 Cloud Construct, LLC.
Chalermvong Vijitpiyakul Microsoft MVP Greatfriends.biz Community Lead GF 30 August 2009.
ASP.NET Reuven Abliyev Elyahu Sivaks Ariel Daliot.
Create Windows ® Applications with.NET Allan Knudsen.NET Developer Evangelist Microsoft.
Introducing the Common Language Runtime for.NET. The Common Language Runtime The Common Language Runtime (CLR) The Common Language Runtime (CLR) –Execution.
ASP.net – Mysteries, Myths and Truths By George W. Ponick IV – Nov. 14, 2006.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 8 Introduction to Printers in a Windows Server 2008 Network.
Introducing the Common Language Runtime. The Common Language Runtime The Common Language Runtime (CLR) The Common Language Runtime (CLR) –Execution engine.
Visual Studio Whidbey: Deploying Applications Using ClickOnce Sean Draine Program Manager Microsoft Corporation Sean Draine Program Manager Microsoft Corporation.
4/20/2017 6:38 PM © 2004 Microsoft Corporation. All rights reserved.
INTRODUCTION TO WEB DATABASE PROGRAMMING
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.
Introduction to ASP.NET. Prehistory of ASP.NET Original Internet – text based WWW – static graphical content  HTML (client-side) Need for interactive.
HTML5 Application Development Fundamentals
ASP.NET INTRODUCTION INTO وزارة التربية و التعليم العالي كلية العلوم و التكنولوجيا قسم علوم الحاسوب و تكنولوجيا المعلومات اعداد الاستاذ: عبد الله محمد.
 Internet providing backbone for applications  Use of several web sites and devices to provide one complete solution  Software as services  Quick software.
Created by the Community for the Community BizTalk & Build.
Migrating from the.NET Framework Version 1.1 to 2.0 Ken Casada Developer Evangelist Developer & Platform Evangelism Microsoft Switzerland.
Introduction to ASP.NET 1www.tech.findforinfo.com.
1 © 2004, Cisco Systems, Inc. All rights reserved. CISCO CONFIDENTIAL Using Internet Explorer 7.0 to Access Cisco Unity 5.0(1) Web Interfaces Unity 5.0(1)
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.
DEV325 Deploying Visual Studio.NET Applications Billy Hollis Author / Consultant.
Windows Small Business Server 2003 Setting up and Connecting David Overton Partner Technical Specialist.
What’s New in Automated Software Testing and ClearQuest Shmuel Bashan IBM Rational
1 © 2004, Cisco Systems, Inc. All rights reserved. CISCO CONFIDENTIAL Support for Vista Unity 5.0(1)
Mark Aslett Microsoft Introduction to Application Compatibility.
Windows Forms in Visual Studio 2005: An Overview Name: Joe Stegman Title: Lead Program Manager Session code.
March 12 & 13, 2007 IIS 7.0 for CFML Developers Deploying on IIS 7.0 with Adobe ColdFusion and New.
Efficient Deployment & Management of ASP.NET 2.0 Applications on IIS 6.0 Alexis Eller Program Manager Internet Information Services Microsoft Corporation.
Create Windows ® Applications with.NET Carlotta Eaton ( Associate Professor of IST New River Community College Slides by Microsoft.
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.
Microsoft Security Response Center Presented by Fan Chiang, Chun-Wei( 范姜竣韋 ) 2015/11/14 1 NTUIM.
Scott Hunter Principal Group Program Manager, App ASP.NET 5.
ASP.NET in Definition: 1.ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites,
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
April-June 2006 Windows Hosting Seminar Series Technical Labs.
02b | Create and Configure Test Plans (2 of 2) Anthony Borton | ALM Consultant, Enhance ALM Steven Borg | Co-founder & Strategist, Northwest Cadence.
DEV395 No Touch Deployment for Windows Forms Jamie Cool Program Manager.NET Client Microsoft Corporation.
CIS 375—Web App Dev II ASP.NET 1 Getting Started.
Internet Explorer 7 Updated Advice for the NHS 04 February 2008 Version 1.3.
Tips and Tricks for Debugging ASP.NET Web Applications and Services Habib Heydarian TLNL05 Program Manager Microsoft Corporation.
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.
Software services delivering SharePoint, Mobile, and Business Intelligence solutions Understanding and implementing the remote provision pattern in SharePoint.
Migrating from the .NET Framework Version 1.1 to 2.0
How to be a SharePoint Developer
Lesson 19: Configuring and Managing Updates
Introduction to Operating Systems
DotNetSpider Editor Hefin Dsouza
6/11/2018 8:14 AM THR2175 Building and deploying existing ASP.NET applications using VSTS and Docker on Windows Marcel de Vries CTO, Xpirit © Microsoft.
Introduction to .NET Framework Ch2 – Deitel’s Book
Application Deployment
Microsoft Virtual Academy
Introduction to Silverlight
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
A Quick Overview of ASP.NET Core 1.0
ASP.NET 5 on .NET Core Damian Edwards Principal Program Manager.
ASP.NET Module Subtitle.
Your code is not just…your code
.Net Framework Details Imran Rashid CTO at ManiWeber Technologies.
Microsoft Connect /24/ :10 PM
Microsoft Connect /28/2019 2:20 AM
SharePoint Development
SharePoint Server Assessment Results
Visual Studio 2008.
Windows Forms in Visual Studio 2005: An Overview
Security - Forms Authentication
MS Confidential : SharePoint 2010 Developer Workshop (Beta1)
Your code is not just…your code
Presentation transcript:

© Leaf Solutions, LLC. All Rights Reserved What’s New in Everett Microsoft.Net V1.1

1 Agenda Introduction Installation Side-by-side (SBS) Applications Components Security Enhancements

2 Introduction Why Everett? Numerous bug fixes Mobile project types “in the box”

3 Installation Side-by-side V1.0 and V1.1 of the framework install side- by-side.

4 Side-by-Side Abandon hope all ye who enter here. Microsoft will release new versions of the framework. New versions “should” be compatible. Microsoft will break compatibility for: Bug fixes Security fixes Multiple versions of the framework can be installed simultaneously (Side-by-side)

5 Side-by-Side Your application will run on the framework it was compiled against (in most cases)

6 Side-by-Side Application Behavior V1.0 Application V1.0 Framework V1.1 Framework

7 Side-by-Side Application Behavior V1.1 Application V1.0 Framework V1.1 Framework

8 Side-by-Side Application Behavior V1.1 Application V1.0 Framework Application fails unless specifically configured to run on V1.0

9 Side-by-Side Application Behavior V1.0 Application Application tries to run unless specifically configured to fail. V1.1 Framework

10 Side-by-Side Components V1.1 Application Components have no life of their own. They run in whatever context the app runs in. V1.1 Framework V1.0 Component

11 Side-by-Side Components V1.0 Application This could be bad. What if the component uses/depends on something in V1.1? V1.0 Framework V1.1 Component

12 Side-by-Side ASP.NET V1.0 and V1.1 web sites can run on the same machine. After you install V1.1, the default web site is upgraded to V1.1. Any site that inherits the default web site (which, by default, includes all your V1.0 ASP.NET sites) are upgraded Any new sites you create (even with VS 2002) will be V1.1 sites. You can manually configure the framework of a site with: aspnet_regiis –s w3svc/1/root/MySite

13 Side-by-Side Demo Configuring Target Runtime ASP.NET Side-by-Side

14 Security Enhancements ASP.NET Security Enhancements Protection against cross-site scripting attacks built-in. Ability to sandbox ASP.NET Web sites. No-touch deployment Windows forms apps deployed through the Internet run with some basic permissions.

15 Everett Summary Security enhancements Bug fixes Not a “Major” new release, but no reason to stay on V1.0 either.