Cargando…

ASP.NET cookbook /

Developers who want to create dynamic, data-driven web sites running on Microsoft web servers have long relied on Active Server Pages (ASP). ASP.NET is Microsoft's latest evolution of ASP. While ASP.NET has a lot in common with its predecessor, this new technology takes advantage of object-orie...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kittel, Michael A.
Otros Autores: LeBlond, Geoffrey T.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, 2004.
Edición:1st ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn645942974
003 OCoLC
005 20231017213018.0
006 m o d
007 cr bn||||||abp
007 cr bn||||||ada
008 100702s2004 caua o 001 0 eng d
040 |a OCLCE  |b eng  |e pn  |c OCLCE  |d OCLCQ  |d JTD  |d VLB  |d OCLCF  |d OCLCA  |d OCLCQ  |d OCLCO  |d OCL  |d UAB  |d CEF  |d UIU  |d CUSER  |d OVY  |d OCLCQ  |d OCLCA  |d OCL  |d INARC  |d WYU  |d VT2  |d ERF  |d UKBTH  |d UHL  |d LDP  |d OCLCO  |d TOH  |d OCLCQ  |d LVT  |d TAC  |d OCLCQ  |d OCLCO  |d FZL  |d OCLCQ  |d OCLCO 
015 |a GBA3Y6760  |2 bnb 
016 7 |a 012269119  |2 Uk 
019 |a 56962892  |a 70791934  |a 326626731  |a 607809067  |a 1028230906  |a 1064101175  |a 1103263515  |a 1112558436  |a 1112930544  |a 1113709667  |a 1129361518  |a 1153052468  |a 1156900515  |a 1179129109  |a 1192340742  |a 1202545742  |a 1224588577  |a 1240523058  |a 1302278449  |a 1302698840  |a 1351596402  |a 1355687066  |a 1380765803 
020 |z 0596003781 
020 |z 9780596003784 
024 8 |a 0596003781 
029 1 |a AU@  |b 000067094988 
029 1 |a AU@  |b 000057227002 
035 |a (OCoLC)645942974  |z (OCoLC)56962892  |z (OCoLC)70791934  |z (OCoLC)326626731  |z (OCoLC)607809067  |z (OCoLC)1028230906  |z (OCoLC)1064101175  |z (OCoLC)1103263515  |z (OCoLC)1112558436  |z (OCoLC)1112930544  |z (OCoLC)1113709667  |z (OCoLC)1129361518  |z (OCoLC)1153052468  |z (OCoLC)1156900515  |z (OCoLC)1179129109  |z (OCoLC)1192340742  |z (OCoLC)1202545742  |z (OCoLC)1224588577  |z (OCoLC)1240523058  |z (OCoLC)1302278449  |z (OCoLC)1302698840  |z (OCoLC)1351596402  |z (OCoLC)1355687066  |z (OCoLC)1380765803 
042 |a dlr 
050 4 |a TK5105.8885.A26  |b K57 2004 
082 0 4 |a 005.276  |2 22 
049 |a UAMI 
100 1 |a Kittel, Michael A. 
245 1 0 |a ASP.NET cookbook /  |c Michael A. Kittel and Geoffrey T. LeBlond. 
246 3 |a Active server pages .NET 
250 |a 1st ed. 
260 |a Sebastopol, CA :  |b O'Reilly,  |c 2004. 
300 |a 1 online resource (xx, 824 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
506 |3 Use copy  |f Restrictions unspecified  |2 star  |5 MiAaHDL 
533 |a Electronic reproduction.  |b [Place of publication not identified] :  |c HathiTrust Digital Library,  |d 2010.  |5 MiAaHDL 
538 |a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.  |u http://purl.oclc.org/DLF/benchrepro0212  |5 MiAaHDL 
583 1 |a digitized  |c 2010  |h HathiTrust Digital Library  |l committed to preserve  |2 pda  |5 MiAaHDL 
588 0 |a Print version record. 
505 1 |a Tabular data -- Validation -- Forms -- User controls -- Custom controls -- Maintainign state -- Error handling -- Security -- Configuration -- Tracing and debugging -- Web services -- Dynamic images -- Caching -- Internationalization -- File operations -- Performance -- HTTP handlers -- Assorted tips. 
520 |a Developers who want to create dynamic, data-driven web sites running on Microsoft web servers have long relied on Active Server Pages (ASP). ASP.NET is Microsoft's latest evolution of ASP. While ASP.NET has a lot in common with its predecessor, this new technology takes advantage of object-oriented programming to dramatically improve developer productivity and convenience. Using the .NET Framework and Microsoft's new object-oriented languages, ASP.NET brings the same rapid drag-and-drop productivity to web applications that the Visual Basic programming language brought to Windows applications. ASP.NET also introduces web services, which allow developers to expose the functionality of an application via HTTP and XML, so that clients on any platform can access it via the Internet. ASP.NET is not a simple upgrade of ASP. It s a quantum leap ahead. There are many benefits to using ASP.NET, and one major drawback: the time developers must devote to mastering this new Web application technology. The ASP.NET Cookbook provides a wealth of plug-and-play solutions to problems commonly encountered when developing ASP.NET web applications and services in the popular problem-solution-discussion Cookbook format. The coding solutions in ASP.NET Cookbook appeal to a wide range of developers, from the inexperienced to the expert. For every problem addressed in the book, there's a worked-out solution or recipe a short, focused piece of code that web developers can insert directly into their applications. Developers can save hours by using just a single one of over 100 recipes included in this invaluable cookbook. But the ASP.NET Cookbook provides far more than just a wide range of cut-and-paste code solutions. Each recipe is followed by a discussion including tips, tricks, and possible pitfalls--so developers can learn to adapt the problem-solving techniques to a myriad of similar situations. Each recipe provides an immediate solution to a pressing problem, while simultaneously allowing developers who prefer to a hands-on learning style with the experience they need to master ASP.NET. This ultimate ASP.NET code sourcebook will quickly earn the dog-eared corners and coffee rings that mark a web developer's most valued resource. 
542 |f Copyright © O'Reilly Media, Inc.  |g 2004 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Active server pages. 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Active server pages  |2 fast 
630 0 7 |a Microsoft .NET Framework  |2 fast 
650 0 |a Internet programming. 
650 6 |a Programmation Internet. 
650 7 |a Internet programming  |2 fast 
653 |a ASP.NET 
700 1 |a LeBlond, Geoffrey T. 
776 0 8 |i Print version:  |a Kittel, Michael A.  |t ASP.NET cookbook.  |b 1st ed.  |d Sebastopol, CA : O'Reilly, 2004  |w (DLC) 2006281090  |w (OCoLC)57072859 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596003781/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Internet Archive  |b INAR  |n aspnetcookbook00geof 
994 |a 92  |b IZTAP