View Single Post
  #1 (permalink)  
Old 08-24-2007, 08:27 AM
abb's Avatar
abb abb is offline
Administrator
 
Join Date: Apr 2007
Location: Canada, QC
Age: 29
Posts: 1,204
Points: 31,926, Level: 25
Points: 31,926, Level: 25 Points: 31,926, Level: 25 Points: 31,926, Level: 25
Level up: 80%, 524 Points needed
Level up: 80% Level up: 80% Level up: 80%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Default ASP.net Web Developer's Guide




Title: ASP.net Web Developer's Guide (With CD-ROM)
category: Computer Programming

ISBN: 1928994512
Author: Jonathon Ortiz / Mesbah Ahmed / Chris Garrett / Jeremy Faircloth / Wei Meng Lee / Adam Sills / Chris Payne
Paperback: 736 pages;
Publisher: Syngress; 1 edition (December 15, 2001)</li><li><b>Language:</b> English
URL: Code: [url]http://www.amazon.com/exec/obidos/redirect?tag=songstech-20&path=ASIN%2F1928994512[/url]


Summary:
Aimed at the working ASP developer who wants to move to Microsoft .NET, ASP.NET Unleashed: Web Developers Guide offers an excellent example-based programming tutorial. With its strong practical focus, this title offers an excellent choice for learning ASP.NET quickly.

Most every computer book uses examples illustrating programming concepts, but this text does an exceptional job at efficiently presenting key examples that will be necessary for anyone moving from ASP to ASP.NET. After a brief tour of the history of ASP since version 1.0 and a quick overview of the advantages of ASP.NET, the author turns to essential APIs and programming strategies. Useful material here includes some valuable techniques for working with session and application objects (and new events available with these classes), plus a nicely comprehensive guide to all the XML configuration settings used in ASP.NET and what they're good for. A series of chapters on the built-in ASP.NET (and simpler HTML) server controls will give you a working vocabulary of basic Web programming techniques.

Later chapters explore specific areas of .NET functionality like ADO.NET, XML support (including a solid introduction to the often bewildering world of XML standards and the classes used to manipulate them in .NET). Coverage of Web services shows off this brand-new option for creating distributed Web applications.

This volume's final sections present three small, complete applications (for a guest book, shopping cart, and message board). Besides illustrating essential ASP.NET APIs and techniques introduced earlier on, the sample code can serve as a basis to add these features to your custom applications.

With such a large number of new ASP.NET APIs to master, this title strikes a great balance between describing essential APIs and real code that shows them at work. In all, its efficient format makes this title a perfect resource for busy working developers who want to get up to speed on the new ASP.NET fast. --Richard Dragan

Topics covered: History of ASP standards (versions 1.0 through 3.0), overview of ASP.NET, tutorial to common ASP.NET namespaces (including the Microsoft Visual Basic APIs, data types, collections, Web services, and XML); ASP.NET server controls (and postback support), HTML server controls, validation with validator classes; databound list Web controls (including the Repeater and DataGrid components), in-depth description to ASP.NET configuration (including security guidelines), managing state, using global.aspx, the Application object, handling application and session events; caching options (output, fragment, and data caching), case study for an address book using ADO.NET, introduction to XML (validating, navigating, and querying XML); techniques for debugging ASP.NET applications (including Visual Studio .NET's debugging support), programming Web services, sample case studies for guest book, shopping cart, and message board, and Visual Basic .NET sample code.


Download:
Code: [url]http://rapidshare.com/files/42046427/TRIBE_-_Syngress_-_ASP_dotNet_Web_Developers_Guide.rar[/url]


Password:
Code: TRIBE INNOVATIONS
Reply With Quote
 

Search Engine Optimization by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227