top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Pro WF 4.5 [[electronic resource] /] / by Bayer White
Pro WF 4.5 [[electronic resource] /] / by Bayer White
Autore White Bayer
Edizione [1st ed. 2013.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2013
Descrizione fisica 1 online resource (621 p.)
Disciplina 005.2768
Collana The expert's voice in .NET Pro WF 4.5
Soggetto topico Microsoft software
Microsoft .NET Framework
Software engineering
Microsoft and .NET
Software Engineering/Programming and Operating Systems
ISBN 1-4302-4384-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Title Page; Copyright Page; Dedication Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; CHAPTER 1 Why Workflows; Business Processes; Workflow Activities; Defining Requirements; Model Driven Development; Component Diagrams; Use Case Diagrams; Class Diagrams; Sequence Diagrams; Activity Diagrams; Building an Activity Diagram; Workflow Technology; Summary; CHAPTER 2 Introducing Windows Workflow Foundation; WF History; Platform Update 1; WF Components; Workflow Runtime; Workflow Hosts; Activities
WriteLine ActivityDoWhile Activity; ForEach Activity; Parallel Activity; ParalleIForEach Activity; Pick Activity; PickBranch Activity; Sequence Activity; Swltch Activity; While Activity; FlowChart Activity; FlowDecision ActiVity; FlowSwitch Activity; StateMachine Activity; FinalState Activity; Assign Activity; Workflows; Defining Workflows; Workflow Designer; WF Data Model; Persistence; Tracking Workflows; ALap Around WF4.5; Activities; Multi-Select; Tree-Style Workflow Outline; Expression Extensibility; Annotations; Workflow Versioning; Build-Time Validation
Centralized View State in XAMLDebugging State-Machine States; Auto-Connect and Auto-Insert; C# Expressions; NoPersistScope; ValidateUnconnectedNodes; Flowchart Capabilities; Auto-surround Sequence; Workflow Search; Deleting Variables and Arguments; Contract-First; State-Machine; Summary; CHAPTER 3 Windows Workflow Activities; Activity Basics; Data Management; Variables; Arguments; Expressions; Activity Life Cycle; Authoring Activities; Imperative Code; Dynamic Activities; XAML; Testing Activities; Communicating with Activities; Bookmarks; Implementing Activities; Debugging Activities
Error HandlingSummary; CHAPTER 4 State Machine Workflows; State Machine Components; State Machine Workflow; State; State Entry; State Exit; Transitions; Trigger; Condition; Action; Final State; Auto-Connect; Auto-Insert; Debugging State Machine States; State Machine Behavior; Transition Requirement; Transition Conditions; Using Bookmarks; Hosting WF Bookmarks; Building State Machine Workflows; State Machine Host; State Machine Flexibility; Summary; CHAPTER 5 Flowchart Workflows; Flow Activities; Flowchart; FlowDecision; FlowSwitchActivity; Using Entity Framework with WF
ForEach ImplementationFlowchart Composite Activities; Bookmarks for Flowchart Workflows; Pick Activity; Summary; CHAPTER 6 Versioning and Updating Workflows; Persistence Maturity; Side-by-Side Workflow Execution; Adding Definition Identities; Versioning Through Code; Versioning Workflow Applications; Configuring Versioning within Visual Studio; Updating Running Workflow Instances; Step 1: Preparing the Update Map; Step 2: Apply the Update Map; Step 3: Updating the Workflow Instance; Saving a DynamicUpdateMap to File; Decoupling Workflow Implementation from Workflow Updates
Setting Up the Workflow
Record Nr. UNINA-9910438103203321
White Bayer  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Pro Windows 8.1 Development with XAML and C# [[electronic resource] /] / by Jesse Liberty, Jon Galloway, Philip Japikse
Pro Windows 8.1 Development with XAML and C# [[electronic resource] /] / by Jesse Liberty, Jon Galloway, Philip Japikse
Autore Liberty Jesse
Edizione [1st ed. 2014.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014
Descrizione fisica 1 online resource (335 p.)
Disciplina 004
005.2768
Collana Expert's Voice in Windows
Soggetto topico Microsoft software
Microsoft .NET Framework
Software engineering
Microsoft and .NET
Software Engineering/Programming and Operating Systems
ISBN 1-4302-4048-2
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Contents at a Glance""; ""Contents""; ""About the Authors""; ""About the Technical Reviewers""; ""Acknowledgments""; ""Chapter 1: Getting Started""; ""Background""; ""Dual User Interfaces""; ""ARM Support""; ""Acceptance""; ""Fast-Release Cycle""; ""The Microsoft Store""; ""What�s New in Windows 8.1""; ""Windows Design Guidelines""; ""Being Fast and Fluid""; ""Sizing Beautifully""; ""Using the Right Contracts""; ""Investing in a Great Tile""; ""Feeling like It Is Connected and Alive""; ""Roaming to the Cloud""; ""Embracing the Modern App Design Principles""; ""UX Guidelines""; ""Tooling""
""Visual Studio 2013""""Versions""; ""Visual Studio Express""; ""Visual Studio with MSDN""; ""The Windows 8.1 Simulator""; ""Creating Your First Windows 8.1 App""; ""Adding a Basic Page""; ""The Simulator Controls""; ""Blend for Visual Studio 2013""; ""Opening Your Project in Blend for Visual Studio""; ""Projects, Assets, States, and Device Tabs""; ""Objects and Timeline""; ""Page Designer, Markup, and Code""; ""Properties, Resources, and Data Tabs""; ""Git""; ""Using Git in Visual Studio""; ""GitHub for Windows""; ""Enabling Git in Visual Studio 2013""; ""Checking in Changes""
""Remote Repositories""""Reverting Changes""; ""NuGet""; ""Installing NuGet""; ""Enabling Package Restore""; ""Installing Your First Package""; ""Installing from the Command Line""; ""Installing from the Graphical User Interface""; ""Summary""; ""Chapter 2: Building Your First Windows 8 App""; ""Windows Architecture (For Developers)""; ""Creating Your First App""; ""App Project Overview""; ""Properties""; ""References""; ""Assets""; ""App1_TemporaryKey.pfx""; ""Package.appxmanifest""; ""The Application Tab""; ""The Visual Assets Tab""; ""The Capabilities Tab""; ""The Declarations Tab""
""The Content URIs Tab""""The Packaging Tab""; ""App.xaml""; ""MainPage.xaml""; ""Model View ViewModel (MVVM)""; ""The Pattern""; ""Model""; ""View""; ""ViewModel""; ""Creating a Model""; ""Adding Customer Properties""; ""INotifyPropertyChanged""; ""Creating the ViewModel""; ""Updating the Code Behind""; ""Creating the View""; ""Testing the App""; ""Guidance""; ""Navigation""; ""Creating a New Page""; ""Creating the UI""; ""Adding Navigation to the MainPage""; ""Handling the NavigatedTo Event""; ""The Back Button""; ""Summary""; ""Chapter 3: Themes, Panels, and Controls""
""Choosing a Theme""""Using Panels""; ""The Canvas""; ""The Grid""; ""Defining Rows and Columns""; ""Alignment, Margins, and Padding""; ""The StackPanel""; ""Border Control""; ""Working with Controls""; ""TextBlock and TextBox""; ""Spell Check""; ""Headers and Watermarks""; ""PasswordBox""; ""Buttons and Event Handlers""; ""HyperLinkButton""; ""CheckBoxes, ToggleSwitches, and RadioButtons""; ""ListBox, ListView, and ComboBox""; ""Image""; ""Slider""; ""Progress Bar""; ""ToolTip""; ""DatePickers and TimePickers""; ""Flyouts""; ""Basic Flyouts""; ""Menu Flyouts""
""Understanding Dependency Properties""
Record Nr. UNINA-9910300464203321
Liberty Jesse  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional application lifecycle management with Visual studio 2010 [[electronic resource] /] / Mickey Gousset ... [et al.]
Professional application lifecycle management with Visual studio 2010 [[electronic resource] /] / Mickey Gousset ... [et al.]
Autore Gousset Mickey
Edizione [1st edition]
Pubbl/distr/stampa Indianapolis, Ind., : Wiley Pub., Inc., 2010
Descrizione fisica 1 online resource (700 p.)
Disciplina 005.2768
Collana Wrox professional guides
Soggetto topico Microsoft .NET Framework
Web site development - Computer programs
Application software - Development - Computer programs
Soggetto genere / forma Electronic books.
ISBN 0-470-89998-0
1-282-78258-4
9786612782589
0-470-64976-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto pt. 1. Architect -- pt. 2. Developer -- pt. 3. Tester -- pt. 4. Team foundation server -- pt. 5. Project/process management.
Record Nr. UNINA-9910459861003321
Gousset Mickey  
Indianapolis, Ind., : Wiley Pub., Inc., 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional application lifecycle management with Visual studio 2010 [[electronic resource] /] / Mickey Gousset ... [et al.]
Professional application lifecycle management with Visual studio 2010 [[electronic resource] /] / Mickey Gousset ... [et al.]
Autore Gousset Mickey
Edizione [1st edition]
Pubbl/distr/stampa Indianapolis, Ind., : Wiley Pub., Inc., 2010
Descrizione fisica 1 online resource (700 p.)
Disciplina 005.2768
Collana Wrox professional guides
Soggetto topico Microsoft .NET Framework
Web site development - Computer programs
Application software - Development - Computer programs
ISBN 0-470-89998-0
1-282-78258-4
9786612782589
0-470-64976-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto pt. 1. Architect -- pt. 2. Developer -- pt. 3. Tester -- pt. 4. Team foundation server -- pt. 5. Project/process management.
Record Nr. UNINA-9910785156003321
Gousset Mickey  
Indianapolis, Ind., : Wiley Pub., Inc., 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional application lifecycle management with Visual studio 2010 [[electronic resource] /] / Mickey Gousset ... [et al.]
Professional application lifecycle management with Visual studio 2010 [[electronic resource] /] / Mickey Gousset ... [et al.]
Autore Gousset Mickey
Edizione [1st edition]
Pubbl/distr/stampa Indianapolis, Ind., : Wiley Pub., Inc., 2010
Descrizione fisica 1 online resource (700 p.)
Disciplina 005.2768
Collana Wrox professional guides
Soggetto topico Microsoft .NET Framework
Web site development - Computer programs
Application software - Development - Computer programs
ISBN 0-470-89998-0
1-282-78258-4
9786612782589
0-470-64976-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto pt. 1. Architect -- pt. 2. Developer -- pt. 3. Tester -- pt. 4. Team foundation server -- pt. 5. Project/process management.
Record Nr. UNINA-9910812381003321
Gousset Mickey  
Indianapolis, Ind., : Wiley Pub., Inc., 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional application lifecycle management with visual studio 2013 / / Mickey Gousset [and four others]
Professional application lifecycle management with visual studio 2013 / / Mickey Gousset [and four others]
Autore Gousset Mickey
Edizione [3rd ed.]
Pubbl/distr/stampa Indianapolis, Indiana : , : John Wiley and Sons Inc., , 2014
Descrizione fisica 1 online resource (693 p.)
Disciplina 005.2768
Soggetto topico Application software - Development
Software engineering
Teams in the workplace
ISBN 1-119-07986-1
1-118-83659-6
1-118-83636-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Title Page; Copyright; Contents; Chapter 1 Introduction to Application Lifecycle Management with Visual Studio 2013; Application Lifecycle Management; Visual Studio 2013 Product Lineup; Application Lifecycle Management Challenges; Enter Visual Studio 2013; Application Lifecycle Management in Action; Requirements; System Design and Modeling; Code Generation; Testing; Feedback; Operations; Putting It into Context; Summary; Part I Team Foundation Server; Chapter 2 Introduction to Team Foundation Server; What Is Team Foundation Server?; Acquiring Team Foundation Server
Hosted Team Foundation ServerOn-Premises Installation; Team Foundation Server Core Concepts; Team Foundation Server; Team Project Collection; Team Project; Teams; Process Templates; Work Item Tracking; Version Control; Team Build; Accessing Team Foundation Server; Accessing Team Foundation Server from Visual Studio; Accessing Team Foundation Server Through a Web Browser; Using Team Foundation Server in Microsoft Excel; Using Team Foundation Server in Microsoft Project; Command-Line Tools for Team Foundation Server; Accessing Team Foundation Server from Eclipse
Windows Explorer Integration with Team Foundation ServerAccess to Team Foundation Server via Other Third-Party Integrations; What's New in Team Foundation Server 2013; Version Control; Web Access; Agile Portfolio Management; Release Management; The Cloud; Adopting Team Foundation Server; Summary; Chapter 3 Using Centralized Team Foundation Version Control; Team Foundation Version Control and Visual SourceSafe (VSS) 2005; Setting Up Version Control; Using Source Control Explorer; Setting Up Your Workspace; Getting Existing Code; Sharing Projects in Version Control; Check-In Pending Changes
Checking In an ItemCreating and Administering Check-In Policies; Viewing History; Labeling Files; Shelving; Workspaces; Server Workspaces; Local Workspaces; Command-Line Tools; Branching and Merging; Branching Demystified; Common Branching Strategies; Summary; Chapter 4 Distributed Version Control with Git and Team Foundation Server; Fundamentals of Distributed Version Control with GIT; Getting Started with the Visual Studio Tools for GIT; Clone; Commit; Push, Pull, and Fetch; Merging Changes with GIT and Visual Studio; Branch Creation; Summary; Chapter 5 Team Foundation Build
Team Foundation BuildWhat's New in Team Foundation Build 2013; Support for Git-based Repositories; Simplified Building and Testing of Windows Store Apps; MSTest Support Removed; Enhanced Hosted Build Services; Build Output Changes; Simplified Process Template; Built-in Support for Calling Scripts; Team Foundation Build Architecture; Working with Builds; Team Explorer; Build Explorer; Build Details View; Creating a Build Definition; Queuing a Build; Build Notifications; Team Build Process; Default Template Process; Build Process Parameters; Summary; Chapter 6 Release Management
What Is Release Management?
Record Nr. UNINA-9910790930003321
Gousset Mickey  
Indianapolis, Indiana : , : John Wiley and Sons Inc., , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional application lifecycle management with visual studio 2013 / / Mickey Gousset [and four others]
Professional application lifecycle management with visual studio 2013 / / Mickey Gousset [and four others]
Autore Gousset Mickey
Edizione [3rd ed.]
Pubbl/distr/stampa Indianapolis, Indiana : , : John Wiley and Sons Inc., , 2014
Descrizione fisica 1 online resource (693 p.)
Disciplina 005.2768
Soggetto topico Application software - Development
Software engineering
Teams in the workplace
ISBN 1-119-07986-1
1-118-83659-6
1-118-83636-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Title Page; Copyright; Contents; Chapter 1 Introduction to Application Lifecycle Management with Visual Studio 2013; Application Lifecycle Management; Visual Studio 2013 Product Lineup; Application Lifecycle Management Challenges; Enter Visual Studio 2013; Application Lifecycle Management in Action; Requirements; System Design and Modeling; Code Generation; Testing; Feedback; Operations; Putting It into Context; Summary; Part I Team Foundation Server; Chapter 2 Introduction to Team Foundation Server; What Is Team Foundation Server?; Acquiring Team Foundation Server
Hosted Team Foundation ServerOn-Premises Installation; Team Foundation Server Core Concepts; Team Foundation Server; Team Project Collection; Team Project; Teams; Process Templates; Work Item Tracking; Version Control; Team Build; Accessing Team Foundation Server; Accessing Team Foundation Server from Visual Studio; Accessing Team Foundation Server Through a Web Browser; Using Team Foundation Server in Microsoft Excel; Using Team Foundation Server in Microsoft Project; Command-Line Tools for Team Foundation Server; Accessing Team Foundation Server from Eclipse
Windows Explorer Integration with Team Foundation ServerAccess to Team Foundation Server via Other Third-Party Integrations; What's New in Team Foundation Server 2013; Version Control; Web Access; Agile Portfolio Management; Release Management; The Cloud; Adopting Team Foundation Server; Summary; Chapter 3 Using Centralized Team Foundation Version Control; Team Foundation Version Control and Visual SourceSafe (VSS) 2005; Setting Up Version Control; Using Source Control Explorer; Setting Up Your Workspace; Getting Existing Code; Sharing Projects in Version Control; Check-In Pending Changes
Checking In an ItemCreating and Administering Check-In Policies; Viewing History; Labeling Files; Shelving; Workspaces; Server Workspaces; Local Workspaces; Command-Line Tools; Branching and Merging; Branching Demystified; Common Branching Strategies; Summary; Chapter 4 Distributed Version Control with Git and Team Foundation Server; Fundamentals of Distributed Version Control with GIT; Getting Started with the Visual Studio Tools for GIT; Clone; Commit; Push, Pull, and Fetch; Merging Changes with GIT and Visual Studio; Branch Creation; Summary; Chapter 5 Team Foundation Build
Team Foundation BuildWhat's New in Team Foundation Build 2013; Support for Git-based Repositories; Simplified Building and Testing of Windows Store Apps; MSTest Support Removed; Enhanced Hosted Build Services; Build Output Changes; Simplified Process Template; Built-in Support for Calling Scripts; Team Foundation Build Architecture; Working with Builds; Team Explorer; Build Explorer; Build Details View; Creating a Build Definition; Queuing a Build; Build Notifications; Team Build Process; Default Template Process; Build Process Parameters; Summary; Chapter 6 Release Management
What Is Release Management?
Record Nr. UNINA-9910828428903321
Gousset Mickey  
Indianapolis, Indiana : , : John Wiley and Sons Inc., , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional application lifecycle management with visual studio 2013 / / Mickey Gousset [and four others]
Professional application lifecycle management with visual studio 2013 / / Mickey Gousset [and four others]
Edizione [3rd ed.]
Pubbl/distr/stampa Indianapolis, Indiana : , : John Wiley and Sons Inc., , 2014
Descrizione fisica 1 online resource (693 p.)
Disciplina 005.2768
Soggetto topico Application software - Development
Software engineering
Teams in the workplace
Soggetto genere / forma Electronic books.
ISBN 1-119-07986-1
1-118-83659-6
1-118-83636-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Title Page; Copyright; Contents; Chapter 1 Introduction to Application Lifecycle Management with Visual Studio 2013; Application Lifecycle Management; Visual Studio 2013 Product Lineup; Application Lifecycle Management Challenges; Enter Visual Studio 2013; Application Lifecycle Management in Action; Requirements; System Design and Modeling; Code Generation; Testing; Feedback; Operations; Putting It into Context; Summary; Part I Team Foundation Server; Chapter 2 Introduction to Team Foundation Server; What Is Team Foundation Server?; Acquiring Team Foundation Server
Hosted Team Foundation ServerOn-Premises Installation; Team Foundation Server Core Concepts; Team Foundation Server; Team Project Collection; Team Project; Teams; Process Templates; Work Item Tracking; Version Control; Team Build; Accessing Team Foundation Server; Accessing Team Foundation Server from Visual Studio; Accessing Team Foundation Server Through a Web Browser; Using Team Foundation Server in Microsoft Excel; Using Team Foundation Server in Microsoft Project; Command-Line Tools for Team Foundation Server; Accessing Team Foundation Server from Eclipse
Windows Explorer Integration with Team Foundation ServerAccess to Team Foundation Server via Other Third-Party Integrations; What's New in Team Foundation Server 2013; Version Control; Web Access; Agile Portfolio Management; Release Management; The Cloud; Adopting Team Foundation Server; Summary; Chapter 3 Using Centralized Team Foundation Version Control; Team Foundation Version Control and Visual SourceSafe (VSS) 2005; Setting Up Version Control; Using Source Control Explorer; Setting Up Your Workspace; Getting Existing Code; Sharing Projects in Version Control; Check-In Pending Changes
Checking In an ItemCreating and Administering Check-In Policies; Viewing History; Labeling Files; Shelving; Workspaces; Server Workspaces; Local Workspaces; Command-Line Tools; Branching and Merging; Branching Demystified; Common Branching Strategies; Summary; Chapter 4 Distributed Version Control with Git and Team Foundation Server; Fundamentals of Distributed Version Control with GIT; Getting Started with the Visual Studio Tools for GIT; Clone; Commit; Push, Pull, and Fetch; Merging Changes with GIT and Visual Studio; Branch Creation; Summary; Chapter 5 Team Foundation Build
Team Foundation BuildWhat's New in Team Foundation Build 2013; Support for Git-based Repositories; Simplified Building and Testing of Windows Store Apps; MSTest Support Removed; Enhanced Hosted Build Services; Build Output Changes; Simplified Process Template; Built-in Support for Calling Scripts; Team Foundation Build Architecture; Working with Builds; Team Explorer; Build Explorer; Build Details View; Creating a Build Definition; Queuing a Build; Build Notifications; Team Build Process; Default Template Process; Build Process Parameters; Summary; Chapter 6 Release Management
What Is Release Management?
Record Nr. UNINA-9910453437603321
Indianapolis, Indiana : , : John Wiley and Sons Inc., , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional asp.net 4.5 in C# and VB [[electronic resource] /] / Jason Gaylord ... [et al.]
Professional asp.net 4.5 in C# and VB [[electronic resource] /] / Jason Gaylord ... [et al.]
Autore Gaylord Jason N.
Edizione [1st ed.]
Pubbl/distr/stampa Indianapolis, : John Wiley & Sons, 2013
Descrizione fisica 1 online resource (1444 p.)
Disciplina 005.2768
Altri autori (Persone) GaylordJason
Collana Wrox programmer to programmer
Soggetto topico Internet programming
Web servers
ISBN 1-118-33205-9
1-118-42438-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto pt. 1. Asp.net fundamentals -- pt. 2. Controls -- pt. 3. Data access -- pt. 4. Providers -- pt. 5. Asp.net features -- pt. 6. Application state -- pt. 7. Client-side development -- pt. 8. Application configuration and deployment -- pt. 9. Additional asp.net technologies -- pt. 10. Appendixes.
Record Nr. UNINA-9910786728003321
Gaylord Jason N.  
Indianapolis, : John Wiley & Sons, 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Professional asp.net 4.5 in C# and VB [[electronic resource] /] / Jason Gaylord ... [et al.]
Professional asp.net 4.5 in C# and VB [[electronic resource] /] / Jason Gaylord ... [et al.]
Autore Gaylord Jason N.
Edizione [1st ed.]
Pubbl/distr/stampa Indianapolis, : John Wiley & Sons, 2013
Descrizione fisica 1 online resource (1444 p.)
Disciplina 005.2768
Altri autori (Persone) GaylordJason
Collana Wrox programmer to programmer
Soggetto topico Internet programming
Web servers
ISBN 1-118-33205-9
1-118-42438-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto pt. 1. Asp.net fundamentals -- pt. 2. Controls -- pt. 3. Data access -- pt. 4. Providers -- pt. 5. Asp.net features -- pt. 6. Application state -- pt. 7. Client-side development -- pt. 8. Application configuration and deployment -- pt. 9. Additional asp.net technologies -- pt. 10. Appendixes.
Record Nr. UNINA-9910816002903321
Gaylord Jason N.  
Indianapolis, : John Wiley & Sons, 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui