FlazX | Categories | Forum | Links | Blog | Login


eBook By Category (.NET)



Articles

Debating on .Net Vs J2EE
When Microsoft launched .Net, IT arena was flooded with questions and debates as to which technology is superior to other. The .Net vs. J2EE debate is still around. Both .Net and Java 2 Enterprise Edition (J2EE) are development platforms to create web applications.

Introduction to Visual Studio 2005
Microsoft Visual Studio 2005 Beta 1(code name whidbey) is a major release for building future Microsoft .NET connected applications for Microsoft Windows® and the Web.






eBooks

.NET & J2EE Interoperability
.NET ebook: .NET & J2EE Interoperability Cover

Use this resource to get the upper hand in conducting programming with XML and serialization, whether you're a programmer, J2EE architect, or Windows developer...

.NET 2.0 Interoperability Recipes: A Problem-Solution Approach
.NET ebook: .NET 2.0 Interoperability Recipes: A Problem-Solution Approach Cover

.NET represents a new and improved way of developing software for the Windows platform. Given the chance, you'd probably rewrite all of your existing code in the newer managed code environment that .NET provides. But it is difficult or impossible to throw out all existing legacy code and start over when a new technology arrives. Instead, you need to find a way to move forward with new .NET development while reusing existing pieces of tested, working code. You need a way to interoperate with the existing code until you have a chance to finally rewrite all of it in .NET. The only recipe-style book on the subject, .NET 2.0 Interoperability Recipes: A Problem-Solution Approach guides Windows developers who are transitioning from native Windows code to .NET managed code. The book

  • Explains new interop features in .NET 2.0 and VS .NET 2005
  • Covers PInvoke, COM, and COM (other books don't cover all three areas)
  • Features most of its example code in C# and VB .NET, and also includes some managed C /CLI
  • Is written by a working developer with first-hand experience
.NET tools will allow you to interoperate with existing code. But finding the appropriate tool for the task at hand can sometimes be a frustrating experience. So this book will guide you past myriad infrequently used interop options to focus on those you'll use most often.

.NET Common Language Runtime Unleashed
.NET ebook: .NET Common Language Runtime Unleashed Cover

The ...

.NET Compact Framework Programming with C# (Microsoft Net Development Series)
.NET ebook: .NET Compact Framework Programming with C# (Microsoft Net Development Series) Cover

.NET Compact Framework Programming with C# is the definitive tutorial and reference for the .NET Compact Framework (CF). It shows you how to transfer your skills and your code to the Pocket PC 2003 and other mobile and embedded smart devices. Authors Paul Yao and David Durant draw upon their years of research and experience with members of the Microsoft .NET CF team to show you exactly how the best CF programming gets done in C#. This is the only book a programmer needs to master the art of CF coding. Throughout the book, sample code and examples illustrate best practices and programming techniques. In addition, the companion Web site includes downloadable code for all these examples, along with a set of development tools to help you with your CF development projects. The authors expertly zero in on what programmers need to understand for successful smart device programming, including:

  • Garbage Collection in the .NET Compact Framework
  • Controls and supported Properties, Methods, and Events (PMEs)
  • Custom controls with Windows Forms Designer support
  • Using Platform Invoke (P/Invoke)
  • Simple and complex data binding and the DataGrid control
  • Programming with ADO.NET data classes
  • Synchronizing SQL Server CE with SQL Server 2000 databases
  • Creating graphical output, including font and printing coding tricks
  • Differences between the standard desktop framework and the CF
.NET Compact Framework Programming with C# is your single resource for everything you really need to know about CF programming.

.NET Development Security Solutions
.NET ebook: .NET Development Security Solutions Cover

The ...

.Net E Commerce Programming with CDROM
.NET ebook: .Net E Commerce Programming with CDROM Cover

The dot-com bust may have soured people on e-commerce, but growth in online sales continues to soar...

.NET e-Business Architecture
.NET ebook: .NET e-Business Architecture Cover

This book is written for architects and developers preparing to design and build enterprise-scale e-business applications using Microsoft's Visual Studio...

.NET Enterprise Design with Visual Basic .NET and SQL Server 2000
.NET ebook: .NET Enterprise Design with Visual Basic .NET and SQL Server 2000 Cover

This book discusses factors and opinions developers should consider in order to create higher quality designs and applications...

.NET for Java Developers: Migrating to C#
.NET ebook: .NET for Java Developers: Migrating to C# Cover

This guide for Java developers, programmers, and architects, introduces the ...

.NET Framework Essentials, Third Edition
.NET ebook: .NET Framework Essentials, Third Edition Cover

Fully updated for version 1...

.NET Framework Security
.NET ebook: .NET Framework Security Cover

In 1997, Microsoft embarked on a "bet the company" strategy that was to reinvent the way the company did business...

.NET Framework Solutions: In Search of the Lost Win32 API
.NET ebook: .NET Framework Solutions: In Search of the Lost Win32 API Cover

If you've begun programming using Microsoft's ...

.NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library, 1/e
.NET ebook: .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library, 1/e Cover

Edited by a Lead Program Manager on Microsoft's ...

.NET Framework Standard Library Annotated Reference, Volume 2 : Networking Library, Reflection Library, and XML Library (Microsoft Net Development Series)
.NET ebook: .NET Framework Standard Library Annotated Reference, Volume 2 : Networking Library, Reflection Library, and XML Library (Microsoft Net Development Series) Cover

“This is a complete, authoritative, and truly useful reference for every ...

.NET Gotchas
.NET ebook: .NET Gotchas Cover

Like most complex tasks, ...

.NET Internationalization: The Developer's Guide to Building Global Windows and Web Applications (Microsoft .Net Development Series)
.NET ebook: .NET Internationalization: The Developer\'s Guide to Building Global Windows and Web Applications (Microsoft .Net Development Series) Cover

As business becomes more and more global, software developers increasingly need to make applications multi-lingual and culturally aware...

.NET Multithreading
.NET ebook: .NET Multithreading Cover

With an understanding of the ...

.NET Security
.NET ebook: .NET Security Cover

When you use ...

.NET Security And Cryptography
.NET ebook: .NET Security And Cryptography Cover

Learn how to make your ...

.NET System Management Services
.NET ebook: .NET System Management Services Cover

This detailed guide overviews the enterprise system management facilities, which are available as part of the Framework Class Library (FCL) of the ...

.NET Test Automation Recipes: A Problem-Solution Approach (Expert's Voice in .Net)
.NET ebook: .NET Test Automation Recipes: A Problem-Solution Approach (Expert\'s Voice in .Net) Cover

If you develop, test, or manage ...

.NET Web Services Solutions
.NET ebook: .NET Web Services Solutions Cover

.NET Web Services Solutions offers just what its title states: practical solutions to the real challenges you face as you use .NET to create applications that communicate with web services and--more to the point--to build and deploy web services of your own. By the time you're done, you'll understand how the web services platform works, because chapter by chapter you get all the hands-on instruction, detailed examples, and inside advice you need to make your project succeed.

For example, you'll learn to connect to a database using ADO.NET operations, carry out the exchange of binary files, and extend the reach of your web service so that it touches e-mail, fax machines, mobile devices, and remote PCs. You'll master techniques for making your web service available to other programs--but you'll also discover ways to control its availability through authentication and encryption.

Kris Jamsa's expert coverage goes above and beyond, providing advanced optimization tips, including instructions for implementing asynchronous operations. He also shows you a neat trick for calling a web service from within an HTML page using JavaScript. Want an even neater trick? Check out the section on making money with your web service, where you'll find a billing model that will work for you. The final chapter brings it all together, walking you through a cohesive, highly functional example of an employment web service.

.NET Windows Forms in a Nutshell
.NET ebook: .NET Windows Forms in a Nutshell Cover

.NET Windows Forms are a powerful technology for building a large class of applications for the Windows .NET platform. They offer nearly the same power and flexibility of classic Win32 development, but for a fraction of the effort. The programming model is lean and streamlined, and many of the tedious details that developers used to have to spend time on are now dealt with automatically by the platform. .NET Windows Forms in a Nutshell offers an accelerated introduction to this next-generation of rich user interface development. The book provides an all-inclusive guide for experienced programmers using the .NET Windows Forms platform to develop Windows applications, along with a compact but remarkably complete reference to the .NET Framework Class Library (FCL) Windows Forms namespaces and types. The authors present solid coverage of the fundamental building blocks, such as Controls, Forms, Menus, and GDI , and enough detail to help you build your own fully featured reusable visual components so you can write visual component libraries as well as standalone applications. .NET Windows Forms in a Nutshell aims to provide not just the practical information and advice required to get programs working, but also to communicate the rationale behind the various parts of Windows Forms' design. The authors show how the thinking behind the framework enhances your productivity substantially. The new framework allows you to guess correctly what "the Right Way" to do things is a majority of the time, even if you've never tried what you're doing before. No more digging around in documentation for days to try to find the bit of information you need to use one particular feature. Anyone who is involved in user interface development will appreciate the ease of creation and expanded capabilities provided by .NET Windows Forms, as well as the in-depth focus and straight-forward approach this book brings. Included on CD is an add-in that will integrate the book's reference directly into the help files of Visual Studio .NET.

.NET: A Complete Development Cycle
.NET ebook: .NET: A Complete Development Cycle Cover

Central to this guide on combining the software-engineering practices of the Unified Process with the ...

A Programmer's Guide to .NET
.NET ebook: A Programmer\'s Guide to .NET Cover

The new Microsoft platform, Microsoft...

A Tester's Guide to .NET Programming
.NET ebook: A Tester\'s Guide to .NET Programming Cover

A Tester's Guide to ...

Advanced .NET Remoting (C# Edition)
.NET ebook: Advanced .NET Remoting (C# Edition) Cover

With the arrival of ...

Advanced .NET Remoting, Second Edition
.NET ebook: Advanced .NET Remoting, Second Edition Cover

With the arrival of ...

Applied .NET Attributes
.NET ebook: Applied .NET Attributes Cover

This book focuses on a part of ...

Applied Microsoft .NET Framework Programming
.NET ebook: Applied Microsoft .NET Framework Programming Cover

This title takes advanced developers and software designers under the covers of ...

Beginning Information Cards and CardSpace: From Novice to Professional (Expert's Voice in .Net)
.NET ebook: Beginning Information Cards and CardSpace: From Novice to Professional (Expert\'s Voice in .Net) Cover

If you work at all with Internet-facing solutions, you know that the lack of an identity metasystem is a critical vulnerability in the design...

Best Kept Secrets in .NET
.NET ebook: Best Kept Secrets in .NET Cover

Whether you are an experienced developer or a ...

Build Your Own .NET Language and Compiler
.NET ebook: Build Your Own .NET Language and Compiler Cover

All software developers use languages, which are the fundamental tool of the trade...

Building .NET Applications for Mobile Devices
.NET ebook: Building .NET Applications for Mobile Devices Cover

Master mobile programming with this title! It demonstrates how to use the Microsoft ...

Building Intelligent .NET Applications : Agents, Data Mining, Rule-Based Systems, and Speech Processing
.NET ebook: Building Intelligent .NET Applications : Agents, Data Mining, Rule-Based Systems, and Speech Processing Cover

Artificial intelligence (AI) has been in existence almost as long as computers...

Building Solutions with the Microsoft .NET Compact Framework: Architecture and Best Practices for Mobile Development
.NET ebook: Building Solutions with the Microsoft .NET Compact Framework: Architecture and Best Practices for Mobile Development Cover

"If you've been looking for one book on the ...

CIL Programming: Under the Hood of .NET
.NET ebook: CIL Programming: Under the Hood of .NET Cover

The Common Intermediate Language (CIL) is the core language of ...

COM and .NET Component Services
.NET ebook: COM and .NET Component Services Cover

This book discusses COM+ component services...

COM and .NET Interoperability
.NET ebook: COM and .NET Interoperability Cover

Aimed at the more experienced developer who needs to get the old and the new in Windows to coexist, COM and ...

COM Programming with Microsoft .NET
.NET ebook: COM Programming with Microsoft .NET Cover

Microsoft ...

Customizing the Microsoft .NET Framework Common Language Runtime (Pro-Developer (Paperback))
.NET ebook: Customizing the Microsoft  .NET Framework Common Language Runtime (Pro-Developer (Paperback)) Cover

Get advanced programming techniques and guidelines to exploit the flexibility of the common language runtime (CLR), the managed code programming model used with Microsoft Visual Studio 2005 and the Microsoft ...

Data Binding with Windows Forms 2.0 : Programming Smart Client Data Applications with .NET (Microsoft Net Development Series)
.NET ebook: Data Binding with Windows Forms 2.0 : Programming Smart Client Data Applications with .NET (Microsoft Net Development Series) Cover

Data binding is the most important part of many business applications—and one of the most difficult things to understand...

Data Entry and Validation with C# and VB. NET Windows Forms
.NET ebook: Data Entry and Validation with C# and VB. NET Windows Forms Cover

The old hacker adage "Garbage in, garbage out" has never been so important as it is today...

Debugging Applications for Microsoft .NET and Microsoft Windows
.NET ebook: Debugging Applications for Microsoft .NET and Microsoft Windows Cover

In the predecessor volume of Debugging Applications for Microsoft ...

Debugging Microsoft .NET 2.0 Applications (Pro-Developer (Paperback))
.NET ebook: Debugging Microsoft  .NET 2.0 Applications (Pro-Developer (Paperback)) Cover

Traditionally, tools for performance tuning, testing applications, and debugging code have been expensive, hard to learn, and difficult to use...

Debugging Strategies For .NET Developers
.NET ebook: Debugging Strategies For .NET Developers Cover

Debugging Strategies for ...

Deploying .NET Application: A Lifecycle Guide
.NET ebook: Deploying .NET Application: A Lifecycle Guide Cover

This guide provides guidance, recommendations, and the technical information you need to plan successfully for and deploy Microsoft ...

Deploying .NET Applications: Learning MSBuild and ClickOnce (Expert's Voice in .Net)
.NET ebook: Deploying .NET Applications: Learning MSBuild and ClickOnce (Expert\'s Voice in .Net) Cover

Whether building a console application, a web service, or a smart client, you eventually need to distribute your finished work...

Deploying Solutions with .NET Enterprice Servers
.NET ebook: Deploying Solutions with .NET Enterprice Servers Cover

Designing Scalable .NET Applications
.NET ebook: Designing Scalable .NET Applications Cover

This text describes the architecture of a scalable ...

Developing .NET Enterprise Applications
.NET ebook: Developing .NET Enterprise Applications Cover

Developing ...

Developing Application Frameworks in .NET
.NET ebook: Developing Application Frameworks in .NET Cover

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...

Developing Microsoft .NET Controls with Microsoft Visual Basic .NET
.NET ebook: Developing Microsoft .NET Controls with Microsoft Visual Basic .NET Cover

Create compelling and effective program interfaces that best suit your users’ needs—and make your products more competitive and useful—by customizing the intrinsic controls in the Microsoft ...

Distributed .NET Programming in C#
.NET ebook: Distributed .NET Programming in C# Cover

With the release of ...

Effective Use of Microsoft Enterprise Library: Building Blocks for Creating Enterprise Applications and Services (Microsoft .Net Development Series)
.NET ebook: Effective Use of Microsoft Enterprise Library: Building Blocks for Creating Enterprise Applications and Services (Microsoft .Net Development Series) Cover

Writing robust enterprise applications presents a special challenge for developers, but Microsoft has addressed that challenge with the free, downloadable Enterprise Library for the ...

Embedded Programming with the Microsoft .NET Micro Framework
.NET ebook: Embedded Programming with the Microsoft  .NET Micro Framework Cover

Learn how to use the Microsoft ...

Enterprise Services with the .NET Framework : Developing Distributed Business Solutions with .NET Enterprise Services (Microsoft Net Development Series)
.NET ebook: Enterprise Services with the .NET Framework : Developing Distributed Business Solutions with .NET Enterprise Services (Microsoft Net Development Series) Cover

From the Back Cover "For anyone involved in the ...

Enterprise Solution Patterns Using .NET
.NET ebook: Enterprise Solution Patterns Using .NET Cover

This book captures the knowledge of seasoned developers and presents it in the form of a patterns catalog...

Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .NET Development Series)
.NET ebook: Essential Windows Communication Foundation (WCF): For .NET Framework 3.5 (Microsoft .NET Development Series) Cover

Essential Windows Workflow Foundation (Microsoft .NET Development Series)
.NET ebook: Essential Windows Workflow Foundation (Microsoft .NET Development Series) Cover

In Essential Windows Workflow Foundation, two WF lead architects Dharma Shukla and Bob Schmidtoffer an under-the-hood look at the technology, explaining the why and not just the how of WF's key concepts and architecture...

Expert .NET 2.0 IL Assembler
.NET ebook: Expert .NET 2.0 IL Assembler Cover

Expert ...

Expert .NET Delivery Using NAnt and CruiseControl.NET (Expert's Voice in .Net)
.NET ebook: Expert .NET Delivery Using NAnt and CruiseControl.NET (Expert\'s Voice in .Net) Cover

At first glance, building and deploying applications seem simple enough...

Expert .NET Micro Framework (Expert)
.NET ebook: Expert .NET Micro Framework (Expert) Cover

The Microsoft ...

eXtreme .NET : Introducing eXtreme Programming Techniques to .NET Developers
.NET ebook: eXtreme .NET : Introducing eXtreme Programming Techniques to .NET Developers Cover

eXtreme ...

Foundations of F# (Expert's Voice in .Net)
.NET ebook: Foundations of F# (Expert\'s Voice in .Net) Cover

Functional programming (FP) is the future of ...

Foundations of WF: an Introduction to Windows Workflow Foundation (Expert's Voice in .Net)
.NET ebook: Foundations of WF: an Introduction to Windows Workflow Foundation (Expert\'s Voice in .Net) Cover

Have you ever spent hours coding workflow for your applications? If so, the new Microsoft Windows Workflow Foundation (WF) technology will make your life easier...

Graphics Programming With GDI+
.NET ebook: Graphics Programming With GDI+ Cover

“Graphics Programming with GDI+ explores and exploits a wonderful range of GDI+ programming concepts, techniques, and applications for programmers of beginner to intermediate abilities...

How to Code .NET: Tips and Tricks for Coding .NET 1.1 and .NET 2.0 Applications Effectively
.NET ebook: How to Code .NET: Tips and Tricks for Coding .NET 1.1 and .NET 2.0 Applications Effectively Cover

What is good code? Writing good code is really a question about what the code is trying to solve...

Inside Microsoft .NET IL Assembler
.NET ebook: Inside Microsoft .NET IL Assembler Cover

.NET IL Assemble is the intermediate language that the .NET common language runtime converts to machine language in .NET applications. Get the inside scoop on this critical low-level language with an architectural guide from the most reliable authority-the language's designer, Serge Lidin. You'll discover common structures, functions, and rules for designing .NET applications, explanations for how .NET executables compile, details on the .NET IL Assembler, IL Disassembler and Metadata Validation tools, and more.

Mastering Visual Studio .NET
.NET ebook: Mastering Visual Studio .NET Cover

Mastering Visual Studio ...

Maximizing .NET Performance
.NET ebook: Maximizing .NET Performance Cover

Maximizing ...

Microsoft .NET Compact Framework (Core Reference)
.NET ebook: Microsoft .NET Compact Framework (Core Reference) Cover

This comprehensive reference provides developers with the information they need to develop new applications or move existing applications to handheld devices and other resource-constrained hardware...

Microsoft .NET Compact Framework Kick Start
.NET ebook: Microsoft .NET Compact Framework Kick Start Cover

The primary goal of ...

Microsoft .NET Distributed Applications: Integrating XML Web Services and .NET Remoting
.NET ebook: Microsoft .NET Distributed Applications: Integrating XML Web Services and .NET Remoting Cover

Make the jump to distributed application programming using the ...

Microsoft .NET for Programmers
.NET ebook: Microsoft .NET for Programmers Cover

Shows intermediate and advanced programmers how to deploy a single ...

Microsoft .NET for Visual FoxPro Developers
.NET ebook: Microsoft .NET for Visual FoxPro Developers Cover

For those simply curious about what ...

Microsoft .NET Framework Professional Projects (Professional Projects)
.NET ebook: Microsoft .NET Framework Professional Projects (Professional Projects) Cover

Use ...

Microsoft .NET Framework Security (One Off)
.NET ebook: Microsoft .NET Framework Security (One Off) Cover

Today, computing is dynamic and global...

Microsoft .NET Kick Start
.NET ebook: Microsoft .NET Kick Start Cover

'Microsoft ...

Microsoft .NET Remoting
.NET ebook: Microsoft .NET Remoting Cover

Shows developers how to build Internet-based, distributed applications using Microsoft ...

Microsoft .NET Server Solutions for the Enterprise
.NET ebook: Microsoft .NET Server Solutions for the Enterprise Cover

Discusses how to integrate the Microsoft ...

Migrating to .NET: A Pragmatic Path to Visual Basic .NET, Visual C .NET, and ASP.NET
.NET ebook: Migrating to .NET: A Pragmatic Path to Visual Basic .NET, Visual C   .NET, and ASP.NET Cover

PREFACE We strongly believe that a title on migration to Microsoft ...

Mono: A Developer's Notebook (Developer's Notebook)
.NET ebook: Mono: A Developer\'s Notebook (Developer\'s Notebook) Cover

The Mono Project is the much talked-about open source initiative to create a Unix implementation of Microsoft's ...

Network programming in .NET : C# & Visual Basic .NET
.NET ebook: Network programming in .NET : C# & Visual Basic .NET Cover

.NET Network Programming, is a complete introduction to developing network programs in both C# and VB.NET. It includes chapters on the fundamentals of network programming, TCP and UDP sockets, multicasting, HTTP and SMTP, Remoting, and Web services. Not only that, but it also covers rare, and hard-to-find practical information on Telephony, Packet level networking, MSMQ, and IPv6. Whether you're a professional network programmer, or just want to see what's possible, you'll find that .NET Network Programming is a complete guide to the capabilities of networking in the .NET framework. This is the second book in the Digital Press Software Development Series.

Open Source .NET Development
.NET ebook: Open Source .NET Development Cover

Perhaps the most revolutionary aspect of the arrival of Microsoft's ...

Practical .NET 2.0 Networking Projects
.NET ebook: Practical .NET 2.0 Networking Projects Cover

Practical ...

Practical .NET for Financial Markets
.NET ebook: Practical .NET for Financial Markets Cover

This unique book examines up-to-the-minute uses of technology in financial markets and then explains how you can profit from that knowledge...

Practical Mono (Expert's Voice in Open Source)
.NET ebook: Practical Mono (Expert\'s Voice in Open Source) Cover

Practical Mono offers you a detailed portrait of Mono and its many facets...

Practical Software Factories in .NET
.NET ebook: Practical Software Factories in .NET Cover

Software factories, a new methodology, have emerged with the aim of industrializing software development...

Practical WPF Graphics Programming
.NET ebook: Practical WPF Graphics Programming Cover

The Windows Presentation Foundation (WPF) is a next generation graphics platform that is part of ...

Presenting Windows Workflow Foundation
.NET ebook: Presenting Windows Workflow Foundation Cover

Presenting Windows Workflow Foundation is a premium reference that provides information on a key part of WinFX, providing universally accessible and consistent workflow technology for the Windows platform...

Pro .NET 1.1 Remoting, Reflection, and Threading
.NET ebook: Pro .NET 1.1 Remoting, Reflection, and Threading Cover

Three powerful technologies-- Remoting, Reflection, and Threading-- are combined in a single book! And when these technologies come together, you are faced with a powerful range of tools that allow you to run code faster, more securely, and more flexibly...

Pro .NET 2.0 Extreme Programming (Expert's Voice)
.NET ebook: Pro .NET 2.0 Extreme Programming (Expert\'s Voice) Cover

The target audience for this title are current ...

Pro .NET 2.0 Windows Forms and Custom Controls in C#
.NET ebook: Pro .NET 2.0 Windows Forms and Custom Controls in C# Cover

By using C# and the final beta of NET 2...

Pro .NET 2.0 Windows Forms and Custom Controls in VB 2005
.NET ebook: Pro .NET 2.0 Windows Forms and Custom Controls in VB 2005 Cover

Pro ...

Pro .NET 2.0 XML (Expert's Voice in .Net)
.NET ebook: Pro .NET 2.0 XML (Expert\'s Voice in .Net) Cover

XML is the de facto language for communication within and between distributed applications, whether they're on the Internet or a corporate network...

Pro Scalable .NET 2.0 Application Designs (Expert's Voice in .Net)
.NET ebook: Pro Scalable .NET 2.0 Application Designs (Expert\'s Voice in .Net) Cover

Pro Scalable ...

Pro Service-Oriented Smart Clients with .NET 2.0 (Pro)
.NET ebook: Pro Service-Oriented Smart Clients with .NET 2.0 (Pro) Cover

Pro Service-Oriented Smart Clients with ...

Pro WF: Windows Workflow in .NET 3.0 (Expert's Voice in .Net)
.NET ebook: Pro WF: Windows Workflow in .NET 3.0 (Expert\'s Voice in .Net) Cover

Windows Workflow Foundation is a ground-breaking addition to the core of the ...

Pro WPF: Windows Presentation Foundation in .NET 3.0
.NET ebook: Pro WPF: Windows Presentation Foundation in .NET 3.0 Cover

The Microsoft Windows Presentation Foundation (formerly code-named "Avalon") is a key part of ...

Professional .NET 2.0 Generics (Programmer to Programmer)
.NET ebook: Professional .NET 2.0 Generics (Programmer to Programmer) Cover

The power and elegance of generic types have long been acknowledged...

Professional .NET Framework 2.0 (Programmer to Programmer)
.NET ebook: Professional .NET Framework 2.0 (Programmer to Programmer) Cover

  • Offering authoritative, field-proven advice from a Microsoft insider, this book teaches the underlying commonalities that developers can use regardless of their language choice or development tools
  • Extensive use of examples and working code provides developers with practical and authoritative coverage of the CLR (common language runtime) and APIs, the building blocks that make it possible to write in any choice of language
  • Primary topics discussed include generics, MSIL (Microsoft Intermediate Language)-based framework libraries, advanced framework libraries, distributed development foundations, and more
  • Version 2...

Professional WCF Programming: .NET Development with the Windows Communication Foundation (Programmer to Programmer)
.NET ebook: Professional WCF Programming: .NET Development with the Windows Communication Foundation (Programmer to Programmer) Cover

  • Part of the new ...

Programming .NET Components
.NET ebook: Programming .NET Components Cover

The introduction of the Microsoft® ...

Programming .NET Components, Second Edition
.NET ebook: Programming .NET Components, Second Edition Cover

Brilliantly compiled by author Juval Lowy, Programming ...

Programming .NET Security
.NET ebook: Programming .NET Security Cover

With the spread of web-enabled desktop clients and web-server based applications, developers can no longer afford to treat security as an afterthought...

Programming in the .NET Environment
.NET ebook: Programming in the .NET Environment Cover

Programming in the ...

Programming MapPoint in .NET
.NET ebook: Programming MapPoint in .NET Cover

Interactive web maps generated by MapPoint-Microsoft's popular mapping technology are crucial for businesses in a number of fields, including real estate, package delivery, and commercial air travel...

Programming Microsoft Web Forms
.NET ebook: Programming Microsoft  Web Forms Cover

Windows Web Forms pages can streamline development for a variety of applications—but many Microsoft Windows®–related programming books skip over the details that allow developers to take full advantage of Web Forms...

Programming Microsoft .NET
.NET ebook: Programming Microsoft .NET Cover

Learn how to develop robust, Web-enabled and Microsoft Windows–based applications by taking advantage of C# and the Microsoft ...

Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#
.NET ebook: Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C# Cover

A fast-paced and practical developer's road map to working with Windows WF, from compilation to the base activity library to runtime services...

Real-World .NET Applications
.NET ebook: Real-World .NET Applications Cover

Real-World ...

Smart Client Architecture and Design Guide (Patterns & Practices)
.NET ebook: Smart Client Architecture and Design Guide (Patterns & Practices) Cover

Get expert, pragmatic guidance on how to design and build smart client solutions that combine the benefits of traditional, rich-client applications with the manageability of thin clients...

Smart Client Deployment with ClickOnce(TM): Deploying Windows Forms Applications with ClickOnce(TM) (Microsoft .NET Development Series)
.NET ebook: Smart Client Deployment with ClickOnce(TM): Deploying Windows Forms Applications with ClickOnce(TM) (Microsoft .NET Development Series) Cover

“ClickOnce demos may look simple, but those techniques only work for simple applications...

Student's Essential Guide to .NET
.NET ebook: Student\'s Essential Guide to .NET Cover

The Student's Essential Guide to ...

Teach Yourself .NET Windows Forms in 21 Days
.NET ebook: Teach Yourself .NET Windows Forms in 21 Days Cover

.NET Windows Forms are a new programming paradigm introduced with Microsoft's .NET initiative. Windows Forms are very similar to Web Forms, which allow programmers to build complex Web application interfaces easily, sharing the same underlying framework and programming concepts. Windows Forms, however, are used for the Win32 platform, instead of the Internet, and allow programmers to build traditional Windows desktop-based applications structured around .NET. Sams Teach Yourself .NET Windows Forms in 21 Days covers all the major aspects of Windows Forms necessary to build professional, functional applications. This book follows the tried-and-tested 21 Days tutorial model to guide the reader through Windows Forms. It features code examples and tips for programmers migrating from pre-Windows Forms Microsoft technologies. The reader will be introduced to the many controls available for .NET Windows Forms and how to build them, learn how to create events and event handlers, explore ADO.NET and methods to retrieve data from dynamic data sources, and learn how to take advantage of the Internet and Internet Explorer from their .NET Windows Forms applications. As readers advance through the tutorials, they progress toward more advanced topics and projects by creating simple graphical applications and enhancing existing ones, learn how to integrate with other .NET applications, use Web services, build Windows services, build Windows Forms controls, create multi-threaded applications, work with COM and COM+ configure and deploy .NET Windows Forms, and how to de-bug .NET Windows Forms.

Test-Driven Development in Microsoft .NET (Microsoft Professional)
.NET ebook: Test-Driven Development in Microsoft  .NET (Microsoft Professional) Cover

Learn how to apply the concepts and techniques of Test-Driven Development (TDD) to writing software for Microsoft ...

Testing .NET Application Blocks First Edition
.NET ebook: Testing .NET Application Blocks   First Edition Cover

Table of Contents: Complex software environments require more in-depth testing...

The .NET Developer's Guide to Directory Services Programming (Microsoft Net Development Series)
.NET ebook: The .NET Developer\'s Guide to Directory Services Programming (Microsoft Net Development Series) Cover

“If you have any interest in writing ...

The .NET Developer's Guide to Windows Security (Microsoft .Net Development Series)
.NET ebook: The .NET Developer\'s Guide to Windows Security (Microsoft .Net Development Series) Cover

This book was written for the many thousands of people involved in designing and writing software for the Microsoft ...

The Common Language Infrastructure Annotated Standard
.NET ebook: The Common Language Infrastructure Annotated Standard Cover

The Common Language Infrastructure Annotated Standard is the definitive guide to understanding the annotated specification for the Common Language Infrastructure (CLI) standard...

The Definitive Guide to the .NET Compact Framework
.NET ebook: The Definitive Guide to the .NET Compact Framework Cover

The ...

Understanding .NET (2nd Edition)
.NET ebook: Understanding .NET (2nd Edition) Cover

Microsoft's ...

Windows Forms 2.0 Programming (2nd Edition) (Microsoft Net Development Series)
.NET ebook: Windows Forms 2.0 Programming (2nd Edition) (Microsoft Net Development Series) Cover

Windows Forms 2...

Windows Forms in Action
.NET ebook: Windows Forms in Action Cover

Using many examples all on a common theme, this second edition of Windows Forms Programming with C# presents Windows application development in a step-by-step, easy to follow format...

XML.NET Developer's Guide
.NET ebook: XML.NET Developer's Guide Cover

XML is one of the cornerstones of the ...


Submit a related site | Submit an article





Top 100 Search Keywords
Last 100 Search Keywords

Nokia Themes
Free Download
Daily Internet Guide
EgyDown
Share4All
FreeBookCity.Com
Providings.com
DownArchive
Allulook4.com
eu-warez.net




eXTReMe Tracker