Либрус
 
Сделать стартовой
Добавить в избранное
Обратная связь
Карта сайта
Зеркало сайта
Новости RSS 2.0
ПОСТУПЛЕНИЯ 
«    Апрель 2024    »
ПнВтСрЧтПтСбВс
1234567
891011121314
15161718192021
22232425262728
2930 
РУБРИКАТОР 
Открыть | Закрыть

ПОПУЛЯРНОЕ  
АРХИВЫ   
Август 2016 (216)
Июль 2016 (456)
Июнь 2016 (321)
Май 2016 (398)
Апрель 2016 (433)
Март 2016 (554)


  Professional C# 4.0 and .NET 4
 Категория: С, С++, С#, Web - строительство, ASP.NET, «Wrox»
   
 
Professional C# 4.0 and .NET 4
Автор: Christian Nagel, Bill Evjen, Jay Glynn, Karli Watson, Morgan Skinner
Издательство: Wrox
Год издания: 2010
isbn: 0470502258
Количество страниц: 1536
Язык: english
Формат: PDF

This book starts by reviewing the overall architecture of .NET in order to give you the background you need to be able to write managed code. After that, the book is divided into a number of sections that cover both the C# language and its application in a variety of areas.
Part I: The C# Language: This section gives a good grounding in the C# language itself. This section doesn’t presume knowledge of any particular language, although it does assume you are an experienced programmer. You start by looking at C's basic syntax and data types, and then explore the object-oriented features of C# before moving on to look at more advanced C# programming topics. Objects, types, inheritance, generics, arrays, tuples, operators, casts, delegates, lambdas, events, strings, regular expressions, collections, Language Integrated, Query (LINQ), Dynamic Language Extensions, memory management, pointers, reflection, errors, and exception are all covered in part 1.
Part II: Visual Studio: This section looks at the main IDE utilized by C# developers worldwide: Visual Studio 2010. The two chapters in this section look at the best way to use the tool to build applications based on the .NET Framework 4. In addition, this section also focuses on the deployment of your projects.
Part III: Foundation: In this section, you look at the principles of programming in the .NET environment. In particular, you look at assemblies, instrumentation, security, threading, tasks, synchronization, localization, System.Transactions, networking, interop, XAML, Managed Extensibility Framework, Manipulating Files and the Registry, transactions, how to build Windows services, and how to generate your own libraries as assemblies, among other topics.
Part IV: data: Here, you look at accessing databases with ADO.NET, ADO.NET Entity Framework, data services. This part also extensively covers support in .NET for XML and on the Windows operating system side, and the .NET features of SQL Server 2008.
Part V: Presentation: This section shows how to build applications based upon the Windows Presentation Foundation and Silverlight, and covers writing components that will run on web sites, serving up web pages. It also has coverage on building classic Windows applications, which are called Windows Forms in .NET. Windows Forms are the thick-client version of applications, and using .NET to build these types of applications is a quick and easy way of accomplishing this task. Finally, it includes coverage of the tremendous number of features that ASP.NET, ASP.NET MVC, and ASP.Net Dynamic Data provide.
Part VI: Communication: This section is all about communication. It covers services for platform-independent communication using the Windows Communication Foundation (WCF). With Message Queuing, asynchronous disconnected communication is shown. This section looks at utilizing the Windows Workflow Foundation 4, as well as peer to peer networking, and creating syndication feeds.
The book closes with an appendix covering Windows 7 and Windows Server 2008 R2 development.
Online Chapters: Even with such a large book, we can't fit in everything we'd like to tell you about C# and using this language with other .NET technologies, so we've made ten additional chapters available online at wrox.com. These chapters include information on a variety of topics: GDI+, which is a technology that is used for building applications that include advanced graphics; .Visual Studio Tools for Office (VSTO); NET Remoting for communication between .NET clients and servers; Enterprise Services for the services in the background; web services with ASP.NET, LINQ to SQL, Windows Workflow Foundation 3.0, and the Managed Add-In Framework (MAF). It also includes examples showing .NET 4 in others supported languages including Visual Basic, C++/CLI, and F#.
 
  • 0
Опубликовал: semenivans | 4-03-2012, 16:43 | Просмотров: 867  Подробнее и с комментариями (0)
  ASP.NET 3.5 Unleashed
 Категория: Компьютерная литература » WEB - строительство » Web - строительство, ASP.NET
   
 
ASP.NET 3.5 Unleashed
Автор: Stephen Walther
Издательство: Sams
Год издания: 2008
isbn: 0672330113
Количество страниц: 192
Язык: english
Формат: PDF

This edition covers all the new features of ASP.NET 3.5. It explains Microsoft LINQ to SQL in detail. It includes a chapter on the two new data access controls introduced with the ASP.NET 3.5 Framework: ListView and DataPager. With its coverage of ASP.NET AJAX, this book shows you how to take advantage of Microsoft's server-side AJAX framework to retrofit existing ASP.NET applications with AJAX functionality. It also demonstrates how to use Microsoft's client-side AJAX framework to build the web applications of the future: pure client-side AJAX applications. All code samples are written in the C# programming language. (Visual Basic versions of all code samples are included on the CD-ROM that accompanies this book.)
 
  • 0
Опубликовал: semenivans | 3-03-2012, 06:17 | Просмотров: 636  Подробнее и с комментариями (0)
  Pro WPF in VB 2010: Windows Presentation Foundation in .NET 4
 Категория: Компьютерная литература » Языки программирования » Basic, VB
   
 
Pro WPF in VB 2010: Windows Presentation Foundation in .NET 4
Автор: Matthew MacDonald
Издательство: Apress
Год издания: 2010
isbn: 978-1-4302-7241-0
Количество страниц: 1213
Язык: english
Формат: PDF

Microsoft’s Windows Presentation Foundation (WPF) provides the foundation for building applications and high-quality user experiences for the Windows operating system. It blends the application user interface, documents, and media content, while exploiting the full power of your computer’s operating system.
Its functionality extends to the support for Tablet PCs and other forms of input device, and provides a more modern imaging and printing pipeline, accessibility and UI automation infrastructure, data-driven UI and visualization, and integration points for weaving the application experience into the Windows shell.
This book shows you how WPF really works. It provides you with the no-nonsense, practical advice that you need in order to build high-quality WPF applications quickly and easily. Having built a firm foundation, it goes on to explore more advanced aspects of WPF and how they relate to the others elements of the .NET 4.0 platform and associated technologies such as Silverlight.

* WPF basics: XAML, layout, control essentials, and data flow
* WPF applications: Navigation, commands, localization, and deployment
* Advanced controls: Custom controls, menus, toolbars, and trees
* WPF documents: Text layout, printing, and document packaging
* Graphics and multimedia: Drawing shapes, sound and video, animation, geometric transformations, and imaging

This book is designed for developers encountering WPF for the first time in their professional lives. A working knowledge of Visual Basic (VB) and the basic architecture of .NET is helpful to follow the examples easily, but all concepts will be explained from the ground up.
 
  • 0
Опубликовал: semenivans | 29-02-2012, 22:24 | Просмотров: 1887  Подробнее и с комментариями (0)
  ASP.NET 2.0 Unleashed
 Категория: С, С++, С#, Web - строительство, ASP.NET
   
 
ASP.NET 2.0 Unleashed
Автор: Stephen Walther
Издательство: Sams
Год издания: 2006
isbn: 0672328232
Количество страниц: 1992
Язык: english
Формат: CHM

ASP.NET 2.0 Unleashed is a revision of the best-selling ASP.NET Unleashed, by Microsoft Software Legend Stephen Walther. It covers virtually all features of ASP.NET 2.0 including more than 50 new controls, personalization, master pages, and web parts. All code samples are presented in VB and C#. Throughout the more than 2,000 pages, you will be shown how to develop state-of-the-art Web applications using Microsoft's latest development tools. This resource is guaranteed to be used as a reference guide over and over!
 
  • 0
Опубликовал: semenivans | 27-02-2012, 00:03 | Просмотров: 579  Подробнее и с комментариями (0)
  Язык программирования C# 2005 и платформа NET 2.0
 Категория: Компьютерная литература » Языки программирования » С, С++, С#
   
 
Язык программирования C# 2005 и платформа NET 2.0
Автор: Троелсен Э.
Издательство: Вильямс
Год издания: 2007
isbn: 5-8459-1124-9, 978-5-8459-1124-7
Количество страниц: 1154
Язык: русский
Формат: DJVU

В этой книге содержится описание базовых принципов функционирования платформы .NET, системы типов .NET и различных инструментальных средств разработки, используемых при создании приложений .NET. Представлены базовые возможности языка программирования С# 2005, включая новые синтаксические конструкции, появившиеся с выходом .NET 2.0, а также синтаксис и семантика языка CIL. В книге рассматривается формат сборок .NET, библиотеки базовых классов .NET, файловый ввод-вывод, возможности удаленного доступа, конструкция приложений Windows Forms, доступ к базам данных с помощью ADO.NET, создание Web-приложений ASP.NET и Web-служб XML. Книга содержит множество примеров программного кода, призванного помочь читателю в освоении предлагаемого материала. Программный код примеров можно загрузить с Web-сайта издательства.
 
  • 0
Опубликовал: sinus268 | 14-01-2011, 17:42 | Просмотров: 823  Подробнее и с комментариями (0)
  Главная страница | Регистрация | Новое на сайте | Статистика |
 
«Librus - Mountain of Knowledge»
«Либрус - гора знаний» 2004-2020
Design by Flashsoft © 2005-2020