rss Home » Tag Archive For ‘C#’

Murach’s C# 2010, 4th Edition

Murachs C# 2010, 4th Edition

Book Description

This is the 2010 edition of Murach’s best-selling book on developing Windows Forms applications. Here’s what developers have said about earlier editions:
“I have to tell you that your book is far and away the best resource I have seen to date. It really does do what the learner needs. It is simple, straightforward, presents logical examples, and the two-page format is the best.”

“With this book, I have quickly moved from being intimidated by C# to making it my language of choice, The fact that this process took me only 3 days should speak volumes about how effective this book is.”

“I am actually flying through the C# book! And a lot of the topics I had problems with in the past are now making perfect sense.”
What makes this book so effective? Here are several things it does that other C# books don’t do:

#1: The OOP section deals with business objects, not cats and dogs
Object-oriented programming is the basis for C# 2010. But while other books try to explain it using whimsical examples (like mammals or cars), this book explains it in terms of true business objects, like customers, invoices, and products. So right from the start, you ll see how OOP is applied in the real world.

#2: There s a 4-chapter section on database programming
Business applications require database processing. Download Now »

ASP.NET 4 Social Networking

ASP.NET 4 Social Networking

Book Description

Networking is all about developing connections or ties between friends and associates. While people have always networked with one another the Internet has allowed us to network with people all over the world easily. Any interest or cause can support its own network, where fans and followers can meet, chat, and share their views. But building a networking site from scratch involves some complex logic, and some serious coding.

This book shows how to build a scalable, enterprise-ready network using . The book uses the latest features of 4.0 and Framework 4.0 to provide a platform that is efficient, easy to maintain, and extensible. Whether you want to build your own social network, are developing a social site for a customer or employer, or just want a practical guide to developing complex applications, this book is ideal for you.

The book starts by planning the essential features of your social network, and then building a ‘community framework’ that will give your site a solid foundation and enable you to add all your social networking features. You can then go on to create user accounts, profile pages, messaging systems, ‘friend’ relationships between members, photo galleries, blogs, forums, groups, and more. Along the way you will see MEF, Entity Framework, , AJAX, 4.0, ASP.NET Routing,and other features of ASP.NET 4.0 put to practical and interesting uses. There is also integration with other technologies like Silverlight, Flash, XINHA WYSIWYG editor, reCaptcha, Lucene.NET and Cropper and you also look at custom implementation of authentication and profile features for the website. Download Now »

LINQ Pocket Reference

LINQ Pocket Reference

Book Description

Ready to take advantage of with 3.0? This guide has the detail you need to grasp ’s new querying technology, and concise explanations to help you learn it quickly. And once you begin to apply , the book serves as an on-the-job reference when you need immediate reminders.

All the examples in the Pocket Reference are preloaded into LINQPad, the highly praised utility that lets you work with LINQ interactively. Created by the authors and free to download, LINQPad will not only help you learn LINQ, it will have you thinking in LINQ.

This reference explains:

  • LINQ’s key concepts, such as deferred execution, iterator chaining, and type inference in lambda expressions
  • The differences between local and interpreted queries
  • 3.0′s query syntax in detail-including multiple generators, joining, grouping, query continuations, and more
  • Query syntax versus lambda syntax, and mixed syntax queries
  • Composition and projection strategies for complex queries
  • All of LINQ’s 40-plus query operators Download Now »

C# 4.0 The Complete Reference

C# 4.0 The Complete Reference

Book Description

The Definitive Guide to

“From using to covariance and from string formatting to optional arguments, Herb’s update covers all you need to know about using real-world 4.0.” ─Michael Howard, CorporationBestselling author Herb Schildt has updated and expanded his classic programming reference to cover 4.0–the latest release of this powerful, feature-rich language. Using carefully crafted explanations, insider tips, and hundreds of examples, C# 4.0: The Complete Reference offers in-depth details on all aspects of C#, including keywords, syntax, and core libraries. New C# 4.0 features, such as named and optional arguments, the dynamic type, expanded covariance and contravariance capabilities, and support for parallel programming with the Task Parallel Library (TPL) and are also discussed.

Perfect for beginners and professional C# programmers alike, this expert resource is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Begin mastering C# 4.0 today with help from this authoritative volume!

Coverage includes:

Practical Code Generation in .NET: Covering Visual Studio 2005, 2008, and 2010

Practical Code Generation in .NET: Covering Visual Studio 2005, 2008, and 2010

Book Description

Enlist ’s Built-in Code Generation Tools to Write Better Software Faster

Automatic code generation can dramatically increase your productivity, improve code quality and maintainability, promote reuse, and help you extend best practices throughout your organization. and Visual Studio contain many powerful, code-generation tools–and this book shows you how to succeed with all of them. With Practical Code Generation in , spend less time writing monotonous, repetitive code–leaving more time to address troublesome areas!

MVP Peter Vogel covers code generation with 2010, 2008, and 2005, as well as all recent versions of .NET, including .NET 4.0. You’ll learn when enlisting code generation makes sense and how to design solutions that build on the skills and resources you already have.

Writing for experienced programmers, Vogel shows how to generate reliable code using procedural code, Visual Studio add-ins, , configuration files, and more–including ’s innovative CodeDOM technology for generating code in multiple languages. He brings everything together in three complete, chapter-length case studies.

“Once this skill is within your everyday comfort zone, it will give your productivity a boost and increase your value to your team. Download Now »

C# 4.0 Unleashed

C# 4.0 Unleashed

Book Description

4.0 Unleashed is a practical reference focusing on the language and the platform as a whole. While covering the language in lots of detail, it also provides enough coverage of various popular technologies and techniques (such as debugging) for the reader to be successful on the platform. The in-depth coverage of the language features is crucial to the success of a developer. Knowing exactly where and why to use certain language features can boost efficiency significantly. This book differs from other works by going into enough depth on how things work, while not being a clone of the formal language specification. Concise anecdotes with concrete samples illustrate how certain language features behave, and also point out possible caveats in using them. On the side of platform coverage, the author provides a gentle introduction to the wide landscape of the platform, following a logical structure that reflects the high-level architecture of an application: presentation, logic, data, connectivity, etc. In the part of the book there’s coverage of relevant new technologies such as cloud computing, modeling, and parallel programming – things that will gain much more attention moving forward.

  • Provides valuable insight into the language and the Framework – not just “what” but also the “how” and “why” of the language and framework features
  • Covers using C# with new major technologies, such as cloud computing, , and
  • Author is insider Download Now »