SlideShare a Scribd company logo
Novidades  do ASP.NET 4.0 e do Visual Studio 2010Rodrigo KonoMVP  Microsoftkono@devgoias.net
@rodrigokono#MVPConnection
AgendaObjetivosVisão do Visual Studio 2010Diferentes versõesPilares do VS ProNovas funcionalidadesFaces do Visual Studio 2010DemosFuturo da plataformaRoadmapASP.NET 4.0PerguntasASP.NETWeb FormsASP.NET MVCASP.NET AJAXASP.NETDynamic DataASP.NET Framework.NET Framework
ObjetivosIDEVisual Studio 2010WEBClienteOBA DadosLinguagensNuvem.NET Framework 4.0
ObjetivosIDEVisual Studio 2010WEBClienteOBA DadosLinguagensNuvem.NET Framework 4.0
Segmentos do Visual Studio…CompletaTeam SystemProfissionalFuncionalidadesExpressMínimaHobistaGrandesEmpresasAudiência
Segmentos do Visual Studio…CompletaTeam SystemProfissionalFuncionalidadesExpressMínimaHobistaGrandesEmpresasAudiência
4 Pilares do Visual Studio ProEntendendoo CódigoConstruindoaplicações WebCriando aplicaçõesde negócio parao OfficeUtilizando opoder doC++
Breakpoint GroupingParallel Tasks WindowNew Look & FeelExtensible Test RunnerDynamic Data ToolingGenerate From UsageHighlight ReferencesWPF-based EditorClick-Once Enhancements for OfficeBreakpoint LabelingCall HierarchyWeb DeployImproved WPF ToolingSharePoint ToolingHistorical DebuggingMVC ToolingInline Call TreeMinidump DebuggingQuick SearchJQueryIntellisenseConcurrency ProfilerBreakpoint Import/ExportDocument Map Margin64-bit Mixed-ModeParallel Stacks WindowHTML SnippetsImproved Multi-Monitorweb.config TransformationNovas Funcionalidades do VS2010
Visual Studio como um EditorVisual Studio como umaPlatformaDuas faces do Visual Studio 2010
Um focoaprimoradoem… Escrever o código,Entender o código,Navegar o código,Publicar o código… Como um Editor
Novo editor extensível possibilida com que o editor seja facilmente extendido para promover uma rica e robusta experiência de ediçãoGaleria online do Visual Studiointegrado diretamento no Visual Studio… Como uma Plataforma
Ambiente do Visual StudioEditor baseadoem WPFMelhorsuportepara multi-monitorNavegaçãoQuick SearchHighlight referencesMelhorias na IDE
Consume primeiro, declara mais tardeGera conforme a utilizaçãoVisão do códigoHierarquia de chamadas“Tree” de chamado na linhaCamadasFormatação rica do códigoSobrepoe informação contextualDocument Map MarginFoco no código
Suporterico da Plataforma64-bit mixed-mode debuggingMinidump debugging support for managed and mixed-modeVisualizadorem WPF Melhorias no BreakpointAgrupamento e nomeaçãoImport/exportHistorical DebuggerPossibilitagravar e “tocar”aexecução da aplicaçãoDepuração
Melhorferramentas de JavaScriptHTML snippetsNovasferramentaspara MVC e Dynamic DataWeb Deployment integradoDesenvolvimento Web
Ferramentaspara as novas versões do OfficeMelhorias no ClickOncepara o OfficeCriasoluções com addins multiple e documentosHabilidadeparaatualizar e fazer o deploy açõescustomizadasDocumento e template melhoradopara deployPublicação de customizaçõesdireto no SharePointDesenvolvimento Office
BemvindoaoVisual Studio 2010
Umaamostra do queestáporvir… http://sharepoint.microsoft.com/2010/Sneak_Peek/Pages/default.aspx
Roadmap do Visual Studio 2010 Beta 1, Maio 2009
Funcionalidades do ASP 4
Novidades da IDE e Editor
 WPF com ADO.NET Data Services
 Beta 2, Outubro 2009
Plataforma Office e SharePoint
Outras features
RTM, 1oTrimestre de 2010 ???? 
RIA ServicesASP.NET 3.5 Service Pack 1Microsoft Entity FrameworkADO.NET Data ServicesDynamic DataMicrosoft AJAXBrowser HistoryScript Combining
WAP e Class Libraries na Express Edition
Formatação do JScript
Multiple Control Selection
Visual Studio 2008 SP1Design View Typing PerformanceClassic ASP IntelliSense and DebuggingDynamic Data TemplatesSQL Server 2008 SupportJScript Support for Remote PathsFaster switching to Design View
ASP.NET Web FormsASP.NETWeb FormsASP.NET MVCASP.NET AJAXASP.NETDynamic DataASP.NET Framework.NET Framework
ASP.NET Web FormsASP.NET Web Forms 4.0 garante a vocêconstruir websites com o front-end maisatraentesExperiência do usuário
ASP.NET Web FormsCom ASP.NET 4.0, vocêestá no controle:Control RenderingControl IDsView StateWebsite URLsXHTML and Accessibility
Novidades Do Asp.Net 4 E Do Visual Studio 2010
Melhorias do FormView<asp:FormView	ID="Formview1"  RenderTable="false" runat="server">
Melhorias do ListView<asp:ListView ID="Listview1" runat="server"><LayoutTemplate><div id="itemContainer" runat="server" /></LayoutTemplate>    <ItemTemplate>        <%# Eval("Title") %>    </ItemTemplate></asp:ListView>
Controleseu View StateControl.ViewStateModeEnabledDisabledInherit (default)
Controleseus Client IDsControl.ClientIdModeLegacyStaticPredictableInherit (default)
Controleseus Client IDs<system.web>    <pages clientIdMode="Predictable">    </pages></system.web>
ASP.NET Routing para Search Engine OptimizationAoinvés de:http://SeuSite.com.br/Pesquisa.aspx?query=baianoVocêpodeusar:http://SeuSite.com.br/Pesquisa/baiano
OutrasMelhoriaspara Search Engine OptimizationPage.DescriptionPage.KeywordsResponse.RedirectPermanent(nova url)
Redirects300 multiple choices (e.g. offer different languages)301 moved permanently302 found (e.g. temporary redirect)303 see other (e.g. for results of cgi-scripts)307 temporary redirect
Web StandardsXHTML StandardsStrict ou Transitional?Accessibility StandardsSection 508, WCAG, ARIA?
QueryExtender ControlWorks with EntityDataSource and LinqDataSourceEnables you to filter database resultsAccepts different types of expressions:Search RangePropertyCustom
ASP.NET Core EnhancementsCache ExtensibilityCreate custom cache providersBrowser Capabilities ExtensibilityCreate custom browser capability providersSession State CompressionCompress out-of-process session state
ASP.NET  AJAXASP.NETWeb FormsASP.NET MVCASP.NET AJAXASP.NETDynamic DataASP.NET Framework.NET Framework
ASP.NET  AJAXServer-SideAJAXClient-SideAJAXAJAXControl ToolkitjQuery
ASP.NET  AJAXClient-Side TemplatesClient-Side ControlsClient-Side Data BindingRead/Write Database Data from the BrowserCross-Browser CompatibleNot tied to ASP.NETClient-SideAJAX
ASP.NET  AJAXRefactored Microsoft AJAX LibraryMicrosoftAjaxCore.jsMicrosoftAjaxComponentModel.jsMicrosoftAjaxSerialization.jsMicrosoftAjaxGlobalization.jsMicrosoftAjaxHistory.jsMicrosoftAjaxNetwork.jsMicrosoftAjaxWebServices.jsMicrosoftAjaxApplicationServices.jsMicrosoftAjaxTemplates.js (New )MicrosoftAjaxAdoNet.js (New)Client-SideAJAX
ASP.NET  AJAXCreated by John ResigOpen SourceMicrosoft Product supportIncluded with Visual StudioShipping right now with ASP.NET MVCjQueryIntellisenseSupported in Visual Studio 2008Supported in Visual Studio 2010jQuery
ASP.NET  AJAXDragPanelDropDownDropShadowDynamicPopulateFilteredTextBoxHoverMenuListSearchMaskedEditModalPopupMultiHandleSliderMCheckBoxNoBotNumericUpDownPagingBulletedListPasswordStrengthPopupControlRatingReorderListResizableControlRoundedCornersSliderSlideShowTabsTextBoxWatermarkToggleButtonUpdatePanelAnimationValidatorCalloutAJAXControl ToolkitAccordionAlwaysVisibleControlAnimationAutoCompleteCalendarCascadingDropDownCollapsiblePanelConfirmButton
ASP.NET  AJAX2nd Most Popular CodePlex DownloadServer-Side controls and control extendersClient-Side controls and behaviorsClient-Only Library: AjaxControlToolkit-ScriptFilesOnly.zip New features coming soon…AJAXControl Toolkit
ASP.NET  MVCASP.NETWeb FormsASP.NET MVCASP.NET AJAXASP.NETDynamic DataASP.NET Framework.NET Framework

More Related Content

PDF
Spunite17 Converting your CEWP Customisations
PPTX
SharePoint 2010 DEV
PPTX
What’s New for Devs
PPTX
Getting Started with SharePoint Development
PPT
Oracle Application Express
PPTX
Intro to VS 2010 & .Net 4.0
PPTX
Php On Windows
PPTX
Rits Brown Bag - TypeScript
Spunite17 Converting your CEWP Customisations
SharePoint 2010 DEV
What’s New for Devs
Getting Started with SharePoint Development
Oracle Application Express
Intro to VS 2010 & .Net 4.0
Php On Windows
Rits Brown Bag - TypeScript

What's hot (20)

PDF
SPCA2013 - Building Windows Client Applications for SharePoint 2013
PDF
emediaIT and Dell Breakfast - 2009.11.05
PPT
Reach End Users With Next Generation Web Applications
PPTX
Using Visual Studio to Build SharePoint 2010 Solutions
PPTX
SharePoint 2010 Application Development
PDF
Introduction to Lightning Web Components
PDF
Exchange Server 2013 and SharePoint Server 2013 Integration
PPT
Web II - 01 - Introduction to server-side development
PDF
APEX Migration
PDF
Technical Catalogue
PDF
Industrial training in .net
PPTX
Office 365 for Developers
PDF
Tutorial, Part 1: SharePoint 101: Jump-Starting the Developer by Rob Windsor ...
PPTX
Windows Phone 7 Unleashed Session 2
PPTX
Acing application lifecycle management in SharePoint
PDF
Vs2010 Apiit Mix On Campus_Ngan Seok Chern
PPT
Brudnick Net Ppt Portfolio
PPTX
Visual Studio 2010 RTMtoSP1
PPTX
Getting started with microsoft office 365 share point online development
PDF
SPCA2013 - Taking Office Beyond the Client with Office Web Apps 2013
SPCA2013 - Building Windows Client Applications for SharePoint 2013
emediaIT and Dell Breakfast - 2009.11.05
Reach End Users With Next Generation Web Applications
Using Visual Studio to Build SharePoint 2010 Solutions
SharePoint 2010 Application Development
Introduction to Lightning Web Components
Exchange Server 2013 and SharePoint Server 2013 Integration
Web II - 01 - Introduction to server-side development
APEX Migration
Technical Catalogue
Industrial training in .net
Office 365 for Developers
Tutorial, Part 1: SharePoint 101: Jump-Starting the Developer by Rob Windsor ...
Windows Phone 7 Unleashed Session 2
Acing application lifecycle management in SharePoint
Vs2010 Apiit Mix On Campus_Ngan Seok Chern
Brudnick Net Ppt Portfolio
Visual Studio 2010 RTMtoSP1
Getting started with microsoft office 365 share point online development
SPCA2013 - Taking Office Beyond the Client with Office Web Apps 2013
Ad

Viewers also liked (6)

PPS
Separadosquandonasceram
DOCX
Minit mesyuarat 1 sains
PPT
PPT
Problema de instrumentacion infor
PDF
PPTX
Porque Windows Phone
Separadosquandonasceram
Minit mesyuarat 1 sains
Problema de instrumentacion infor
Porque Windows Phone
Ad

Similar to Novidades Do Asp.Net 4 E Do Visual Studio 2010 (20)

PPTX
Walther Aspnet4
PPT
Microsoft Tech Ed 2006 #2
PPT
ASPNET Roadmap
PPT
MSDN Dec2007
PPTX
Creating Dynamic Web Application Using ASP.Net 3 5_MVP Alezandra Buencamino N...
PPT
Net Framework Hima
PPSX
All About Asp Net 4 0 Hosam Kamel
PPT
Aspnet40 session final-1
PPTX
Walther Ajax4
PPTX
Microsoft UK TechDays - Top 10 ASP.NET 4.0 Features
PPTX
SharePoint 2010 For Business
DOCX
JOB PORTALProject SummaryTitle JOB-PORT.docx
PDF
Chapter10 web
PPT
I T Mentors V S2008 Onramp240 V1
PPT
ASP.NET 4.0 Demo
PPTX
What's New for SP2010 Devs
PPTX
Microsoft's Web Platform
PPT
ASP.NET AJAX with Visual Studio 2008
PPT
Migration from ASP to ASP.NET
PPTX
SharePoint 2010 developer overview (in Visual Studio 2010)
Walther Aspnet4
Microsoft Tech Ed 2006 #2
ASPNET Roadmap
MSDN Dec2007
Creating Dynamic Web Application Using ASP.Net 3 5_MVP Alezandra Buencamino N...
Net Framework Hima
All About Asp Net 4 0 Hosam Kamel
Aspnet40 session final-1
Walther Ajax4
Microsoft UK TechDays - Top 10 ASP.NET 4.0 Features
SharePoint 2010 For Business
JOB PORTALProject SummaryTitle JOB-PORT.docx
Chapter10 web
I T Mentors V S2008 Onramp240 V1
ASP.NET 4.0 Demo
What's New for SP2010 Devs
Microsoft's Web Platform
ASP.NET AJAX with Visual Studio 2008
Migration from ASP to ASP.NET
SharePoint 2010 developer overview (in Visual Studio 2010)

More from Rodrigo Kono (20)

PPTX
Dicas para migrar sua aplicação ASP.NET para ASP.NET Core 2.x
PPTX
Develop using Office Graph API
PPTX
.NET no Browser - Webassembly com Blazor!
PPTX
.NET para construir qualquer coisa! (Visão Geral) #dotnetconf
PPTX
ASP.NET Core 2.1 #dotnetconf
PPTX
Novidades do ASP.NET Core 2.1
PPTX
Controlando o Ciclo de Software e porque você deveria usar o VSTS
PPTX
Ciclo de vida do desenvolvimento de software de ponta a ponta
PPTX
Conhecimentos para tomar atitude e migrar sua aplicação para asp.net core
PPTX
Controle do ciclo de vida do desenvolvimento de software com tfs vsts
PPTX
Desenvolvimento add in Office 2016
PPTX
Além do código dicas de evolução profissional
PPTX
Aprenda a controlar sua aplicação ASP.NET Core com técnicas de DevOps e ALM
PPTX
O que você precisa saber sobre ASP.NET CORE
PPTX
Deployment no Azure
PPTX
Servidor de Build e Integração Contínua
PPTX
Dia 01 - Workshop ASP.NET CORE 1.1
PPTX
Abertura - Workshop ASP.NET Core
PPTX
Desenvolvimento .NET no Linux. Veja porque a Microsoft ama Linux e Open Source
PPTX
TypeScript: turbinando os poderes do desenvolvedor javascript
Dicas para migrar sua aplicação ASP.NET para ASP.NET Core 2.x
Develop using Office Graph API
.NET no Browser - Webassembly com Blazor!
.NET para construir qualquer coisa! (Visão Geral) #dotnetconf
ASP.NET Core 2.1 #dotnetconf
Novidades do ASP.NET Core 2.1
Controlando o Ciclo de Software e porque você deveria usar o VSTS
Ciclo de vida do desenvolvimento de software de ponta a ponta
Conhecimentos para tomar atitude e migrar sua aplicação para asp.net core
Controle do ciclo de vida do desenvolvimento de software com tfs vsts
Desenvolvimento add in Office 2016
Além do código dicas de evolução profissional
Aprenda a controlar sua aplicação ASP.NET Core com técnicas de DevOps e ALM
O que você precisa saber sobre ASP.NET CORE
Deployment no Azure
Servidor de Build e Integração Contínua
Dia 01 - Workshop ASP.NET CORE 1.1
Abertura - Workshop ASP.NET Core
Desenvolvimento .NET no Linux. Veja porque a Microsoft ama Linux e Open Source
TypeScript: turbinando os poderes do desenvolvedor javascript

Recently uploaded (20)

PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
KodekX | Application Modernization Development
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Electronic commerce courselecture one. Pdf
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
“AI and Expert System Decision Support & Business Intelligence Systems”
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Review of recent advances in non-invasive hemoglobin estimation
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Dropbox Q2 2025 Financial Results & Investor Presentation
KodekX | Application Modernization Development
Per capita expenditure prediction using model stacking based on satellite ima...
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Advanced methodologies resolving dimensionality complications for autism neur...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Electronic commerce courselecture one. Pdf
CIFDAQ's Market Insight: SEC Turns Pro Crypto
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
The AUB Centre for AI in Media Proposal.docx
20250228 LYD VKU AI Blended-Learning.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Encapsulation_ Review paper, used for researhc scholars

Novidades Do Asp.Net 4 E Do Visual Studio 2010

Editor's Notes