Try SQL Server 2005 first-hand: Order the trial DVD today 27 Mar 2006 04:47 GMTTest SQL Server 2005 in your environment to see how it boosts security, scalability, and availability. The trial DVD gives you the full features and functionality of Microsoft’s next-generation data management and analysis solution for 180 days.
Source: MSDN Programming Serial Ports Using Visual Basic 2005 23 Mar 2006 22:03 GMTWhile serial port programming was absent in .NET version 1.1, Visual Basic developers who grew accustomed to the MSCOMM control in VB6 will be glad to know that this functionality is supported again in .NET 2.0. Learn to use the SerialPort class to make two computers talk to one another or even to manipulate a mobile device from your computer using Bluetooth.
Source: DevX Coding4Fun at Maker Faire 23 Mar 2006 18:21 GMTCoding4Fun and Visual Studio Express are proud to help sponsor the first ever Maker Faire - an event celebrating science, technology and the Do-It-Yourself mindset. Come and see for yourself how fun technology can be!
Source: MSDN Made In Express Contest! 23 Mar 2006 18:19 GMTGot a great idea for a really cool project you could build with Visual Studio Express and/or SQL Server Express? If your idea is chosen, you'll have the opportunity to build it and win $10,000! Submit your idea today!
Source: MSDN Visual Studio Information for Borland Delphi Developers 22 Mar 2006 01:02 GMTWe’ve fielded many questions from Delphi users asking about our current product set and roadmap in relation to similar Delphi products. Here you’ll find answers to some of those questions to help you learn about and evaluate the Visual Studio product rang
Source: MSDN Sorting Custom Paged Results 22 Mar 2006 00:00 GMTLast week I wrote an article on implementing custom paging in ASP.NET 2.0 aptly named
Custom Paging in ASP.NET 2.0 with SQL Server 2005. In
that article I covered how to efficiently page through large amounts of data using Typed
DataSets, an ObjectDataSource control, and
SQL Server 2005's new ROW_NUMBER() keyword.
Custom paging intelligently grabs just the subset of records needed to display per page, whereas default paging, while easier
to implement, suffers when paging through sufficiently large data because all records are retrieved with each page of
data. As my unscientific tests showed in Custom Paging in ASP.NET 2.0 with SQL Server 2005, paging through a 50,000
record database took over two seconds to display each page of data with default paging, while custom paging was able to chew
through each page in under 0.03 seconds!
Nothing is free in life, and such is the case with custom paging. While custom paging offers astoundingly better performance
when paging through large results, it is more difficult to implement. Furthermore, once custom paging has been added, even more
work must be done to allow the user to sort the results. In this article we'll see how to augment custom paging to include support
for bi-directional sorting of the results. Read on to learn more!
Before tackling this article make sure you have read and understand Custom Paging in ASP.NET 2.0 with SQL Server 2005...
Read More >
Source: 4GuysFromRolla Using Ink on the Web 21 Mar 2006 22:46 GMTOne of the more interesting and challenging places to use Ink is in Web applications. But how can this technology, which is dependent on the physical relationship between the stylus, the digitizer, and the operating system, work over the Internet?
Source: DevX