Explores the advanced features of core .Net concepts in step-by-step detail
Understand great ways to enhance your website by securing against cross-site scripting attacks, enabling third party authentications, and embedding maps
Covers interesting real world projects with ASP.net, Silverlight, ADO.net, and Entity Framework
.Net Framework 4.5 Expert Programming Cookbook
Net is an architecture neutral and programming language agnostic framework that caters to all requirements, varying from business solutions to multiplayer online 3D games. Version 4.5 added many new features to help with the development of robust and user-friendly solutions. This book will teach you the new features as well as the advanced concepts of different .Net components.
.Net Framework 4.5 Expert Programming Cookbook will teach you about the advanced concepts and new features of the core framework, Window Forms, threading, and parallel programming, ASP.Net, Silverlight, WCF, WPF, ADO.Net, and Entity Framework using a real life problem/solution approach with a hands-on style. Download eBook Free »
Enhance the type safety of your code and easily create applications using .NET 4.0 Generics Beginner’s Guide
Learn how to use Generics’ methods and generic collections to solve complicated problems.
Develop real-world applications using Generics
Know the importance of each generic collection and Generic class and use them as per your requirements
Benchmark the performance of all Generic collections
.NET 4.0 Generics Beginner’s Guide
Generics were added as part of .NET Framework 2.0 in November 2005. Although similar to generics in Java, .NET generics do not apply type erasure but every object has unique representation at run-time. There is no performance hit from runtime casts and boxing conversions, which are normally expensive .NET offers type-safe versions of every classical data structure and some hybrid ones.
This book will show you everything you need to start writing type-safe applications using generic data structures available in Generics API. You will also see how you can use several collections for each task you perform. This book is full of practical examples, interesting applications, and comparisons between Generics and more traditional approaches. Finally, each container is bench marked on the basis of performance for a given task, so you know which one to use and when. Download eBook Free »