rssHome » Web Development » Microsoft .NET » Microsoft .NET 4 Apress

Expert C# 5.0: with the .NET 4.5 Framework

eBook Details:

  • Paperback: 612 pages
  • Publisher: Apress; 1st edition (December 17, 2012)
  • Language: English
  • ISBN-10: 1430248602
  • ISBN-13: 978-1430248606

eBook Description:

Expert C# 5.0: with the .NET 4.5 Framework

Expert C# 5.0: with the .NET 4.5 Framework is a book about getting the best from C#. It’s based on the principle that to write good, high-performance, robust applications you need to understand whats going on deep under the hood. If you are already experienced with writing managed applications and want to learn more about how to get the best from the  language at an advanced level, then this is the book for you.

Expert C# 5.0: with the .NET 4.5 Framework discusses the familiar C# language in forensic detail. Examining familiar elements closely to reveal how they really work. Key language features that you are already familiar with, such as Enums, Strings and Collections, are teased apart and examined under the twin microscopes of MSIL (Intermediate Language)  and the Windbg debugger to see what’s really going on behind the scenes as your code is compiled and passed to the CLR.

Expert C# 5.0: with the .NET 4.5 Framework discusses the familiar C# language in forensic detail. Examining familiar elements closely to reveal how they really work. Key language features that you are already familiar with, such as Enums, Strings and Collections, are teased apart and examined under the twin microscopes of MSIL (Intermediate Language)  and the Windbg debugger to see what’s really going on behind the scenes as your code is compiled and passed to the CLR. Download eBook Free »

Pro WPF 4.5 in VB: Windows Presentation Foundation in .NET 4.5

eBook Details:

  • Paperback: 1104 pages
  • Publisher: Apress; 1st edition (November 29, 2012)
  • Language: English
  • ISBN-10: 1430246839
  • ISBN-13: 978-1430246831

eBook Description:

Pro WPF 4.5 in VB: Windows Presentation Foundation in .NET 4.5

Pro WPF 4.5 in VB: Windows Presentation Foundation in .NET 4.5 provides a thorough, authoritative guide to how WPF really works. Packed with no-nonsense examples and practical advice you’ll learn everything you need to know in order to use WPF in a professional setting. The book begins by building a firm foundation of elementary concepts, using your existing VB skills as a frame of reference, before moving on to discuss advanced concepts and demonstrate them in a hands-on way that emphasizes the time and effort savings that can be gained.

Microsoft’s Windows Presentation Foundation (WPF) provides you with a development framework for building high-quality user experiences for the Windows operating system. It blends together rich content from a wide range of sources and allows you unparalleled access to the processing power of your Windows computer.

Pro WPF 4.5 in VB: Windows Presentation Foundation in .NET 4.5 provides a thorough, authoritative guide to how WPF really works. Packed with no-nonsense examples and practical advice you’ll learn everything you need to know in order to use WPF in a professional setting. The book begins by building a firm foundation of elementary concepts, using your existing VB skills as a frame of reference, before moving on to discuss advanced concepts and demonstrate them in a hands-on way that emphasizes the time and effort savings that can be gained. Download eBook Free »

Pro WPF 4.5 in C#: Windows Presentation Foundation in .NET 4.5

eBook Details:

  • Paperback: 1112 pages
  • Publisher: Apress; 4th edition (November 21, 2012)
  • Language: English
  • ISBN-10: 1430243651
  • ISBN-13: 978-1430243656

eBook Description:

Pro WPF 4.5 in C#: Windows Presentation Foundation in .NET 4.5

Pro WPF 4.5 in C#: Windows Presentation Foundation in .NET 4.5 provides a thorough, authoritative guide to how WPF really works. Packed with no-nonsense examples and practical advice you’ll learn everything you need to know in order to use WPF in a professional setting. The book begins by building a firm foundation of elementary concepts, using your existing C# skills as a frame of reference, before moving on to discuss advanced concepts and demonstrate them in a hands-on way that emphasizes the time and effort savings that can be gained.

Microsoft’s Windows Presentation Foundation (WPF) provides you with a development framework for building high-quality user experiences for the Windows operating system. It blends together rich content from a wide range of sources and allows you unparalleled access to the processing power of your Windows computer.

Pro WPF 4.5 in C#: Windows Presentation Foundation in .NET 4.5 provides a thorough, authoritative guide to how WPF really works. Packed with no-nonsense examples and practical advice you’ll learn everything you need to know in order to use WPF in a professional setting. The book begins by building a firm foundation of elementary concepts, using your existing C# skills as a frame of reference, before moving on to discuss advanced concepts and demonstrate them in a hands-on way that emphasizes the time and effort savings that can be gained. Download eBook Free »

Introducing .NET 4.5, 2nd Edition

eBook Details:

  • Paperback: 408 pages
  • Publisher: Apress; 2nd edition (October 10, 2012)
  • Language: English
  • ISBN-10: 1430243325
  • ISBN-13: 978-1430243328

eBook Description:

Introducing .NET 4.5, 2nd Edition

Microsoft has introduced a large number of changes to the way that the .NET Framework operates. Familiar technologies have being altered, best practices replaced, and developer methodologies adjusted. Many developers find it hard to keep up with the pace of change across .NET’s ever-widening array of technologies. The introduction of Windows 8 and its new style of applications only compounds the problem. Introducing .NET 4.5, 2nd Edition guides you through the innovations that matter and helps you to seize new opportunities confidently and quickly.

You may know what’s happening in C#, but what about the latest innovations in the cloud? How is that going to affect your work? What possibilities do the new async capabilities bring? What you need is a roadmap. A guide to help you see the innovations that matter and to give you a head start on the opportunities available in the new framework.

Introducing .NET 4.5, 2nd Edition is designed to provide you with just that roadmap. It serves as a no-nonsense primer that will help experienced .NET developers understand the impact of the new framework and the technologies that co-exist with it. This book will keep you updated on the changes and help you to seize new opportunities confidently and quickly. Download eBook Free »

.NET Test Automation Recipes: A Problem-Solution Approach

eBook Details:

  • Paperback: 404 pages
  • Publisher: Apress; 1st edition (October 24, 2012)
  • Language: English
  • ISBN-10: 1430250771
  • ISBN-13: 978-1430250777

eBook Description:

.NET Test Automation Recipes: A Problem-Solution Approach

If you develop, test, or manage .NET software, you will find .NET Test Automation Recipes: A Problem-Solution Approach very useful. The book presents practical techniques for writing lightweight software test automation in a .NET environment and covers API testing thoroughly. It also discusses lightweight, custom Windows application user interface automation and teaches you low-level web application user interface automation. Additional material covers SQL stored procedure testing techniques.

The examples in this book have been successfully used in seminars and teaching environments where they have proven highly effective for students who are learning intermediate-level .NET programming. You’ll come away from the book knowing how to write production-quality combination and permutation methods.

This book presents practical techniques for writing lightweight software test automation in a .NET environment and covers API testing thoroughly. It also discusses lightweight, custom Windows and low-level web application user interface automation. Additional material covers SQL stored procedure testing techniques. Download eBook Free »

Pro .NET Performance: Optimize Your C# Applications

eBook Details:

  • Paperback: 372 pages
  • Publisher: Apress; 1st edition (September 12, 2012)
  • Language: English
  • ISBN-10: 1430244585
  • ISBN-13: 978-1430244585

eBook Description:

Pro .NET Performance: Optimize Your C# Applications

The book is full of C# code samples and tips to help you squeeze every bit of juice from your application lower memory utilization, consistent CPU usage, and fewer I/O operations across the network and disk. Pro .NET Performance: Optimize Your C# Applications will change the way you think about .NET application development.

Maximizing the performance of your algorithms and applications is extremely important and can give you a competitive advantage, a lower cost of ownership, and happier users. Pro .NET Performance: Optimize Your C# Applications explains the internals of Windows, the CLR, and the physical hardware that affect the performance of your applications, and gives you the knowledge and tools to measure how your code performs in isolation from external factors.

Pro .NET Performance: Optimize Your C# Applications is for working .NET developers who care about the performance of their applications. It requires basic familiarity with Windows and the CLR, but guides the reader along the way and does not require prior experience with any performance-measurement tools. Pro .NET Performance: Optimize Your C# Applications also offers practical tips, case studies, and low-level knowledge for experienced developers and architects. Download eBook Free »

12»