Published on Mon, 05 May 2008 08:03:20 -0400 Read: 111 times
This chapter discusses some of the most common problems faced by Ubuntu users and to explores how to fix or otherwise resolve these issues.... Read Article.
Published on Sat, 03 May 2008 08:01:05 -0400 Read: 68 times
CLINQ v1.1 has been released. Some of you may have already downloaded some of the new builds, but here's a rundown of what the new release includes: Support for Continuous Aggregation. Now, in addition to being able to have your result sets automatically update themselves in response to changes in the source set as well as changes to items in the source... Read Article.
Published on Mon, 31 Mar 2008 08:04:36 -0400 Read: 107 times
Jim Cheshire discussed publishing your content to your web site using Expression Web 2, including server options, troubleshooting, and hosting your own web site.... Read Article.
Published on Thu, 27 Mar 2008 08:01:29 -0400 Read: 96 times
So you're building your data-driven application and you've got an ADO.NET Entity Model that represents an abstraction around your database. Maybe you're even pretty savvy and you've used inheritance and some filters to enhance the entity model so that it really is an entity model and not just a raw translation of your database schema... Read Article.
Published on Sun, 24 Jun 2007 08:01:24 -0400 Read: 173 times
ADO.NET, the classes found in the System.Data namespace in Visual Studio .NET (VS.NET), provides a wealth of functionality to developers who need to manipulate data, which, as it turns out, includes most all VS.NET developers. One of its interesting characteristics is that you can use ADO.NET and rely on its defaults to quickly and easily get an application... Read Article.
Published on Mon, 29 Aug 2005 14:02:23 -0400 Read: 673 times
In Part 2 of his five-part series on ADO.NET, Dale Michalk discusses ADO.NET connected operations with the Connection, Command, and DataReader classes.... Read Article.
Published on Mon, 29 Aug 2005 14:02:22 -0400 Read: 514 times
Learn how ADO.NET not only supports relational data through the data provider, DataSet, and Adapter architecture, but also adds support for all types of nonrelational data through its integration with XML.... Read Article.
Published on Mon, 29 Aug 2005 14:02:22 -0400 Read: 736 times
Learn how to generate Typed DataSets in Visual Studio .NET and from the command line, as well as how to customize the generation by using annotations. n... Read Article.
Published on Mon, 29 Aug 2005 14:02:22 -0400 Read: 567 times
Create vibrant applications to entertain, educate, or titillate users. With just a little .NET work, you can plug into the Windows Media Player to create a rich experience for your users.... Read Article.
Published on Mon, 29 Aug 2005 14:02:22 -0400 Read: 606 times
After introducing you to ADO.NET and its relationship to the SQL Server managed provider, this chapter walks you the creation of a Survey application. The ADO.NET example focuses on a number of best practices, along with recommended design patterns.n... Read Article.
Published on Sat, 13 Aug 2005 07:03:38 -0400 Read: 569 times
Microsoft's development tools are justly famous for their ease of use, and many developers have had the pleasure of impressing their boss with an exciting application that they knocked together in an afternoon. Many developers have also faced the disappointment of finding that the techniques they've read about and used for the single-user... Read Article.