top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
ASP (Application service provider) configuration handbook [electronic resource] / [Gary Palmatier ... [et al.] ; foreword by Dale Booth ; Sean Thurston, technical editor]
ASP (Application service provider) configuration handbook [electronic resource] / [Gary Palmatier ... [et al.] ; foreword by Dale Booth ; Sean Thurston, technical editor]
Pubbl/distr/stampa Rockland, MA : Syngress Pub., c2001.
Descrizione fisica xxxiii, 621 p. : ill. ; 24 cm.
Disciplina 658.8/4
Altri autori (Persone) Palmatier, Gary.author
Collana Professional reference series (EngineX Networks, Inc.)
Professional reference series
Soggetto topico Application service providers
Web servers
Internet programming
Soggetto genere / forma Electronic books.
ISBN 9781928994268
1928994261
Formato Risorse elettroniche
Livello bibliografico Monografia
Lingua di pubblicazione eng
Altri titoli varianti ASP configuration handbook
Application service provider configuration handbook
Record Nr. UNISALENTO-991003252709707536
Rockland, MA : Syngress Pub., c2001.
Risorse elettroniche
Lo trovi qui: Univ. del Salento
Opac: Controlla la disponibilità qui
ASP (Application service provider) configuration handbook [[electronic resource] /] / [Gary Palmatier ... [et al.] ; foreword by Dale Booth ; Sean Thurston, technical editor]
ASP (Application service provider) configuration handbook [[electronic resource] /] / [Gary Palmatier ... [et al.] ; foreword by Dale Booth ; Sean Thurston, technical editor]
Pubbl/distr/stampa Rockland, MA, : Syngress Pub., c2001
Descrizione fisica 1 online resource (657 p.)
Disciplina 384.33
Altri autori (Persone) PalmatierGary
Collana Professional reference series
Soggetto topico Application service providers
Web servers
Internet programming
ISBN 1-281-05285-X
9786611052850
0-08-047593-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1928994261.pdf; 1928994261.pdf; Cover; Table of Contents; Foreword; Chapter 1 An Introduction to ASPs for ISPs; Chapter 2 The Business Case; Chapter 3 Server Level Considerations; Chapter 4 Performance Enhancement Technologies; Chapter 5 Storage Solutions; Chapter 6 ASP Security System Provisioning; Chapter 7 Management and Monitoring; Chapter 8 Designing the Infrastructure; Appendix A Sample Configuration for an Application Service Provider Network; Appendix B ASP Configuration Handbook Fast Track; Index; Related Titles
Altri titoli varianti ASP configuration handbook
Application service provider configuration handbook
Record Nr. UNINA-9910780154803321
Rockland, MA, : Syngress Pub., c2001
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
ASP (Application service provider) configuration handbook / / [Gary Palmatier ... [et al.] ; foreword by Dale Booth ; Sean Thurston, technical editor]
ASP (Application service provider) configuration handbook / / [Gary Palmatier ... [et al.] ; foreword by Dale Booth ; Sean Thurston, technical editor]
Edizione [1st ed.]
Pubbl/distr/stampa Rockland, MA, : Syngress Pub., c2001
Descrizione fisica 1 online resource (657 p.)
Disciplina 384.33
Altri autori (Persone) PalmatierGary
Collana Professional reference series
Soggetto topico Application service providers
Web servers
Internet programming
ISBN 1-281-05285-X
9786611052850
0-08-047593-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1928994261.pdf; 1928994261.pdf; Cover; Table of Contents; Foreword; Chapter 1 An Introduction to ASPs for ISPs; Chapter 2 The Business Case; Chapter 3 Server Level Considerations; Chapter 4 Performance Enhancement Technologies; Chapter 5 Storage Solutions; Chapter 6 ASP Security System Provisioning; Chapter 7 Management and Monitoring; Chapter 8 Designing the Infrastructure; Appendix A Sample Configuration for an Application Service Provider Network; Appendix B ASP Configuration Handbook Fast Track; Index; Related Titles
Altri titoli varianti ASP configuration handbook
Application service provider configuration handbook
Record Nr. UNINA-9910814815203321
Rockland, MA, : Syngress Pub., c2001
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
ASP.NET 3.5 content management system development [[electronic resource] ] : build, manage, and extend your own content management system / / Curt Christianson, Jeff Cochran
ASP.NET 3.5 content management system development [[electronic resource] ] : build, manage, and extend your own content management system / / Curt Christianson, Jeff Cochran
Autore Christianson Curt
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., 2009
Descrizione fisica 1 online resource (284 p.)
Disciplina 005.2/76
Altri autori (Persone) CochranJeff
Collana From technologies to solutions
Soggetto topico Internet programming
Microsoft .NET
Web sites - Design
Soggetto genere / forma Electronic books.
ISBN 9786612172328
1-282-17232-8
1-84719-362-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Table of Contents; Preface; Chapter 1: Planning and Building your First Content Management System; What a Content Management System is; Web Content Management Systems; Why use ASP.NET; ASP.NET membership and profiles; ASP.NET Master Pages and Themes; ASP.NET 3.5; Setting up your environment; Installing IIS; Operating systems and IIS versions; Installing IIS in Windows XP Pro; Installing IIS in Windows Vista; Installing ASP.NET 3.5; Installing Visual Web Developer Express 2008; Configuring and testing your setup; Configuring IIS on Windows XP; Configuring IIS on Windows Vista
Setting NTFS permissionsTesting IIS; Writing a simple content management application; Default.aspx; Content.txt; FCKEditor; Edit.aspx; Summary; Chapter 2: Adding a Database to a Content Management System; Why use a database; Why use SQL Server Express; Installing and configuring SQL Server 2005 Express; Installing SQL Server 2005 Management Studio Express; Running SQL Server 2005 Management Studio Express; Creating a database for our simple Content Management System; Creating a new database with Management Studio Express; Windows authentication vs. SQL server authentication
Configuring an SQL user accountConfiguring the database to use the SQL Server account; Creating a database table with Management Studio Express; Using the SimpleCMS database in Visual Web Developer; Using the SimpleCMS database in the CMS application; Creating a new Default.aspx file; Configuring the data source; Binding the Data Source to a Repeater control; Creating a new Edit.aspx; Creating multiple content pages; Altering the database table; Adding data to the new column; Altering the SqlDataSource code; Understanding SQL Server commands; SQL query syntax; SELECT queries; WHERE clause
TOPALL | DISTINCT; COUNT; GROUP BY clause; ORDER BY clause; INSERT queries; UPDATE queries; DELETE queries; Other queries; Entities and relationships in brief; Entities; Entity relationships; SQL injection; Preventing SQL injection; Changing the database user account; Summary; Chapter 3: Content Management System Architecture; Multi-tier architecture; The data store; The Pages table; The Panes table; The Articles table; The data access layer; Creating the typed dataset; Filtering data from the dataset; Insert method; Update and delete methods; The business logic layer; The ArticlesBLL class
The presentation layerBuilding the Master Page; Summary; Chapter 4: Adding Security and Membership to a Content Management System; ASP.NET membership; Configuring and using forms authentication; Creating a new application; Creating the home page; Create the Master Page; Enabling forms authentication; Creating the membership database; Configuring the SqlMembershipProvider; Creating the login page; Creating a user account with the ASP.NET configuration tool; Creating a login; Adding forms authentication to our CMS; Preparing an existing SQL database; The aspnet_regsql.exe tool; User accounts
Membership roles
Record Nr. UNINA-9910456657003321
Christianson Curt  
Birmingham, U.K., : Packt Publishing Ltd., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
ASP.NET 3.5 content management system development [[electronic resource] ] : build, manage, and extend your own content management system / / Curt Christianson, Jeff Cochran
ASP.NET 3.5 content management system development [[electronic resource] ] : build, manage, and extend your own content management system / / Curt Christianson, Jeff Cochran
Autore Christianson Curt
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., 2009
Descrizione fisica 1 online resource (284 p.)
Disciplina 005.2/76
Altri autori (Persone) CochranJeff
Collana From technologies to solutions
Soggetto topico Internet programming
Microsoft .NET
Web sites - Design
ISBN 9786612172328
1-282-17232-8
1-84719-362-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Table of Contents; Preface; Chapter 1: Planning and Building your First Content Management System; What a Content Management System is; Web Content Management Systems; Why use ASP.NET; ASP.NET membership and profiles; ASP.NET Master Pages and Themes; ASP.NET 3.5; Setting up your environment; Installing IIS; Operating systems and IIS versions; Installing IIS in Windows XP Pro; Installing IIS in Windows Vista; Installing ASP.NET 3.5; Installing Visual Web Developer Express 2008; Configuring and testing your setup; Configuring IIS on Windows XP; Configuring IIS on Windows Vista
Setting NTFS permissionsTesting IIS; Writing a simple content management application; Default.aspx; Content.txt; FCKEditor; Edit.aspx; Summary; Chapter 2: Adding a Database to a Content Management System; Why use a database; Why use SQL Server Express; Installing and configuring SQL Server 2005 Express; Installing SQL Server 2005 Management Studio Express; Running SQL Server 2005 Management Studio Express; Creating a database for our simple Content Management System; Creating a new database with Management Studio Express; Windows authentication vs. SQL server authentication
Configuring an SQL user accountConfiguring the database to use the SQL Server account; Creating a database table with Management Studio Express; Using the SimpleCMS database in Visual Web Developer; Using the SimpleCMS database in the CMS application; Creating a new Default.aspx file; Configuring the data source; Binding the Data Source to a Repeater control; Creating a new Edit.aspx; Creating multiple content pages; Altering the database table; Adding data to the new column; Altering the SqlDataSource code; Understanding SQL Server commands; SQL query syntax; SELECT queries; WHERE clause
TOPALL | DISTINCT; COUNT; GROUP BY clause; ORDER BY clause; INSERT queries; UPDATE queries; DELETE queries; Other queries; Entities and relationships in brief; Entities; Entity relationships; SQL injection; Preventing SQL injection; Changing the database user account; Summary; Chapter 3: Content Management System Architecture; Multi-tier architecture; The data store; The Pages table; The Panes table; The Articles table; The data access layer; Creating the typed dataset; Filtering data from the dataset; Insert method; Update and delete methods; The business logic layer; The ArticlesBLL class
The presentation layerBuilding the Master Page; Summary; Chapter 4: Adding Security and Membership to a Content Management System; ASP.NET membership; Configuring and using forms authentication; Creating a new application; Creating the home page; Create the Master Page; Enabling forms authentication; Creating the membership database; Configuring the SqlMembershipProvider; Creating the login page; Creating a user account with the ASP.NET configuration tool; Creating a login; Adding forms authentication to our CMS; Preparing an existing SQL database; The aspnet_regsql.exe tool; User accounts
Membership roles
Record Nr. UNINA-9910780784003321
Christianson Curt  
Birmingham, U.K., : Packt Publishing Ltd., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
ASP.NET 3.5 content management system development : build, manage, and extend your own content management system / / Curt Christianson, Jeff Cochran
ASP.NET 3.5 content management system development : build, manage, and extend your own content management system / / Curt Christianson, Jeff Cochran
Autore Christianson Curt
Edizione [1st ed.]
Pubbl/distr/stampa Birmingham, U.K., : Packt Publishing Ltd., 2009
Descrizione fisica 1 online resource (284 p.)
Disciplina 005.2/76
Altri autori (Persone) CochranJeff
Collana From technologies to solutions
Soggetto topico Internet programming
Microsoft .NET Framework
Web sites - Design
ISBN 9786612172328
1-282-17232-8
1-84719-362-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Table of Contents; Preface; Chapter 1: Planning and Building your First Content Management System; What a Content Management System is; Web Content Management Systems; Why use ASP.NET; ASP.NET membership and profiles; ASP.NET Master Pages and Themes; ASP.NET 3.5; Setting up your environment; Installing IIS; Operating systems and IIS versions; Installing IIS in Windows XP Pro; Installing IIS in Windows Vista; Installing ASP.NET 3.5; Installing Visual Web Developer Express 2008; Configuring and testing your setup; Configuring IIS on Windows XP; Configuring IIS on Windows Vista
Setting NTFS permissionsTesting IIS; Writing a simple content management application; Default.aspx; Content.txt; FCKEditor; Edit.aspx; Summary; Chapter 2: Adding a Database to a Content Management System; Why use a database; Why use SQL Server Express; Installing and configuring SQL Server 2005 Express; Installing SQL Server 2005 Management Studio Express; Running SQL Server 2005 Management Studio Express; Creating a database for our simple Content Management System; Creating a new database with Management Studio Express; Windows authentication vs. SQL server authentication
Configuring an SQL user accountConfiguring the database to use the SQL Server account; Creating a database table with Management Studio Express; Using the SimpleCMS database in Visual Web Developer; Using the SimpleCMS database in the CMS application; Creating a new Default.aspx file; Configuring the data source; Binding the Data Source to a Repeater control; Creating a new Edit.aspx; Creating multiple content pages; Altering the database table; Adding data to the new column; Altering the SqlDataSource code; Understanding SQL Server commands; SQL query syntax; SELECT queries; WHERE clause
TOPALL | DISTINCT; COUNT; GROUP BY clause; ORDER BY clause; INSERT queries; UPDATE queries; DELETE queries; Other queries; Entities and relationships in brief; Entities; Entity relationships; SQL injection; Preventing SQL injection; Changing the database user account; Summary; Chapter 3: Content Management System Architecture; Multi-tier architecture; The data store; The Pages table; The Panes table; The Articles table; The data access layer; Creating the typed dataset; Filtering data from the dataset; Insert method; Update and delete methods; The business logic layer; The ArticlesBLL class
The presentation layerBuilding the Master Page; Summary; Chapter 4: Adding Security and Membership to a Content Management System; ASP.NET membership; Configuring and using forms authentication; Creating a new application; Creating the home page; Create the Master Page; Enabling forms authentication; Creating the membership database; Configuring the SqlMembershipProvider; Creating the login page; Creating a user account with the ASP.NET configuration tool; Creating a login; Adding forms authentication to our CMS; Preparing an existing SQL database; The aspnet_regsql.exe tool; User accounts
Membership roles
Record Nr. UNINA-9910828207503321
Christianson Curt  
Birmingham, U.K., : Packt Publishing Ltd., 2009
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
ASP.NET site performance secrets [[electronic resource] ] : simple and proven techniques to quickly speed up your ASP.NET web site / / Matt Perdeck
ASP.NET site performance secrets [[electronic resource] ] : simple and proven techniques to quickly speed up your ASP.NET web site / / Matt Perdeck
Autore Perdeck Matt
Edizione [1st edition]
Pubbl/distr/stampa Birmingham [U.K.], : Packt Pub., 2010
Descrizione fisica 1 online resource (456 p.)
Disciplina 006.76
Soggetto topico Microsoft .NET
Web sites - Design
Internet programming
Soggetto genere / forma Electronic books.
ISBN 1-282-88221-X
9786612882210
1-84969-069-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1:High Level Diagnosis; Assuring good performance; Continuous monitoring; Setting performance goals; Iterative improvements; Monitoring services; High-level diagnosis with Waterfall charts; Creating a Waterfall chart using Firebug; Installing Firebug; Creating the Waterfall Chart; Interpreting the Waterfall chart; Request and response information; Timeline information; Page-level information; Saving information; Categorizing bottlenecks using Waterfall charts
Scenario 1: Main .aspx file takes long to arriveScenario 2: Main .aspx file takes long to load over the Internet; Scenario 3: Images take long to load; Scenario 4: JavaScript file blocks rendering; Waterfall generators for other browsers; Fiddler (browser-independent); Internet Explorer via WebPagetest; Google Chrome; Apple Safari; More Waterfall chart generators; Find out more; Summary; Chapter 2:Reducing Time to First Byte; Pinpointing bottlenecks; Memory; Windows Server 2003; Windows Vista, Windows Server 2008, or Windows 7; Simulating a memory shortage; Caching; CPU; Thread usage
Long wait timesAdditional measures; Deployment; Building projects in release mode; Publishing your website; Disabling debug mode; Reducing number of assemblies; Reducing round trips; Using Server.Transfer instead of Response.Redirect; Always specifying the default file in URLs; Permanent redirects; Minimize CNAME records; SSL; Unwanted requests; Search engine bots; Hotlinking; CAPTCHA; Scrapers; Usability testing; Find out more; Summary; Chapter 3:Memory; Managed resources; Life cycle; Generations; Large Object Heap; Counters; CLR profiler; Garbage collector versions; Acquire late
Release earlyUsing StringBuilder to concatenate strings; Using StringBuilder; When not to use StringBuilder; StringBuilder capacity; Using Compare for case-insensitive compares; Using Response.Write buffer; Pooling objects over 85KB; Unmanaged resources; IDisposable; Counters; Sessions; Reducing session state life time; Reducing space taken by session state; Using another session mode; Stop using session state; Find out more; Summary; Chapter 4:CPU; Identifying bottlenecks; Tools; Data access; Connection pooling; DataSet versus List; Returning multiple result sets
Sending multiple inserts in one goUse native data providers; Exceptions; Revealing the time taken by exceptions; Counters; DataBinder.Eval; Garbage collector; Threading; StringBuilder; Regex instantiation; UtcNow; Foreach; Virtual properties; Avoid unnecessary processing; Trimming HTTP pipeline; Find out more; Summary; Chapter 5:Caching; Browser caching; OutputCache directive; Enabling caching in code; Disabling caching in code; Proxy caching; Caching different versions of the same page; Cookies; Removing query string from URL; URLRewrite extension to IIS 7; RewritePath method in Global.asax
Resetting the form action attribute
Record Nr. UNINA-9910459194303321
Perdeck Matt  
Birmingham [U.K.], : Packt Pub., 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
ASP.NET site performance secrets [[electronic resource] ] : simple and proven techniques to quickly speed up your ASP.NET web site / / Matt Perdeck
ASP.NET site performance secrets [[electronic resource] ] : simple and proven techniques to quickly speed up your ASP.NET web site / / Matt Perdeck
Autore Perdeck Matt
Edizione [1st edition]
Pubbl/distr/stampa Birmingham [U.K.], : Packt Pub., 2010
Descrizione fisica 1 online resource (456 p.)
Disciplina 006.76
Soggetto topico Microsoft .NET
Web sites - Design
Internet programming
ISBN 1-282-88221-X
9786612882210
1-84969-069-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1:High Level Diagnosis; Assuring good performance; Continuous monitoring; Setting performance goals; Iterative improvements; Monitoring services; High-level diagnosis with Waterfall charts; Creating a Waterfall chart using Firebug; Installing Firebug; Creating the Waterfall Chart; Interpreting the Waterfall chart; Request and response information; Timeline information; Page-level information; Saving information; Categorizing bottlenecks using Waterfall charts
Scenario 1: Main .aspx file takes long to arriveScenario 2: Main .aspx file takes long to load over the Internet; Scenario 3: Images take long to load; Scenario 4: JavaScript file blocks rendering; Waterfall generators for other browsers; Fiddler (browser-independent); Internet Explorer via WebPagetest; Google Chrome; Apple Safari; More Waterfall chart generators; Find out more; Summary; Chapter 2:Reducing Time to First Byte; Pinpointing bottlenecks; Memory; Windows Server 2003; Windows Vista, Windows Server 2008, or Windows 7; Simulating a memory shortage; Caching; CPU; Thread usage
Long wait timesAdditional measures; Deployment; Building projects in release mode; Publishing your website; Disabling debug mode; Reducing number of assemblies; Reducing round trips; Using Server.Transfer instead of Response.Redirect; Always specifying the default file in URLs; Permanent redirects; Minimize CNAME records; SSL; Unwanted requests; Search engine bots; Hotlinking; CAPTCHA; Scrapers; Usability testing; Find out more; Summary; Chapter 3:Memory; Managed resources; Life cycle; Generations; Large Object Heap; Counters; CLR profiler; Garbage collector versions; Acquire late
Release earlyUsing StringBuilder to concatenate strings; Using StringBuilder; When not to use StringBuilder; StringBuilder capacity; Using Compare for case-insensitive compares; Using Response.Write buffer; Pooling objects over 85KB; Unmanaged resources; IDisposable; Counters; Sessions; Reducing session state life time; Reducing space taken by session state; Using another session mode; Stop using session state; Find out more; Summary; Chapter 4:CPU; Identifying bottlenecks; Tools; Data access; Connection pooling; DataSet versus List; Returning multiple result sets
Sending multiple inserts in one goUse native data providers; Exceptions; Revealing the time taken by exceptions; Counters; DataBinder.Eval; Garbage collector; Threading; StringBuilder; Regex instantiation; UtcNow; Foreach; Virtual properties; Avoid unnecessary processing; Trimming HTTP pipeline; Find out more; Summary; Chapter 5:Caching; Browser caching; OutputCache directive; Enabling caching in code; Disabling caching in code; Proxy caching; Caching different versions of the same page; Cookies; Removing query string from URL; URLRewrite extension to IIS 7; RewritePath method in Global.asax
Resetting the form action attribute
Record Nr. UNINA-9910785218503321
Perdeck Matt  
Birmingham [U.K.], : Packt Pub., 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
ASP.NET site performance secrets : simple and proven techniques to quickly speed up your ASP.NET web site / / Matt Perdeck
ASP.NET site performance secrets : simple and proven techniques to quickly speed up your ASP.NET web site / / Matt Perdeck
Autore Perdeck Matt
Edizione [1st edition]
Pubbl/distr/stampa Birmingham [U.K.], : Packt Pub., 2010
Descrizione fisica 1 online resource (456 p.)
Disciplina 006.76
Soggetto topico Web sites - Design
Internet programming
ISBN 1-282-88221-X
9786612882210
1-84969-069-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1:High Level Diagnosis; Assuring good performance; Continuous monitoring; Setting performance goals; Iterative improvements; Monitoring services; High-level diagnosis with Waterfall charts; Creating a Waterfall chart using Firebug; Installing Firebug; Creating the Waterfall Chart; Interpreting the Waterfall chart; Request and response information; Timeline information; Page-level information; Saving information; Categorizing bottlenecks using Waterfall charts
Scenario 1: Main .aspx file takes long to arriveScenario 2: Main .aspx file takes long to load over the Internet; Scenario 3: Images take long to load; Scenario 4: JavaScript file blocks rendering; Waterfall generators for other browsers; Fiddler (browser-independent); Internet Explorer via WebPagetest; Google Chrome; Apple Safari; More Waterfall chart generators; Find out more; Summary; Chapter 2:Reducing Time to First Byte; Pinpointing bottlenecks; Memory; Windows Server 2003; Windows Vista, Windows Server 2008, or Windows 7; Simulating a memory shortage; Caching; CPU; Thread usage
Long wait timesAdditional measures; Deployment; Building projects in release mode; Publishing your website; Disabling debug mode; Reducing number of assemblies; Reducing round trips; Using Server.Transfer instead of Response.Redirect; Always specifying the default file in URLs; Permanent redirects; Minimize CNAME records; SSL; Unwanted requests; Search engine bots; Hotlinking; CAPTCHA; Scrapers; Usability testing; Find out more; Summary; Chapter 3:Memory; Managed resources; Life cycle; Generations; Large Object Heap; Counters; CLR profiler; Garbage collector versions; Acquire late
Release earlyUsing StringBuilder to concatenate strings; Using StringBuilder; When not to use StringBuilder; StringBuilder capacity; Using Compare for case-insensitive compares; Using Response.Write buffer; Pooling objects over 85KB; Unmanaged resources; IDisposable; Counters; Sessions; Reducing session state life time; Reducing space taken by session state; Using another session mode; Stop using session state; Find out more; Summary; Chapter 4:CPU; Identifying bottlenecks; Tools; Data access; Connection pooling; DataSet versus List; Returning multiple result sets
Sending multiple inserts in one goUse native data providers; Exceptions; Revealing the time taken by exceptions; Counters; DataBinder.Eval; Garbage collector; Threading; StringBuilder; Regex instantiation; UtcNow; Foreach; Virtual properties; Avoid unnecessary processing; Trimming HTTP pipeline; Find out more; Summary; Chapter 5:Caching; Browser caching; OutputCache directive; Enabling caching in code; Disabling caching in code; Proxy caching; Caching different versions of the same page; Cookies; Removing query string from URL; URLRewrite extension to IIS 7; RewritePath method in Global.asax
Resetting the form action attribute
Record Nr. UNINA-9910826112603321
Perdeck Matt  
Birmingham [U.K.], : Packt Pub., 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
ASP.NET web developer's guide [[electronic resource] /] / Mesbah Ahmed ... [et al.]
ASP.NET web developer's guide [[electronic resource] /] / Mesbah Ahmed ... [et al.]
Edizione [1st edition]
Pubbl/distr/stampa Rockland, Mass., : Syngress Publishing, Inc., c2002
Descrizione fisica 1 online resource (735 p.)
Disciplina 005.2/76
Soggetto topico Internet programming
Web servers
Soggetto genere / forma Electronic books.
ISBN 1-281-05299-X
9786611052997
0-08-047594-9
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1928994512.pdf; 1928994512.pdf; Cover; Contents; Foreword; Chapter 1 Introducing ASP.NET; Chapter 2 ASP.NET Namespaces; Chapter 3 ASP Server Controls; Chapter 4 Configuring ASP.NET; Chapter 5 An ASP.NET Application; Chapter 6 Optimizing Caching Methods; Chapter 7 Introduction to ADO.NET: A Simple Address Book; Chapter 8 Using XML in the .NET Framework; Chapter 9 Debugging ASP.NET; Chapter 10 Web Services; Chapter 11 Creating an XML.NET Guestbook; Chapter 12 Creating an ADO.NET Shopping Cart; Chapter 13 Creating a Message Board with ADO and XML; Index; Related Titles
Record Nr. UNINA-9910454975303321
Rockland, Mass., : Syngress Publishing, Inc., c2002
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui