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
 | 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 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
 | The ... | .NET Compact Framework Programming with C# (Microsoft Net Development Series)
 | .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
 | The ... | .Net E Commerce Programming with CDROM
 | The dot-com bust may have soured people on e-commerce, but growth in online sales continues to soar... | .NET e-Business Architecture
 | 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
 | 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#
 | This guide for Java developers, programmers, and architects, introduces the ... | .NET Framework Essentials, Third Edition
 | Fully updated for version 1... | .NET Framework Security
 | 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
 | 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
 | 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)
 | “This is a complete, authoritative, and truly useful reference for every ... | .NET Gotchas
 | Like most complex tasks, ... | .NET Internationalization: The Developer's Guide to Building Global Windows and Web Applications (Microsoft .Net Development Series)
 | As business becomes more and more global, software developers increasingly need to make applications multi-lingual and culturally aware... | .NET Multithreading
 | With an understanding of the ... | .NET Security
 | When you use ... | .NET Security And Cryptography
 | Learn how to make your ... | .NET System Management Services
 | 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)
 | If you develop, test, or manage ... | .NET Web Services Solutions
 | .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 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
 | Central to this guide on combining the software-engineering practices of the Unified Process with the ... | A Programmer's Guide to .NET
 | The new Microsoft platform, Microsoft... | A Tester's Guide to .NET Programming
 | A Tester's Guide to ... | Advanced .NET Remoting (C# Edition)
 | With the arrival of ... | Advanced .NET Remoting, Second Edition
 | With the arrival of ... | Applied .NET Attributes
 | This book focuses on a part of ... | Applied Microsoft .NET Framework Programming
 | 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)
 | 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
 | Whether you are an experienced developer or a ... | Build Your Own .NET Language and Compiler
 | All software developers use languages, which are the fundamental tool of the trade... | Building .NET Applications for Mobile Devices
 | 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
 | 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
 | "If you've been looking for one book on the ... | CIL Programming: Under the Hood of .NET
 | The Common Intermediate Language (CIL) is the core language of ... | COM and .NET Component Services
 | This book discusses COM+ component services... | COM and .NET Interoperability
 | 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
 | Microsoft ... | Customizing the Microsoft .NET Framework Common Language Runtime (Pro-Developer (Paperback))
 | 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)
 | 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
 | 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
 | In the predecessor volume of Debugging Applications for Microsoft ... | Debugging Microsoft .NET 2.0 Applications (Pro-Developer (Paperback))
 | 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
 | Debugging Strategies for ... | Deploying .NET Application: A Lifecycle Guide
 | 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)
 | 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 Designing Scalable .NET Applications
 | This text describes the architecture of a scalable ... | Developing .NET Enterprise Applications
 | Developing ... | Developing Application Frameworks in .NET
 | 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
 | 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#
 | With the release of ... | Effective Use of Microsoft Enterprise Library: Building Blocks for Creating Enterprise Applications and Services (Microsoft .Net Development Series)
 | 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
 | Learn how to use the Microsoft ... | Enterprise Services with the .NET Framework : Developing Distributed Business Solutions with .NET Enterprise Services (Microsoft Net Development Series)
 | From the Back Cover
"For anyone involved in the ... | Enterprise Solution Patterns Using .NET
 | 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) Essential Windows Workflow Foundation (Microsoft .NET Development Series)
 | 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
 | Expert ... | Expert .NET Delivery Using NAnt and CruiseControl.NET (Expert's Voice in .Net)
 | At first glance, building and deploying applications seem simple enough... | Expert .NET Micro Framework (Expert)
 | The Microsoft ... | eXtreme .NET : Introducing eXtreme Programming Techniques to .NET Developers
 | eXtreme ... | Foundations of F# (Expert's Voice in .Net)
 | Functional programming (FP) is the future of ... | Foundations of WF: an Introduction to Windows Workflow Foundation (Expert's Voice in .Net)
 | 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+
 | “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
 | 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 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
 | Mastering Visual Studio ... | Maximizing .NET Performance
 | Maximizing ... | Microsoft .NET Compact Framework (Core Reference)
 | 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
 |
The primary goal of ... | Microsoft .NET Distributed Applications: Integrating XML Web Services and .NET Remoting
 | Make the jump to distributed application programming using the ... | Microsoft .NET for Programmers
 | Shows intermediate and advanced programmers how to deploy a single ... | Microsoft .NET for Visual FoxPro Developers
 | For those simply curious about what ... | Microsoft .NET Framework Professional Projects (Professional Projects)
 | Use ... | Microsoft .NET Framework Security (One Off)
 | Today, computing is dynamic and global... | Microsoft .NET Kick Start
 | 'Microsoft ... | Microsoft .NET Remoting
 | Shows developers how to build Internet-based, distributed applications using Microsoft ... | Microsoft .NET Server Solutions for the Enterprise
 | Discusses how to integrate the Microsoft ... | Migrating to .NET: A Pragmatic Path to Visual Basic .NET, Visual C .NET, and ASP.NET
 | PREFACE We strongly believe that a title on migration to Microsoft ... | Mono: A Developer's Notebook (Developer's Notebook)
 | 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 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
 | Perhaps the most revolutionary aspect of the arrival of Microsoft's ... | Practical .NET 2.0 Networking Projects
 | Practical ... | Practical .NET for Financial Markets
 | 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)
 | Practical Mono offers you a detailed portrait of Mono and its many facets... | Practical Software Factories in .NET
 | Software factories, a new methodology, have emerged with the aim of industrializing software development... | Practical WPF Graphics Programming
 | The Windows Presentation Foundation (WPF) is a next generation graphics platform that is part of ... | Presenting Windows Workflow Foundation
 | 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
 | 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)
 | The target audience for this title are current ... | Pro .NET 2.0 Windows Forms and Custom Controls in C#
 | By using C# and the final beta of NET 2... | Pro .NET 2.0 Windows Forms and Custom Controls in VB 2005
 | Pro ... | Pro .NET 2.0 XML (Expert's Voice in .Net)
 | 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)
 | Pro Scalable ... | Pro Service-Oriented Smart Clients with .NET 2.0 (Pro)
 |
Pro Service-Oriented Smart Clients with ... | Pro WF: Windows Workflow in .NET 3.0 (Expert's Voice in .Net)
 | Windows Workflow Foundation is a ground-breaking addition to the core of the ... | Pro WPF: Windows Presentation Foundation in .NET 3.0
 | The Microsoft Windows Presentation Foundation (formerly code-named "Avalon") is a key part of ... | Professional .NET 2.0 Generics (Programmer to Programmer)
 | The power and elegance of generic types have long been acknowledged... | Professional .NET Framework 2.0 (Programmer to Programmer)
 |
- 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) Programming .NET Components
 | The introduction of the Microsoft® ... | Programming .NET Components, Second Edition
 | Brilliantly compiled by author Juval Lowy, Programming ... | Programming .NET Security
 | 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
 | Programming in the ... | Programming MapPoint in .NET
 | 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
 | 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
 | 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#
 | 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
 | Real-World ... | Smart Client Architecture and Design Guide (Patterns & Practices)
 | 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)
 | “ClickOnce demos may look simple, but those techniques only work for simple applications... | Student's Essential Guide to .NET
 | The Student's Essential Guide to ... | Teach Yourself .NET Windows Forms in 21 Days
 | .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)
 | Learn how to apply the concepts and techniques of Test-Driven Development (TDD) to writing software for Microsoft ... | Testing .NET Application Blocks First Edition
 | Table of Contents:
Complex software environments require more in-depth testing... | The .NET Developer's Guide to Directory Services Programming (Microsoft Net Development Series)
 | “If you have any interest in writing ... | The .NET Developer's Guide to Windows Security (Microsoft .Net Development Series)
 | 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
 | 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
 | The ... | Understanding .NET (2nd Edition)
 | Microsoft's ... | Windows Forms 2.0 Programming (2nd Edition) (Microsoft Net Development Series)
 | Windows Forms 2... | Windows Forms in Action
 | 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
 | 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
|