In-Depth

Books: Delve Into C# Essentials

Murach's C# teaches the core concepts of the C# language. The book focuses on language essentials, debugging, and OOP concepts, to more involved topics such as working with databases, files, and XML.

Murach's C# takes a modular but concise approach to teaching core concepts of the C# language. More experienced developers will feel comfortable jumping around to those sections that match their interests without getting a feeling of discontinuity caused by too tightly coupled example code. The authors' examples are capable of standing alone, yet still build toward a common theme of interfaces for an enterprise application.

Topics range from how to set up and use the Visual Studio environment, C# language essentials, debugging, and OOP concepts, to more involved topics such as working with databases, files, and XML. The five chapters on working with databases are worth the price of the book. Of particular note are the chapters on working with datasets with bound and unbound controls.

The book focuses strictly on Windows applications, though the clearly written content and practical approach to examples are excellent for those new to C#, even if they intend to move on to Web-based applications. More senior developers will appreciate the material as a quick reference for many of the typical encoding tasks.

Murach's C#
by Joel Murach and Doug Lowe
Mike Murach & Associates
ISBN:
1890774227
Price: $49.50
Quick Facts: Comprehensive introduction to C# for both beginning and experienced developers.
Pros: Modular self-paced approach is outstanding for any experience level.
Cons: No coverage of Web development or Web services.
Click here to read a sample chapter.

About the Author

Hal Hayes is the president of ACRITECH Corp., which specializes in enterprise application development. He is also the founder of the Capital Area Visual Basic User Group in Washington, D.C. (now www.caparea.net). Hal is also a member of the staff of the International .NET Association. You can reach him at [email protected].

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube