当前位置:网站首页>图书 > 正文 >>

Instant .NET 4.5 Extension Methods How-to

图书信息

作者Shawn R. McLean
出版社Packt Publishing
ISBN9781849688574
出版时间2013-04-24
字数20.4万
分类进口书,外文原版书,电脑,网络

读书简介

Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks.The book is packed with quick recipes on creating and extending extension methods in your .NET applications. This book is for developers in C# and the .NET framework, with a basic understanding of language syntax and OOP concepts. Readers are expected to have some experience in finding their way around Visual Studio.

目录

Instant .NET 4.5 Extension Methods How-to

Instant .NET 4.5 Extension Methods How-to

Credits

About the Author

About the Reviewer

www.PacktPub.com

Support files, eBooks, discount offers and more

Why Subscribe?

Free Access for Packt account holders

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Errata

Piracy

Questions

1. Instant .NET 4.5 Extension Methods How-to

Your first extension method (Must know)

Getting ready

How to do it...

How it works...

Extension methods on string data types (Must know)

Getting ready

How to do it...

How it works...

There's more…

Extension methods on classes (Should know)

Getting ready

How to do it...

How it works...

There's more…

Chaining extension methods (Should know)

Getting ready

How to do it...

How it works...

Overloading extension methods (Should know)

Getting ready

How to do it...

How it works...

Overriding extension methods (Should know)

Getting ready

How to do it...

How it works...

Extension methods on interfaces (Should know)

Getting ready

How to do it...

How it works...

Extension methods on enumerables (Should know)

Getting ready

How to do it...

How it works...

There's more...

Extension methods on IQueryable (Become an expert)

Getting ready

How to do it...

How it works...

Extension methods with generics (Become an expert)

Getting ready

How to do it...

How it works...

Extension methods with lambda expressions (Become an expert)

Getting ready

How to do it...

How it works...

Structuring your project and best practices (Should know)

Getting ready

How to do it...

How it works...

Appendix – List of well-known extension libraries