Published on Mon, 14 Apr 2008 08:05:29 -0400 Read: 121 times
An AJAX Proxy HttpHandler built using ASP.NET that continuously delivers content from external domain to browser and thus faster and more scalable than any other Proxy service... Read Article.
Published on Fri, 11 Apr 2008 08:05:50 -0400 Read: 50 times
Written by Jonas Martinsson, an entrepreneur and member of Mainsoft's development team. Jonas helped to integrate Mainsoft's .NET-Java EE interoperability products with the Visual Studio IDE... Read Article.
Published on Fri, 11 Apr 2008 08:02:40 -0400 Read: 107 times
This article shows how you can build a search form that will search a number of different sources without the need for a different textbox for each. It even incorporates some basic OpenSearch functionality in order to allow the easy addition of new search providers.Visit our new .NET 2.0 section!... Read Article.
Published on Fri, 11 Apr 2008 08:02:39 -0400 Read: 106 times
One of the big advantages of LINQ is that we could use it against Objects, collections, XML, etc. Most importantly, searching a collection or a node in XML can be easily done using LINQ. LINQ uses queries similar to SQL, which is rather easy compared to querying an XML using XPath. The author, Satheesh Kumar, explains LINQ and how it can be used to... Read Article.
Published on Wed, 09 Apr 2008 08:03:37 -0400 Read: 117 times
In most of the projects that I have worked on, I ended up creating custom controls. Creating functional custom controls involves a lot of careful coding. In this book, the authors have explained how to build a custom controls using the Microsoft .NET framework. Greater importance is given on how to build a control which deals with the GDI. GDI stands... Read Article.
Published on Tue, 08 Apr 2008 08:02:40 -0400 Read: 105 times
In this second part of the series, Eric shows the reader how to create a burndown chart using Reporting Services, Visual Studio 2008, and Team Foundation Server (TFS) 2008 for an agile project. After giving a short introduction and the requirements, he examines the creation of burndown reports with the help of relevant SQL statements and screen shots.... Read Article.
Published on Thu, 03 Apr 2008 08:02:43 -0400 Read: 92 times
In this article, Soyuj explains the logic to implement the ASP.NET 2.0 FileUpload Control for adding the ability to filter files. After a brief introduction, he discusses both the client and server side approaches with the help of source code. At the end of the article Soyuj also provides a few useful references to learn more about the discussed topic.... Read Article.
Published on Wed, 02 Apr 2008 08:02:22 -0400 Read: 107 times
In this article, Steve walks through the steps required to implement a Session Logged Out page that users are automatically sent to in their browser when their ASP.NET session expires. He examines each step with the help of detailed explanation supported by relevant source code.... Read Article.
Published on Tue, 01 Apr 2008 08:02:33 -0400 Read: 89 times
In this article, Sanjit describes the objects, events, properties, and methods of the Page class. He begins with a short overview and then explores the various objects such as Session, Application, Cache, Request, Response, Server, and User with a brief description of each method found in the related object along with relevant source code.... Read Article.
Published on Tue, 01 Apr 2008 08:02:33 -0400 Read: 75 times
To build truly next generation websites, you need UI components that give you the power and flexibility to harness the speed of Ajax and rich experience of client-side programming- all without requiring you to write any JavaScript. This White Paper will show you how everything you need to successfully create ASP.NET apps that pass today?s ?Web 2.0?... Read Article.
Published on Tue, 01 Apr 2008 08:02:32 -0400 Read: 87 times
Using Role based forms authentication, we can restrict users of the site to accessing certain resource if they are not part of a particular role. In this article, Satheesh demonstrates how to build sites with this type of authentication. He provides a short overview of various Login Controls and Providers and then discusses a scenario with detailed... Read Article.