Markedets billigste bøger
Levering: 1 - 2 hverdage

Bøger i Expert's Voice in .NET serien

Filter
Filter
Sorter efterSorter Serie rækkefølge
  • af Robin Dewson
    328,95 kr.

    SQL Server 2005 Express Edition is a free relational database management system from Microsoft and provides a major subset of full SQL Server 2005 functionality. Many users learn on SQL Server 2005 Express Edition and then move on to SQL Server 2005. This book is a comprehensive, clear and gentle introduction to all fundamental aspects of SQL Server 2005 Express and the T-SQL database language. It is highly readable yet technically thorough. The book assumes no prior experience in databases or programming and is ideal for any new SQL Server Express user, whatever their use of SQL Server Express.

  • af Rakesh Rajan
    416,95 kr.

    This book is an invaluable companion when tackling a wide range of Visual Basic 2005 problems. It meets your need for fast, effective solutions to the difficulties you encounter in your coding projects.The book collates these problems and explains their available solutions. These one-stop solutions have been chosen with professional developers in mind and feature a careful balance of code and text: the code gives you everything you need to solve the problem at hand, while the accompanying text carefully explains how it solves your problem and, more importantly, why it works the way it does.

  • af Damon Armstrong
    413,95 kr.

    * Pro ASP.NET 2.0 Website Programming shows how to provide users and customers with ASP.NET 2.0 websites that are easy-to-use, perform well, and secure. * This book clearly explains how to handle all of the common website tasks effortlessly: including logging in, displaying important customer information, querying data, reporting. and security. * With this book, readers will learn ASP.NET 2.0 and how to apply it to solve real business problems.

  • af Matthew MacDonald
    445,95 kr.

    This book will follow the proven pattern of its previous .NET 2.0 and .NET 1.1 editions, teaching novice users how to use ASP.NET by gradually building their knowledge of the technology up in a pyramidal fashion chapter by chapter. Comprehensively revised for both ASP.NET 3.5 and the new C# 3.0 language this book presents the easiest path to ASP.NET 3.5 mastery. This is one of the first books introducing novices to this important new technology area, and is written specifically in their coding language of preference. The book is written by a proven and award winning .NET author that has been following the technology release cycle since its inception.

  • af Joachim Rossberg
    610,95 kr.

    You can have the best coders in the world working in your teams, but if your project management isn't up to scratch, your project is almost certain to be delayed, to come in over budget, and in some cases to fail entirely. By taking precise control of your application development process, you can make changes, both large and small, throughout your project's life cycle that will lead to better-quality finished products that are consistently delivered on time and within budget.Application lifecycle management (ALM) is an area of rapidly growing interest within the development community. Because its techniques allow you to deal with the process of developing applications across many areas of responsibility and across many different disciplines, its effects on your project can be wide ranging and pronounced. It is a project management tool that has practical implications for the whole team-from architects to designers, from developers to testers. Pro Application Lifecycle Management with Visual Studio 2012 focuses on the most powerful ALM tool available for the Microsoft .NET Framework: Visual Studio Team Foundation Server. It demonstrates the key concepts and techniques of ALM at first with a guide to the overall methodology, and then delves into architecture and testing--illustrating all of the concepts, tips and tricks using the tools TFS provides. The book serves as a complete guide to the ALM style--with no fluff and many relevant code samples and examples.After reading the book, you will understand how TFS can be used to generate continuous meaningful reporting on your project's health for the decision makers on your team as well as for your project's sponsors.

  • af Josh Holmes
    595,95 - 730,95 kr.

  • af Vivek Shetty & Manish Jayaswal
    839,95 - 942,95 kr.

  • - Windows Workflow in .NET 3.0
    af Bruce Bukovics
    434,95 - 464,95 kr.

    I started working with the new Microsoft WinFX technology stack early in the beta and CTP (Community Technology Preview) stage. The foundations in WinFX (Windows Presentation, Windows Communication, and Windows Workflow) have now finally made their way into a shipping Microsoft product: .NET 3.0. I actually started to learn and use all three of these foundations at the same time in my day job. Talk about a massive learning curve. While I was impressed with the flexibility and capabilities of Windows Presentation Foundation and Windows Communication Foundation, I was somehow inexplicably drawn to Windows Workflow Foundation (WF). WF isn't just a new way to implement a user interface, or a new way to communicate between applications and services. WF represents a completely new way to develop applications. It is declarative, visual, and infinitely flexible. It promotes a model that cleanly separates what to do from when to do it. This separation allows you to change the workflow model (the when) without affecting the what. Business logic is implemented as a set of discrete, testable components that are assembled into workflows like building blocks. Workflow isn't a new concept. But when Microsoft spends years developing a workflow foun- tion and provides it to us without cost, it is an event worth noting. Other workflow frameworks exist, but WF will soon become the de facto standard workflow framework for Windows applications.

  • af Trey Nash
    336,95 kr.

    Many books introduce C#, but if you don't have the time to read 1,200 pages, Accelerated C# 2008 gives you everything you need to know about C# 2008 in a concentrated 500 pages of must-know information and best practices.C# 2008 offers powerful new features, and Accelerated C# 2008 is the fastest path to mastery, for both experienced C# programmers moving to C# 2008 and programmers moving to C# from another object-oriented language.You’ll quickly master C# syntax while learning how the CLR simplifies many programming tasks. You’ll also learn best practices that ensure your code will be efficient, reusable, and robust. Why spend months or years discovering the best ways to design and code C# when this book will show you how to do things the right way, right from the start? Comprehensively and concisely explains both C# 2005 and C# 2008 features Focuses on the language itself and on how to use C# 2008 proficiently for all .NET application development Concentrates on how C# features work and how to best use them for robust, high–performance code

  • af Paul Sarknas
    445,95 kr.

    This book functions as a 'one-stop shop' for e-commerce development with ASP.NET 2.0. Everything the reader needs to know, from design and planning, through coding, to delivery and maintenance is addressed in a clear hands-on manner. The coverage complements and builds on the material in the book Beginning ASP.NET 2.0 E-Commerce, providing professional developers with the skills they need to create high-quality e-commerce systems that fulfill their customers' requirements. The book assumes a working familiarity with ASP.NET 2.0, but no prior expertise in e-commerce. At present, no other book addresses e-commerce on the .NET 2.0 Platform.

  • af Stephen R G Fraser
    636,95 kr.

    Based on newest version of Visual Studio .NET (2005) and .NET Framework version 2.0All topic areas include specific code examplesBridges the gap between classic C++ and Visual C++ .NETUpdate of a highly successful first edition

  • af Xin Chen
    389,95 kr.

    Application frameworks, which provide a base of common services on which applications are built, offer the benefits of extensibility, modularity, and reusability of both code and design to your applications. This book explains what frameworks are and how they fit into applications, and offers many object-oriented techniques used in application frameworks. This book also shows you actually how to develop application frameworks through a concrete framework example called Simplified Application Framework (SAF). The SAF framework was developed by author Xin Chen in C#. It consists of common services needed by many applications, such as a class factory service, configuration service, event notification service, security service, and transaction service. This book goes into detail on each of these services to explain its benefits, as well as its design and implementation in C#. Through a discussion of each service, you will also learn about many advanced .NET techniques employed by the framework, such as .NET remoting, reflection, custom attributes, multithreading, and serviced components. Many of the services discussed in the book also use design patterns as their blueprints. This book discusses these design patterns in-depth and shows how to implement them in a real-world scenario. Accompanying the book are the complete source code of the sample framework and sample executable projects (downloadable via the Internet), allowing readers to actually test out each framework service/component of SAF and learn about the development of frameworks, .NET technologies, and design patterns in a more interactive fashion.Special Note This book covers .NET 1.0 and 1.1. and assumes knowledge of the .NET Framework and C#.

Gør som tusindvis af andre bogelskere

Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.