This is the fourth part of the ASP.NET 3.5 admin pages tutorial. In this part, you will actually learn how to create the Edit.aspx which will be used by the administrators to edit, delete and update content on your website.
Other News
Reporting: How To Sort Columns In a Report
(Ged Mead) I’ve been doing some work using reports that are created in Visual Studio and then displayed using the ReportViewer control. Recently, I wanted to know how to allow the user to sort a report by clicking on the column headers, in the same way that you can with, say, a DataGridView. It tu
Unit Testing SQL Server Objects in Visual Studio 2010
(Deanna Dicken) Money, time and effort can be saved by finding bugs sooner rather than later. Database unit testing has not enjoyed the same level of unit testing that application development has; however, an increase in tools has begun to change that.
Microsoft Web Farm Framework 2.0
(Scott Guthrie) The IIS team recently published the Microsoft Web Farm Framework 2.0 release to the web. You can learn more about it and download the final V2 release of it here.
Keeping Your Data Sorted Using Generic SortedSet in .NET Framework 4
(Vipul Patel) .NET Framework 3.5 introduced a generic hash set class System.Collections.HashSet for representing a set of values. It provided high performance set operations. Though it did not contain duplicate elements, it was not sorted. One would have to call OrderBy overload to sort the elements
XMLDocument (DOM) and XDocument (LINQ)
(Manikavelu Velayutham) Before LINQ to XML we were used XMLDocument for manipulations in XML like adding attributes, elements and so on. Now LINQ to XML uses XDocument for the same kind of thing. Syntaxes are much easier than XMLDocument and it requires a minimal amount of code.
Common patterns for synthetic events in WebSphere Business Events
(Paul Faulkner) This article describes how to use synthetic events in a WebSphere® Business Events project, using sample patterns to depict potential solutions where a synthetic event may be required or recommended.
How to Display XML on a Web Page
(Darla Ferrara) One question that comes up often is ‘How Do I Display XML on a Web Page?’ If you are familiar with CSS files for HTML, you will appreciate the concept of formatting.
Service Broker Experiences
Virtual Training – SSIS, and Replication – LAST DAY TO REGISTER February 1 – 28, 2011 This is the last day to register for the 12 virtual classes on SSIS and Replication design by SQL Server MVP, Eric Johnson. I had an Email just today from a reader asking how to get up to speed on SSIS skills. This is […]
ADF 11g PS3 Runtime Performance 2-3 Times Faster vs. ADF 11g PS2
(Andrejus Baranovskis) There are really exciting news with ADF 11g PS3, I did some practical test experiments and can see that new release ADF runtime performance is about 2-3 times faster comparing to previous ADF 11g PS2 release.
