NET 2.0 for Delphi Programmers

.NET No Comments »

Publisher: Apress (June 2, 2006)
Language: English
ISBN-10: 1590593863
ISBN-13: 978-1590593868If you are a Delphi programmer wanting to learn .NET, this is the book.This book explores .NET from a Delphi programmers viewpoint, and it is ideal for Delphi programmers moving to .NET. This guide presents the core concepts of the .NET world in terms you are familiar with.
This […]

Inside Microsoft Visual Studio .NET 2003

.NET No Comments »

If you’re interested in extending and customizing the Visual Studio .NET IDE, this book is for you.In this book you will learn how to put all the built-in power of .NET 2003 to work with this comprehensive and in-depth programming guide. It drills down into the .NET to help you get the most out of […]

Expert .NET Micro Framework

.NET No Comments »

The Microsoft .NET Micro Framework is a small and efficient .NET runtime environment used to run managed code on devices that are too small and resource constrained for Windows CE and the Compact Framework.Expert .NET Micro Framework will teach you everything you need to know in order to use the .NET Micro Framework tocreate effective […]

MCSD Self-Paced Training Kit: Analyzing Requirements and Defining Microsoft .NET Solution Architectures, Exam 70-300

.NET No Comments »

Chapter 1, “Introduction to Designing Business Solutions,” describes the Microsoft Solutions Framework (MSF). It begins with an overview of the MSF Process Model and its various phases. The chapter also describes the key activities performed in designing an application and the deliverables associated with those activities. In addition, the chapter describes the case study that […]

Foundation Expression Blend 2: Building Applications in WPF and Silverlight

.NET No Comments »

ISBN-13 (pbk): 978-1-59059-976-1
ISBN-10 (pbk): 1-59059-976-4
ISBN-13 (electronic): 978-1-4302-0612-5
ISBN-10 (electronic): 1-4302-0612-8
Following is a complete list of what exactly this book will teach you so that you know what you will be able to accomplish in WPF/Blend once you have completed the book. Following is a complete list of what exactly this book will teach you so that […]

Pro WF: Windows Workflow in .NET 3.0 (Expert’s Voice in .Net)

.NET No Comments »

An Overview of Pro WF: Windows Workflow in .NET 3.0 :Chapter 1: A Quick Tour of Windows Workflow Foundation
This chapter provides a brief introduction to WF. In this chapter, you jump right in and develop your first workflow (“Hello Workflow”). You are introduced to some of the fundamental concepts of WF, such as how to […]

.NET System Management Services

.NET No Comments »

This book serves as a comprehensive and sensible guide to the enterprise system management facilities, available as part of the Framework Class Library (FCL) of the .NET Framework..NET System Management Services is a detailed and practical overview of the enterprise system management facilities, available as part of the Framework Class Library (FCL) of the .NET […]

How to Code .NET

.NET No Comments »

The title of this book may seem odd; you probably already know how to write code in .NET. But you can always benefit from knowing more. Coders, architects, and developers always strive to do their best, and if given the choice to do something correctly or incorrectly they will do it correctly. So why do […]

Building Websites with VB.NET and .NetNuke 4

.NET No Comments »

Chapter 1 introduces DotNetNuke (DNN) and discusses the meaning and purpose of web portals, and the common aspects of successful web portals. It looks at different types of open-source web portals, and discusses why we selected DotNetNuke for this book. We then meet our fictional client Coffee Connections and, using user stories, gather the requirements […]

Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, 2nd Edition

.NET No Comments »

ISBN-13 (pbk): 978-1-4302-0576-0
ISBN-10 (pbk): 1-59059- 955-1
ISBN-13 (electronic): 978-1-59059-955-6
ISBN-10 (electronic): 1-4302-0576-8
Chapter 1: Introducing WPF describes the architecture of WPF, its DirectX plumbing,and the new device-independent measurement system that resizes user interfaces automatically.
 
Chapter 2: XAML describes the XAML standard that you use to define user interfaces.
 
You’ll learn why it was created and how it works, and you’ll […]

Students Essential Guide To .Net

.NET No Comments »

The arrangement of the material in the book is fairly traditional:
I start with a review of how the .NET Framework and its technologies have been derived based on the need for and the evolution of solution-based architectures.
Then I look at specific aspects of the underlying framework, with a view to identifying design goals that lead […]

Beginning .NET Game Programming in visual basic .NET

.NET No Comments »

Chapter 1: .Nettrix: GDI+ and Collision Detection
In the first chapter, we introduce the concept of collision detection in games, present simple algorithms to manage the detection of collision between objects in a game, and introduce basic concepts about the GDI+, the graphical library used by the .NET Framework to perform simple graphical operations. In this […]

Developing MS .NET Controls with VB .NET

.NET No Comments »

Every click on a menu item or a dialog box—every interaction with a control—shapes the user’s experience and satisfaction with your software. Learn how to maximize the usability and impact of your Visual Basic .NET-based solutions by using the powerful intrinsic controls in the .NET Framework right out of the box—or by building complex controls […]

Expert F# (Expert’s Voice in .Net)

.NET No Comments »

Chapter 1, Introduction F#
Chapter 2, Getting Started with F# and .NET, begins by introducing F# Interactive, a tool you can use to interactively evaluate F# expressions and declarations and that we encourage you to use while reading this book.
Chapter 3, Introducing Functional Programming, focuses on the basic constructs of typed functional programming, including arithmetic and […]

ASP.Net Database Programming Weekend Crash Course

.NET No Comments »

Part I—Friday Evening
Session 1–Introducing ASP.NET
Session 2–Setting Up .NET
Session 3–Designing a Database
Session 4–Building a Database
Part II—Saturday Morning
Session 5–Using SQL: A Primer
Session 6–XML: A Primer
Session 7–Developing ASP.NET Pages
Session 8–Using HTML Controls
Session 9–Using Web Controls
Session 10–Introducing User Controls
Part III—Saturday Afternoon
Session 11–Validating User Input
Session 12–Maintaining State in ASP.NET
Session 13–Authentication and Authorization
Session 14–ASP.NET Caching
Session 15–Introducing ADO.NET
Session 16–Navigating the ADO.NET Object […]

Test-Driven Development in Microsoft.NET

.NET No Comments »

This book is organized into two sections, followed by three appendixes.
Part I: Test-Driven Development Overview This section describes the concepts of test-driven development. It begins with Kent Beck’s rules, provides some additional detail about how to use and apply these rules, defines terminology that we use throughout the book, and defines a process for doing […]

The .NET Developer’s Guide to Directory Services Programming

.NET No Comments »

Part I:  Fundamentals
Chapter 1.  Introduction to LDAP and Active Directory
Chapter 2.  Introduction to .NET Directory Services Programming
Chapter 3.  Binding and CRUD Operations with DirectoryEntry
Chapter 4.  Searching with the DirectorySearcher
Chapter 5.  Advanced LDAP Searches
Chapter 6.  Reading and Writing LDAP Attributes
Chapter 7.  Active Directory and ADAM Schema
Chapter 8.  Security in Directory Services Programming
Chapter 9.  Introduction to the […]

Programming .NET Security

.NET No Comments »

Part I:  Fundamentals
Chapter 1.  Security Fundamentals
Section 1.1.  The Need for Security
Section 1.2.  Roles in Security
Section 1.3.  Understanding Software Security
Section 1.4.  End-to-End Security
Chapter 2.  Assemblies
Section 2.1.  Assemblies Explained
Section 2.2.  Creating Assemblies
Section 2.3.  Shared Assemblies
Section 2.4.  Strong Names
Section 2.5.  Publisher Certificates
Section 2.6.  Decompiling Explained
Chapter 3.  Application Domains
Section 3.1.  Application Domains Explained
Chapter 4.  The Lifetime of a Secure […]

For Dummies DotNetNuke For Dummies Apr 2007

.NET No Comments »

Whether you are planning to use DNN to build a personal Web site, a single business Web site, or to manage multiple Web sites, this book guides you through all the steps required to set up and create one or more dynamic Web sites by using DNN.
Part I: Drawing from the DotNetNuke Power Source
This section […]

Developing Web Applications with ASP.NET and C#

.NET No Comments »

Chapter 1, Making Sense of .NET. This chapter defines what the .NET Framework, ASP.NET, and C# are all about. We’ll also make some comparisons between ASP.NET and its predecessor, ASP. Then we’ll finish by explaining what we intend to accomplish in the rest of the book.
Chapter 2, Anatomy of an ASP.NET Page. This chapter describes […]

Expression Pocket Reference 2nd Edition

.NET No Comments »

This book starts with a general introduction to regular expressions. The first section describes and defines the constructs used in regular expressions, and establishes the common principles of pattern matching. The remaining sections of the book are devoted to the syntax, features, and
usage of regular expressions in various implementations.
The implementations covered in this book are […]

Extended STL Collections and Iterators(Volume 1)

.NET No Comments »

Part One: Foundations
This collection of small chapters provides grounding for the material discussed in Parts II and III. It begins with a brief recap of the main features of the STL, followed by a discussion of concepts and principles pertinent to STL extension, including the introduction of a new concept, the element reference category. The […]

Visual C++ .NET Optimization with Assembly Code

.NET No Comments »

Chapter 1: “Developing Efficient Program Code.” This chapter discusses general issues of accelerating computational algorithms with assembly language. Program code is analyzed with consideration of the architecture of up-to-date processors.
Chapter 2: “Optimizing Calculation Algorithms.” The material of this chapter is devoted to the most important aspects of assembly language from the point of view of […]

Learn ASP.net

.NET No Comments »

Author: Charles Carroll
Format: online HTML
Price: free

Covers ASP.net programming in C# and VB.net at a beginners level.
Chapters include:

samples
lessons
basics
debugging
GDI+
databases
user controls
3rd party libraries
server controls
speed optimizations
XML
web services
includes a number of free tools

http://www.learnasp.com/freebook/learn/

CodeNotes for J#

.NET No Comments »

Author: Craig Wills, Robert McGovern, Sheldon Fernandez
Edited by: Gregory Brill
Format: archived pdf, MS Reader
Price: free

This book is geared toward developers who are familiar with, or are in the process of learning, basic Java language syntax. This book covers howto develop desktop and web applications using the J# language. How to use J# with Visual Studio .NET and […]

.NET Book Zero

.NET No Comments »

Author: Charles Petzold
Format: PDF and XPS, with downloadable source code
Price: free

This book is an introduction to C# and the Microsoft .NET Framework for programmers who have experience with C or C++.
Chapters include:

Why This Book?
Why .NET?
Runtimes and SDKs
Edit, Compile, Run, Disassemble
Strings and the Console
Primitive Data Types
Operators and Expressions
Selection and Iteration
The Stack and the Heap
Arrays
Methods and Fields
Exception […]

Teach Yourself Visual Studio .NET 2003 in 21 Days

.NET No Comments »

Author: Jason Beres
Format: online HTML
Price: free

Sam’s Teach Yourself Visual Studio .NET in 21 Days will help developers that are new to application development and experienced developers understand how to use the .NET Framework and Visual Studio .NET to rapidly develop any type of computer application.
This book will guide the developer through using the VS .NET […]

CodeNotes for .NET

.NET No Comments »

Author: Gregory Brill
Format: archived PDF, MS Reader (.lit)
Price: free

CodeNotes for .NET shows developers how to apply .NET to industrial-strength enterprise solutions. Topics include utilizing Assemblies for deployment and versioning, integrated support for XML/SOAP, creating robust Web applications and services with ASP.NET, and managing enterprise databases with ADO.NET. Managed development and native code interoperability are also […]

Public Joe’s C# Book

.NET No Comments »

Author: various authors
Format: archived PDF & online HTML (one for each chapter)
Price: free

This is a full 91 chapter book on C#, created from sample chapters of other books available on the web.
It is aimed at the beginner or intermediate programmer.
Chapters include:

C# 2.0 + Visual Studio Express - 13 Chapters
ASP 2.0 - 3 Chapters
Games Programming - […]

Public Joe’s Visual Basic .NET Book

.NET No Comments »

Author: various authors
Format: archived PDF & online HTML (one for each chapter)
Price: free

This is a full 36 chapter book on Visual Basic.net, created from sample chapters of other books available on the web.
It is aimed at the beginner or intermediate programmer.
Chapters include:

VB 2.0 + Visual Studio Express - 2 Chapters
ASP 2.0 - 4 Chapters
Common Language […]

C# in Detail

.NET No Comments »

Author: Jon Jagger
Format: archived HTML
Price: free

This is a two 90 minute presentation course, containing over 300 Powerpoint slides, created by Jon Jagger for the ACCU Spring 2001 Conference.
Jon Jagger has taught this course to Microsoft’s developers and trainers, and his course is now a part of Microsoft’s official training curricula.
Content of course includes:

Part 1: Value […]

C# School: 14 lessons to get you started with C# and .NET

.NET No Comments »

Author: Faraz Rasheed
Format: PDF (protected - no copying of text to clipboard)
Price: free

The book is divided in to three progressive levels. In the first beginner stage the author discusses the .Net Framework, C# Language Fundamentals and Object Oriented Programming.
In the second intermediate section he goes into depth with Object Oriented constructs such as inheritance, polymorphism, […]

Sams Teach Yourself C# in 24 Hours

.NET No Comments »

 

Author: James Foxall and Wendy Haro-Chun
Format: HTML
Price: free

This book provides readers with 24 structured lessons that provide a light, but thorough introduction to C#. The author moves beyond the pure syntax covered in existing books, to guide readers step-by-step through a cohesive presentation of the basics of C#.
Once the basics are understood, he shows the […]

RAD Studio 2007 Help Update 1 CHM files

.NET No Comments »

 

Author: CodeGear
Format: archived CHM
Price: free

These are updated help files for RAD Studio 2007 including Delphi, C++, and .NET.
A CodeGear Developer Network membership is needed in order to download the .zip file. Registration is free.
http://cc.codegear.com/Item/25242

Book Of Pro WPF in C# 2008: WPF with .NET 3.5, 2nd Edition: WPF In.NET 3.5

.NET, WPF No Comments »

The Microsoft Windows Presentation Foundation provides the foundation for building applications and high–quality user experiences in Windows Vista. WPF blends application user interface, documents, and media content to provide richer control, design, and development of the visual aspects of Windows programs.
Author Matthew MacDonald shows you how WPF really works. His no–nonsense, practical advice will get […]

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Login