Showing posts with label MS Technologies. Show all posts
Showing posts with label MS Technologies. Show all posts

Tuesday, April 15, 2008

PowerFinish PowerPoint Templates 6CD



PowerFinish PowerPoint Templates 6CD | 2.6 GB

We know that choosing PowerPoint templates for your presentation is important. The best slide backgrounds offer strong design, but they aren’t too wild, too distracting, too predictable...they’re - just right! From single template downloads to complete design collections on CDs, you’ll find exactly what you need for a successful presentation - right here. These artistic abstract designs serve as the perfect backdrop for themed presentations... just drop in your medical, sports or educational images for a professional, one of a kind look.

Download Link here



Read More......

Windows Server 2008 Unleashed



Windows Server 2008 Unleashed
Sams | ISBN: 0672329301 | 2008-02-11 | PDF | 1488 pages | 33 Mb

Windows Server 2008 Unleashed covers the planning, design, prototype testing, implementation, migration, administration, and support of a Windows 2008 and Active Directory environment, based on more than three and a half years of early adopter experience in full production environments. This book addresses not only what is new with Windows 2008 compared to previous versions of the Windows Server product, but also what is different and how the similarities and differences affect an organization’s migration to Windows 2008. Chapters are dedicated to the migration process from Windows 2000/2003 to Windows 2008, how to properly use Group Policies in Windows 2008, and tips and tricks on managing and administering a Windows 2008 environment.


Download Link here

http://w15.easy-share.com/1700143859.html

http://depositfiles.com/files/4758061

Read More......

Wednesday, September 19, 2007

Pragmatic Unit Testing in C# with NUnit, 2nd Edition



Andy Hunt, Dave Thomas, Matt Hargett, "Pragmatic Unit Testing in C# with NUnit, 2nd Edition"
Pragmatic Bookshelf | ISBN 0977616673 | August 30, 2007 | 239 Pages | PDF | 1.2MB

The NIST estimates that poor testing costs the US economy $60 billion annually. This book gives teams straightforward and proven ways to introduce unit testing into their process, resulting in higher quality and fewer bugs.All over the world, software teams are using unit testing both to verify their code and as a way of helping them design better code. This book is unique in the way it covers two aspects: showing developers both how to test and helping them determine what to test.

New in the second edition:

* Updated for NUnit 2.4 (.NET 2.0 and Visual Studio 2005)
* More assert methods
* New String and Collection assertion support
* Better support for multiple-platform development
* Higher-level setup and teardown fixtures
* Whole new chapter on extending NUnit
* and more!

Note: This is a Beta Version of the Book

Download Link here
http://rapidshare.com/files/56597848/Pragmatic.Bookshelf.Pragmatic.Unit.Testing.in.C.Sharp.with.NUnit.2nd.Edition.Aug.2007.eBook-BBL.rar

Read More......

Pro WPF: Windows Presentation Foundation in .NET 3.0



Matthew MacDonald, "Pro WPF: Windows Presentation Foundation in .NET 3.0"
Apress | ISBN 1590597826 | May 21, 2007 | 1000 Pages | PDF | 16.5MB

The Microsoft Windows Presentation Foundation (formerly code-named "Avalon") is a key part of .NET 3.0 and provides the foundation for building applications and high-quality user experiences in Windows Vista. WPF blends together application user interface, documents, and media content, while exploiting the full power of your computer. WPF functionality extends support for Tablet PCs and other forms of input device, and provides a more modern imaging and printing pipeline. It also provides accessibility and UI automation infrastructure, data-driven UI and visualization, and even integration points for weaving the application experience into the Windows shell.

Source Code

Download Link here
http://rapidshare.com/files/56617826/Apress.Pro.WPF.Windows.Presentation.Foundation.in.dot.NET.3.0.May.2007.eBook-BBL.rar

Read More......

Saturday, September 8, 2007

C# Network Programming - Sybex



Richard Blum, "C# Network Programming"
Publisher: Sybex | ISBN: 9780782141764 | 672 pages chm | 6.14 mb





On its own, C# simplifies network programming. Combine it with the precise instruction found in C# Network Programming, and you'll find that building network applications is easier and quicker than ever.

This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language's network classes, the Winsock interface, and DNS resolution. Spend as much time here as you need, then dig into the core topics of the network layer. You'll learn to make sockets connections via TCP and "connectionless" connections via UDP. You'll also discover just how much help C# gives you with some of your toughest chores, such as asynchronous socket programming, multithreading, and multicasting.

Network-layer techniques are just a means to an end, of course, and so this book keeps going, providing a series of detailed application-layer programming examples that show you how to work with real protocols and real network environments to build and implement a variety of applications. Use SNMP to manage network devices, SMTP to communicate with remote mail servers, and HTTP to Web-enable your applications. And use classes native to C# to query and modify Active Directory entries.

Rounding it all out is plenty of advanced coverage to push your C# network programming skills to the limit. For example, you'll learn two ways to share application methods across the network: using Web services and remoting. You'll also master the security features intrinsic to C# and .NET--features that stand to benefit all of your programming projects.
No comments for the news

Read More......

Beginning Visual Basic .NET (with source code)



Anne Prince | "Beginning Visual Basic .NET"
Murach | Jun 2002 | 1890774154 | English | 692 pages | PDF | 13.5 MB (book + source code)


If you’re new to Visual Basic .NET, this book gets you started right. By chapter 3, you’ll be developing simple but complete applications. By chapter 5, you’ll be doing some serious programming. And by chapter 7, you’ll be able to code, test, and debug object-oriented programs with Visual Basic .NET.

Of course, there’s a lot more to Visual Basic .NET than one beginning book can cover. But this book gets you started with all of the important features and capabilities of Visual Basic .NET and prepares you for learning more about them on your own. That’s why we say that no other book or course will get you started faster or better than this book.

This book is for anyone who wants to learn how to use Visual Basic .NET for developing business applications. It works if you have no programming experience at all. It works if you have programming experience with another language like COBOL or Java. It works if you already know Visual Basic 6. And it works if you’ve already read three or four other Visual Basic .NET books and still don’t know how to develop a real-world business application.

If you’re completely new to programming, the prerequisites are minimal. First, you need to be familiar with the Windows interface. This means that you have used Windows applications like Word or Excel so you’re comfortable with tasks like opening, saving, printing, and closing files. Second, you should know how to use the Windows Explorer to copy folders and files from one location to another.


TABLE OF CONTENT:
Chapter 01 - How to get started with Visual Basic .NET
Chapter 02 - How to develop a Windows Forms application
Chapter 03 - Visual Basic language essentials (part 1)
Chapter 04 - Visual Basic language essentials (part 2)
Chapter 05 - Visual Basic language essentials (part 3)
Chapter 06 - How to develop object-oriented applications
Chapter 07 - How to test and debug an application
Chapter 08 - How to work with Windows controls
Chapter 09 - How to develop a multi-form application
Chapter 10 - How to enhance the user interface
Chapter 11 - How to work with dates and strings
Chapter 12 - How to work with arrays and collections
Chapter 13 - How to work with structures and files
Chapter 14 - How to use XML with files
Chapter 15 - More skills for object-oriented programming
Chapter 16 - An introduction to database programming
Chapter 17 - How to develop a database application with ADO.NET
Chapter 18 - How to work with bound controls and parameterized queries
Chapter 19 - How to develop a Web Forms application
Chapter 20 - How to create and use web services

Download Link here
http://depositfiles.com/files/1694929

Read More......

Saturday, August 18, 2007

Developing for the Internet with Winsock


Developing for the Internet with Winsock: Everything You Need to Master the Art of Creating Windows Internet Software

Developing for the Internet with Winsock: Everything You Need to Master the Art of Creating Windows Internet Software by Dave Roberts
Publisher: Coriolis Group Books; Pap/Cdr edition (September 8, 1995) | Language: English | ISBN-10: 188357742X | 640 pages | html | 2.99MB

It’s a fact: network programming is a complex task. Don’t undertake it alone! The following books and references can help you out. Comer, Douglas E. and David L. Stevens, Internetworking with TCP/IP, Volumes I through III, Prentice Hall, ISBN 0-13-468505-9. This is a great set of books for learning the details about TCP/IP. Volume I is a great introduction to TCP/IP. Volume II develops a complete TCP/IP implementation. Volume III presents network programming using the BSD Sockets API.

Stevens, W. Richard, and Gary R. Wright, TCP/IP Illustrated, Volumes 1 and 2, Addison-Wesley, ISBN 0-201-63346-9 (vol 1), ISBN 0-201-63354-X (vol 2). Volume 1 describes the TCP/IP protocol suite. Volume 2 examines the source code to the BSD Unix TCP/IP implementation.

Hafner, Katie and Matthew Lyon, Where the Wizards Stay Up Late: A History of the Internet, Simon & Schuster, to be published, 1996. This is shaping up as a great source for those interested in the origins of the Internet and the people who made it happen. Look for it in 1996.

ARPANET, the Defense Data Network, and Internet,from The Froehlich/Kent Encyclopedia of Telecommunications, Volume 1, Froehlich, Fritz E., Ph.D. editor-in-chief, Marcel Dekker, Inc., 1991. This contains a fairly thorough history of the Internet from the ARPANET beginnings through the conversion to TCP/IP and the development of NSFnet.


Download here
http://uploadphiles.com/index.php?page=main&id=06143858&name=Coriolis%20-%20Developing%20for%20the%20Internet%20with%20WinSock.zip

Read More......

Object Oriented Programming under Windows NT and 95


Type your summary here
Object Oriented Programming under Windows NT and 95

Object Oriented Programming under Windows NT and 95 by Stephen Morris
Publisher: Digital Press (February 2, 1999) | Language: English | ISBN: 1555581935 | 400 pages | HTML | 7.7MB

Objected-Oriented Programming for Windows 95 and NT brings the power of true object-oriented programming methods to real-world Windows development. The book describes fundamental object-oriented programming methods and explains how readers may apply them within the Windows 95 (and 98) and Windows NT environments using three leading programming tools - Microsoft Visual C++ and Visual Basic and Borland Delphi. Readers will understand how traditional object-oriented principles and techniques correspond to the characteristics of modern operating environments and how OOP approaches can help them more efficiently create genuinely user-friendly applications. The book describes from an object perspective many important Windows programming components and tasks, including: windows and dialog boxes, ActiveX and other controls, menus, event handling, graphics, file access, on-line help, and OLE (object linking and embedding).

Objected-Oriented Programming for Windows 95 and NT will help both beginning and experienced Windows developers bolster their programming arsenal and can help any developer make the transition from traditional, non-object environments to object-oriented programming methods.

Explains development fundamentals for all Windows operating systems
Teaches Windows application development with the three leading tools -
Visual C++, Visual Basic, and Borland Delphi

Book Info
Describes fundamental object-oriented programming methods and explains how readers may apply them within the Windows 95 (& 98) and Windows NT, using three leading programming tools--Microsoft Visual C++, Visual Basic, and Borland Delphi. Softcover. DLC: Object-oriented programming (Computer science)

Type rest of the post here
http://uploadphiles.com/index.php?page=main&id=5a16d906&name=Digital%20Press%20-%20Object%20Oriented%20Programming%20under%20Windows%20NT%20and.zip

Read More......

Tuesday, August 14, 2007

Inside Windows Server 2003



Inside Windows Server 2003

William Boswell, "Inside Windows Server 2003"
Publisher: Addison-Wesley Professional| Lslf edition (April 14, 2003) | Language: English | ISBN: 0735711585 | 1344 pages | CHM | 14.5MB

This book is designed to lead a class through the complexities of a full Windows Server 2003 deployment. Each chapter starts off with a list of new features in Windows Server 2003, along with any significant improvements to features carried over from Windows 2000. It then presents design principles, followed by procedures to install and configure the aspects of Windows Server 2003 covered in that chapter. The coverage is comprehensive, in-depth, practical, and authoritative. Many helpful examples are presented to illustrate the concepts. All along the way the author includes proven advice for improving stability and performance. Windows Server 2003 represents a new emphasis from Microsoft on trustworthy computing, so security issues are covered extensively.

From the Back Cover

Comprehensive, authoritative, and eminently practical, Inside WindowsĂ‚® Server 2003 is an essential resource for IT professionals.

Containing in-depth coverage of the newest Windows server technology, this book guides you through the complexities of installing, configuring, and managing a Windows Server 2003 system. Thousands of practical tips, recommendations, diagnostic aids, and troubleshooting techniques based on actual deployments and migrations help you set up and maintain a high-performance, reliable, and secure server that meets or exceeds the needs of its users.

You will find coverage of the more than 200 new features incorporated into Windows Server 2003, along with numerous updates and improvements, including:

* Volume Shadow Copy feature that permits taking snapshots of changes to files
* Forest Trust type that permits two-way, transitive trusts between forests
* 64-bit architecture that supports Intel Itanium and Itanium-2 servers
* Many new command line tools, including how to manage a headless server with no keyboard, video, or mouse
* Dozens of features to improve your systemĂ‚¿s security

For each feature, the book discusses underlying design principles, provides process descriptions that help identify interoperability issues, and details procedures for installation and configuration. In particular, the book focuses on the increasingly critical issues of security, remote access, and system interoperability.

Specific topics covered include:

* Performing upgrades and automated installations
* Adding hardware
* Managing DNS
* Managing Active Directory replication and security
* Working with network access security and Kerberos
* Managing group policies with a mixture of platforms
* Managing shared resources
* Managing file encryption and a public key infrastructure
* Managing remote access and Internet routing
* Recovering from system failures

With the information and experience-based advice in Inside WindowsĂ‚® Server 2003, you will be well equipped to deploy and manage a highly effective and smoothly functioning system.

Download here

http://rapidshare.com/files/48731416/Addison_Wesley_-_Inside_Windows_Server_2003.chm

Read More......

Wednesday, August 8, 2007

Automated Data Analysis Using Excel



Brian Bissett, "Automated Data Analysis Using Excel"
Chapman & Hall/CRC | ISBN 1584888857 | June 15, 2007 | 512 Pages | PDF | 14.2MB

Because the analysis of copious amounts of data and the preparation of custom reports often take away time from true research, the automation of these processes is paramount to ensure productivity. Exploring the core areas of automation, report generation, data acquisition, and data analysis, Automated Data Analysis Using Excel illustrates how to minimize user intervention, automate parameter setup, obtain consistency in both analysis and reporting, and save time through automation. Focusing on the built-in Visual Basic® for Applications (VBA) scripting language of Excel®, the book shows step-by-step how to construct useful automated data analysis applications for both industrial and academic settings. It begins by discussing fundamental elements, the methods for importing and accessing data, and the creation of reports. The author then describes how to use Excel to obtain data from non-native sources, such as databases and third-party calculation tools. After providing the means to access any required information, the book explains how to automate manipulations and calculations on the acquired data sources. Collecting all of the concepts previously discussed in the book, the final chapter demonstrates from beginning to end how to create a cohesive, robust application. With an understanding of this book, readers should be able to construct applications that can import data from a variety of sources, apply algorithms to data that has been imported, and create meaningful reports based on the results.

Type rest of the post here
http://rapidshare.com/files/47523947/CRC.Press.Automated.Data.Analysis.Using.Excel.Jun.2007.eBook-BBL.rar

http://depositfiles.com/files/1423372



Read More......

Tuesday, August 7, 2007

Windows XP x64 With Service Pack 2 Retail + Update



Windows XP x64 With Service Pack 2 Retail + Update l 600 MB

Windows XP Professional x64 Edition is designed to meet the demands of customers who require large amounts of memory and floating point performance in areas such as mechanical design and analysis, 3-D animation, video editing and composition, and scientific and high-performance computing applications. This version of Windows XP x64 is direct from Microsoft, with Service Pack 2 integrated.

Download here



http://www.filefactory.com/file/0dc7b8/

http://www.filefactory.com/file/253107/

http://www.filefactory.com/file/02681e/

http://www.filefactory.com/file/32f77d/

http://www.filefactory.com/file/5ac712/

http://www.filefactory.com/file/b9b4d3/

http://www.filefactory.com/file/2d5e1d/

Read More......

Microsoft Vista Ultimate RETAIL 32Bit All Version



Microsoft Vista Ultimate RETAIL 32Bit All Version l 2.6 GB

This is bootable ISO DVD All Edition.


Download here

Download



http://www.filefactory.com/file/d015da/

http://www.filefactory.com/file/dc244f/

http://www.filefactory.com/file/39280e/

http://www.filefactory.com/file/4efd40/

http://www.filefactory.com/file/c37209/

http://www.filefactory.com/file/6ccaa5/

http://www.filefactory.com/file/3b0b03/

http://www.filefactory.com/file/5a5ff5/

http://www.filefactory.com/file/48776e/

http://www.filefactory.com/file/83fb3a/

http://www.filefactory.com/file/8f1f23/

http://www.filefactory.com/file/2a3273/

http://www.filefactory.com/file/5cfaaf/

http://www.filefactory.com/file/b6c69c/

http://www.filefactory.com/file/3953fa/

http://www.filefactory.com/file/2d3542/

http://www.filefactory.com/file/fb2faa/

http://www.filefactory.com/file/915a0b/

http://www.filefactory.com/file/aeca08/

http://www.filefactory.com/file/30f79b/

http://www.filefactory.com/file/f184cf/

http://www.filefactory.com/file/e8cb66/

http://www.filefactory.com/file/1a7a8e/

http://www.filefactory.com/file/d81224/

http://www.filefactory.com/file/0a4e56/

http://www.filefactory.com/file/0069cc/

http://www.filefactory.com/file/99ea92/

Read More......

Sunday, August 5, 2007

Implementing Security for Applications with MS VB.NET (with source code)



Anthony Northrup, "Implementing Security for Applications with MS VB.NET"
MS Press | Sep 2004 | ISBN: 0735621217 | English | Pages : 240 | PDF | 4.8 MB

This book was created for developers who design, develop, and implement software solutions for Micro$oft Windows–based environments using Micro$oft tools and technologies. It was also created for developers who plan to take the related MCP exam 70-330, “Implementing Security for Applications with Micro$oft Visual Basic .NET,” and exam 70-340, “Implementing Security for Applications with Micro$oft Visual C# .NET.”

Each chapter addresses an important aspect of development security and a range of exam objectives. The goal of both the objectives and the chapter orientation is to provide a complete guide to Visual C# .NET and Visual Basic .NET development security. The book focuses primarily on the skills necessary to implement security when developing applications and only briefly covers concepts related to network security design and implementing security infrastructure.

TABLE OF CONTENT:
Chapter 01 - Implementing Security at Design Time
Chapter 02 - Using Secure Coding Best Practices
Chapter 03 - Testing Applications for Vulnerabilities
Chapter 04 - Taking Advantage of Platform Security
Chapter 05 - Implementing Role-Based Security
Chapter 06 - Implementing Code Access Security
Chapter 07 - Maximizing Security During Deployment
Chapter 08 - Protecting Data by Using Cryptography
Chapter 09 - Hardening ASP.NET Applications
Chapter 10 - Improving Security When Using External Components and Services

http://rapidshare.com/files/47093970/70300impsecur.rar

Read More......

Microsoft Visual Basic 2005 Express Edition: Build a Program Now!



Microsoft Visual Basic 2005 Express Edition: Build a Program Now!
Microsoft Press | ISBN: 0735622132 | 224 pages | December 16, 2005 | PDF

This book’s quick-start, project-based approach makes building new programming skills fun and fast! Build your own Web browser, desktop weather station, or other cool application—without any programming experience! Featuring learn-by-doing projects and plenty of visual examples, this hands-on book is your quick start to creating applications for Microsoft Windows.

Have fun as you discover how to:
•Design a rich user interface with easy-to-use tools
•“Drag and drop” text boxes, buttons, and other controls into your application
•Add database and reporting capabilities
•Exploit features that reduce the amount of code you write
•Find and fix any bugs
•Roll-out and share your application

Download Link here

http://bravoshare.net/down.php?query=1660900000000090

Mirror
http://depositfiles.com/files/1404036

http://rapidshare.com/files/47014614/0735622132_PDF_rif-attack_rar.rar

Read More......

DCOM Explained by ROSEMARY ROCK-EVANS


DCOM Explained by ROSEMARY ROCK-EVANS

DCOM Explained by ROSEMARY ROCK-EVANS
Publisher: Digital Press; 1st edition (August 15, 1998) | ISBN: 1555582168 | English | .html + Sample chapter | 2.19 MB | 290 pages

DCOM Explained describes what services DCOM provides, both development and runtime. Thus the aim of the book is not to teach how to program using DCOM, but to explain what DCOM does so readers will become better able to use it more effectively, understand the options available when using DCOM, and understand the types of applications that can be built by using DCOM.

This book describes:
· what each of the services mean, including load balancing, security, guaranteed delivery, deferred delivery, broadcasting and multi-casting, and session handling.
· what the service aims to do, such as saving time and effort or providing a secure, resilient, reliable, high performance network
· how the service could be provided, and what other solutions exist for achieving the same end
· how Microsoft has tackled the problem

Provides a complete, easy to understand, and compact picture of all the services of DCOM
Written from a designer or manager's point of view Compares DCOM with other middleware

Book Info
Describes what services DCOM provides, both developmental & runtime so that readers will become better able to use more effectively, understand the options available when using DCOM, & understand the types of applications that can be built using DCOM. Paper. DLC: Electronic data processing - Distributed processing.

http://uploadphiles.com/index.php?page=main&id=8b5c6323&name=Digital%20Press%20-%20DCOM%20Explained.zip

Read More......

Professional VB 2005 with .NET 3.0



Bill Evjen, Billy Hollis, Bill Sheldon, Kent Sharkey, Tim McCarthy, "Professional VB 2005 with .NET 3.0"
Wrox | ISBN 0470124709 | June 5, 2007 | 760 Pages | PDF | 41.2MB

Get ready to give your programming skills a boost by learning how to write robust applications in Visual Basic. This comprehensive resource not only takes you through the latest features of Visual Basic 2005 but also shows you how to apply this powerful language in the .NET Framework 3.0. Along the way, it provides you with sample code and best practices so you can quickly get started.

The expert author team will help you easily make the transition to the newest version of Visual Basic. You'll also examine full object orientation, new component techniques, and new visual tools for local and Internet interfaces. And you'll find out how to access databases and utilize other technologies such as XML. You'll then be able to create everything from traditional console and ASP.NET applications to XML Web Services. Download link here

http://rapidshare.com/files/46822353/Wrox.Professional.VB.2005.with.dot.NET.3.0.Jun.2007.eBook-BBL.rar

Read More......

The Waite Group's COM/DCOM Primer Plus


The Waite Group's COM/DCOM Primer Plus

The Waite Group's COM/DCOM Primer Plus by John Cadman
Publisher: Sams Publishing; (Dec 1998) | ISBN: 0672314924 | English | .html | 5.11 MB | 550 pages

Very good book for DCOM beginners. This book does a very good job of presenting DCOM for the developer that isn't quite ready to dive into DCOM head first. I was honoured to work with such a great crew of writers. If you're an advanced DCOM user, then place your order now for the upcoming DCOM Unleashed book by MCP.

Synopsis
Microsoft's Component Object Model (COM) is a specification for developing software components that can be dynamically interchanged. DCOM is a technology that enables software components to communicate directly with each other across network and the Internet.

http://uploadphiles.com/index.php?page=main&id=e5bd7639&name=Sams%20-%20Waite%20Groups%20COM-DCOM%20Primer%20Plus.zip

Read More......