Author Details

Author: Carlos Aquino

Url: http://www.devguru.com/features/tutorials/msd/MSD_Tutorial.html

Carlos Aquino : Components, Scripts, Codes Listing

XPointers

XPointer, the XML Pointer Language, defines an addressing scheme for individual parts of an XML document. These addresses can be used by any...

Freeware

What's New in Visual C++ .NET 2003

Visual C++ .NET 2003 represents the most significant update to the product in many years! Come learn about all new ISO standards-conforming...

Freeware

Using XML as the Foundation for Distributed Design

Visual Studio.NET and the .NET Framework provide a rich set of XML capabilities. This presentation demonstrates how to use those capabilities by...

Freeware

Understanding and Using Advanced C++ Template Features and Topics on ISO C++

Finally Visual C++ .NET can be considered a "real C++ compiler"! Attend this talk to get your brain wrapped around advanced template programming...

Freeware

Type System for ASP Script Programmers

Topics: IIS Basics, ASP - where it falls short, CLR Basics, ASP.NET Basics, ASP.NET and OOP, Type Anatomy.

Freeware

Transforming XML with XSLT and ASP.NET

What exactly is XSLT useful for and why would you, as an ASP.NET developer, want to learn about it? The answer boils down to the capability of XSLT...

Freeware

Thinking in C++

Bruce Eckel has kindly provided his book "Thinking in C++, Second Edition" free of charge to on-line readers. The text first sets the stage for...

Freeware

The Design of C++0x

In this article, Bjarne Stroustrup examines the main principles used to guide the development of C++0x, the next version of the C++ Standard.

Freeware

The Evolution of ASP and the Benefits of ASP.NET

We are now at the next stage of Active Server Pages development. ASP.NET takes Active Server Pages and rapid web application development to a whole...

Freeware

Tailoring Content Using XML and XSL

This paper will identify XML and XSLT as ideal tools for separating content and presentation, and show how these technologies can be used to...

Freeware

Security in ASP.Net Applications

Marcus Mac Innes demonstrates how security on a web site can be compromised by taking advantage of holes within the application code. These holes...

Freeware

Security Practices for Web Services (Part 1): Now I Understand

Security is the most mature area of the Web Services architecture and it should be. However, getting up to speed on what security means in a Web...

Freeware

Secure Programming : Random Numbers

This paper discusses how to get secure random numbers for your application. We describe how to take a single, secure, random number (a seed), and...

Freeware

Rearchitect Your Web Applications for Microsoft ASP.NET

While ASP.NET 2.0 is completely backwards compatible with ASP.NET 1.1, its new features may require you to revise parts of your Web applications....

Freeware

Python for .NET: Lessons learned

This paper describes an exploratory implementation of the Python language for the .NET framework. It describes the scope of the project, the...

Freeware

Provisioning From and Connecting To Multiple Databases - An MMS XML and File Toolkit Walk-Through

This technical walk-trough guides you through a series of steps to introduce Microsoft Metadirectory Services 2.2 Service Pack 1 (MMS) and the new...

Freeware

Prepare to Unleash Your Web Site's Potential with ASP.NET 2.0

This presentation provides a sweeping overview of the new features in ASP.NET 2.0. The first half of this presentation previews topics that are...

Freeware

One Stop Document Creation: Standards in Publishing Workflows

In this presentation, the speaker will look at new publishing tools and standards that are enabling truly personalized content on demand in the...

Freeware

Migrating from ASP to ASP.NET on Windows Server 2003

Consider the perceived risks of migrations that tend to cloud the benefits of new technologies from a business perspective, making it difficult to...

Freeware

Migrating from ASP.NET 1.1 to ASP.NET 2.0

This presentation will cover the following topics: Migrating from ASP.NET 1.X to ASP.NET 2.0 and Visual Studio 2003 to Visual Studio 2005...

Freeware

Mastering ASP.NET with VB.NET: Introduction to ASP.NET

ASP.NET is the .NET framework layer that handles Web requests for specific types of files, namely those with .aspx and .acsx extensions. The...

Freeware

Legacy Meets .NET: A Real-World Scenario

Visual Studio .NET and the Windows Server System provide the best platform for extending the reach and life of existing legacy systems running on...

Freeware

Learning to Love WSDL: Web Services Real-World Scenario

Learn about the contracts that XML Web services describe between systems using standard XML technologies (XML, XSD, WSDL, and SOAP), and dig into...

Freeware

Introducing .NET Data Management

The .NET Framework includes a series of classes that implement a new data access technology that is specifically designed for use in the .NET...

Freeware

Introducing ASP.NET

ASP.NET solves many of the problems that currently face Web developers, and it greatly simplifies the tasks of creating, debugging, and deploying...

Freeware

Introduction to ASP.NET

ASP.NET is a managed framework that facilitates building server-side applications based on HTTP, HTML, XML and SOAP. To .NET developers, ASP.NET is...

Freeware

Interactive SQL Server & XML Online Tutorial

This tutorial will show you the different methods of retrieving XML from SQL Server, how to control how the data is returned, and then discuss how...

Freeware

Industrial Strength C++

This free ebook defines a C++ coding standard that should be valid and usable for almost all programmers. ISO 9000 as well as the Capability...

Freeware

Improving Web Application Security: Threats and Countermeasures

This download contains guidelines for architecting, designing, building, reviewing, and configuring secure to build hack resilient ASP.NET Web...

Freeware

HTTP Architecture for ASP.NET

ASP.NET is built on a core set of classes and interfaces that abstract the HTTP protocol. The three core abstractions are the context (HttpContext)...

Freeware

From PetShop to Production: An ASP.NET and Windows Server 2003 Real-World Scenario

Learn how the team that built the infamous .NET PetShop applied the high-performance ASP.NET strategy to a real customer. See how their ColdFusion...

Freeware

FotoVision Web Application

The FotoVision sample allows you to easily share photos on the web and demonstrates a variety of .NET technologies including Windows Forms,...

Freeware

Extensible Markup Language (XML) and C#

The .NET Framework uses XML extensively. The Framework Class Library (FCL) provides an extensive set of XML-related classes. Much of Visual...

Freeware

Displaying Data on the Web

This paper will provide a broad introduction to the topic of data-driven web sites, and how they are implemented in ASP.NET. It starts with a...

Freeware

Customizing XML for ASP.NET Web Services

Out of the box, ASP.NET is a very powerful platform for writing XML Web Services. But what happens when you need to format the XML to match an...

Freeware

Creating Custom ASP.NET Controls in VS.NET

This pack contains: a document that describes the techniques users can employ to author and consume custom Web controls for ASP.NET Web...

Freeware

Coding ADO.NET Data Access Solutions

Some ADO.NET sessions focus on the object model and .NET Framework classes and not on specific data access tasks that ADO.NET can solve. This...

Freeware

Caching and State Management in ASP.NET

Caching in Web applications can provide dramatic improvements in performance. ASP.NET provides caching at several levels for you to leverage and...

Freeware

Bungie.net - Technical Case Study

The Bungie.net site is the online companion to the wildly successful Halo 2 video game for Xbox, released in November 2004 by Microsoft. The site...

Freeware

Building Secure ASP.NET Applications - Authentication, Authorization, and Secure Communication

This guide presents a practical, scenario driven approach to designing and building secure ASP.NET applications for Windows 2000 and version 1.0 of...

Freeware

Building an XML Architecture

This paper addresses one of the challenges faced by the companies participating in the eCommerce revolution: architecting an eCommerce solution...

Freeware

Build XML Data-Driven Web Solutions

Learn how to build live XML data-driven Web solutions by editing and presenting live XML data on the Web, making the data available for easy, wide...

Freeware

Authentication and Security Mechanisms in ASP.NET Web Applications

This document discusses some of the security mechanisms and configuration options available to administrators to help secure your ASP.NET...

Freeware

ASP.NET: Introducing ASP.NET

Learn how to develop the next generation of Web applications with ASP.NET and Visual Studio .NET. This session covers the fundamental concepts and...

Freeware

ASP.NET: What's new in ASP.NET v1.1 and Windows Server 2003

Learn the new exciting features of ASP.NET 1.1. This session covers the changes from ASP.NET 1.0 and includes new features such as Code Access...

Freeware
Freeware

ASP.NET Migration Summit - Moving from ASP to ASP.NET

From this session, brought to you by Microsoft and DevelopMentor, you will learn the internal details of how ASP .NET works, from the new compiled...

Freeware

ASP.NET Mobile Controls: Fundamentals

This session will give you the opportunity to learn the basics of building mobile web applications with ASP.NET Mobile Controls. See how the...

Freeware

ASP.NET Security

The CLR provides a security model which is layered on top of that provided by the underlying operating system. It acts as another "hurdle" one must...

Freeware

ASP.NET Community Starter Kit - Creating a New Module

Every community site will have different requirements to fulfill. Although the existing CSK framework offers a great deal of flexibility, having...

Freeware