|
Welcome to the Free Books section. In this section, you may browse free books and book chapters available.
|
|
|
|
|
|
|
|
|
Chapter 2: How to code a JavaScript application
by
Murach
on
Nov 02, 2009
This chapter presents a subset of JavaScript and DOM scripting that will soon have you writing significant applications. If you don't have any programming experience, this chapter also makes a great aptitude test. If you read it and can do the exercises at the end of the chapter, you're ready for the rest of this book.
|
Chapter 4 - Normalizing a Data Model
by
Addison Wesley
on
Sep 01, 2009
Data normalization is probably one of the most talked-about aspects of database modeling. Before building your data model, you must answer a few questions about normalization. These questions include whether or not to use the formal normalization forms, which of these forms to use, and when to denormalize.
|
Chapter 13 - Programmable Web
by
Addison Wesley
on
Aug 25, 2009
The new Web programming capabilities in WCF simplify the building of services for use on the Web. This chapter covers these services, including SOAP, POX, the UriTemplate class, the webHttpBinding binding, configuration-free hosting, and content syndication models.
|
Chapter 11: An introduction to LINQ
by
Murach
on
Aug 13, 2009
In this chapter, you’ll learn the basic concepts and skills for using a new feature of C# 2008 called LINQ. To illustrate these concepts and skills, I’ll use an
implementation of LINQ called LINQ to Objects. You use LINQ to Objects to work with in-memory data structures such as generic lists and arrays.
|
Chapter 8 : Reading Objects with LINQ to SQL
by
Addison Wesley
on
Jul 28, 2009
It uses the mapping of classes to tables to translate LINQ queries to SQL commands and then materializes objects from the rows returned. The objects can be related to each other in a graph of objects that is managed by LINQ to SQL on your behalf.
|
Writing Windows C# Programs
by
Addison Wesley
on
Jul 21, 2009
The C# language has its roots in C++, Visual Basic, and Java. Both C# and VB.Net use the same libraries and compile to the same underlying code. Both are managed languages with garbage collection of unused variable space, and
both can be used interchangeably. Both also use classes with method names that are very similar to those in Java, so if you are familiar with Java, you will have no trouble with C#.
|
Chapter 7: Web Matrix and XML
by
Apress
on
Jan 13, 2009
In this chapter Use the XML Support ,XML Notepad ,XMLEditGrid Control,XML File Page,XSL Transform Page,XML Schema Page and XML Data Display Application
|
Chapter 5: Advanced C# Class Construction Techniques
by
Apress
on
Jan 13, 2009
This chapter rounds out your introduction to the core aspects of the C# language by examining a number of advanced (but extremely useful) syntactic constructs. To begin, you learn how to construct and use an indexer method.
|
Chapter 27: Nullable Types
by
Apress
on
Jan 08, 2009
Null values are a useful programming construct beyond simply recording the initial state of a class variable.
|
Chapter 1: C# Preview
by
Apress
on
Jan 08, 2009
In this chapter, I've touched upon the high-level characteristics of programs written in C#.
|
Chapter 1: Introducing WPF
by
Apress
on
Jan 07, 2009
In this chapter you'll peer into the architecture of WPF. You'll get your first look at how itworks, and you'll see what it promises for the next generation of Windows applications.
|
Chapter 18: Working with POOM
by
Apress
on
Jan 05, 2009
The Pocket Outlook Object Model is the gateway to Outlook-specific data. POOM is not only a fun word to say, but also a powerful resource for developers. POOM allows you to integrate seamlessly your mobile applications into the standard core applications found on every Pocket PC.
|
Chapter 10: Advanced BizTalk Orchestration Features
by
Apress
on
Dec 22, 2008
In this chapter, I'll show you the many advanced features of BizTalk Orchestration: orchestration transactions, XLANG Schedule throttling, orchestration correlation, Web services in BizTalk Orchestration, orchestration dehydration, and so on. You'll continue to update Bob's ASP as you explore these features, because Bob always wants to add to his application.
|
Chapter 6: Collections of Objects
by
Apress
on
Dec 16, 2008
The properties and behaviors of some common collection types,How collections enable us to model very sophisticated real-world concepts or situations,How we can define our own collection types
|
Chapter 8: Data Storage Design and SQL Server
by
Apress
on
Dec 16, 2008
This chapter will explore the most common storage technologies available to you. It will also present some benefits and concerns about different storage designs so that you can more easily choose what suits your solution. We will finish the chapter with a presentation of SQL Server-examining its architecture and how it fits into your storage policy.
|
Chapter I: Attribute Fundamentals
by
Apress
on
Dec 09, 2008
IN THE COURSE OF DEVELOPING an application, it is quite typical to have core functionality
contained in methods that are invoked by other specialized methods.
|
Chapter 1: Introduction to C#
by
Apress
on
Dec 08, 2008
This Chapter will introduce you to C#. You will learn how to write and compile C# programs, C# syntaxes, data types, control flow, classes and their members, inter-faces, arrays, and exception handling I'll begin with an overview of the language.
|
|
|
|
|
|
|
|
|
|