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

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube