ASP.Net 2.0 By Sam Nasr April 27, 2006 www.ClevelandDotNet.info.

Slides:



Advertisements
Similar presentations
Introduction to.Net By Sam Nasr May 5,
Advertisements

Malek Kemmou Technology Architect, Application Platform Microsoft Middle East and Africa Overview of ASP.NET 2.0.
Ofir Aspis 1/2010 VS 2010 Targets High Level - IDE New Features VS 2010 As Editor and Platform Demo Editor features Extending.
Getting Started with Oracle and .NET
Sofia, Bulgaria | 9-10 October Developing An Advanced ASP.NET Server Control With Rich Design-Time Goksin Bakir Yage Ltd Microsoft Regional Director, MEA.
SQL Server Reporting Services By Sam Nasr March 29,
Introduction to Visual Studio.Net 2005 By Sam Nasr September 27,
SharePoint 2003 Web Parts By Sam Nasr June 27,
Visual Basic 2005 By Sam Nasr November 6,
Windows Workflow Foundation By Sam Nasr, MCAD October 23,
Office 2007 November 28, 2006 Sam Nasr Software Engineer Berbee Information Networks.
Whats expected in CRM 2013…. New UI & navigation in CRM 2013.
Final Presentation WINTER 2009 – SUMMER 2009 PRESENTED BY: George Kour Hany Danial SUPERVISOR: Victor Kulikov Networked Software Systems Laboratory DEPARTMENT.
Faith Allington Program Manager Microsoft Corporation WSV322.
Using.NET Platform Note: Most of the material of these slides have been adapted from Nakov’s excellent overview for.NET framework, MSDN and Wikipedia Muhammad.
.NET 3.5 SP1 New features Enhancements Visual Studio 2008 SP1 New features Enhancements Additional features/enhancements.
Master Pages, User Controls, Site Maps, Localization Svetlin Nakov Telerik Corporation
MSDN Connection Get personalised information on the topics and technologies you want Profile yourself today and get updates via RSS Get personalised information.
Jason Kergosien President A Primer Presented by Fort Worth Web Designers.
Forms Authentication, Users, Roles, Membership Ventsislav Popov Crossroad Ltd.
INTRODUCTION TO ASP.NET MVC AND EXAMPLE WALKTHROUGH RAJAT ARYA EFECS - OIM DAWG – 4/21/2009 ASP.NET MVC.
Unit 5: Building Presentation Layer Applications with ASP.NET 2.0.
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.
What’s new for web developers? Mike Ormond, Developer Evangelist Manager …
DEV450 Visual Studio: Best Practices For Debugging Managed Applications Habib Heydarian Scott Nonnenberg Program Managers Microsoft Corporation.
Kevin (End user)  Need for a simple user interface  Need to improve productivity Isaac (Developer)  Customizing and extending business applications.
ASP.NET: Designing and Developing a Line-of-Business Web Application Ammar Abuthuraya Developer & Platform Lead Microsoft ® Corporation.
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.
Membership in ASP.Net...if only Presented by: Patrick Hynds President, CriticalSites Microsoft Regional Director.

ASP.NET Whidbey Overview  Wallace B. McClure  Scalable Development, Inc. Scalable Development, Inc. Building systems today that perform tomorrow.
CIS ASP Tim Brown. .html www .html www .html www.
Introduction to DotNetNuke Scott McCulloch DotNetNuke Core Team
Forms Authentication, Users, Roles, Membership Svetlin Nakov Telerik Corporation
Session 10 Windows Platform Eng. Dina Alkhoudari.
Microsoft Internet Information Services 5.0 (IIS) By: Edik Magardomyan Fozi Abdurhman Bassem Albaiady Vince Serobyan.
Introduction to ASP.NET 1www.tech.findforinfo.com.
Sofia, Bulgaria | 9-10 October Developing Custom ASP.NET Providers For Membership And Role Manager Goksin Bakir Yage Ltd Microsoft Regional Director, MEA.
DotNetNuke v3 Overview Stan Schultes Stan Schultes Enterprise architect / application developer Enterprise architect / application developer Conference.
Windows Forms in Visual Studio 2005: An Overview Name: Joe Stegman Title: Lead Program Manager Session code.
Slide 1.NET Development for Project 2003 Samples from the Project 2003 SDK Jim Corbin Programmer Writer Office Developer Documentation Microsoft Corporation.
Wikispaces Private Label for Higher Education. Unlimited wikis, unlimited pages, unlimited possibilities Popular use cases: Collaborative coursework E-portfolios.
The.NET Runtime and IIS Presented by Chris Dickey – cdickey.net consulting
Slide 1 ASP Authentication There are basically three authentication modes Windows Passport Forms There are others through WCF You choose an authentication.
Name Microsoft Student Partner Overview of the Visual Studio 2005 Express Products.
WEB320 Migrating ASP.NET 1.x Applications to ASP.NET 2.0 Stefan Schackow Program Manager Web Platform and Tools Team Microsoft Corporation.
MICROSOFT ONENOTE ADVANCED MODULE 1 EXPLORE ONENOTE 2010  Navigate in the OneNote program window  Work in the OneNote program window  Explore.
A Lap Around New Enhancements for Web Developers in Visual Studio 2005 Alexander Holy Developer Evangelist, Microsoft EMEA
(ITI310) By Eng. BASSEM ALSAID SESSIONS 10: Internet Information Services (IIS)
Welcome! … to this MSDN Technical Briefing Web and Client Development Great user experiences on the Microsoft Platform, now and in the future July 27 th.
ASP.NET 2.0 Security Alex Mackman CM Group Ltd
DotNetNuke v4 Overview Stan Schultes Stan Schultes Enterprise architect / application developer Enterprise architect / application developer Conference.
Vinod Unny Enterprise InfoTech Microsoft Regional Director, North India
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
ASP.NET 2.0 Mohammed Abdelhadi Developer.NET Evangelist Microsoft Corporation.
ASP.NET Core* in 2017 The Future of Web Apps Shahed Chowdhuri
What Is Adxstudio Portals?
DYNAMIC CONTENT DELIVERY
© 2016, Mike Murach & Associates, Inc.
DotNetNuke v4 Overview Stan Schultes
Introduction to ASP.NET 2.0
DotNetNuke® Web Application Framework
Global Grid Forum GridForge
ASP.NET Core* 1.0 The Future of Web Apps Shahed Chowdhuri
Application Infrastructure
ASP.NET Module Subtitle.
Introduction to ASP.NET Parts 1 & 2
Mark Quirk Head of Technology Developer & Platform Group
Security - Forms Authentication
Visual Studio 2005 IDE Features
Presentation transcript:

ASP.Net 2.0 By Sam Nasr April 27,

New Features Controls Controls Page Framework Page Framework Services Services Data Access Data Access Security Security Profiles Profiles Site Navigation Site Navigation Configuration Configuration

Controls Data Controls Data Controls Login Controls Login Controls Web Parts Web Parts Menus Menus Tree views Tree views

Page Framework Master Pages Master Pages Themes and skins Themes and skins Mobility and localization Mobility and localization Compilation Compilation

Services Membership Membership Role Management Role Management Profiles Profiles Configuration Configuration Site Maps Site Maps Health Monitoring Health Monitoring

Data Access Data Source Controls Data Source Controls Data Controls (Read & Write) Data Controls (Read & Write) –GridView –DetailsView

Security Membership Membership Login Controls Login Controls Role Management Role Management

Profiles Strongly types (unlike session state) Strongly types (unlike session state) On demand lookup On demand lookup Long lived Long lived Supports authenticated and anonymous users Supports authenticated and anonymous users Provider based for flexible storage Provider based for flexible storage accessed through dynamically compiled HttpProfileBase derivatives (HttpProfile) accessed through dynamically compiled HttpProfileBase derivatives (HttpProfile)

Site Navigation Site Maps Site Maps Bread Crumbs Bread Crumbs

Creating a Web Site Separate menu options for creating web sites. Separate menu options for creating web sites. –File System (Cassini) –HTTP –FTP Option for Personal Web Site Starter Kit Option for Personal Web Site Starter Kit

Configuration Administration Tools Administration Tools –ASP.Net MMC snap-in –Web Admin tool (WebAdmin.axd) Configuration API: read/write config settings, simplified custom config Configuration API: read/write config settings, simplified custom config

Configuration Instrumentation: performance counters Instrumentation: performance counters Includes Namespaces Includes Namespaces ConnectionString encryption ( ) ConnectionString encryption ( ) Includes Regions Includes Regions Intellisense Intellisense

More Info… Visual Studio 2005 Team System Developer Center: Visual Studio 2005 Team System Developer Center: Visual Studio 2005 Team System Community Forums: ForumGroupID=5 Visual Studio 2005 Team System Community Forums: ForumGroupID=5