Stories recently tagged with 'ScottGuthrie'

Tip/Trick: Custom formatting HTML in Visual Web Developer and VS.NET(weblogs.asp.net)

submitted by MarthaBassMarthaBass(490) 5 years, 10 months ago

Problem : You receive an HTML or ASP.NET page from another developer you work with whose html source formatting standards are different from your own (bad use of casing, inconsistent indenting, etc). You want to quickly clean-up and format the HTML “the right way” – where “the right way” is naturally defined as own your personal preference (and naturally every developer thinks their preference is "right" <g>). Solution : Visual Web Developer and Visual Studio 2005 include a rich HTML source formatting rules engine that enables you to configure exactly how you want HTML markup to look. read more...

add a comment |category: |Views: 8

tags: another

15 Great ASP.NET 2.0 Data Tutorials Published(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

The data series begins by creating a DAL using the built-in data TableAdapter designer in Visual Web Developer Express and Visual Studio. All of the samples then use the ASP.NET 2.0 ObjectDataSource control to bind against the business class layer, and show how to perform common binding operations against it. Note that if you want you can easily substitute the table adapter DAL for your own DAL implementation with the business class layer -- all of the 39 other data tutorials will then work against it the same way. read more...

add a comment |category: |Views: 13

tags: another

More Atlas Resources (Videos, Articles, WebCasts and Books)(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

Scott Guthrie lists a number of new Atlas links, videos and screencasts. read more...

add a comment |category: |Views: 0

tags: another

Building a DAL using Strongly Typed TableAdapters and DataTables(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 4 months ago

Scott Guthrie walks us through using Visual Studio 2005 to build a data access layer for the Northwind database. He will be using the resulting DAL in soon to be published tutorials including master details, filtering, sorting, paging, 2-way data-binding, editing, insertion, deletion, hierarchical data browsing, hierarchical drill-down and optimistic concurrency. read more...

5 comments |category: |Views: 110

tags: another