Skip to content

Visual C# 2005: a Developer's Notebook

Best in textbook rentals since 2012!

ISBN-10: 059600799X

ISBN-13: 9780596007997

Edition: 2005

Authors: Jesse Liberty

List price: $29.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

In the three years since Microsoft made C# available, there have been lots of tweaks to the language. That's because C# is not only essential for making .NET work, it's a big way for Microsoft to attract millions of Java, C and C++ developers to the platform. And C# has definitely made some inroads. Because of its popularity among developers, the language received standardization from ECMA International, making it possible to port C# applications to other platforms. To bolster its appeal, C# 2.0 has undergone some key changes as part of Visual Studio 2005 that will make development with .NET quicker and easier. The updated IDE is not due for official release until summer, but the C# 2.0…    
Customers also bought

Book details

List price: $29.95
Copyright year: 2005
Publisher: O'Reilly Media, Incorporated
Publication date: 5/31/2005
Binding: Paperback
Pages: 239
Size: 7.00" wide x 9.00" long x 0.75" tall
Weight: 0.836
Language: English

Jesse Liberty is a Master Consultant for Falafel Software, aMicrosoft MVP, a Telerik MVP, an author, and he creates courses forPluralsight. Liberty hosts the popular Yet Another Podcast and his blog isconsidered required reading. He was a Senior Evangelist for Microsoft, a XAML Evangelistfor Telerik, a Distinguished Software Engineer at ATT; Software Architectfor PBS and Vice President of Information Technology at Citibank. Jesse can befollowed on twitter at @JesseLiberty

The Developer's Notebook Series
Preface
C# 2.0 Create a Type-Safe List Using a Generic Collection Create Your Own Generic Collection Implement the Collection Interfaces Enumerate Using Generic Iterators Implement GetEnumerator with Complex Data Structures Simplify Your Code with Anonymous Methods Hide Designer Code with Partial Types Create Static Classes Express Null Values with Nullable Types Access Objects in the Global Namespace Limit Access Within Properties Gain Flexibility with Delegate Covariance and Contravariance
Visual Studio 2005 Configure and Save Your Developer Environment Configure Your Application Make the Editor Work for You Use Refactoring to Speed Revision of Your Code Use Code Snippets to Save Typing Examine Objects While Debugging Them Visualize XML Data Diagnose Exceptions
Windows Applications Add Tool Strips to Your Application Allow Valid Input Only Create Auto-Complete Text Boxes Play Sounds Create Split Windows Create Data-Driven Forms Create Safe Asynchronous Tasks Put the Web in a Window Enable One-Click Deployment
Web Applications Develop Web Apps Without IIS Provide Forms-Based Security Without Code Add Roles to ASP.NET Accounts Create Personalized Web Sites Personalize with Complex Types Add Anonymous Personalization to Your Site Let Users Personalize Your Site with Themes Unify Your Look and Feel with Master Pages
Data Bind to Data Without Writing Code Create Detail Pages Create Master Detail Records Get Database Statistics Batch Updates to Improve Performance Bind to an XmlDataSource Control Improve XML Manipulation with XPathDocument Select Within XPathDocument Using XPath
Index