Published on Wed, 21 May 2008 08:09:37 -0400 Read: 118 times
Edit web.config to Update the Data Provider for Shared Hosting with Role-Based Security: SQL Server, ODBC, Active Directory, ADAM, SQLite, MySQL, Access, XML... Read Article.
Published on Wed, 21 May 2008 08:05:21 -0400 Read: 75 times
In this code snippet, Deepankar examines the usage of dynamic cursors in a procedure where the table name is passed as an input parameter. After listing the SQL code sample, he analyzes it and then provides a screenshot of the final output.... Read Article.
Published on Tue, 20 May 2008 08:02:15 -0400 Read: 60 times
In this first part of the series, Eric shows how to use automated acceptance testing against Crystal Reports using the object model. After providing the requirements, he examines how to utilize automated acceptance tests with reports along with sample code to validate the report. He concludes the article by providing a structure of the report settings.... Read Article.
Published on Mon, 19 May 2008 08:05:07 -0400 Read: 71 times
This article demonstrate, how OWC and AJAX can be used to store spreadsheet content as XML data into database.This XML in turns rendered as spreadsheet in OWC control from database source.... Read Article.
Published on Sat, 17 May 2008 08:04:31 -0400 Read: 69 times
Discuss XML and Web services-specific security challenges and presents the limitations of an SSL or sole XML Firewall solution. Outlines the attributes of an ideal Web services security solution.... Read Article.
Published on Fri, 16 May 2008 08:01:28 -0400 Read: 139 times
ASP.NET developers are bored with traditional books that outline concepts in a lengthy way. These books are good if you like to learn the features in a detailed manner. However, by the time the book is read, a new version will be released. Hence, many learners including myself prefer short and succinct books that not only explain the topics in a user-friendly... Read Article.
Published on Wed, 14 May 2008 08:01:58 -0400 Read: 38 times
In this code snippet, Joseph examines a scenario of an unexpected behavior which will happen while using C# auto-implemented properties with reflection. After providing a step-by-step description of the scenario, he provides the complete code listing of all the C# files used in the sample project along with a screenshot of the final output and the relevant... Read Article.
Published on Tue, 13 May 2008 08:08:47 -0400 Read: 61 times
Sometimes you need to redirect the user from the current page to accomplish a part of a task. Most people use pop-up windows to refrain from doing this, but sometimes you just can't do it any other way.... Read Article.
Published on Tue, 13 May 2008 08:02:04 -0400 Read: 52 times
Advanced data-aware components for Visual Studio have traditionally been unable to consume large datasets efficiently. In this whitepaper, see how with DevExpress LINQ-Enabled Grid Controls, these performance limitations are a thing of the past. You?ll learn how and why complex data analysis and mining operations like grouping, sorting, filtering, and... Read Article.
Published on Tue, 13 May 2008 08:02:03 -0400 Read: 47 times
With the release of the Silverlight 2.0 beta plug-in, Microsoft has introduced a number of new UI controls to the Silverlight platform. These tools make the task of building complete Silverlight applications much easier, so it is essential to understand their function. In this article, we examine in-depth all of the new UI controls provided in Silverlight... Read Article.
Published on Sat, 10 May 2008 08:04:23 -0400 Read: 35 times
Download all external scripts on your web page after the visible content is loaded for faster perceived speed and donwload multiple javascript in batch for better actual speed... Read Article.
Published on Sat, 10 May 2008 08:04:23 -0400 Read: 32 times
Download all external scripts on your web page after the visible content is loaded for faster perceived speed and donwload multiple javascript in batch for better actual speed... Read Article.
Published on Fri, 09 May 2008 08:01:57 -0400 Read: 158 times
This article walks you through the process of building a simple .NET command-line application that is designed to be scheduled to execute. The sample application will send an HTTP request to a web server and send the returned HTML as the body of an email message. Once the application is complete, the article will examine how to schedule it to run... Read Article.