Features (36)

Implement custom paging with SQL Server 2005

In previous columns, I covered the basics of using the .NET 3.5 ListView control and explained how to pair it with the DataPager control. Now I'll show you how to use these controls with a SQL Server 2005 backend to implement custom paging, in which only a subset of the data is retrieved for display. Read more »

More efficient coding with advanced user control caching in .NET

With advanced user control caching in Microsoft .NET, application developers can create reusable controls without having to try to write the HTML output themselves. Read more »

Build reusable ASP.NET controls using events

One of the key improvements in ASP.NET its ability to build server-side controls and add events to these controls. Discover how to accomplish this using reusable, event-driven controls. Read more »

Analyse your managed .NET code with FxCop

Check your .NET code for bugs and compare it against Microsoft's design guidelines via the freely available FxCop. Learn more about this code analysis tool. Read more »

Post data to other Web pages with ASP.NET 2.0

ASP.NET 2.0's PostBackUrl attribute allows you to designate where a Web form and its data is sent when submitted. Read more »

Using message queue services in .NET

The combination of Microsoft Message Queuing's inclusion with Windows and the .NET System.Messaging namespace makes it easy to utilise messaging in your .NET application. Read more »

Encrypting .NET configuration files through code

Encryption support for configuration files was added to the .NET Framework beginning with version 2.0. We'll show you examples of controlling encryption and decryption in both VB.NET and C# code. Read more »

Avoid these six common development mistakes

Both rookie and veteran developers often have misconceptions about their work that can hamper the progress of an entire project. We explain why you should be on the lookout for these common mistakes. Read more »

Calling a COM object from a Web service in .NET

In this article from Robert Bogue, learn the easy way to call a COM object using the System.Thread namespace. Read more »

Ensure data integrity with validation

The many languages available for working with the .NET Framework make it easy to develop code that validates data. Find out what type of data checks you need to perform to ensure data integrity. Read more »

Log in


Sign up | Forgot your password?

  • Staff A first look at Windows 7 beta

    In this week's Roundup we show you a preview of Windows 7 beta, cover news from the annual Macworld and more. Read more »

    -- posted by Staff

  • Staff Opera's new SDK: Better browsing on the Wii?

    Opera has thrown a little more love at device developers by announcing an updated version of its software development kit on Wednesday at CES. Read more »

    -- posted by Staff

  • Staff 2008: Time to call stumps

    It's another year down but some things never change. That was shown this week as Internet Explorer remained under fire from yet another zero-day exploit. In other news, we set a hard drive on fire and Apple cans its involvement with MacWorld. Read more »

    -- posted by Staff

What's on?