- Table View
- List View
Produktdatenmanagement – Anforderungen und Lösungen: Konzeption, Auswahl, Installation und Administration von PDM-Systemen
by Thomas MechlinskiProduktdatenmanagement (PDM) ist ein umfassendes, in seiner Ganzheit schwer zu überblickendes Thema. Bei der Betrachtung gängiger PDM-Systeme stellt sich oft die Frage, warum bestimmte Funktionen und Eigenschaften existieren und wie sich damit typische Fragestellungen des Produktentstehungsprozesses (PEP) lösen lassen. Dieses Buch formuliert Anforderungen, die die heute am Markt erhältlichen PDM-Systeme abdecken und erklärt, auf welche Weise die Anforderungen erfüllt werden können. Der Katalog an Anforderungen ist auf die industrielle Praxis im Umfeld der Serienfertigung von Produkten zugeschnitten und kann auch als Basis für die Einführung von PDM-Systemen genutzt werden.Das Buch richtet sich an IT-Verantwortliche, die sich mit der Einführung oder dem Ausbau von PDM-Systemen beschäftigen. Es ist solchermaßen detailliert, dass die Anforderungen und Lösungen in Bezug auf einen konkreten Einsatz beurteilt werden können. Die beschriebenen Lösungsansätze können für die Implementierung in einem Unternehmen übernommen und bedarfsgerecht verändert oder ausgebaut werden. Der Ansatz ist so gewählt, dass dieses Buch auch für Studierende als Basis für das Verständnis von PDM-Systemen dienen kann.
Professional: Workflow in SharePoint® 2010
by Paul J. Galvin Udayakumar EthirajuluSharePoint MVPs offer practical WF4 guidance for SharePoint 2010 developers With the new Workflow Foundation 4 (WF4) toolkit in SharePoint 2010, companies have new ways to build custom solutions for common or frequent business processes. This unique book is packed with instructions and tips that show you how. You'll use WF4 to create and implement office-practical apps such as expense report approvals, RFPs, sale pipeline management, and more. The book also covers how to design custom activities with SharePoint Designer 2010. Explains how to build business solutions using the Workflow Foundation 4 toolkit in SharePoint 2010 Shows even non-IT readers how to create and implement processes such as sales pipeline management, creating and managing RFPs, setting up a conference room scheduling solution across a multi-national company, and more Explores the basics vital to all process design: system analysis, researching requirements, and basic design considerations Includes a SharePoint 2007 template for Training and Scheduling; the book walks you through how to upgrade that to 2010 and extend it with new features Create the processes your business needs with SharePoint 2010's new Workflow 4 and this practical guide.
Professional: Workflow in SharePoint® 2010
by Paul J. Galvin Udayakumar EthirajuluSharePoint MVPs offer practical WF4 guidance for SharePoint 2010 developers With the new Workflow Foundation 4 (WF4) toolkit in SharePoint 2010, companies have new ways to build custom solutions for common or frequent business processes. This unique book is packed with instructions and tips that show you how. You'll use WF4 to create and implement office-practical apps such as expense report approvals, RFPs, sale pipeline management, and more. The book also covers how to design custom activities with SharePoint Designer 2010. Explains how to build business solutions using the Workflow Foundation 4 toolkit in SharePoint 2010 Shows even non-IT readers how to create and implement processes such as sales pipeline management, creating and managing RFPs, setting up a conference room scheduling solution across a multi-national company, and more Explores the basics vital to all process design: system analysis, researching requirements, and basic design considerations Includes a SharePoint 2007 template for Training and Scheduling; the book walks you through how to upgrade that to 2010 and extend it with new features Create the processes your business needs with SharePoint 2010's new Workflow 4 and this practical guide.
Professional: JavaScript® for Web Developers
by Nicholas C. ZakasThis book provides a developer-level introduction along with more advanced and useful features of JavaScript. Coverage includes: JavaScript use with HTML to create dynamic webpages, language concepts including syntax and flow control statements variable handling given their loosely typed nature built-in reference types such as object and array object-oriented programing powerful aspects of function expressions Browser Object Model allowing interaction with the browser itself detecting the client and its capabilities Document Object Model (DOM) objects available in DOM Level 1 how DOM Levels 2 and 3 augmented the DOM events, legacy support, and how the DOM redefined how events should work enhancing form interactions and working around browser limitations using the tag to create on-the-fly graphics JavaScript API changes in HTML5 how browsers handle JavaScript errors and error handling features of JavaScript used to read and manipulate XML data the JSON data format as an alternative to XML Ajax techniques including the use of XMLHttpRequest object and CORS complex patterns including function currying, partial function application, and dynamic functions offline detection and storing data on the client machine techniques for JavaScript in an enterprise environment for better maintainability This book is aimed at three groups of readers: Experienced object-oriented programming developers looking to learn JavaScript as it relates to traditional OO languages such as Java and C++; Web application developers attempting to enhance site usability; novice JavaScript developers. Nicholas C. Zakas worked with the Web for over a decade. He has worked on corporate intranet applications used by some of the largest companies in the world and large-scale consumer websites such as MyYahoo! and the Yahoo! homepage. He regularly gives talks at companies and conferences regarding front-end best practices and new technology.
Professional Access 2013 Programming
by Teresa Hennig Dagi Doug Yudovich George Hepworth Ben ClothierAuthoritative and comprehensive coverage for building Access 2013 Solutions Access, the most popular database system in the world, just opened a new frontier in the Cloud. Access 2013 provides significant new features for building robust line-of-business solutions for web, client and integrated environments. This book was written by a team of Microsoft Access MVPs, with consulting and editing by Access experts, MVPs and members of the Microsoft Access team. It gives you the information and examples to expand your areas of expertise and immediately start to develop and upgrade projects.Explores the new development environment for Access web appsFocuses on the tools and techniques for developing robust web applicationsDemonstrates how to monetize your apps with Office Store and create e-commerce solutionsExplains how to use SQL Server effectively to support both web and client solutionsProvides techniques to add professional polish and deploy desktop applicationShows you how to automate other programs using Macros, VBA, API calls and more.Professional Access 2013 Programming is a complete guide on the latest tools and techniques for building Access 2013 applications for both the web and the desktop so that developers and businesses can move forward with confidence. Whether you want to add expand your expertise with Client/Server deployments or start developing web apps, you will want this book as a companion and reference.
Professional Ajax
by Nicholas C. Zakas Jeremy Mcpeak Joe FawcettProfessional Ajax 2nd Edition provides a developer-level tutorial of Ajax techniques, patterns, and use cases. The book begins by exploring the roots of Ajax, covering how the evolution of the web and new technologies directly led to the development of Ajax techniques. A detailed discussion of how frames, JavaScript, cookies, XML, and XMLHttp requests (XHR) related to Ajax is included. After this introduction, the book moves on to cover the implementation of specific Ajax techniques. Request brokers such as hidden frames, dynamic iframes, and XHR are compared and contrasted, explaining when one method should be used over another. To make this discussion clearer, a brief overview of HTTP requests and responses is included. Once a basic understanding of the various request types is discussed, the book moves on to provide in-depth examples of how and when to use Ajax in a web site or web application. Different data transmission formats, including plain text, HTML, XML, and JSON are discussed for their advantages and disadvantages. Also included is a discussion on web services and how they may be used to perform Ajax techniques. Next, more complex topics are covered. A chapter introducing a request management framework explores how to manage all of the requests inside of an Ajax application. Ajax debugging techniques are also discussed. Professional Ajax 2nd edition is written for Web application developers looking to enhance the usability of their web sites and web applications and intermediate JavaScript developers looking to further understand the language. Readers should have familiarity with XML, XSLT, Web Services, PHP or C#, HTML, CSS. Professional Ajax 2nd edition adds nearly 200 pages of new and expanded coverage compared to the first edition.
Professional Alfresco
by David Caruana John Newton Michael Farman Michael G. Uzquiano Kevin RoastA timely and authoritative guide, written by the Chief Architect and Founder of Alfresco Alfresco is considered the leading open source solution for Web and Content Management. What makes Alfresco unique is its services, which can be easily extended with web scripts via RESTful services. Written by an author team that includes the chief architect and the founder of Alfresco, this comprehensive guide provides in-depth coverage of the Alfresco architecture and services and shows how to extend them through Web scripts to meet real business needs. You'll learn how to use Alfresco services to create effective content management solutions while detailed code examples show you how to extend Alfresco with Web scripts using RESTful services to deliver custom solutions. Features detailed, working code examples that demonstrate how to extend Alfresco with Web scripts Written by the Chief Architect and other key Alfresco insiders, ensuring that this book is both authoritative and up-to-date Shows how to integrate Alfresco with Drupal and Joomla portal solutions Covers the upcoming Alfresco 3. 2 release Includes real-world case examples of increasing levels of sophistication and complexity The companion Web site contains all source code examples in the book You'll benefit from this timely resource that shows how to get the most from Alfresco for specific business requirements.
Professional Android
by Ian Lake Reto MeierThe comprehensive developer guide to the latest Android features and capabilities Professional Android, 4th Edition shows developers how to leverage the latest features of Android to create robust and compelling mobile apps. This hands-on approach provides in-depth coverage through a series of projects, each introducing a new Android platform feature and highlighting the techniques and best practices that exploit its utmost functionality. The exercises begin simply, and gradually build into advanced Android development. Clear, concise examples show you how to quickly construct real-world mobile applications. This book is your guide to smart, efficient, effective Android development. Learn the best practices that get more out of Android Understand the anatomy, lifecycle, and UI metaphor of Android apps Design for all mobile platforms, including tablets Utilize both the Android framework and Google Play services
Professional Android 2 Application Development
by Reto MeierUpdate to the bestseller now features the latest release of the Android platformAndroid is a powerful, flexible, open source platform for mobile devices and its popularity is growing at an unprecedented pace. This update to the bestselling first edition dives in to cover the exciting new features of the latest release of the Android mobile platform.Providing in-depth coverage of how to build mobile applications using the next major release of the Android SDK, this invaluable resource takes a hands-on approach to discussing Android with a series of projects, each of which introduces a new feature and highlights techniques and best practices to get the most out of Android.The Android SDK is a powerful, flexible, open source platform for mobile devicesShares helpful techniques and best practices to maximize the capabilities of AndroidExplains the possibilities of Android through the use of a series of detailed projectsDemonstrates how to create real-world mobile applications for Android phonesIncludes coverage of the latest version of AndroidProviding concise and compelling examples, Professional Android Application Development is an updated guide aimed at helping you create mobile applications for mobile devices running the latest version of Android.Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Professional Android Open Accessory Programming with Arduino
by Andreas Goransson David Cuartielles RuizLearn how to control your home or car from your Android smartphone - air conditioning, lights, entertainment systems, and more!Android Open Accessory is a new, simple, and secure protocol for connecting any microcontroller-empowered device to an Android smartphone or tablet. This Wrox guide shows Android programmers how to use AOA with Arduino, the microcontroller platform, to control such systems as lighting, air conditioning, and entertainment systems from Android devices. Furthermore, it teaches the circuit-building skills needed to create games and practical products that also take advantage of Android technology. Introduces Android Open Accessory and shows how to set up the hardware and development environmentExplains how to code both Android and Arduino elements of an accessoryFeatures four complete projects developers can build using various sensors and indicators/actuators, including source codeGives Android developers the tools to create powerful, sophisticated projectsProfessional Android Open Accessory with Android ADK and Arduino opens exciting new opportunities for Android developers.
Professional Android Programming with Mono for Android and .NET/C#
by John J. Croft IV Jonathan Dick Wallace B. Mcclure Chris Hardy Nathan BlevinsA one-of-a-kind book on Android application development with Mono for AndroidThe wait is over! For the millions of .NET/C# developers who have been eagerly awaiting the book that will guide them through the white-hot field of Android application programming, this is the book. As the first guide to focus on Mono for Android, this must-have resource dives into writing applications against Mono with C# and compiling executables that run on the Android family of devices.Putting the proven Wrox Professional format into practice, the authors provide you with the knowledge you need to become a successful Android application developer without having to learn another programming language. You'll explore screen controls, UI development, tables and layouts, and MonoDevelop as you become adept at developing Android applications with Mono for Android.Answers the demand for a detailed book on the extraordinarily popular field of Android application developmentStrengthens your existing skills of writing applications and shows you how to transfer your talents to building Android apps with Mono for Android and .NET/C#Dives into working with data, REST, SOAP, XML, and JSONDiscusses how to communicate with other applications, deploy apps, and even make money in the processProfessional Android Programming with Mono for Android and .NET/C# gets you up and running with Android app development today.
Professional Android Sensor Programming
by Greg Milette Adam StroudLearn to build human-interactive Android apps, starting with device sensors This book shows Android developers how to exploit the rich set of device sensors—locational, physical (temperature, pressure, light, acceleration, etc.), cameras, microphones, and speech recognition—in order to build fully human-interactive Android applications. Whether providing hands-free directions or checking your blood pressure, Professional Android Sensor Programming shows how to turn possibility into reality. The authors provide techniques that bridge the gap between accessing sensors and putting them to meaningful use in real-world situations. They not only show you how to use the sensor related APIs effectively, they also describe how to use supporting Android OS components to build complete systems. Along the way, they provide solutions to problems that commonly occur when using Android's sensors, with tested, real-world examples. Ultimately, this invaluable resource provides in-depth, runnable code examples that you can then adapt for your own applications. Shows experienced Android developers how to exploit the rich set of Android smartphone sensors to build human-interactive Android apps Explores Android locational and physical sensors (including temperature, pressure, light, acceleration, etc.), as well as cameras, microphones, and speech recognition Helps programmers use the Android sensor APIs, use Android OS components to build complete systems, and solve common problems Includes detailed, functional code that you can adapt and use for your own applications Shows you how to successfully implement real-world solutions using each class of sensors for determining location, interpreting physical sensors, handling images and audio, and recognizing and acting on speech Learn how to write programs for this fascinating aspect of mobile app development with Professional Android Sensor Programming.
Professional Android Wearables
by David Cuartielles Ruiz Andreas GoranssonThe fast and easy way to get up and running on Androidwearables Written by an expert author team with years of hands-onexperience in designing and building wearables, ProfessionalAndroid Wearables covers how to use the Android Wear platformand other techniques to build real-world apps for a variety ofwearables including smartbands, smartwatches, and smart glasses. Inno time, you'll grasp how wearables can connect us to the Internetin more pervasive ways than with PCs, tablets, or mobile devices;how to build code using Google's Wear SDK for Android-enabledhardware devices; how Android Wear and other Android developmenttechniques are capable of building several presented exampleprojects; and much more.Wearables are the next generation of smart mobile devices, it'sno wonder you will want to master Android Wear SDK to build smartwearable apps for a multitude of form factors and applications.Shows you how to navigate Android Wear SDKClearly explains how to use the Android Wear platform to buildreal-world appsThe companion website includes source code for all of theprojects described in the bookIf you're an experienced Android developer looking to masterAndroid Wear SDK to build wearable apps, you've come to the rightplace.
Professional AngularJS
by Valeri Karpov Diego NettoA comprehensive guide to AngularJS, Google's open-source client-side framework for app development. Most of the existing guides to AngularJS struggle to provide simple and understandable explanations for more advanced concepts. As a result, some developers who understand all the basic concepts of AngularJS struggle when it comes to building more complex real-world applications. Professional AngularJS provides a thorough understanding of AngularJS, covering everything from basic concepts, such as directives and data binding, to more advanced concepts like transclusion, build systems, and automated integration testing. In addition to explaining the features of AngularJS, this book distills real-world experience on how these features fit together to enable teams to work together more effectively in building extraordinary apps. Offers a more thorough and comprehensive approach to AngularJS Includes pointers to other advanced topics Lets you build a simple application from scratch, explaining basic building blocks along the way for quick hands-on learning
Professional Apache Tomcat 6
by Sing Li Vivek Chopra Jeff GenenderTomcat is the official reference implementation of Sun's servlet and JSP specifications, and Java developers must test all Web applications on Tomcat to ensure they work as designedBoasting more than 40 percent new and updated material, this book covers all the major new features affecting server administration and managementExplores the additional built-in tools of Tomcat, which help Java developers program more efficiently, and looks at how Apache's other open source servlet/JSP technologies are designed to work with TomcatFeatures full coverage of Release 6, which supports the latest JSP and servlet specifications: JSP 2.1 and Servlets 2.5Addresses solving real-world problems encountered during all phases of server administration, including managing class loaders and connectors, security, shared hosting and clustering, and system testing
Professional Application Lifecycle Management with Visual Studio 2010
by Martin Woodward Mickey Gousset Brian Keller Ajoy KrishnamoorthyGet up to speed on Application Lifecycle Management (ALM) with Visual Studio 2010 through a combination of hands-on instruction and deep-dives.Microsoft has packed a lot of brand new testing and modeling tools into Visual Studio 2010, tools that previously were available only to Microsoft internal development teams. Developers will appreciate the focus on practical implementation techniques and best practices.A team of Microsoft insiders provides a nuts-and-bolts approach. This Wrox guide is designed as both a step-by-step guide and a reference for modeling, designing, and coordinating software development solutions at every level using Visual Studio 2010 and Visual Studio Team Foundation Server 2010.Visual Studio 2010 offers a complete lifecycle management system that covers modeling, testing, code analysis, collaboration, build and deployment tools.
Professional Application Lifecycle Management with Visual Studio 2012
by Mickey Gousset Brian Keller Martin WoodwardThe authoritative and timely guide to ALM from Microsoft insiders and MVPs Focused on the latest release of Visual Studio, this edition shows you how to use the Application Lifecycle Management (ALM) capabilities of Visual Studio 2012 to streamline software design, development, and testing. Divided into six main parts, this timely and authoritative title covers Team Foundation Server, stakeholder engagement, project management, architecture, software development, and testing. Whether serving as a step-by-step guide or a reference for designing software solutions, this book offers a nuts-and-bolts approach to using Microsoft's flagship development tools to solve real-world challenges throughout the application lifecycle. Coverage includes: INTRODUCTION TO APPLICATION LIFECYCLE MANAGEMENT WITH VISUAL STUDIO INTRODUCTION TO TEAM FOUNDATION SERVER TEAM FOUNDATION VERSION CONTROL TEAM FOUNDATION BUILD COMMON TEAM FOUNDATION SERVER INTRODUCTION TO BUILDING STORYBOARDING CAPTURING STAKEHOLDER FEEDBACK AGILE PLANNING AND TRACKING INTRODUCTION TO SOFTWARE ARCHITECTURE TOP-DOWN DESIGN WITH USE CASE ANALYZING APPLICATIONS USING USING LAYER DIAGRAMS TO MODEL INTRODUCTION TO SOFTWARE DEVELOPMENT UNIT TESTING CODE ANALYSIS, CODE METRICS PROFILING AND PERFORMANCE DEBUGGING WITH INTELLITRACE INTRODUCTION TO SOFTWARE TESTING MANUAL TESTING CODED USER INTERFACE TESTING WEB PERFORMANCE AND LOAD TESTING LAB MANAGEMENT Professional Application Lifecycle Management with Visual Studio 2012 offers a thoroughly revised and updated edition of the leading reference book on ALM.
Professional Application Lifecycle Management with Visual Studio 2013
by Brian Keller Brian A. Randell Martin Hinshelwood Mickey Gousset Martin WoodwardRamp up your software development with this comprehensive resourceMicrosoft's Application Lifecycle Management (ALM) makes software development easier and now features support for iOS, MacOS, Android, and Java development. If you are an application developer, some of the important factors you undoubtedly consider in selecting development frameworks and tools include agility, seamless collaboration capabilities, flexibility, and ease of use. Microsoft's ALM suite of productivity tools includes new functionality and extensibility that are sure to grab your attention. Professional Application Lifecycle Management with Visual Studio 2013 provides in-depth coverage of these new capabilities. Authors Mickey Gousset, Martin Hinshelwood, Brian A. Randell, Brian Keller, and Martin Woodward are Visual Studio and ALM experts, and their hands-on approach makes adopting new ALM functionality easy.Streamline software design and deployment with Microsoft tools and methodologiesGain a practical overview of ALM with step-by-step guides and reference materialCase studies illustrate specific functionality and provide in-depth instructionUse new capabilities to support iOS, MacOS, Android and Java developmentDiscover this comprehensive solution for modeling, designing, and coordinating enterprise software deploymentsOver 100 pages of new content, forward-compatible with new product releasesProfessional Application Lifecycle Management with Visual Studio 2013 provides a complete framework for using ALM to streamline software design and deployment processes using well-developed Microsoft tools and methodologies. Professional Application Lifecycle Management with Visual Studio 2013 is your guide to make use of newly-available ALM features to take your enterprise software development to the next level.
Professional ASP.NET 3.5
by Devin Rader Bill Evjen Scott HanselmanIn this book, you'll be introduced to the features and capabilities of ASP.NET 3.5, as well as the foundation that ASP.NET provides. Updated for the latest release of Visual Studio, this new edition adds five hundred pages of great new content compared to the original 2.0 version of the book. Including both printed and downloadable VB and C# code examples, this edition focuses even more on experienced programmers and advanced web development. New coverage includes new chapters on IIS 7 development, LINQ, ASP.NET, Silverlight, and many others.
Professional ASP.NET 3.5 AJAX
by Matt Gibbs Dan Wahlin Bill Evjen Dave ReedThis book explains how to use the ASP.NET AJAX features to create richer, more responsive dynamic websites. It explains the architecture, including the ASP.NET server elements and the client-side Javascript library, and runtime. The book will walk you through examples for each feature element, demonstrating how the client and server interact to produce a better web application. The book also progresses in a way that educates you on how ASP.NET and AJAX build on each other to provide a comprehensive framework for rich application development.
Professional ASP.NET 3.5 SP1 Edition
by Bill Evjen Devin Rader Scott HanselmanProfessional ASP.NET 3.5 SP1 In C# and VBASP.NET 3.5 brings the power of Visual Studio 2008 along with the multitude of language improvements in C# 2008 and Visual Basic 2008 as well as powerful new technology called LINQ, together with the ASP.NET 2.0 Framework you already know and love. Packed with valuable coverage of ASP.NET 3.5 SP1, this essential resource offers both C# and VB examples throughout the book, and shares new and updated content on the ADO.NET Entity Framework, ADO.NET Dynamic Data, and ADO.NET Data Services.While ASP.NET 3.5 boasts server controls like the ListView and the incredibly flexible GridView, it also includes advancements in AJAX technology combined with JavaScript debugging features in Visual Studio 2008. With this book, a stellar author team covers the new controls in the AJAX toolbox, the back button history, and script combining, and they also examine the new capabilities of WCF including changes to DataContractSerializer. In addition, the accompanying CD-ROM features the entire book in PDF format.What you will learn from this bookThe concepts underlying the server control and its pivotal role in ASP.NET developmentHow to create templated ASP.NET pages using the master page featureHow to work with data from enterprise databases including SQL ServerWays to debug, package, and deploy ASP.NET applications, monitor their health and performance, and handle errorsHow to retrieve, update, and delete data quickly and logically using LINQ with side-by-side examples comparing LINQ to existing techniquesWays to localize your web site in multiple languages for a world-wide audienceMethods for adding AJAX capabilities to your ASP.NET applicationsThe many benefits of the new data access additionsWays to use and extend the Provider Model for accessing data stores, processes, and moreWhat freeware tools you need in Scott Hanselman's ASP.NET Ultimate Developer Tools appendixWho this book is forThis book is for programmers and developers who are looking to make the transition to ASP.NET 3.5 SP1 with Visual Studio 2008 and either C# 3.0 (2008) or Visual Basic 9 (2008).CD-ROM includes the full book in PDF format and a selection of 7 Wrox Blox mini e-books including:Internet Explorer 8 and Its Impact on Your ASP.NET Web SitesJumping from ASP.NET to Silverlight 2Leverage LINQ in ASP.NET 3.5 ProjectsNote: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Professional ASP.NET 4.5 in C# and VB
by Christian Wenz Scott Hanselman Jason N. Gaylord Pranav Rastogi Todd MirandaThe all-new approach for experienced ASP. NET professionals! ASP. NET is Microsoft's technology for building dynamically generated web pages from database content. Originally introduced in 2002, ASP. NET has undergone many changes in multiple versions and iterations as developers have gained a decade of experience with this popular technology. With that decade of experience, this edition of the book presents a fresh, new overhauled approach. A new focus on how to build ASP. NET sites and applications relying on field-tested reliable methods Integration of "One ASP. NET" philosophy treating ASP. NET Web Forms and ASP. NET MVC as equal tools each with their proper time and place Coverage of hot new ASP. NET 4. 5 additions such as the Web API, Websockets and HTML5 & CSS3 use in layout but only to the extent that the tools themselves are practical and useful for working ASP. NET developers Professional ASP. NET 4. 5 in C# and VB is an essential tool for programmers who need to be productive and build reliably performing sites with the latest ASP. NET Framework and Visual Studio.
Professional ASP.NET 4 in C# and VB
by Scott Hanselman Bill Evjen Devin RaderThis book introduces you to the features and capabilities that ASP.NET 4 offers, and explains the foundation that ASP.NET provides. It covers each major new feature included in ASP.NET 4 in detail. Retaining the unique C# and VB dual language coverage, this edition retains many great features from previous versions, including both printed and downloadable VB and C# code examples. Other expert coverage include IIS and the provider model, site navigation, design, debugging, modules and handlers, Silverlight, CSS, Ajax and the Ajax Control Toolkit, jQuery, and MVC.
Professional ASP.NET Design Patterns
by Scott MillettDesign patterns are time-tested solutions to recurring problems, letting the designer build programs on solutions that have already proved effective Provides developers with more than a dozen ASP. NET examples showing standard design patterns and how using them helpsbuild a richer understanding of ASP. NET architecture, as well as better ASP. NET applications Builds a solid understanding of ASP. NET architecture that can be used over and over again in many projects Covers ASP. NET code to implement many standard patterns including Model-View-Controller (MVC), ETL, Master-Master Snapshot, Master-Slave-Snapshot, Façade, Singleton, Factory, Single Access Point, Roles, Limited View, observer, page controller, common communication patterns, and more
Professional ASP.NET MVC 1.0
by Guthrie Scott Hanselman Scott Haack Phil Conery RobThis book begins with you working along as Scott Guthrie builds a complete ASP. NET MVC reference application. He begins NerdDinner by using the File->New Project menu command within Visual Studio to create a new ASP. NET MVC Application. You'll then incrementally add functionality and features. Along the way you'll cover how to create a database, build a model layer with business rule validations, implement listing/details data browsing, provide CRUD (Create, Update, Delete) data form entry support, implement efficient data paging, reuse UI using master pages and partials, secure the application using authentication and authorization, use AJAX to deliver dynamic updates and interactive map support, and implement automated unit testing. From there, the bulk of the rest of the book begins with the basic concepts around the model view controller pattern, including the little history and the state of the MVC on the web today. We'll then go into the ways that MVC is different from ASP. NET Web Forms. We'll explore the structure of a standard MVC application and see what you get out of the box. Next we dig deep into routing and see the role URLs play in your application. We'll deep dive into controllers and views and see what role the Ajax plays in your applications. The last third of the book focuses entirely on advanced techniques and extending the framework. In some places, we assume that you're somewhat familiar with ASP. NET WebForms, at least peripherally. There are a lot of ASP. NET WebForms developers out there who are interested in ASP. NET MVC so there are a number of places in this book where we contrast the two technologies. Even if you're not already an ASP. NET developer, you might still find these sections interesting for context, as well as for your own edification as ASP. NET MVC may not be the web technology that you're looking for.