|
|
The Myth of .NET Purity, Reloaded
|
Last Update 2007/5/9 10:13
|
Category
Programming
.NET
|
Description
Does a solution written for Microsoft .NET have to be 100% .NET? This article looks at how hybrid managed-unmanaged solutions are really the norm.
|
|
Hits: 29
|
The Only Data-binding Control You'll Ever Need
|
Last Update 2008/4/2 9:51
|
Category
Programming
.NET
|
Description
The ASP.NET 3.5 release that accompanies Visual Studio® 2008 introduces a new data-binding control—the ListView. I know what you're thinking: why do we need yet another data-bound control in ASP.NET? After all, we already have more than 10 controls to choose from when displaying collections of data, including the semi-retired DataGrid, the new and improved GridView, the ever-solid and simple Repeater, the unique and flexible DataList, the handy FormView and its somewhat redundant sibling the DetailsView. And of course there are the single-dimensional list controls BulletedList, ListBox, DropDownList, RadioButtonList and CheckBoxList. Well, the ListView can literally replace all other data-binding controls in ASP.NET. That's right, every last one. You could literally eschew every other control in the above list in lieu of the ListView control. The ListView also makes several data-binding tasks much easier than they were with previous controls, including styling with CSS, flexible pagination, and the full complement of sorting, inserting, deleting, and updating features.
|
|
Hits: 15
|
Type Design Guidelines
|
Last Update 2006/9/8 8:47
|
Category
Programming
.NET
|
Description
Chapter 4 of Framework Design Guidelines, titled "Type Design Guidelines," presents guidelines that describe when and how to design classes, structs and interfaces. In this chapter, the authors divide types into four groups and discuss the do's and don'ts of type design.
|
|
Hits: 83
|
|
Software Development Expertise
|
Software Development Jobs
|