devxlogo

.NET Zone

Wrapping Web Controls in a SharePoint Web Part

ost of the time, creating a Web Part in SharePoint isn’t about creating a totally new user interface; instead, the task usually involves connecting existing controls with SharePoint data or

Keeping Secrets Secret: Steganography with .NET

teganography, literally “hidden writing,” is nowadays most often associated with embedding data in some form of electronic media. Data is hidden by adding or altering insignificant bits of information of

Sybase’s DataWindow .NET: Way Beyond the .NET DataGrid

ybase’s DataWindow .NET provides a powerful tool for creating data driven applications with capabilities far beyond the native DataGrid. With it, you can develop flexible, high performance, visually appealing applications

Breaking Type Barriers with UDTs in SQL Server 2005

he integration of the common language runtime (CLR) into Microsoft SQL Server2005 gives developers much more flexibility than ever before. This new feature lets you author stored procedures, triggers, and

Understanding and Using .NET Partial Classes

ne of the language enhancements in .NET 2.0?available in both VB.NET 2005 and C# 2.0?is support for partial classes. In a nutshell, partial classes mean that your class definition can