• Курсы Академии Кодебай, стартующие в мае - июне, от команды The Codeby

    1. Цифровая криминалистика и реагирование на инциденты
    2. ОС Linux (DFIR) Старт: 16 мая
    3. Анализ фишинговых атак Старт: 16 мая Устройства для тестирования на проникновение Старт: 16 мая

    Скидки до 10%

    Полный список ближайших курсов ...

Полезные книги по .net

  • Автор темы Guest
  • Дата начала
N

NikSoft

Agile Principles, Patterns, and Practices in C#
By Martin C. Robert, Martin Micah
ISBN-10: 0-13-185725-8
ISBN-13: 978-0-13-185725-4

This book presents a series of case studies illustrating the fundamentals of Agile development and Agile design, and moves quickly from UML models to real C# code.
The introductory chapters lay out the basics of the agile movement, while the later chapters show proven techniques in action. The book includes many source code examples.
 
N

NikSoft

Expert Service-Oriented Architecture in C#:
by Jeffrey Hasan
ISBN (pbk): 1-59059-390-1

There are many misconceptions about Web services. The phrase “Web services is for
calling methods using XML” appears most often. It is true that Web services give
developers a way to invoke code on a remote machine. And that code is encapsulated
in a method. But that does not mean that the Web services architecture
exists for remote method invocation. The Web services architecture offers an
unprecedented level of freedom when building distributed applications.
Read this book and you will be well on your way to understanding the Web services architecture.
 
N

NikSoft

Web Service Security
by Microsoft Corporation,2005,pp 359

The content provided by Microsoft’s patterns & practices team addresses this
dire need. The design and implementation guidance will help developers identify
application-level security risks in their Web service deployments and implement
standard practices to mitigate those risks. We recommend that Web service
developers, particularly those using the .NET Framework, review this content and
implement its suggestions to help improve security in an increasingly interconnected
world. The design and implementation guidance provided in this guide increases
understanding of this complex space, and should prove of significant use in the
Web service development lifecycle.
 
N

NikSoft

Compiling for the .NET
Common Language Runtime(CLR)
by John Gough

ISBN: 0-13-062296-6

This is a book about code generation for the CLR. There are a number of different context
in which such code generation might occur. The book covers all of these contexts in enough
detail to permit code generators for .NET to be created.
 
N

NikSoft

Inside Microsoft .NET IL Assembler by Serge Lidin

ISBN-10: 0735615470
ISBN-13: 978-0735615472

This book is not exactly about the common language runtime—even though it's only the tip of the .NET pyramid, the runtime is too vast a topic to be described in detail in any book of reasonable (say, luggable) size. Rather, this book focuses on the next best thing: the .NET IL Assembler.
IL assembly language (ILAsm) is a low-level language, specifically designed to describe every functional feature of the common language runtime. If the runtime can do it, ILAsm must be able to express it.
 
N

NikSoft

Regular Expressions with .NET by Dan Appleman

This book is intended to be a complete introduction to Regular Expressions
that can even be read and understood by programmers who have never heard of them.
It is also intended to help experienced Regular Expressions programmers come up
to speed quickly on the .NET implementation of Regular Expressions.
 
N

NikSoft

Regular Expression Recipes for Windows Developers by NATHAN A. GOOD

ISBN (pbk): 1-59059-497-5

This book was written for Web and application programmers and developers who might need
to use regular expressions in their .NET applications or Windows scripts but who don’t have
the time to become entrenched in the details. Each recipe is intended to be useful and practical
in real-world situations but also to be a starting point for you to tweak and customize as
you find the need.
 
N

NikSoft

XML Programming by R. Allen Wyke, Brad Leupen, Sultan Rehman

We will go over how XML fits into .NET picture and how it can help solve problems you might be facing.
We touch on how XML is able to accomplish these tasks and point you in the right direction for the next steps.
How these developments affect software development will be examined.
We'll also discuss how a new programming model is required to address the needs of today's computer users
and how Microsoft answers those needs with the Microsoft .NET Framework.
 
N

NikSoft

XML Programming Bible by Brian Benz, John R. Durant
ISBN: 0-7645-3829-2

The XML Programming Bible is a comprehensive guide to architectural concepts
and programming techniques for XML. We cover the mainstream industry XML and
Web service technologies as well as tools and techniques for developing real-world
XML solutions. The examples and techniques are designed to be useful for all skill
levels of XML programmers, from beginner to advanced. We have endeavored to
make the material understandable for beginners at the same time that specific topics
are “shedding new light” on XML for experienced professionals. The intention is
that a developer could use the information in the book to go from zero knowledge
of XML and related technologies to designing and developing industrial-strength
XML and Web service applications.
 
N

NikSoft

Professional XML for .NET Developers
by Dinar Dalvi, Joe Gray, Bipin Joshi, Fredrik Normén, Francis Norton, Andy Olsen and others
ISBN 1861005318

This book aims to give the reader enough information to be able to use XML from within the .NET Framework in the most efficient manner possible. It will explain in detail the usage of all the XML-related .NET Framework library classes for the manipulation, validation, transformation, and serialization of XML data, using both C# and Visual Basic .NET. It also looks at how the developer can utilize the full power of XML within the .NET Framework, for example, with the new XML capabilities of ADO.NET and ASP.NET. As is demonstrated, the .NET Framework itself uses XML, in configuration files, meta data, and C#'s XML code documentation mechanism, for example.
 
N

NikSoft

XML NET Developer's Guide by Adam Sills, Mesbah Ahmed, Frank Boumphrey
ISBN: 1-928994-47-4

Welcome to the XML.NET Developer’s Guide. We have taken great care to create a
quality reference book for XML programmers who want to enhance their coding
skills to include applications for the .NET platform.This book assumes that you do
have previous exposure to XML and are familiar with VB.NET, C#, and ASP.NET.
In other words, this book is not for a novice or beginner
 
N

NikSoft

Microsoft Visual C# .NET 2003 Developer's Cookbook By Mark Schmidt, Simon Robinson
ISBN : 0-672-32580-2

What do you need when you are coding in C#? If your answer is easily understood recipes for code that does something, then this is the book for you! You probably already have a handle on the basics of .NET programming and are in need of some shortcuts to make your job easier. How about 350 code recipes!
The Microsoft Visual C# .NET 2003 Developer's Cookbook provides a practical reference for various programming tasks. Each chapter consists of a brief description of the topic at hand and then gives you the goods - recipes that explain a brief description of the task, the technique and comments about the technique chosen by C# experts, Mark Schmidt and Simon Robinson.
 
N

NikSoft

Professional C# 3rd Edition
by Simon Robinson, Christian Nagel, Jay Glynn, Morgan Skinner, Karli Watson, Bill Evjen
ISBN: 0-7645-5759-9

If we were to describe the C# language and its associated environment, the .NET Framework, as the
most important new technology for developers for many years, we would not be exaggerating. .NET is
designed to provide a new environment within which you can develop almost any application to run on
Windows, while C# is a new programming language that has been designed specifically to work with
.NET. Using C# you can, for example, write a dynamic Web page, an XML Web service, a component of a
distributed application, a database access component, or a classic Windows desktop application.
 
N

NikSoft

C# .NET Web Developer's Guide
by Adrian Turtschi and others
ISBN: 1-928994-50-4
 
N

NikSoft

C# Cookbook
by Jay Hilyard, Stephen Teilhet
ISBN : 0-596-00339-0, pp 800

The C# Cookbook offers a definitive collection of solutions and examples for this programming language.
Recipes range from simple tasks to the more complex, and are organized with respect to the types of problems you'll need to solve as you progress in your experience as a C# programmer.
Nearly every recipe contains a complete, documented code sample showing you how to solve the specific problem, as well as a discussion of how the underlying technology works and a discussion of alternatives,
limitations, and other considerations where appropriate.
 
N

NikSoft

Visual C# 2005 Recipes: A Problem-Solution Approach
by Allen Jones, Matthew MacDonald, and Rakesh Rajan
ISBN (pbk): 1-59059-589-0, pp 593

Mastering the development of Microsoft .NET Framework applications in C# is less about knowing
the C# language and more about knowing how to use the functionality of the .NET Framework
class library most effectively. Visual C# 2005 Recipes explores the breadth of the .NET Framework class
library and provides specific solutions to common and interesting programming problems. Each
solution (or recipe) is presented in a succinct problem/solution format and most are accompanied
by working code samples.
 
N

NikSoft

Visual C# 2005: A Developer's Notebook by Jesse Liberty
ISBN : 0-596-00799-X, pp 239

Microsoft's C# language has attracted millions to .NET.
Now, to make development on this platform quicker and easier, C# 2.0 offers some key changes as part of the Visual Studio 2005. Our unique all lab, no lecture guide offers 50 hands-on projects to explore each new feature. Learn what C# 2.0 can do for you now.
 
K

karlito

Для: NikSoft
Больше всего в этой жизни меня рубит "попсовость".
Не верю, что большинство этих книг были тобой прочитаны и ты можешь дать обьективную оценку каждой их них.
Проблема сейчас не найти книгу, а выбрать.
 
Мы в соцсетях:

Обучение наступательной кибербезопасности в игровой форме. Начать игру!