The Remaining Nine "Working with Data in ASP.NET 2.0" Tutorials

Posted by: Scott on Writing, on 06 Aug 2007 | View original | Bookmarked: 0 time(s)

The final nine tutorials in my Working with Data in ASP.NET 2.0 tutorial serieshave been published. These final nine tutorials examine a variety of advanced data access scenarios, from using stored procedures in the Data Access Layer to creating Typed DataSets that use JOINs or query tables that include computed columns. There are also tutorials on encrypting sensitive connection string information in Web.config and debugging SQL Server stored procedures and UDFs through Visual Studio.

  • Creating New Stored Procedures for the Typed DataSet's TableAdapters[VB| C#]- up until now, allTableAdapters used ad-hoc SQL queries. This tutorial looks at how to have the TableAdapter wizard turn automatically create and use stored procedures based on an ad-hoc query.
  • Using Existing Stored Procedures for the Typed DataSet's TableAdapters[VB | C#] - in many scenarios, you will already have the stored procedures for the DAL created. This tutorial looks at how to plug existing sprocs into TableAdapters.
  • Updating the TableAdpater to Use JOINs[VB | C#] - provides step-by-step instructions for creating TableAdapters whose main query includes one or more JOINs.
  • Adding Additional DataTable Columns[VB | C#] - in certain scenarios you may want to add queries to a TableAdapter that return columns not returned by the main query. This tutorial examines how to accomplish this without causing problems down the road.
  • Working with Computed Columns [VB | C#] - there are some wrinkles that arise when creating a DataTable from a query that includes computed columns. This tutorial examines those wrinkles and looks at workarounds.
  • Configuring the Data Access Layer's Connection- and Command-Level Settings [VB | C#] - this tutorial shows how to programmatically modify connection- and command-level settings in the DAL from the BLL. There are certain scenarios where such an interaction may be needed.
  • Protecting Connection Strings and Other Configuration Information [VB | C#] - .NET 2.0's Configuration API makes it a cinch to encrypt configuration information in Web.config, including sensative connection string information. This tutorial looks at the steps needed to encrypt and decrypt the <connectionStrings> section.
  • Debugging Stored Procedures [VB | C#]- if you are using the Professional version of Visual Studio 2005, it is possible to step into SQL Server stored procedures through the debugger. See how in this tutorial.
  • Creating Stored Procedures and User-Defined Functions with Managed Code [VB | C#] - with Microsoft SQL Server 2005 it is possible to created managed stored procedures and UDFs. In short, these are stored procedures and UDFs written in C# or Visual Basic! This tutorial looks at how to create, deploy, and debug managed database objects.

Like the previous tutorials in the series, all tutorials are available in C# and VB, include the complete code download as a self-extracting ZIP, and are available in PDF format.

Happy Programming!

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: Data | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1058 | Hits: 192

Similar Posts

  • Introducing Versatile DataSources more
  • How to display data from different tables using one data source more
  • Building a class browser with Microsoft Ajax 4.0 Preview 5 more
  • Self-reference hierarchy with Telerik TreeView for Silverlight more
  • Using Microsoft's Chart Controls In An ASP.NET Application: Plotting Chart Data more
  • Silverlight Release History : Q2 2009 (version 2009.2.701) more
  • WPF Release History : Q2 2009 (version 2009.2.701) more
  • Improving Dynamic Data with Peter's Data Entry Suite more
  • Telerik OpenAccess ORM and Ado.Net Data Services Example Refreshed more
  • Better XAML By Farr: WPF Line of Business Seminar more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD