(Andrew Mooney) The AxpDataGrid from Axezz is much more than another web grid component. This control can automatically generate both forms and grids from OleDb data sources. If you haven’t looked at this component lately, look again, you’ll be pleasantly surprised.
Tag: Development
ASP.NET 2.0 Internals
(Jayesh Patel, Bryan Acker and Robert McGovern) While 100 percent backward compatible with ASP.NET 1.1, ASP.NET 2.0 brings a number of internal changes to ASP.NET. These include changes to the code model, compilation, page lifecycle, and more. This article outlines those changes.
XOsoft’s Assured Recovery Speeds Disaster Recovery
(Brian Fonseca) XOsoft Inc. will make available its Assured Recovery software, a new product that allows customers to perform fully automated scheduled tests of applications without disrupting an IT environment.
PHP and JavaScript Interaction: Storing Data in the Client – Part 2
(Alejandro Gervasio) In the first article in this series, we developed a simple PHP function that dynamically generates a JavaScript array and populates it with external incoming data. In this article, we will develop a real world application using this method, in the form of a news ticker.
Parallel Processing and ETL Tools
(Mladen Golubovic) Data warehouse loads tend to have “deep impact” nature. Hardware used to run data warehouse infrastructure is expected to cope with tremendous load peaks, memory demands and a high degree of I/O utilization. All these parameters are heading toward one achievable target: unlimited
How the .NET Debugger Works – Introduction
(Jon Shute) This article looks at how .NET debugging API works. In theory this API is simple and a joy to use, but there is a lack of a detailed overview as to how to use it in the framework SDK and you have to get some information from looking through the sources to the example debugger that is sup
Managed I/O Completion Ports (IOCP)
(P.Adityanand) I/O Completion Ports (IOCP) supported on Microsoft Windows platforms has two facets. It first allows I/O handles like file handles, socket handles, etc., to be associated with a completion port. Any async I/O completion events related to the I/O handle associated with the IOCP will ge
Winforms Data Binding Lessons Learned – Displaying Many-to-Many Relationships
(Roy Osherove) Displaying a master-details relation in a form is really not a big deal. You set up one control, which is bound to the master table, and one DataGrid, which is bound to the relation between the master table and the child table like displayed below.
New IDE Features in Visual Studio 2005
(Amit Kumar Agrawal) Technology evolves along with the need of people using the technology. Same is the case with Visual Studio. Visual Studio 2005 aims to simplify the development process thereby adding many new features to simplify the overall development experience. This article aims to discu
Visual Basic.NET 2005
(Amirthalingam Prasanna) Although Microsoft.NET languages have more or less the same facilities and power, one must be aware of the syntax and capabilities of a language to take full advantage of it. This article introduces new features of the upcoming Visual Basic.NET language that is part of Visua