WebMaster in a Nutshell By Stephen Spainhour, Robert Eckstein free book dwonload
Core Java 1.1 By Cay S. Horstmann, Gary Cornell free book download
More details
Core Java Fundamentals By Cay Horstmann, Gary Cornell free book download
Pro ASP.NET 2.0 in VB 2005 By Laurence Moroney, Matthew MacDonald free book download
Welcome to Pro ASP.NET 2.0 in VB 2005, Special Edition. In this book, youll learn how ASP.NET 2.0 really works. You wont be bored with a rehash of the VB 2005 languageinstead, youll get the hard-won practical advice that you need to build sophisticated, scalable websites. New features are clearly identified, so if youve programmed with a previous version of ASP.NET youll sail through the basics and get right to the most important changes and enhancements.
Youll also dig into advanced topics that other ASP.NET books leave out, like custom control creation, image handling, and encryption. You'll spend two complete chapters learning to make highly responsive pages with Ajax techniques and exploring Microsofts next-generation Atlas platform. Theres no better way to prepare for the future of the Web.
For this Special Edition of the book, weve also included a Bonus CD containing a host of valuable extras to help you really get to grips with the technology:
- A carefully selected library of chapters from eighteen other Apress Pro and Expert titles designed to complement this book and broaden your knowledge of ASP.NET 2.0, C# 2005, VB 2005, and SQL Server 2005. Thats over 2,000 information-rich pages in eBook form. All fully supported with code samples on apress.com.
- An eBook copy of ASPToday.com on ASP.NET 2.0 containing thirty-three articles covering ASP.NET 2.0 and SQL Server 2005 from Apress ASPToday website. ASPToday specializes in publishing quality articles for ASP developers. This is the first time this material is being made available in eBook form.
- A full selection of our .NET 2.0 Roadmaps that illustrate how Apress books can be linked together by you, the reader, to create your own custom-made learning curve to help you master the technology areas you need to know.
More details
Pro ASP.NET 2.0 Website Programming By Damon Armstrong free book download
Pro ASP.NET 2.0 Website Programming shows you how to harness the ASP.NET technology to build websites that tackle real business needs. It provides ideas and practices that help reduce maintenance costs, decrease development time, and manage user perception. It discusses not only the technical implementation but the business reasoning behind the ideasusing real business situations, drawn directly from the author's extensive consulting experience.
Business application development projects routinely begin with limited resources, tight budgets, and constrained timelines. Many developers respond to this by starting their coding immediately, with the hope of maximizing their time. But its already been proven that the best way to finish projects on time and under budget is to invest some time up front to make the development project operate more smoothly and efficiently in the long run.
This book shows you how to build reusable components to reduce the overall amount of code you need to write, and to keep the user experience consistent. If you have a basic knowledge of ASP.NET, VB.NET, and Visual Studio then this book will also show you how to:
- Create reusable services and controls to manage common web tasks, such as logging in and displaying important customer information
- Manage different types of data, including files
- Build portals using the web parts framework
- Create a simple but effective reporting framework
- Develop a SQL tool for easy data searching
- Implement encryption and security strategies to protect your application and your customer's data
With this book, youll be able to exploit ASP.NET 2.0 to its full potential, and provide your users and customers with websites that are intuitive, secure, and high performing.
More details
Professional ASP.NET 2.0 Server Control and Component Development By Shahram Khosravi free book download
The step-by-step coverage drills down to the details of the extensible part of the ASP.NET 2.0 Framework that you need to extend to write the specified type of custom control or component. Rather than present the extensible part as a black box, it presents a detailed step-by-step approach to implement functional replica of the extensible part, discusses the replica’s code in detail, and provides an in-depth coverage of the techniques, tools, and technologies used in the code. From there you get a detailed practical recipe for developing the specified type of custom control or component and book then uses the recipe to implement one or more real-world custom controls or components of the specified type that you can use in your own Web applications.
Some of the many types of controls and components you'll learn to build are:
- Ajax-enabled controls and components: four chapters on Ajax discuss and use Ajax patterns, ASP.NET 2.0 client callback mechanism, CSS, DOM, XML, and JavaScript to implement a number of Ajax-enabled controls and components.
- Web Parts: four chapters on Web Parts in ASP.NET 2.0 develop a number of custom WebPart, EditorPart, CatalogPart, WebPartZone, WebPartChrome, WebPartVerb, WebPartManager, and data-bound WebPart controls.
- 5 chapters on ASP.NET 2.0 security, membership, and role management components
- 5 chapters on ASP.NET 2.0 tabular and hierarchical data source controls and custom Parameter components
- 4 chapters on ASP.NET 2.0 tabular data-bound controls and data control fields
- Developing controls and components that can access any type of data store and automate all their data operations such as Delete, Update, Insert, and Sort.
- XML Web service, WSDL, Google XML Web service API, SchemaImporterExtension, ISerializable, and CodeDom
- XmlReader, XmlWriter, XPathNavigator, DOM, and XmlResolver
- Provider-Based Services including how to implement a RSS service provider that can feed RSS from any type of data store such as SQL Server, file system, Web services, and so on
- HTTP modules, HTTP handler factories, HTTP handlers, and control builders including developing an HTTP module and an HTTP handler factory that perform URL rewriting and an HTTP handler that generates RSS feeds
- User controls and composite and templated custom controls
- State management and custom type converters.
- Events, IPostBackEventHandler, IPostBackDataHandler, and Page lifecycle
This book is also available as part of the 5-book ASP.NET 2.0 Wrox Box (ISBN: 0-470-11757-5). This 5-book set includes:
- Professional ASP.NET 2.0 Special Edition (ISBN: 0-470-04178-1)
- ASP.NET 2.0 Website Programming: Problem - Design - Solution (ISBN: 0764584642 )
- Professional ASP.NET 2.0 Security, Membership, and Role Management (ISBN: 0764596985)
- Professional ASP.NET 2.0 Server Control and Component Development (ISBN: 0471793507)
- ASP.NET 2.0 MVP Hacks and Tips (ISBN: 0764597663)
- CD-ROM with more than 1000 pages of bonus chapters from 15 other .NET 2.0 and SQL Server(TM) 2005 Wrox books
- DVD with 180-day trial version of Microsoft(r) Visual Studio(r) 2005 Professional Edition
More details
Professional ASP.NET 2.0 XML By Thiru Thangarathinam free book download
- The foundation for most Web services, XML can also be used with ASP.NET to display data from an infinite variety of sources in a Web site
- After covering the basics, the book explores the many ways that XML documents can be created, transformed, and transmitted to other systems using ASP.NET 2.0
- Two major case studies address issues such as reading and writing XML data, XML data validation, transforming XML Data with XSLT, SQL Server XML integration, XML support in ADO.NET, and XML Web Services
More details
Professional ASP.NET 2.0 Security, Membership, and Role Management By Stefan Schackow free book download
You’ll see how ASP.NET 2.0 version contains many new built-in security functions compared to ASP.NET 1.x such as Membership and Role Manager, and you’ll learn how you can extend or modify various features. The book begins with two chapters that walk you through the processing ASP.NET 2.0 performs during a web request and the security processing for each request, followed by a detailed explanation of ASP.NET Trust Levels.
With this understanding of security in place, you can then begin working through the following chapters on configuring system security, forms authentication, and integrating ASP.NET security with classic ASP including integrating Membership and Role Manager with classic ASP. The chapter on session state looks at the limitations of cookieless session identifiers, methods for heading off session denial of service attacks, and how session state is affected by trust level. After the chapter explaining the provider model architecture in ASP.NET 2.0 and how it is useful for writing custom security providers you go to the MembershipProvider class and configuring the two default providers in the Membership feature, SqlMembershipProvider and ActiveDirectoryMembershipProvider. You'll see how to use RoleManager to make it easy to associate users with roles and perform checks declaratively and in code and wrap up working with three providers for RoleProvider – WindowsTokenRoleProvider, SqlRoleProvider, and AuthorizationStoreRoleProvider (to work with Authorization Manager or AzMan).
This book is also available as part of the 5-book ASP.NET 2.0 Wrox Box (ISBN: 0-470-11757-5). This 5-book set includes:
- Professional ASP.NET 2.0 Special Edition (ISBN: 0-470-04178-1)
- ASP.NET 2.0 Website Programming: Problem - Design - Solution (ISBN: 0764584642 )
- Professional ASP.NET 2.0 Security, Membership, and Role Management (ISBN: 0764596985)
- Professional ASP.NET 2.0 Server Control and Component Development (ISBN: 0471793507)
- ASP.NET 2.0 MVP Hacks and Tips (ISBN: 0764597663)
- CD-ROM with more than 1000 pages of bonus chapters from 15 other .NET 2.0 and SQL Server(TM) 2005 Wrox books
- DVD with 180-day trial version of Microsoft(r) Visual Studio(r) 2005 Professional Edition
More details
Professional Ajax By Nicholas C. Zakas, Jeremy McPeak, Joe Fawcett free book download
More details
Professional Web 2.0 Programming By Eric Van der Vlist, Danny Ayers, Erik Bruchez, Joe Fawcett free book download
More details
Programming ASP.NET By Jesse Liberty, Dan Hurwitz free book download
O'Reilly has once again updated its bestselling tutorial on ASP.NET, the world's leading web development tool from Microsoft. In Programming ASP.NET, Third Edition, authors Jesse Liberty and Dan Hurwitz give you the lowdown on the technology's latest version, ASP.NET 2.0, as well as Visual Studio 2005.
Among the most significant improvements to ASP.NET 2.0 are new server controls and services that make you dramatically more productive. In fact, when compared to its predecessor, ASP.NET 2.0 reduces the amount of code you have to write by about 75%. Creating interactive web applications has never been easier-but that still doesn't mean it's hassle-free! The difficulty in ASP.NET 2.0 is that it's so complete and flexible that there are many pieces that must be woven together to build a robust, scalable, and efficient application.
Fortunately, Programming ASP.NET, Third Edition is on the case, dispensing all the information you need to be effective with this dynamic tool. For starters, the book features a comprehensive tutorial on Web Forms, the user interface that gives web applications their look and feel. It then offers detailed explanations of all new controls, including web server controls, HTML controls, and custom controls. Used properly, these controls are able to take care of nearly all the foundation work-security, data access, layout, etc.-that you would normally have to write yourself. Free of these burdensome tasks, you can instead focus on your specific application.
Other new material found in this updated edition even shows you how to create ASP.NET 2.0 pages for mobile devices. With Programming ASP.NET, Third Edition at your side, there's virtually no end to the programming possibilities.
More details
Programming Microsoft Visual C# 2005 By Francesco Balena free book download
Subjects
More details
Sams Teach Yourself Asp.net 2.0 in 24 Hours By Scott Mitchell free book download
If you are familiar with creating HTML web pages but aren't familiar with creating dynamic, data driven web applications, you should consider learning ASP. And "Sams Teach Yourself ASP.NET 2.0 in 24 Hours, Complete Starter Kit" is the perfect learning tool. The Starter Kit provides the unbeatable combination of programmer/author Scott Mitchell and the step-by-step learning method of the best-selling Sams Teach Yourself series. The accompanying CD includes Visual Web Developer 2005 Express, a lightweight, easy-to-use and easy-to-learn web development tool, and all projects developed in the book's examples.
Subjects
More details
Joyce in the Belly of the Big Truck; Workbook By Joyce A. Cascio free book download
Web Design Before & After Makeovers By Richard Wagner free download
More details
Creating Web Pages For Dummies By Bud E. Smith, Arthur Bebak free book download
Creating Web Pages For Dummies guides you through the process of making your own Web pages without hassle or confusion. This straightforward book shows you just how easy it is to launch a site, specialize a page, making your site interactive, and much more! In no time you will become a pro in:
- Web publishing basics
- Geocities, Google page creator, and AOL Web publishing
- Using Flickr, creating blogs, and selling products on eBay
- HTML and other handy tools to “beef up” your site
- Writing and formatting Web text
- Creating and adding graphics for your site
- Adding links, animation, and multimedia
- Designing a great-looking, complete Web site
Besides getting to know the ins and outs of building a Web page, this guide offers suggestions on Web publishing, ranging from testing out your Web site and advertising your site to legal permission and displaying borrowed content. This resourceful guide also includes Web lingo worth knowing and a quick guide to HTML tags, which points out some lesser known but nevertheless useful tags. Now in its 8th edition, Creating Web Pages For Dummies will help make your Web page stand out in the crowd!