| | | | | |
Поиск
Вход на сайт
Логин
Пароль
 
Разделы
Книги

Партнеры
Обратная связь



Скачать книги бесплатно

Open Source .NET Development: Programming with NAnt, NUnit, NDoc, and More

Главная » Книги » Программирование » .NET
Open Source .NET Development: Programming with NAnt, NUnit, NDoc, and More Автор: Brian Nantz
Издательство: Prentice Hall
Год издания: 2004
Страниц: 504
ISBN: 0-321-22810-3
Язык: английский
Размер: 7,5 Мб [CHM]
Perhaps the most revolutionary aspect of the arrival of Microsoft's .NET platform is the standardization of C# and the Common Language Runtime. Now, for the first time, programmers can develop and use open-source projects that are based on a language that is an international standard as well as compatible with both Microsoft and Linux platforms.
ID: 51359

Expert .NET 2.0 IL Assembler

Basic / Visual Basic / VBA, C / C++ / C# / Visual C, .NET
Expert .NET 2.0 IL Assembler Автор: Serge Lidin
Издательство: apress
Страниц: 536
ISBN: 978-1590596463
Язык: английский
Размер: 2.79 Мб [PDF]
Product Description

Expert .NET 2.0 IL Assember drills down into the internal structures and operations of the .NET common language runtime and teaches you how to master the IL assembly language, ILAsm. (The rule of thumb is that if the runtime can do it, ILAsm must be able to express it.) This book is ideal if youre a compiler and tool developer, a developer working on multilanguage .NET projects, or if you just want to develop tighter, faster code for .NET Framework.

* This comprehensive book provides a spectrum of information, from IL Assembler and Disassembler to metadata structures and exception handling.
* This is the second edition of a successful and well-respected .NET 1.1 book.
* Includes detailed, hard-to-find information on the APIs exposed by the .NET 2.0 runtime.
* This is the only definitive guide to MSIL on .NET 2.0.

Topics include managed executable file structure, metadata table structure, Microsoft IL instructions, structured exception handling, managed and unmanaged code interoperation, executable file generation, and metadata manipulation API exposed by the common language runtime.


About the Author
Serge Lidin is a Software Development Engineer for Microsoft in Washington state.
ID: 50505

ASP.NET MVC Framework Preview

C / C++ / C# / Visual C, .NET, ASP / ASP.NET
ASP.NET MVC Framework Preview Автор: Steven Sanderson
Страниц: 100
ISBN: 1430216468
Язык: английский
Размер: 1.46 Мб [PDF]
Product Description
The ASP.NET MVC framework is the latest evolution of Microsoft’s ASP.NET web platform. It introduces a radically new high–productivity programming model, promotes cleaner code architecture, supports test–driven development, and provides powerful extensibility, combined with all the benefits of ASP.NET 3.5.

ASP.NET MVC Framework Preview is a first look at this technology’s main features, designed to give you a head start getting to grips with this powerful new technology.
What you’ll learn
* A solid architectural background to ASP.NET MVC, including Model–View–Controller and REST concepts
Who is this book for?
This book is for web developers with a basic knowledge of ASP.NET and C#, who want, or need, to start using the new ASP.NET MVC framework.

About the Author

After a childhood spent at the computer, Steven Sanderson started web development in 1996, first using Perl and later adopting PHP.
His last five years of professional experience have focused on ASP.NET, learning what works and what works better, and experiencing a developer’s life everywhere from an investment bank to a five–person Internet startup.

Steven has led Red Gate's web development team, and spends his free time blogging and keeping up to speed with the latest technology developments.

He’s followed the ASP.NET MVC framework since its inception and frequently participates in online discussions with its core developers at Microsoft.
ID: 49417

Professional ADO.NET 3.5 with LINQ and the Entity Framework

Basic / Visual Basic / VBA, C / C++ / C# / Visual C, .NET
Professional ADO.NET 3.5 with LINQ and the Entity Framework Автор: Roger Jennings
Издательство: WROX
Год издания: 2009
Страниц: 672
ISBN: 047018261X
Язык: английский
Размер: 8.61 Мб [PDF]
Product Description

Language Integrated Query (LINQ), as well as the C# 3.0 and VB 9.0 language extensions to support it, is the most import single new feature of Visual Studio 2008 and the .NET Framework 3.x. LINQ is Microsoft’s first attempt to define a universal query language for a diverse set of in-memory collections of generic objects, entities persisted in relational database tables, and element and attributes of XML documents or fragments, as well as a wide variety of other data types, such as RSS and Atom syndication feeds. Microsoft invested millions of dollars in Anders Hejlsberg and his C# design and development groups to add new features to C# 3.0—such as lambda expressions, anonymous types, and extension methods—specifically to support LINQ Standard Query Operators (SQOs) and query expressions as a part of the language itself.
ID: 47312

Essential .NET, Volume I: The Common Language Runtime

C / C++ / C# / Visual C, .NET
Essential .NET, Volume I: The Common Language Runtime Автор: Don Box
Издательство: Addison-Wesley Professional
Год издания: 2002
Страниц: 432
ISBN: 0201734117
Язык: английский
Размер: 3.22 Мб [CHM]
Product Description
Volume 1 provides everything developers need to take full advantage of the power of Microsoft .NET. Describes in depth, the glue of the .NET Framework: the Common Language Runtime (CLR). Softcover.

ID: 47311

The .NET Developer's Guide to Windows Security

C / C++ / C# / Visual C, .NET, Безопасность
The .NET Developer's Guide to Windows Security Автор: коллектив
Издательство: Addison-Wesley Professional
Год издания: 2004
Страниц: 408
ISBN: 0321228359
Язык: английский
Размер: 3.2 Мб [PDF]
Making applications secure has been one of the biggest priorities of Microsoftdevelopers. However, very few books have been written for developers; mostsecurity books are aimed at administrators. Surprisingly enough given this focuson security there is not yet a leading book on .NET security. Keith Brown isone of the most respected names in the field, and has written the first book toexplain how to make Windows Server 2003 applications secure using .NET.Furthermore, it is written in the format which has proven so successful forScott Meyers and others: it is made up of 75 brief items which build on theprevious ones, giving developers of all levels a complete, deep understanding ofwhat tools are available, and how to use them to create secure applications forWindows.

ID: 47310

Microsoft Silverlight Graphics

C / C++ / C# / Visual C, .NET, ASP / ASP.NET
Microsoft Silverlight Graphics Автор: Oswald Campesato
Страниц: 445
Язык: английский
Размер: 4.2 Мб [PDF]
Silverlight represents an entirely new level of rich Web interface technology for Microsoft developers. With the new power of this development environment comes new challenges for graphic artists and programmers to use this technology to its fullest. "Microsoft Silverlight Graphics" will help you quickly become productive in Silverlight, teaching you how to use the program to create stunning graphics and animations. You’ll learn how to create Silverlight applications; using graphics, animation, audio, and video.
ID: 46557

Beginning ASP.NET E-Commerce in C#: From Novice to Professional

C / C++ / C# / Visual C, .NET
Beginning ASP.NET E-Commerce in C#: From Novice to Professional Автор: Cristian Darie , Karli Watson
Издательство: Apress
Год издания: 2009
Страниц: 736
ISBN: 1-4302-1074-5
Язык: английский
Размер: 20.14 Мб [PDF]
With the latest incarnations of ASP.NET 3.5 and SQL Server 2008, programming dynamic data–driven web sites with Microsoft technologies has become easier and much more efficient than ever before. Fewer mouse clicks and fewer lines of code can now enable more powerful features and the tools you need—Visual Web Developer and SQL Server 2008 Express Edition—are free. In Beginning ASP.NET E-Commerce in C#: From Novice to Professional, you’ll learn how to best use the free development tools offered by Microsoft to build an online product catalog. You will gain an intimate understanding of every piece of code you write. This understanding will enable you to build your own powerful and flexible web sites efficiently and rapidly with ASP.NET 3.5.

* Build a complete site, including a shopping cart, checkout, product searching, product recommendations, control panel, customer accounts, order processing, and much, much more.
* Explore new challenges and theoretical concepts, which are carefully analyzed and explained throughout the book, with each feature you add to the web site.
* Learn to handle payments by integrating PayPal and DataCash into your site.


What you’ll learn

* Use Microsoft’s Express products to build an online product catalog.
* Add payment processing with PayPal and DataCash.
* Expand your site’s product listing through web services.
* Implement an order pipeline.
* Take advantage of SEO techniques to publicize your site.
ID: 43414

Microsoft Windows Presentation Foundation: базовый курс

C / C++ / C# / Visual C, .NET
Microsoft Windows Presentation Foundation: базовый курс Автор: Чарльз Петцольд
Издательство: "Русская Редакция", Питер
Год издания: 2008
Страниц: 944
ISBN: 978-5-7502-0341-3, 978-5-91180-643-9
Язык: русский
Размер: 11.8 Мб [DJVU]
В этой книге, написанной гуру Windows-программирования Чарльзом Петцольдом, параллельно изложены два подхода программирования, на которых базируется Windows Presentation Foundation (WPF). При чтении читатель будет циклически переходить от особенностей применения XAML (Extensible Application Markup Language) к тонкостям программирования на С#, что позволит понять их взаимосвязанность при программировании интерфейсов. Уже с первой главы автор объясняет синтаксис XAML и принципы создания взаимосвязанного кода.
Множество наглядных примеров помогут легко понять, как связываются коды на XAML и С#. Все это плюс "фирменное" разъяснение Петцольда концепций пользовательских интерфейсов (UI) легко научит Windows-разработчиков тому, как создавать для своих приложений интерфейсы нового поколения.

Об авторе:
Чарльз Петцольд (Charles Petzold) уже двадцать лет пишет книги о программировании для персональных компьютеров. Его знаменитый труд "Programming Windows" вышел в пяти изданиях, оказал огромное влияние на целое поколение программистов и является одной из самых известных книг по программированию всех времен. Кроме того, его перу принадлежит книга "Code: The Hidden Language of Computer Hardware and Software" - повествование о внутренней жизни умных машин, получившее одобрение критиков. Чарльз является обладателем сертификата Microsoft MVP в области разработки клиентских приложений.
ID: 40825

AppDev .Net Framework

C / C++ / C# / Visual C, .NET
AppDev .Net Framework Автор: Коллектив авторов
Страниц: много
Язык: английский
Размер: 442.8 Мб [ISO, NRG]
Microsoft’s .NET initiative is receiving a lot of attention, but what about the main tool that developers will use to create .NET programs: Visual Studio .NET? This course introduces the .NET Framework and delves into the workings of Visual Studio itself.

Topics covered include:
.NET Framework: CLR, Language support, ASP.NET, Programming API, Object-orientation, Assemblies, Types, Managed Code .NET and Visual Studio .NET: Solutions, Project types, Project files, Getting around the IDE, Integration with Visual Source Safe, ADO.NET, Windows applications, Web applications, Web Services Prerequisites: Students must have some background knowledge of general application programming principles. Knowledge of the .NET framework is advantageous. Who should take this course? Those who are interested in learning about .NET or who may have some knowledge of .NET and want to get started using Visual Studio. The main goal is to prepare students to dive in and start working with Visual Studio. Demonstrations show how to create a functional data-driven application as a Windows application, an ASP.NET application, and as a Web Service.
ID: 37080
При полной или частичной перепечатке материалов, книг с электронной библиотеки сайта, ссылка на
all-eBooks.com обязательна
Copyright © all-eBooks.com, 2006-2007. All Rights Reserved