Norges billigste bøker

Bøker utgitt av APress

Filter
Filter
Sorter etterSorter Populære
  • av Stephen R.G. Fraser
    1 040,-

    In the first edition of this book, I said .NET is the future. I need to correct that-C++/CLI is the future. Microsoft seems to have a set pattern when it comes to releasing their products. It takes them three versions to come out with a superior and polished product. Well, true to form, even though they call it .NET 2.0, this is version three and, to put it bluntly, Microsoft has hit the nail on the head once again. Don't get me wrong; C# and Visual Basic .NET are still great development languages (and version three is as well), but neither have the flexibility or the pedal-to-the-metal power of C++/CLI. With .NET 2.0's version of C++/CLI, you no longer have a forced kludge of .NET concepts and C++. Instead, C++/CLI is now a true implementation of the C++ language from which you can implement .NET applications. If you're one of the legions of established C++ developers out there, this is a godsend, as you no longer have to learn a completely new language to get the benefits of .NET.

  • - Building 802.16 Wireless Networks
    av Daniel Sweeney
    729 - 761,-

    The second edition of WiMax Operator's Manual includes most of the material from the first edition, plus new discussions of * The ultra-high-speed mobile telephone standard, HSDPA * Ultrawideband (UWB) * Changes to DSL technologies * Mobile voice * Mobile entertainment * New backup systems The new edition also reflects the changes that have occurred in the industry over the last year and half, including the emergence of prestandards wireless broadband equipment with fully developed mobile capabilities, significant alterations in the competitive landscape, and the opening of valuable new spectrum for broadband wireless operators. Public broadband wireless data networks represent a truly disruptive technology, one that promises to break the monopolistic and oligopolistic status quo that still represents the norm in high-speed access today. Products that would enable such networks have existed for a number of years and in fact have been deployed in thousands of commercial systems throughout the world, but the lack of standards, the limited production volumes, and the consequent high prices have prevented the full potential of wireless broadband from being realized. Now, with the coming of a widely accepted industry standard, IEEE 802.16, and the introduction of microchips based on that standard by leading semiconductor companies, wi- less broadband public networks are becoming mainstream.

  • av Matthew Moodie
    643

    Pro Apache Ant is ideal for Java developers who need to use the leading open source build tool out there for development and project management. It is organized around chronological tasks instead of alphabetical functions, using a sample application throughout the set-up, from calling database scripts to unit testing.Practical examples are used at every stage and each task includes a concrete example. The configuration files are XML based, so there’s no need for you to write shell commands. Each task is run by an object that implements a particular task interface. And if you really need to execute a shell command, Ant has a task that allows different commands based on the operating system.

  • av Scott Preston
    878,-

    Notes on Style I admit I was a programmer before I started building robots. So my perspective may be so- what skewed in the direction of a programmer. However, I also didn't want this book to be from a purely software engineering perspective. I wanted to keep the text balanced between robotics and programming and not get too cute with either discipline, though from time to time I'm afraid I may have indulged myself. Who Should Read This Book If you want off-the-shelf robot components, free software, and development tools, this is the book for you. You can download all the software-it's GPL (General Public License) or Apache License-and you can purchase the components from your favorite robot supplier and/or hobby shop. The following sections outline the experience you should have to get the most out of the book. Your Programming/Java Experience I could say that you should have a good understanding of object-oriented techniques and Java before getting started with this book, but if you're like most roboticists, you'll likely learn as you go, and by following the various examples I've included within these pages.

  • - From Novice to Professional
    av James Weaver, Kevin Mukhar, James Crume & m.fl.
    589,-

    Sun’s new lightweight Java Enterprise Edition (EE) 5 is an extremely powerful platform for developing enterprise-level Java-based applications, primarily for the server. This book shows you how to harness that power, examining how the pieces of the new Java EE 5 platform fit together, including the redesigned annotations-driven EJB 3 spec as well as JavaServer Faces (JSF), integrated into the platform for the first time. Hands-on tutorials are also included, along with clear explanations and working code examples. You will grow to take the next step—from writing client-side desktop applications to writing enterprise applications. You will also learn how to use the individual APIs and tools in the Java EE 5 platform, and how to merge these to create your own enterprise applications.

  • av Joachim Rossberg & Rickard Redler
    660,-

    Pro Scalable .NET 2.0 Application Designs explains how to plan and implement .NET 2.0 applications. It addresses platform, hosting, and database requirements, as well as architectural design techniques that can be used to create the application itself. For example, the book illustrates a comparison between two models, the traditional and the new service-oriented architecture, to weigh the advantages and disadvantages of each. This book also makes use of the newest version of Web Services Enhancements (WSE 3.0), ensuring you have access to the latest Microsoft standards and advice.

  • - A Guide to Microsoft Axapta
    av David Weiner
    1 217,-

    Axapta is Microsoft's flagship ERP system and the most exciting ERP product currently on the scene. If Axapta hasn't come to a computer near you yet, it will soon. ?Note This book is based on Axapta version 3.0. Shortly before this book went to press, Microsoft announced that Axapta was to be rebranded as Dynamics AX.Axapta and Dynamics AX are one and the same product, and in this book we consistently use the term Axapta because that is the term that will be commonly used in the field for the near future. We'd like to start by offering the most valuable piece of advice we have for anyone wo- ing with Axapta (and with any complex system, for that matter): Keep it simple. Implement it in clearly defined and documented increments. For business consultants, architects, and developers we would add this: stick to standards whenever possible, develop simple so- tions, and keep the code simple and well-commented.

  • av Christian Gross
    536,-

    Foundations of Object-Oriented Programming Using .NET 2.0 Patterns solves the object-oriented and pattern-programming problem by mixing the two—the book teaches object-oriented concepts using patterns, or a solutions-based approach. The book's material is organized around tasks and patterns, and illustrated through development problems and solutions that include persistence, code efficiency, and good design.This book is of special interest to those who want to learn how to use .NET 2.0 Generics in conjunction with patterns. This unique book is based on the author's lectures, and the information unfolds in a practical manner.

  • av Eric White
    589,-

    T he release of the .NET Framework has changed the programming landscape for Microsoft application developers. Graphics programming has been affected as much as any other area. Whereas the Windows Graphical Device Interface (GDI) was once used to draw to a device, the .NET Framework now gives us GDI+. GDI+ consists of a number of namespaces and classes, made available as part of the .NET Framework and designed specifically to allow developers to do custom drawing in web and Windows controls. Effectively acting as a wrapper around the old GDI, GDI+ provides an easy-to-understand, inheritance-based object model for use by .NET programmers. The increased level of usability of GDI+ may draw many more programmers into custom drawing. Those from a C++/Microsoft Foundation Classes (MFC) background will already be familiar with many of the approaches in GDI+. Programmers who worked with Visual Basic will find in GDI+ an accessible way to develop controls that augment those shipped with the .NET Framework. A substantial part of the .NET Framework base-class library falls under the GDI+ banner. This book concentrates on the areas and features of GDI+ that are relevant to programmers who are most likely to work with these classes; that is, programmers who want to develop custom controls.

  • av John Zukowski
    995,-

    Completely revised, expanded, and updated for version 1.4 of the Java 2 Standard Edition (J2SE), this Third Edition not only adds updated programming examples of key Swing features but rounds out the book with key concepts like printing so the title provides a more complete reference for those interested in component-based user interface programming in Java. Key areas of new and updated material include drag and drop, accessibility, printing, focus management, and deployment. From the author:One of the things I'm trying to do with this edition is to expand things a little. With prior editions, my goal was to explain Swing. If it wasn't Swing, it wasn't in the book, even if it was part of what you would normally do with Swing. In this edition, I plan on adding content on topics like printing, the AWT layout managers, and deploying with Java Web Start and the Java Plug-in. While they aren't pieces of Swing specifically, they are important/related enough that they warrant discussion with the rest of Swing.

  • av Beau Hunter
    430,-

    Active Directory Field Guide is ideal for Windows and Active Directory administrators and consultants. It contains valuable descriptions of higher-level skills, tasks, and tools, including migration, large-scale deployment, security, and disaster recovery, and provides bold, nontraditional solutions.Author Laura E. Hunter is a Microsoft "e;Most Valuable Professional,"e; and this book is based on her real-world knowledge. It will help you save time and increase your network efficiency. Full of task-based, advanced solutions, it will also function as an indispensable reference guide.

  • - From Novice to Professional
    av Sing Li & Jonathan Knudsen
    651

    Have you thought about building games for your cell phone or other wireless devices? Whether you are a first–time wireless Java developer, or an experienced professional Beginning J2ME, Third Edition brings exciting wireless and mobile Java application development right to your door!This book will empower you with numerous topics: sound HTTPS support, user interface API enhancements, sound/music API, a Game API, 3D graphics, and Bluetooth. Further, this book is easy to read and includes many practical, hands–on, and ready–to–use code examples. You will not be disappointed.

  • - The Definitive Guide to Selling Abroad Profitably
    av Laurel J. Delaney
    596,-

    "e;Delaney's excellent book truly is the definitive guide. It easily and thoroughly explains everything you need to know."e; Steve Strauss, USA Today"e;Exporting: The Definitive Guide to Selling Abroad Profitably is generously sprinkled with Notes and Tips that deliver concise, insightful bursts of advice and counsel. These suggestions alone are worth the price of the book. From planning to execution, Laurel Delaney is like a trusted guide—encouraging one forward, pointing out potential pitfalls, and helping navigate the way through the exciting and challenging world of exporting."e; John N. Popoli, President and CEO, Lake Forest Graduate School of Management"e;I highly recommend this book to anyone looking to export. The real world, nuts and bolts kind of advice and information it contains will save you money and time— and make you a more effective exporter."e; Steve King and Carolyn Ockels, Small Business Labs"e;Exporting: The Definitive Guide to Selling Abroad Profitably is an invaluable guide to navigating the often-challenging waters of exporting."e; Rieva Lesonsky, SmallBizDaily"e;Exporting: The Definitive Guide to Selling Abroad Profitably is the 'how to' manual on how to grow USA factories jobs. Step by step and easy to read."e; Drew Greenblatt, CEO, Marlin Steel"e;If you intend to grow your business beyond the U.S. border, Exporting: The Definitive Guide to Selling Abroad Profitably is a great place to start."e; Anita Campbell, founder of Small Business Trends"e;As a valued Chapter Chair of the Women Presidents' Organization, Laurel Delaney has addressed a key issue our members face. While 25% of our members are international, another 25% would like to do business internationally. This book is a powerful guide that will help empower business owners and entrepreneurs by giving them everything they need to know about exporting."e; Dr. Marsha Firestone, President and Founder of the Women Presidents’ Organization"e;Exporting: The Definitive Guide to Selling Abroad Profitably takes the fear out of going global. It provides a step-by-step roadmap with very detailed and practical advice. From helping to identify markets to developing the relationships necessary for sales and distribution--this book is a must-have for any business trying to expand globally and profitably."e; Ellen A. Rudnick, Executive Director and Clinical Professor, Polsky Center for Entrepreneurship and Innovation, University of Chicago, Booth School of BusinessExporting: The Definitive Guide to Selling Abroad Profitably is for entrepreneurs and small business owners—the makers, movers, and shakers in our world—interested in taking their businesses to the next level of growth through exports.In the old days, creating an international business was left to relatively few--those with the wherewithal to move boatloads of goods into foreign countries. But now, thanks to the Internet, businesses of all sizes have a huge new opportunity to sell both goods and services globally. Yet only 1% of all U.S. businesses export. Why?Typically, exporting begins with unsolicited inquiries from foreign customers on the web via email, website, blog, or posting on a Facebook page. People outside your country want your product, and they want it now. The problem is that most small business owners do not know how to service these inquiries. What's the best way to ship goods? Do I need a license? Should I sell through wholesalers in specific countries or directly to consumers? How will I get paid? Help is here—Exporting equips you with the knowledge you need to market, sell, and fulfill orders internationally, taking full advantage of the Internet and the opportunities it creates. It also imparts a can-do spirit on exporting, leading to greater revenues, stability, and profitability for your business. Exporting: The Definitive Guide to Selling Abroad Profitably:Lays out simple steps to conduct market research, find customers, open new markets, get paid, and ship goods and services.Takes you through the exporting process via the Internet and other means.Shows how to use social media to expand your international presence.Provides insider tips and strategies to export efficiently and profitably.Explains how the U.S. government helps exporters.Walks readers through the export business plan.With 70 percent of global buying power lying outside U.S. borders, exporting is not just an option for ambitious entrepreneurs--it’s an absolute must for building and sustaining a successful future.

  • - An Introduction to Statistical Programming
    av Larry Pace
    722,-

    Beginning R: An Introduction to Statistical Programming is a hands-on book showing how to use the R language, write and save R scripts, build and import data files, and write your own custom statistical functions. R is a powerful open-source implementation of the statistical language S, which was developed by AT&T. R has eclipsed S and the commercially-available S-Plus language, and has become the de facto standard for doing, teaching, and learning computational statistics. R is both an object-oriented language and a functional language that is easy to learn, easy to use, and completely free. A large community of dedicated R users and programmers provides an excellent source of R code, functions, and data sets. R is also becoming adopted into commercial tools such as Oracle Database. Your investment in learning R is sure to pay off in the long term as R continues to grow into the go to language for statistical exploration and research. Covers the freely-available R language for statistics Shows the use of R in specific uses case such as simulations, discrete probability solutions, one-way ANOVA analysis, and more Takes a hands-on and example-based approach incorporating best practices with clear explanations of the statistics being done

  • av Dimitri Gielis, Francis Mignault, Dietmar Aust, m.fl.
    1 018

    Expert Oracle Application Express brings you groundbreaking insights into developing with Oracle's enterprise-level, rapid-development tool from some of the best practitioners in the field today. Oracle Application Express (APEX) is an entirely web-based development framework that is built into every edition of Oracle Database. The framework rests upon Oracle's powerful PL/SQL language, enabling power users and developers to rapidly develop applications that easily scale to hundreds, even thousands of concurrent users. The 13 authors of Expert Oracle Application Express build their careers around APEX. They know what it takes to make the product sing-developing secure applications that can be deployed globally to users inside and outside a large enterprise. The authors come together in this book to share some of their deepest and most powerful insights into solving the difficult problems surrounding scalability, globalization, configuration and lifecycle management, and more. You'll learn about debugging and performance, deep secrets to customizing your application user interface, how to secure applications from intrusion, and about deploying globally in multiple languages. Expert Oracle Application Express is truly a book that will move you and your skillset a big step towards the apex of Application Express development. Presents best-practices and development insights from leading experts in the field Addresses globalization, scalability, security, and other concerns of enterprise-level development Shows how to customize APEX for your own application needs

  • - Application-Scale JavaScript Development
    av Steve Fenton
    871

    JavaScript is everywhere, both as a pure language and in popular libraries like Angular, jQuery and Knockout, but users of modern object-oriented languages like Java and C# often find JavaScript frustrating to use and hard to extend to large-scale applications. TypeScript is an innovative open source language from Microsoft that combines powerful language features and enhanced tooling support with the key attractions of JavaScript as a flexible, dynamic language that can run in any browser and on any operating system. Pro TypeScript tells you everything you need to know about this exciting new language and how to use it in your applications.Starting with an introduction to the language and its features, the book takes you through some of the major features of TypeScript in depth, from working with the type system through object-orientation to understanding the runtime and the TypeScript compiler. The book then covers some of the factors you need to consider when running a TypeScript application in the browser, including interacting with the DOM, making asynchronous requests, and working with useful browser APIs, followed by a demonstration of server-side TypeScript using the popular Node.js framework.Because TypeScript compiles to plain JavaScript, exception handling, memory management and garbage collection can differ depending on where you run your program, so these topics get a chapter to themselves. You’ll also find out how to include popular JavaScript frameworks in your applications, so you can combine the benefits of TypeScript with some of the best JavaScript code that’s already out there waiting to be used. The final chapter gives an overview of automated testing for TypeScript applications.Pro TypeScript offers a balanced and practical guide to a language that will transform your experience of JavaScript development.

  • av Charles Edge, Roderick Smith, Zack Smith & m.fl.
    1 165,-

    Charles Edge, Zack Smith, and Beau Hunter provide detailed explanations of the technology required for large-scale Mac OS X deployments and show you how to integrate it with other operating systems and applications.Enterprise Mac Administrator's Guide addresses the growing size and spread of Mac OS X deployments in corporations and institutions worldwide. In some cases, this is due to the growth of traditional Mac environments, but for the most part it has to do with "e;switcher"e; campaigns, where Windows and/or Linux environments are migrating to Mac OS X. However, there is a steep culture shock with these types of migrations. The products that are used are different, the nomenclature is different, and most importantly the best practices for dealing with the operating system are different.Apple provides a number of tools to help automate and guide IT toward managing a large number of Mac OS X computers—it has since before Mac OS X was initially released. However, if you want to put together all of the pieces to tell a compelling story about how to run an IT department or a deployment of Macs, you need to compile information from a number of different sources. This book will provide explanations of the technology required. Provides complete solutions for the large- and medium-scale integration of directory services, imaging, and security Complete guide for integrating Macs and Mac OS X into mixed environments with confidence and no down time One-stop volume for IT professionals who need the technical details to get their job done as efficiently and effectively as possible

  • - Building Real-World Scalable Web Apps
    av Azat Mardan
    788,-

    Practical Node.js is your step-by-step guide to learning how to build a wide range of scalable real-world web applications using a professional development toolkit. Node.js is an innovative and highly efficient platform for creating web services. But Node.js doesn't live in a vacuum! In a modern web development, many different components need to be put together — routing, database driver, ORM, session management, OAuth, HTML template engine, CSS compiler and many more. If you already know the basics of Node.js, now is the time to discover how to bring it to production level by leveraging its vast ecosystem of packages. As a web developer, you'll work with a varied collection of standards and frameworks - Practical Node.js shows you how all those pieces fit together. Practical Node.js takes you from installing all the necessary modules to writing full-stack web applications by harnessing the power of the Express.js and Hapi frameworks, the MongoDB database with Mongoskin and Mongoose, Jade and Handlebars template engines, Stylus and LESS CSS languages, OAuth and Everyauth libraries, and the Socket.IO and Derby libraries, and everything in between. The book also covers how to deploy to Heroku and AWS, daemonize apps, and write REST APIs. You'll build full-stack real-world Node.js apps from scratch, and also discover how to write your own Node.js modules and publish them on NPM. You already know what Node.js is; now learn what you can do with it and how far you can take it!

  • av Dmitri Korotkevitch
    849,-

    Pro SQL Server Internals explains how different SQL Server components work "e;under the hood"e; and how they communicate with each other. This is the practical book with a large number of examples that will show you how various design and implementation decisions affect the behavior and performance of your systems.Pro SQL Server Internals covers a multiple SQL Server versions starting with SQL Server 2005 all the way up to the recently released SQL Server 2014. You'll learn about new SQL Server 2014 features including the new Cardinality Estimator, In-Memory OLTP Engine (codename Hekaton), and Clustered Columnstore Indexes. With Pro SQL Server Internals, you have a solid roadmap for understanding the depth and power of the SQL Server database backend, regardless of the version and edition of SQL Server you use.Pro SQL Server Internals does the following:Explains how to design efficient database schema, indexing, and transaction strategies.Shows how various database objects and technologies are implemented internally and when they should or should not be used.Demonstrates how SQL Server executes queries and works with data and transaction logs.

  • - A Programmer's Guide to Servlets, JavaServer Pages, and Enterprise JavaBeans
    av Lennart Jorelid
    636,-

    Servlets and JSP (Java Server Pages) are the main way that Java is used in the Web today. These are Java programs that run on a Web server that allow HTML content to be dynamically generated (often by querying a database) and then sent via the web to a "e;client"e; machine that made the request in the first place. Jorelid's book concentrates on teaching the program architect and designer how to fit the various pieces together, spending as little time as possible on the mechanics of coding. As the tech reviewer puts it, "e;Jorelid's perspective is unique and not voiced in any of the popular Servlet books (such as the ones by Jason Hunter, Marty Hall, Calloway, etc). The code examples in the touring the package sections nicely explain how to use the important methods in the Servlet API. I have yet to see any existing books get into these useful details."e;

  • av David Birmingham & Valerie Haynes Perry
    483

    "e;Software Development on a Leash"e; is designed as a roadmap for experienced developers and architects to align their approaches and development priorities for high reuse and innovation. Author David Birmingham's products have been successfully deployed in a variety of venues, in this context, highly complex desktop environments with rapid turnaround and high-intensity delivery deadlines. This book contrasts the application-centric development approach from the architecture-centric development approach, introducing the concept of the metamorphic super-pattern. Metamorphism is the capability of a software program to dynamically adapt to changing application requirements without rebuilding the binary executable. Birmhingham invites the reader to deploy reusable structural and behavioral building blocks, along with some powerful frameworks to gain immediate traction in any setting. The book includes a high-speed multi-dimensional toolkit to organize and deploy the building blocks, essentially weaving the application together at run-time, rather than being hard-wired in program code. Birmingham ties the building blocks together with structural and behavioral metadata, allowing simple, interpreted macros to drive everything from database access, screen layouts, and many aspects of software development normall embedded directly in the software program. The rapid deployment effect this creates allows developers to perform simple surgical application changes, or rapid sweeping rework/enhancement - without changing compiled software. The frameworks discussed include the capability of deploying/changing highly complex applications and their Visual Basic screens, without compiling program code; the capability of building dynamic data models that adapt to rapid change without software change; inter-application object sharing through sockets; dynamic error recovery and management, plus a powerful multi-dimensional toolkit.

  • av Josef Finsel
    662,-

    Feeling reluctant? The Handbook for Reluctant Database Administrators provides you with a solid grasp of what you'll need to design, build, secure, and maintain a database. Author Josef Finsel writes from an understanding point of view; he also crossed over from programming to database administration. Furthermore, database administration veteran Francis Stanisci comments throughout the book, sharing insight from his own years of experience.

  • av Budi Kurniawan
    490,-

    From seasoned developer Budi Kurniawan comes Internet Programming with Visual Basic, which teaches experienced Visual Basic programmers how to successfully combine two key Microsoft technologies used to drive the Web: Visual Basic and Microsoft Internet Information Server (IIS). This book covers what you as a professional developer needs to know to use VB to write WebClasses that combine all the elements of a robust, scalable Internet application. This book guides you through the process of building a browser-independent Internet application using VB. Along the way, Kurniawan provides real-world code examples and detailed explanations of exactly what is occurring at each step in the development process. He also offers thorough coverage of IIS objects and concepts used by both WebClasses and ASP applications. You'll learn how IIS applications compare with other technologies, such as ASP, and why IIS applications are much faster and more scalable. The first part of the book begins by reviewing and comparing the performance of the major Microsoft Internet technologies, including IIS applications. Kurniawan introduces the concept of IIS applications, shows how they're built, and provides related coverage of WebClasses, WebItems, and virtual directories. He also explains the role of ASP objects in IIS, the concept of ODBC and how to set up a Data Source Name connection, and the bases of Microsoft's Universal Data Access and MDAC strategies. In the second part of the book, Kurniawan discusses database optimization techniques, client-side processing, and how to manage state using the URLData property, Session object, database, cookies, and hidden fields. Finally, he addresses the crucial issues of security and successful deployment.

  • av Garth Wells
    795,-

    If you want to learn how to write stored procedures and triggers for Microsoft SQL Server, Code Centric: T-SQL Programming with Stored Procedures and Triggers is the book for you. Youll learn real-world coding and how to build non-trivial applications. All of the examples covered in the book are available for download, making it easier to work through over 5,000 lines of sample code.While there is extensive coverage of the new functionality in SQL Server 2000-such as UDFs (user-defined functions)-you can use this book effectively for virtually any version of SQL Server6.x, 7.0, or 2000.

  • - Using Any Web Browser
    av Harold Davis
    330

    Learn How to Program Using Any Web Browser is a book about general principles of good programming practice for complete novices. Whether you're just starting to get curious about what makes a computer work, or an office worker who has been using computer applications for years and would like to spend some time delving deeper into what makes them tick, this book is for you.Learn How to Program Using Any Web Browser will teach you the basics of programming using JavaScript. JavaScript can be written using any text editor, and displayed in almost any Web browser, regardless of operating system. Despite the unfortunate word "e;script"e; in the language name, in actuality, JavaScript is a modern programming language.

  • av John Mueller
    443

    Expert author John Mueller provides a complete view of Web Matrix, Microsoft's free Web site creation program - everything from simple Web pages to Web Services and database development to mobile applications. Mueller covers all the major features of Web Matrix, including the ASP.NET page designer, SQL and MSDE database management, data bound UI generation, XML Web Services, building mobile applications, FTP workspaces, and community integration. The combination of coverage, viewpoint, and quality make this title unique.

  • av Noel Jerke & Darin Beard
    589,-

    Building Database Driven Flash Applications demonstrates how the capabilities of Flash programming can be combined with Web back-end databases directly, without an intermediate layer of programming. Techniques for utilizing Flash presentation capabilities with the power of back-end databases are covered in step-by-step detail. Techniques and complete out-of-the-box solutions that are ready to be utilized immediately are presented. Provides complete application solutions, out-of-the-box, that are ready for use by the reader Examples on multiple technology platforms, including ASP, ASP .NET, SQL Server, and Access

  • av Tom Barnaby
    662,-

    COM ON A WIRE, also known as DCOM, was a great boon to the distributed pro- grammer. Under the model ofDCOM, a client was able to interact with COM objects located literally anywhere, without requiring a change of code base. Using the indi- rection provided by AppiDs, stubs, proxies, and channels, our distributed endeavors involved little more than the use of declarative tools such as dcomcnfg.exe and the Component Services snap-in. However, all was not well in the world of DCOM (or COM for that matter). Although the clicking of check boxes made COM-based remoting appear quite simple on the surface, we suffered through numerous registry conflicts, a lifetime of passing interface pointers by reference, and the dreaded prospect of crossing firewalls. Just as ADO.NET has nothing to do with classic ADO, the .NET Remoting story has nothing to do with classic DCOM. The most obvious case in point is the fact that .NET assemblies are not registered with the system registry. Given this, we have no AppiD. Without an AppiD, we have no RemoteServerName value, which means no reference to oleaut32.dll and thus no more COM -based stub and proxies. In short, everything we knew about interacting with types across the wire has changed dramatically.

  • - Web Development with VB .NET
    av Rob MacDonald & Steve Harris
    536,-

    Steve Harris and Rob Macdonald have applied their unrivaled .NET exposure and teaching pedigree to make Moving to ASP.NET: Web Development with VB .NET the most comprehensive, yet concise, introduction to ASP.NET development available. Whereas many .NET books cover only the basics, Moving to ASP.NET leads the reader from simple concepts and development tips through to detailed and informative chapters on ASP.NET architecture, advanced design and scalability considerations, and the multifaceted topic of Web security. Special chapters that cover creating mobile Web Applications for use with cell phones, learning XML, and building .NET Web Services ensure that the reader is fully informed, not just about where ASP.NET is being applied today, but also about those areas set to become increasingly important in coming years. The unique structure of Moving to ASP.NET delivers real ASP.NET content starting from Chapter 1, while relegating general .NET and Web programming concepts to a set of carefully designed appendixes. Harris and Macdonald bring years of real experience programming and teaching .NET to bear and deliver ASP.NET programming techniques that really work, explained in a way that makes sense.

  • - From Novice to Pro, Visual Basic .NET Edition
    av Heather Wright
    483

    Designed to get programmers up to professional level as fast as possible, ADO.NET: From Novice to Pro is aimed toward both developers who have little or no experience with ADO.NET (or with .NET in general) and programmers who are not comfortable with database programming. Best-selling author Peter Wright painlessly moves readers from simple database access to the sophisticated manipulation of XML documents. The book begins by showing you the basic architecture of ADO.NET and then provides you with what you need to know about data providers and the new Connection, Command, and DataSet objects. Wright then drills down into the topics professional developers need to grasp, such as transactions, concurrency, typed DataSets, and using XML with ADO.NET. Through working code adaptable to individual projects and numerous hands-on examples, you will learn how to create fast and powerful ADO.NET enterprise applications. The end goal of this book is to enable you to work at a professional level utilizing Microsoft's most modern data-access technology: ADO.NET!Author InformationPeter Wright is a principal consultant with Avanade Inc., based in London, England. He has over 10 years experience designing, developing and architecting applications using Microsoft technologies. At Avanade, Peter specializes in the architecture and development of .NET-enabled eBusiness solutions and mobile applications. He is also the author of 10 books covering subjects as diverse as Visual Basic, object-oriented applications development, Delphi programming, and Linux GUI development.

Gjør som tusenvis av andre bokelskere

Abonner på vårt nyhetsbrev og få rabatter og inspirasjon til din neste leseopplevelse.