Archive

‘Books’

Pro ASP.NET Web Forms Techniques, Second Edition

July 29th, 2010 2 comments

Product Description

You will discover the possibilities for developing user interfaces driven by ASP.NET. Author Alex Homer explores techniques and approaches to create attractive, full-featured, and easy-to-use websites and web pages. Further, these web pages will be interactive where…

Professional C# Web Services: Building .NET Web Services with ASP.NET and .NET Remoting

July 28th, 2010 5 comments

Product Description
Web services are perhaps the most important feature of .NET development. They take componentization to a new level by allowing method calls to be made over the Internet or over an intranet using standard protocols such as HTTP…

ASP 3.0 Programmer’s Reference

July 27th, 2010 5 comments

Product Description
ASP 3.0 Programmer’s Reference relates to ASP 3.0 as included with Windows 2000. However, because ASP is now a core part of so many Web-oriented features within Windows, this book covers a far wider area than just the…

Service Providers ASPs, ISPs, MSPs, NSPs, and WSPs: A Wiley Tech Brief

July 27th, 2010 1 comment

Product Description
A strategic guide to mastering service provider relationships
Well-known business management consultant and Boston Globe columnist Mary Helen Gillespie helps business and IT managers navigate through the confusing technology-driven landscape of service providers. Offering insight into the…

Leverage LINQ in ASP.NET 3.5 Projects

July 26th, 2010 No comments

Product Description
This Wrox Blox introduces you to Language Integrated Query (LINQ), a .NET 3.5 application programming interface (API) and set of extensions to the Visual Basic and C# languages. First, you get acquainted with LINQ’s Standard Query Operators (SQOs)…

How to Convert Existing ASP Crystal Reports to Crystal .NET with the .NET Framework

July 25th, 2010 1 comment

Product Description

Perhaps you’ve been tasked with modifying an existing Crystal 8.5 Report, but this time instead of using the traditional classic ASP format, your group is using .NET technology. For this new report, you want to use a…

Data Scraping Information from the Web with ASP.NET

July 24th, 2010 3 comments

Product Description

There are thousands of web resources with data that is useful to other web applications. Government sites, for instance, provide public domain information, such as the voting records of elected officials, geologic information, and rainfall history. If…

A Custom Class for ASP.NET Session Variables

July 24th, 2010 No comments

Product Description

The Session object in ASP.NET offers a convenient solution to the problem of maintaining state during the lifetime of a session. But it is not a very convenient object to deal with during development. For example, the…

Create a Custom IHttpHandler to Allow ASP.NET Pages to Communicate with Each Other

July 23rd, 2010 No comments

Product Description

One of the questions that experienced web developers typically ask when learning the ASP.NET framework is this: When I want to transfer control to a new page from the current page, how do I create an instance…

Wrapped up in SOAP: Alternative ASP Toolkits

July 22nd, 2010 No comments

Product Description

This article, by Sean Campbell, looks at the Simple Object Access Protocol (SOAP) and the use of two non-Microsoft SOAP toolkits for ASP3.0. The article also provides a wrapper class, which can be used to migrate from…