Catálogo de publicaciones - libros

Compartir en
redes sociales


Pro ADO.NET 2.0

Sahil Malik

Resumen/Descripción – provisto por la editorial

No disponible.

Palabras clave – provistas por la editorial

Software Engineering/Programming and Operating Systems

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2005 SpringerLink

Información

Tipo de recurso:

libros

ISBN impreso

978-1-59059-512-1

ISBN electrónico

978-1-4302-0068-0

Editor responsable

Springer Nature

País de edición

Reino Unido

Fecha de publicación

Información sobre derechos de publicación

© Apress 2005

Tabla de contenidos

Transactions

Sahil Malik

his chapter will walk you through the installation process for ALSB and the process of configuring your development environment. By the end of this chapter, you’ll be able to compile and run the sample code that comes with this book.

Pp. 355-411

XML and ADO.NET

Sahil Malik

his chapter will walk you through the installation process for ALSB and the process of configuring your development environment. By the end of this chapter, you’ll be able to compile and run the sample code that comes with this book.

Pp. 413-460

The CLR in SQL Server

Sahil Malik

This chapter introduced you to a powerful new technology, SQLCLR, that opens many new doors for the architect in you.

You saw how the CLR running inside the SQL Server behaves differently from the CLR you see running on any Windows machine. You saw how it puts security requirements on your code, and how you need to explicitly decide the specific functionality your SQLCLR code will require. You saw how SQLCLR code can be written either as a SQL Server project or as a simple class library. You also saw how to write common SQLCLR objects such as UDFs, TVFs, aggregates, stored procedures, and triggers and how to debug such code.

It’s true that SQLCLR gives you a lot of freedom, but with freedom comes responsibility. Like anything, it’s very tempting and easy to abuse or misuse SQLCLR for purposes it isn’t well suited for.

In the next and very last chapter of this book, I will discuss some of the biggest debates that surround ADO.NET. I will try and address best practices that will help you reason the correct decision in the specific circumstances.

In addition to other topics, the correct and proper use of SQLCLR will be touched upon. It’s extremely important to learn the responsibilities from the next chapter along with the possibilities that you learned in this chapter.

See you in the next and very last chapter, “ADO.NET Best Practices.”

Pp. 461-511

ADO.NET Best Practices

Sahil Malik

his chapter will walk you through the installation process for ALSB and the process of configuring your development environment. By the end of this chapter, you’ll be able to compile and run the sample code that comes with this book.

Pp. 513-527