Archive

Posts Tagged ‘ASP.NET’

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…

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)…

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…

An Implementation of Hangman in ASP.NET Using Dynamic Image Generation

July 21st, 2010 No comments

Product Description

Hangman is a traditional game that revolves around trying to guess a secret word within a certain number of turns. Traditionally, this has been played by two players using pen and paper. In this article, Owen Cutajar…

Using Objects in ASP.NET

July 21st, 2010 No comments

Product Description

Objects and object-oriented programming have been around for a long time in mainstream desktop and client/server programming. Traditionally, web development has been dominated by procedure-based scripting languages. It is only recently that OOP has begun to integrate…

Editing XML Documents with Dynamically Generated ASP.NET Pages

July 20th, 2010 No comments

Product Description

Programming ASP.NET pages as if they were (almost) Windows forms is a great feature – however, there are situations in which the layout of a form needs to vary significantly according to the data it receives to…

An ASP.NET Mobile Web Application to Monitor and Control a Server Farm

July 18th, 2010 2 comments

Product Description
Imagine you’re a network administrator. You’re driving back from work after a really long day or you’re enjoying a family get together and you start getting paged with a dreaded “server down” message. You leave everything and rush…