C# Developeramp;#039;s Guide to ASP.NET, XML, and ADO.NET [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

C# Developeramp;#039;s Guide to ASP.NET, XML, and ADO.NET [Electronic resources] - نسخه متنی

Jeffrey P. McManus; Chris Kinsman

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


[SYMBOL]
[A]
[B]
[C]
[D]
[E]
[F]
[G]
[H]
[I]
[K]
[L]
[M]
[N]
[O]
[P]
[Q]
[R]
[S]
[T]
[U]
[V]
[W]
[X]
[Y]
[Z]


H switch (XCOPY)


handling errors


ADO.NET
2nd
3rd
4th
5th
6th


customErrors settings (Web.Config/Machine.Config files)
2nd
3rd


database connections
2nd
3rd


HttpModule error module
2nd
3rd
4th
5th
6th
7th
8th
9th


handling events
2nd
3rd
4th
5th


AutoEventWireup attribute, Page object
2nd


Global.asax files
2nd
3rd
4th


IPostBackEventHandler


raising events via HttpModules
2nd
3rd
4th
5th
6th


user controls
2nd
3rd


XML validation
2nd
3rd


handling exceptions


ADO.NET SqlException class
2nd


hard-coded impersonation
2nd
3rd
4th
5th
6th
7th


hash tables


using Repeater control to build customized hashtable output
2nd
3rd


hashtables


listing 2.33, DataList server control bound to a Hashtable object
2nd
3rd


headers


HttpCacheVaryByHeaders class
2nd


Set-Cookie
2nd
3rd


VaryByHeader caching
2nd
3rd


Headers attribute (OutputCache directive)
2nd


Hello World


HttpHandlers
2nd
3rd
4th
5th
6th
7th


code listing
2nd
3rd


creating
2nd
3rd


Hello World server control
2nd
3rd


ASP.NET page that references custom Hello World server control
2nd
3rd
4th


batch file that compiles and deploys a .NET component project automatically
2nd


compiling namespaces/classes into .NET components


HelloWorld Web service
2nd
3rd
4th


hidden text


HtmlInputHidden control
2nd
3rd
4th
5th
6th
7th
8th


hit counters (HttpHandlers)
2nd
3rd
4th
5th
6th
7th
8th


HTML


HTML data representation versus XML


HTML
2nd
3rd
4th
5th
6th
7th
8th
9th


XML
2nd
3rd


tags


HTML control equivalents
2nd
3rd


Web control equivalents
2nd
3rd


time stamping output HTML


(BeginRequest-EndRequest module)
2nd
3rd
4th
5th


View Source of a Page That Has Been Affected by the BeginEnd Module


HTML controls
2nd


equivalent HTML tags
2nd
3rd


HtmlAnchor
2nd
3rd
4th
5th


HtmlButton
2nd
3rd
4th
5th


HtmlForm
2nd
3rd
4th
5th
6th
7th
8th
9th


HtmlImage
2nd
3rd
4th
5th
6th
7th
8th
9th
10th


HtmlInputButton
2nd
3rd
4th
5th
6th
7th
8th


HtmlInputCheckbox
2nd


HtmlInputFile
2nd
3rd
4th
5th
6th
7th
8th


HtmlInputHidden
2nd
3rd
4th
5th
6th
7th
8th


HtmlInputImage
2nd


HtmlInputRadioButton
2nd


HtmlInputText
2nd


HtmlSelect
2nd


HtmlTable
2nd


HtmlTableCell
2nd


HtmlTableCellCollection
2nd


HtmlTableRow
2nd


HtmlTableRowCollection
2nd


HtmlTextArea
2nd


HtmlAnchor control
2nd
3rd
4th
5th


HtmlButton control
2nd
3rd
4th
5th


HtmlForm control
2nd
3rd
4th
5th
6th
7th
8th
9th


HtmlImage control
2nd
3rd
4th
5th
6th
7th
8th
9th
10th


HtmlInputButton control
2nd
3rd
4th
5th
6th
7th
8th


HtmlInputCheckbox control
2nd


HtmlInputFile control
2nd
3rd
4th
5th
6th
7th
8th


HtmlInputHidden control
2nd
3rd
4th
5th
6th
7th
8th


HtmlInputImage control
2nd


HtmlInputRadioButton control
2nd


HtmlInputText control
2nd


HtmlSelect control
2nd


HtmlTable control
2nd


HtmlTableCell control
2nd


HtmlTableCellCollection control
2nd


HtmlTableRow control
2nd


HtmlTableRowCollection control
2nd


HtmlTextArea control
2nd


HTTP


Telnet requests
2nd
3rd
4th
5th


HTTP GET


calling Web method (Web services)
2nd


HTTP handlers


trace.axd
2nd
3rd


HttpApplication class
2nd
3rd
4th
5th
6th
7th
8th


HttpBrowserCapabilities class
2nd
3rd
4th
5th
6th
7th


caching
2nd
3rd
4th


HttpCachePolicy class
2nd


HttpCacheVaryByHeaders class
2nd


HttpCacheVaryByParams class
2nd


HttpForbiddenHandler HttpHandler


.
[See also HttpHandlers]


HttpHandler


listings


8.17, HttpHandlerFactory that returns different handlers based on the name parameter
2nd
3rd


HttpHandlers
2nd
3rd
4th
5th
6th
7th
8th
9th


(begin)


(end)


ASP.NET request handling
2nd
3rd


built-in ASP.NET HttpHandlers
2nd


combining XML/SQL
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
11th


SqlHandler
2nd
3rd
4th
5th
6th
7th


SqlHandler output


XSL template used to format output
2nd
3rd
4th
5th


dynamic handler assignment
2nd
3rd
4th
5th
6th


Hello World
2nd
3rd
4th
5th
6th
7th


code listing
2nd
3rd


creating
2nd
3rd


IHttpHandler class
2nd


listings


8.10, global.asax that sinks the OnMyEvent event from the HttpModule
2nd


8.13, Hello World
2nd
3rd


8.14, SqlHandler transforms XML SQL queries from SQL Server with XSL templates
2nd
3rd
4th
5th


8.15, XSL template used to format output
2nd
3rd


8.16, page counter
2nd
3rd
4th


8.9, Handler That Raises an Event in Global.asax
2nd
3rd


page counters
2nd
3rd
4th
5th
6th
7th
8th


Web.Config/Machine.Config httpHandlers settings


HttpModules
2nd
3rd


(begin)


(end)
2nd


ASP.NET request handling
2nd
3rd


authentication modules
2nd
3rd
4th


BeginRequest-EndRequest module
2nd
3rd
4th
5th


(time stamping output HTML)


error modules
2nd
3rd
4th
5th
6th
7th
8th
9th


filtering output
2nd
3rd
4th
5th
6th
7th
8th
9th
10th
11th


forking filters
2nd
3rd
4th
5th
6th
7th
8th
9th
10th


IhttpModule class


listings


8.1, Module That Stamps the Begin and End Times into the Page
2nd
3rd
4th


8.11, authenticateRequest in a Web module
2nd
3rd


8.12, RewritePath module that changes every request to map to webform1.aspx
2nd
3rd


8.2, web.config to Load the BeginEnd HttpModule
2nd


8.3, View Source of a Page That Has Been Affected by the BeginEnd Module
2nd
3rd


8.4, simple ad insertion engine that replaces <adinsert tags with an ad
2nd
3rd
4th


8.5, output from AdInserter.vb
2nd
3rd


8.6, SimpleCache, an Output-Caching Mechanism
2nd
3rd
4th
5th
6th
7th


8.7, module that handles errors in an application by writing them to the event log and e-mailing the
2nd
3rd
4th


8.8, Global.asax redirection of users from error pages
2nd
3rd


raising events
2nd
3rd
4th
5th
6th


rewriting paths
2nd
3rd
4th
5th
6th


Web.Config/Machine.Config httpModules settings
2nd


HttpRequest class
2nd


HttpResponse class
2nd
3rd


HttpServerUtility class
2nd


HttpSessionState class
2nd
3rd
4th
5th


.
[See also state management]


TimeOut property
2nd


Hyperlink class
2nd
3rd


hyperlinks


hyperlink control that can generate client-side postback of a form
2nd
3rd


LinkButton control
2nd
3rd


/ 106