Andrew Krause - Böcker
Visar alla böcker från författaren Andrew Krause. Handla med fri frakt och snabb leverans.
2 produkter
2 produkter
475 kr
Skickas inom 10-15 vardagar
SharePoint is gaining recognition as a full-fledged application server with many features and enhancements that specifically allow non-developers to create sophisticated intranet sites. However, with the 2010 release, Microsoft's SharePoint increasingly becomes a compelling development platform. The strong application programming interface (API), its highly extensible nature, and its foundation on the underlying .NET Framework all generate the perfect storm" to make it one of the most powerful web development platforms available. However, with power comes complexity. The wide range of usage scenarios make it difficult for developers to grasp the full ability of this next-generation platform. This book takes an in-depth, all-encompassing approach to programming concepts, the extensibility interfaces, and how to embrace SharePoint as a toolkit full of features available to web developers. * Take an in-depth look into the internals of SharePoint. * Create sophisticated applications using SharePoint controls and databases. * Understand the API and use in conjunction with ASP.NET to extend SharePoint. SharePoint is more than a portal and more than an intranet. Harness its capabilities and put it to work for you. What you'll learn * The hierarchy of SharePoint's API * How to create rich, extensible, and broad SharePoint applications * How to use SharePoint's internals * How to approach SharePoint as an open toolkit rather than a closed, intranet-only model * How to take advantage of SharePoint's extensibility and customize its behavior Who this book is for This book is for ASP.NET developers who want to create applications using SharePoint as a platform. It's also for users of SharePoint Designer that want to professionalize their development work. Table of Contents * Developer Basics * Architecture * Accessing the API * Data Access * External Data Access * Web Parts * Templates * Application Techniques * Solution Deployment * Extending the User Interface * Using Web Controls * Client Programming * Integrating Silverlight * Integrating Charts and Maps * Forms Services and InfoPath * Workflows * Administrative Tasks * Enterprise Features
604 kr
Skickas inom 10-15 vardagar
Learn how to develop portable GUI programs to run on multiple operating systems. Revised and updated from the popular original, with a full set of new examples in Python and using PyGTK, this book provides all the information you'll need to write easy or complex GUI applications, offering one source of knowledge and best practices for user interface creation.Foundations of PyGTK Development presents numerous real-life examples that you can immediately put to use in your own applications. It begins with an overview of key topics such as widget choice, placement, and behavior, before moving on to more advanced issues. Building on your familiarity with Python, the book delves into new topics such as object inheritance early on to allow for a complete understanding of code examples later. What You'll LearnWork with layout containers including boxes, tables, grid, and panesUse the Application and ApplicationWindow classes as the base for your PyGTK applicationManage dialogs to give general information, error messages, or warnings to the userIncorporate styles, images, and the clipboard within your applicationsWho This Book is ForExperienced Python programmers or DevOps administrators tasked with developing or maintaining user interfaces.