Stories recently tagged with 'Tutorials'

The Art of Building a Reusable Class Library (Slides)(microsoft.com)

submitted by marcosmarcos(2779) 5 years, 10 months ago

Simple Awesome !!! The slides from PDC 2005 of Brad Abrams and Krzysztof Cwalina. Excellent to learn about usability, API and framework design. <br /> Similar contents to the book: Framework Design Guidelines of both gurus. read more...

add a comment |category: |Views: 14

tags: another

The Art of Building a Reusable Class Library (Slides)(microsoft.com)

submitted by marcosmarcos(2779) 5 years, 10 months ago

Simple Awesome !!! The slides from PDC 2005 of Brad Abrams and Krzysztof Cwalina. Excellent to learn about usability, API and framework design. <br /> Similar contents to the book: Framework Design Guidelines of both gurus. read more...

add a comment |category: |Views: 14

tags: another

Designing .NET Class Libraries - From the CLR Code Team Members(msdn.microsoft.com)

submitted by marcosmarcos(2779) 5 years, 10 months ago

Designing .NET Class Libraries: a complete guide for designing and programming libraries and controls using the techniques of the creators of .NET. The goal of the Designing .NET Class Libraries series is to encourage consistency and predictability in public APIs while enabling Web and cross-language integration Are a bit old but you need to look at this, this videos provide an big backgrounf in a lot of .NET issues that are valid for all version of .NET. Happy Coding read more...

add a comment |category: |Views: 6

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

Learn C# 3.0 in 7 digestable pieces(linqinaction.net)

submitted by RobChappelRobChappel(2720) 5 years, 11 months ago

Sahil has broke the new C# 3.0 down into 7 digestable small peices. 5 minutes each, a good definition of what each item is, alongwith what they mean. read more...

add a comment |category: |Views: 10

tags: another