كتب حاسبات متنوعة : انظمة - شبكات - برمجة - قواعد بيانات

صفحة 10 من اصل 11 السابق  1, 2, 3 ... , 9, 10, 11  التالي

استعرض الموضوع السابق استعرض الموضوع التالي اذهب الى الأسفل

Applied ADO.NET: Building Data-Driven Solutions

مُساهمة من طرف ملاك في الثلاثاء يونيو 17, 2008 9:56 pm

Applied ADO.NET: Building Data-Driven Solutions provides extensive coverage of ADO.NET technology including ADO.NET internals, namespaces, classes, and interfaces. Where most books cover only SQL and OLE DB data providers, Mahesh Chand and David Talbot cover SQL, OLE DB, ODBC data providers and the latest additions to ADO.NET: Oracle, MySQL, and XML .NET data providers. Chand and Talbot also cover internals of data binding and they provide detailed coverage on both Windows Forms and Web Forms data binding and data-bound controls. Since XML plays a major role in .NET development, the authors also provide a comprehensive look at XML namespaces and classes, and how to integrate both with ADO.NET.

Applied ADO.NET: Building Data-Driven Solutions begins with the basics of ASP.NET and data-bound controls. It then delves into internals of data binding and shows how to use DataGrid, DataList, and other data-bound controls in real-world applications. Chand and Talbot also discuss the ASP.NET guest book, database XML Web services, and even an online bookstore site development and design process.
Advanced developers will learn from the coverage of ADO.NET architecture, related design issues, and how ADO.NET data providers are designed. The authors also show how to create a Custom Data Provider. Event handling, server side programming, data relations and constraints, Active Directory, messaging, exception and error handling, and object relational model are other topics covered in detail.


Download

ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

COM and .NET Interoperability

مُساهمة من طرف ملاك في الثلاثاء يونيو 17, 2008 9:59 pm

Aimed at the more experienced developer who needs to get the old and the new in Windows to coexist, COM and .NET Interoperability gives you all the nitty-gritty detail to get .NET Framework code and the older COM standard to work together effectively. Crammed with technical knowledge and a wide range of programming techniques you most likely won't find anywhere else, this book will fill a worthwhile niche as corporations move older Windows code to .NET.
The in-depth technical detail of the inner workings of both COM and .NET sets it apart. It says a lot about this title that it is only after 300 pages of introductory material on the inner workings of COM and .NET that the text turns to interoperability between the two. First comes a traditional tour of COM components, including all the gnarly details of Iunknown, GUIDs, type libraries, late binding (and Idispatch), and deployment through the registry. A short section looks at using the Active Template Library (ATL) and its wizards to simplify "traditional" COM components.
The author also examines how to build and deploy equivalent components in .NET, along with some more advanced material on reflection, generating on-the-fly code, and assembly information. Material on emulating late-binding in .NET is also a standout here, as this technique is not obvious under the new Windows.
At the heart of this book are six chapters showing how to get .NET to call COM code and vice versa, organized into beginning, intermediate, and advanced techniques for each. Core material here shows how to invoke COM objects within .NET, as well as ActiveX controls, a worthy addition, as this is likely to be a workable strategy for .NET developers for years to come. Advanced techniques range further afield. When it comes to calling .NET code from older COM code, apart from the basics of invoking .NET from within "traditional" C++ and Visual Basic, the author also shows how to "consume" new .NET classes like collections within COM.
Final sections turn toward other COM+ services, with a full tour of transactions and just-in-time activation (JITA) for building more scalable Windows components. (Here, besides "classic" COM+ components in C++, the author shows how to do it in .NET.) The book rounds out with examples of "fully serviced" Windows components in .NET, including a solid example using a Web service.
While COM is destined to wither away, for the next few years there will be ample opportunity for advanced programmers to leverage an in-depth knowledge of COM and .NET. This book's authoritative treatment of most every conceivable permutation of COM and .NET code interaction makes it the definitive resource on the subject. Armed with this title, any advanced C++/C# developer will be able to mix in old code and new code effectively. --Richard Dragan
Topics covered: Introduction to Platform Invocation (PInvoke) services; calling a traditional DLL from C and C++; using PInvoke to call a traditional DLL with .NET; callback functions in .NET for DLLs; tutorial for COM servers (conventions and built-in interfaces, GUIDs, class factories, deployment); C++ COM clients; IDispatch and scriptable objects; Active Template Library (ATL) basics (including wizard support); COM servers in VB 6; COM IDL files in detail (type libraries and programming reading type info); using C# to view COM type libraries; .NET servers (including assemblies and deployment options); advanced techniques for on-the-fly code generation with the System.CodeDOM APIs; .NET types explained; using .NET reflection APIs (viewing type info in C#); late binding in .NET; basic .NET to COM interoperability (converting COM IDL to .NET types); deploying Interop assemblies; intermediate techniques (including using COM Variants, Param arrays, structures and collections between platforms, events and delegates, error handling); advanced techniques (COM classes implementing .NET interfaces); consuming ActiveX controls in .NET code; modifying Interop assemblies; basic COM to .NET code-sharing techniques (including the COM Callable Wrapper, CCW, the tlbexp.exe utility, COM-aware .NET types); consuming .NET components in VB 6, C++, and VBScript; intermediate COM to .NET techniques (using .NET enumerated types, structures, delegates, and collections within COM); advanced techniques for using .NET in COM (changing type marshaling, custom COM interfaces, defining COM interfaces using managed code, manually defining COM atoms in C#, custom hosts for the .NET runtime); overview of COM+ (including the transactions, pooling, and the COM+ Catalog); classic COM+ components versus .NET equivalentsp; lazy automatic registration; object construction strings; just-in-time activation (JITA); transactional programming in .NET; and sample serviced components (including a Web service example).


Download

ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

Designing Scalable .NET Applications (Expert's Voice)

مُساهمة من طرف ملاك في السبت يونيو 21, 2008 9:51 pm

This book will show you some of the best practices in designing an enterprise application that we have found invaluable in our own work. More and more our customers have asked for integration solutions over the last few years. With the introduction of SOAP and XML, we have found that we could use much of the same thinking when designing these applications as we used before. Of course, we have constantly evolved our thinking and refined our design patterns as new techniques have been introduced.
What This Book Does Not Cover
In this book, we will not discuss integration in and of itself. We will instead focus on a general design that can be implemented for many solutions, no matter what their purpose may be. We have tried to cover a broader spectrum than most books do. If there is one thing we have learned, it is that having the big picture is important. If a large project needs to be delivered on time and at the same time fulfill its expectations, developers and designers alike need to have a broad view of it. This obviously means we cannot be as thorough as we would like to be in many areas, but luckily other books are available for this. For example, the Sundblad and Sundblad books are valuable for their design patterns and modeling suggestions. Other books offer deep coverage of operating systems, databases, Web services, XML, and all those areas that are important to us. This book tries to bridge these boundaries so that you can build better applications for your customers or companies.
Building an enterprise application is not an easy task. If you do not design it properly from the beginning, the risk of failure will increase dramatically. Poor design might not be noticed at once, but with time, performance issues as well as extensibility issues are sure to emerge. To avoid this, IT architects and system designers need to have knowledge about what techniques are available and how these can be used.


Download

ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

Distributed .NET Programming in C Sharp

مُساهمة من طرف ملاك في السبت يونيو 21, 2008 9:53 pm

With the release of .NET, Microsoft has once again altered the distributed programming landscape. Almost everything has changed, from data access, to remote object calls, to the deployment of software components. And of course, .NET introduces a new technology in XML Web services that may revolutionize Web development.
Distributed .NET Programming in C# describes how to use these new .NET technologies to build fast, scalable, and robust distributed applications. Along the way, it answers common questions such as, How do I use the .NET Remoting Framework? What role does COM+ play in the .NET universe? How can I interoperate with COM components? What's the difference between .NET Remoting and Web services? How will these changes affect the architecture and design of a distributed application?
Author Tom Barnaby assumes the reader is already familiar with the fundamentals of .NET. However, a .NET overview is provided to concisely explain several of the core .NET technologies that are essential for distributed programming, including building, versioning, and deploying assemblies; garbage collection; serialization; and attribute-based programming.


Download

ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

رد: كتب حاسبات متنوعة : انظمة - شبكات - برمجة - قواعد بيانات

مُساهمة من طرف زهراء في الأحد يونيو 22, 2008 7:16 am

مشكورةةةةةةةةةةةة sunny sunny

زهراء

الجنس:انثى
عدد المساهمات : 53
سجّل في : 30 مارس 2008
العمر : 38
العمل/الترقية : موظفة
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

Build Your Own ASP.NET 2.0 Web Site Using C Sharp & VB

مُساهمة من طرف ملاك في الإثنين يونيو 23, 2008 10:15 pm

Learn how to build impressive ASP.NET 2.0 Websites in both C# and VB from scratch.
Using a practical step-by-step approach, the authors introduce the ASP.NET framework, teach you about database design, and walk you through obtaining, installing and configuring all the freely available software you need to use ASP.NET 2.0. They then show you how to build several real world Web-based applications that you can put to use instantly in your projects.
Readers will learn how to:
Develop a fully functional Corporate Intranet with a dynamic navigation menu

Create an email newsletter system using ASP.NET 2.0

Build web forms using web controls, validation controls, and rich controls

Program in both C# and VB

Handle unforseen errors gracefully using a range of error handling techniques

Secure applications using form authentication

Use code-behind to streamline code.
This book doesn't force you to choose an ASP.NET language in advance - all code examples are presented in both C# (pronounced see-sharp) and VB. You can choose which one you want to use, and follow-it throughout the book. Best of all, this book doesn't assume any prior programming knowledge!
As an added bonus, this book doesn't force you to choose an ASP.NET language in advance - all code examples are presented in both C# (pronounced see-sharp) and VB.NET. You can choose which one you want to use, and follow-it throughout the book. Best of all, this book doesn't assume any prior ASP.NET knowledge!


Download

ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

Mastering Web Development with Microsoft Visual Studio 2005

مُساهمة من طرف ملاك في الإثنين يونيو 23, 2008 10:21 pm

For large-scale web application development, Visual Studio 2005 is the most capable product around. This book shows team members and leaders how to use its power in several key dimensions. You'll master dozens of built-in features for creating a large, high-performance website based on ASP.NET 2.0. You'll work seamlessly with dynamic data, both reading from and writing to databases. And throughout, you'll learn how Visual Studio 2005 supports a more efficient group process in terms of design, development, and deployment. And everything is brought together with the enterprise-scale example, "ABC Incorporated," that runs throughout the book. This is a book no web developer, and no web-dependent organization, should be without.
Coverage Includes

Reaping the benefits of master pages and themes
Generating site maps and other navigational aids automatically
Building a shopping cart application for your website
Adding search functionality to your website
Creating a flexible user environment using Webpart technology
Increasing application performance using client-side and server-side scripting technologies
Giving users the ability to change the website's theme to meet specific needs
Using components and controls to add special effects and user customization
Improving team efficiency using modern development and design techniques
Monitoring and responding to usage statistics
Combining technologies to get the best possible results from large applications
Making your site accessible to everyone

Master Standards-Based Web Development Techniques New to Visual Studio 2005
Discover How Visual Studio 2005 Solves Team Development Issues, Such as Source Code Control and Application Design
Simplify Database Application Development without Compromising Security or Reliability


Download

ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

55Ways To Have Fun With Google

مُساهمة من طرف ملاك في الأربعاء يوليو 02, 2008 6:09 pm

You probably use Google everyday, but do you know... the Google Snake Game? Googledromes? Memecodes? Googlesport? The Google Calculator? Googlepark and Google Weddings? Google hacking, fighting and rhyming? In this book, you?ll find Google-related games, cartoons, oddities, tips, stories and everything else that?s fun. Reading it, you won?t be the same searcher as before! (From the author of Google Blogoscoped.)

Download

ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

How To Accelerate Your Internet

مُساهمة من طرف ملاك في الأربعاء يوليو 02, 2008 6:12 pm

Access to sufficient Internet bandwidth enables worldwide electronic collaboration, access to informational resources, rapid and effective communication, and grants membership to a global community. Therefore, bandwidth is probably the single most critical resource at the disposal of a modern organisation.

The goal of this book is to provide practical information on how to gain the largest possible benefit from your connection to the Internet. By applying the monitoring and optimisation techniques discussed here, the effectiveness of your network can be significantly improved.

Download


ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

A Definative Guide To Voip

مُساهمة من طرف ملاك في الأربعاء يوليو 02, 2008 6:17 pm

The Definitive Guide toVoIP and IP Telephony ebook provides practical insight into the steps you need to take for successful implementation of Voice over Internet Protocol (VoIP) and IP telephony.

Written by industry expert Jim Cavanagh, this comprehensive 8-chapter eBook and podcast series goes beyond the theoretical to provide guidance gained from some of the world?s largest enterprise deployments ? transforming valuable knowledge into a form you can put straight to work.

Written in a clear, concise format for both technical and non-technical professionals alike, this eBook provides checklists and electronic ?Report Cards? that implementers can use to select and deploy the right telephony solutions, applications, services, and testing and monitoring tools for their own specific situations.

Download


ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

رد: كتب حاسبات متنوعة : انظمة - شبكات - برمجة - قواعد بيانات

مُساهمة من طرف علياء في الأربعاء يوليو 02, 2008 7:08 pm

مشكورة

علياء

الجنس:انثى
عدد المساهمات : 240
سجّل في : 12 ديسمبر 2007
العمر : 36
العمل/الترقية : موظفة
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

C# in Depth: What you need to master C# 2 and 3

مُساهمة من طرف ملاك في الخميس يوليو 10, 2008 10:52 pm

Jon Skeet

Manning Publications | 2008-04-15 | ISBN: 1933988363 | 420 pages | PDF | 5,3 Mb

C# in Depth is a completely new book designed to propel existing C# developers to a higher level of programming skill. One simple principle drives this book: explore a few things deeply rather than offer a shallow view of the whole C# landscape. If you often find yourself wanting just a little more at the end of a typical chapter, this is the book for you.
Expert author Jon Skeet dives into the C# language, plumbing new C# 2 and 3 features and probing the core C# language concepts that drive them. This unique book puts the new features into context of how C# has evolved without a lengthy rehearsal of the full C# language.
C# in Depth briefly examines the history of C# and the .NET framework and reviews a few often-misunderstood C# 1 concepts that are very important as the foundation for fully exploiting C# 2 and 3. Because the book addresses C# 1 with a light touch, existing C# developers don’t need to pick through the book in order to find new material to enhance their skills.
This book focuses on the C# 2 and 3 versions of the language, but clearly explains where features are supported by changes in the runtime (CLR) or use new framework classes. Each feature gets a thorough explanation, along with a look on how you’d use it in real life applications.
C# in Depth is both a vehicle for learning C# 2 and 3 and a reference work. Although the coverage is in-depth, the text is always accessible: You’ll explore pitfalls that can trip you up, but you’ll skip over gnarly details best left to the language specification. The overall effect is that readers become not just proficient in C# 2 and 3, but comfortable that they truly understand the language.


Download

ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

C# 3.0 in a Nutshell: A Desktop Quick Reference

مُساهمة من طرف ملاك في الخميس يوليو 10, 2008 10:56 pm

Joseph Albahari, Ben Albahari

O’Reilly Media, Inc. | 2007-09-26 | ISBN:0596527578 | CHM | 858 pages | 7,2 Mb

This is a concise yet thorough reference to C# 3.0 programming as implemented in Microsoft’s Visual Studio 2008. C# 3.0 in a Nutshell gets right to the point, covering the essentials of language syntax and usage as well as the parts of the .NET base class libraries you need to build working applications. But unlike earlier editions, this book is now organized entirely around concepts and use cases, providing greater depth and readability.

C# 3.0 introduces the most significant enhancements yet to the programming language, and C# 3.0 in a Nutshell delves deep into the subject while assuming minimal prior knowledge of C#-making it accessible to anyone with a reasonable background in programming. In addition to the language, the book covers the .NET CLR and the core Framework assemblies, along with the unified querying syntax called Language Integrated Query (LINQ), which bridges the traditional divide between programs and their data sources.

Free of clutter and long introductions, this book provides a map of C# 3.0 knowledge in a succinct and unified style:
Opening chapters concentrate purely on C#, starting with the basics of syntax, types and variables, and finishing with advanced topics such as unsafe code and preprocessor directives
Later chapters cover the core .NET 3.5 Framework, including such topics as LINQ, XML, collections, I/O and networking, memory management, reflection, attributes, security, threading, application domains and native interoperability
Designed as a handbook for daily use, C# 3.0 in a Nutshell is an ideal companion to any of the vast array of books that focus on an applied technology such as WPF, ASP.NET, or WCF. The areas of the language and .NET Framework that such books omit, this one covers in detail.

Download

ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

WiMax Operators Manual - Building 802.16 Wireless Networks

مُساهمة من طرف ملاك في الثلاثاء يوليو 15, 2008 7:32 pm

The book addresses the planning, construction, and day-to-day operation of a standards-based broadband wireless network. It examines the advantages of broadband wireless and how it constitutes an ideal solution. It also explains the unique difficulties, challenges, and limitations of broadband wireless.
This book illustrates how to plan and run networks, and indicates which specialized services should be secured. You’ll learn how to plan a successful, profitable broadband wireless network in a short amount of time.

Download

ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

Mobile Wireless and Sensor Networks

مُساهمة من طرف ملاك في الثلاثاء يوليو 15, 2008 7:37 pm

This publication represents the best thinking and solutions to a myriad of contemporary issues in wireless networks. Coverage includes wireless LANs, multihop wireless networks, and sensor networks. Readers are provided with insightful guidance in tackling such issues as architecture, protocols, modeling, analysis, and solutions. The book also highlights economic issues, market trends, emerging, cutting-edge applications, and new paradigms, such as middleware for RFID, smart home design, and “on-demand business” in the context of pervasive computing.

Download

ملاك

الجنس:انثى
عدد المساهمات : 646
سجّل في : 10 ديسمبر 2007
العمر : 25
العمل/الترقية : programmer
البلد : العراق

الرجوع الى أعلى الصفحة اذهب الى الأسفل

صفحة 10 من اصل 11 السابق  1, 2, 3 ... , 9, 10, 11  التالي

استعرض الموضوع السابق استعرض الموضوع التالي الرجوع الى أعلى الصفحة


صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى