Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Applied Architecture Patterns on the Microsoft Platform (Second Edition)
  • Table Of Contents Toc
Applied Architecture Patterns on the Microsoft Platform (Second Edition)

Applied Architecture Patterns on the Microsoft Platform (Second Edition) - Second Edition

By : Dovgal, Noriskin
4.9 (7)
close
close
Applied Architecture Patterns on the Microsoft Platform (Second Edition)

Applied Architecture Patterns on the Microsoft Platform (Second Edition)

4.9 (7)
By: Dovgal, Noriskin

Overview of this book

Presented in a scenario-driven tutorial way, we lead you through fictitious example problems and present you with the best solutions. This book is intended for architects, developers, and managers who need to improve their knowledge of the Microsoft application platform. This book will appeal to anyone, especially consultants, who want to get up to speed on selecting the most appropriate platform for a particular problem. A good understanding of the general Windows platform and development technologies would be helpful.
Table of Contents (15 chapters)
close
close
14
Index

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The System namespace is both the root namespace for the .NET Framework and contains the basic building blocks of the .NET Framework."

A block of code is set as follows:

private static int CreateAndEnumerateList(int maxValue)
{
   var list = new System.Collections.ArrayList(maxValue);
   foreach (var val in Enumerable.Range(0, maxValue))
   {
      list.Add(val);
   }
   var total = 0;
   foreach (int val in list) //implicit type conversion
   {
      total += val;
   }
   return total;
}

Any command-line input or output is written as follows:

EsbImportUtil.exe /f:"<Path to folder with Itinerary>\ SmcOneWaySimple.xml" /c:deployed

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "In order to complete the package to process all input files, we need to go back to the Control Flow tab."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Applied Architecture Patterns on the Microsoft Platform (Second Edition)
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon