|
Chapter 3: How to code and test a Windows Forms application using C# 2008
From
Murach's C# 2008
by
Joel Murach
,
Murach Publication
Teach yourself how to code C# 2008 applications! If you already know how to add controls to a form and set their properties, this introductory chapter from Murach’s C# 2008 shows you how to code a Windows form for an invoicing function, run it, and debug simple runtime errors using the productivity tools of Visual Studio 2008.
|
|
|
|
|
Chapter 1: Introducing ASP.Net
From
Pro ASP.NET 3.5 in C# 2008, Second Edition
by
Matthew MacDonald , Mario Szpuszta
,
APress
In this chapter you'll consider the history of web development leading up to ASP.NET, take a whirlwind tour of the most significant features of .NET, and preview the core changes in ASP.NET 3.5.
|
|
|
|
|
Chapter 3: Object-Oriented JavaScript
From
Microsoft AJAX Library Essentials
by
Bogdan Brinzarea, Cristian Darie
,
Packt Publishing
In this chapter, you'll learn about OOP (Object-Oriented Programming) and how it
relates to JavaScript.
|
|
|
|
|
Chapter 3: Retrieving Data from Oracle using ODP .NET
From
ODP.NET Developer’s Guide
by
Jagadish Chatarji Pulakhandam, Sunitha Paruchuri
,
Packt Publishing
This chapter shows you several methods to retrieve data from an Oracle database. You will work with the core ODP.NET classes like OracleCommand, OracleDataReader, OracleDataAdapter, OracleParameter and ADO.NET classes like Dataset, DataTable, and DataRow etc.
|
|
|
|
|
Chapter 3: Vitals and Description
From
Murach's C# 2005
by
Joel Murach
,
Mike Murach and Associates, Inc.
This chapter (chapter 3) from Murach’s C# 2005 shows you how to enter the C# code for a Windows form so the interface you’ve designed works the way you want it to. Along the way, you’ll get an introduction to object-oriented programming. You’ll see how to use code snippets and refactoring, two time-saving features that are new in 2005. And you’ll get started using practical debugging techniques.
|
|
|
|
|
Chapter 6: Working with Images
From
GDI+ Custom Controls with Visual C# 2005
by
Iulian Serban, Dragos Brezoi, Adam Ward, Tiberiu Radu
,
PACKT Publishing
In this chapter is discussed how .NET deals with images, and how it can be used to improve your software.
|
|
|
|
|
Chapter 1 to 5: Rapid C# Windows Development
From
Rapid C# Windows Development: Visual Studio 2005, SQL Server 2005, and LLBLGen Pro
by
Joseph Chancellor
,
Lulu.com
Through the exercises in this workbook, you will learn how to use C# with Visual Studio .NET 2005, SQL Server 2005, and an invaluable tool called an O/R Mapper (LLBLGen Pro) to rapidly develop database-driven applications.
|
|
|
|
|
Chapter 7: Creating Custom Modules
From
Building Websites with VB.NET and DotNetNuke 3.0
by
Daniel N. Egan
,
Packt Publishing
In this chapter, we are going to walk through creating a custom module for the CoffeeConnections portal.
|
|
|
|
|
Chapter 8: Creating a New Module
From
ASP.NET Community Starter Kit
by
K. Scott Allen & Cristian Darie
,
Packt Publishing
This chapter will concentrate on creating a new module for the CSK. We will see how creating a new module allows you to add entirely new features which integrate seamlessly with the rest of the framework.
|
|
|
|
|
Accessing SQL 2000 via HTTP
From
XML and SQL Server 2000
by
,
New Riders.
This chapter first discusses client server architecture to give you a feel of how the different system components, application servers, database servers, and so on, interact with each other. Next it looks at at how to utilize the HTTP protocol in various ways to execute SQL statements against SQL Server. This includes the use of template files to generate XML data.
|
|
|
|
|
|
|
|
|
|
|
|
|
Chapter 3: Writing Expressions
From
C# Unleashed
by
,
SAMS.
C# provides a complete set of language elements for writing expressions. An expression is a set of language elements combined to perform a meaningful computation. This chapter provides guidance in building C# expressions.
|
|
|
|
|
Chapter 32: Performance Monitoring
From
C# Unleashed
by
,
SAMS.
This chapter covers accessing built in performance counters, implementing timers, building a customized performance counter, and analyzing performance with sampling.
|
|
|
|
|
Chapter 8: Designing Object Oriented Programs
From
C# Unleashed
by
,
SAMS.
C# is a modern object-oriented programming language. As such it has many new features to support object-oriented programming. The preceding chapter covered the proper syntax of classes and their members.
|
|
|
|
|
Chapter 10: Working with Data in .NET
From
Professional .NET
by
,
Apress.
Throughout this chapter you will see how the System.Data namespace is structured and how to utilize any of the classes within it. As well, we'll go over the pros and cons of using ADO.NET, and then compare and contrast current ADO functionality with that of ADO.NET. After that we'll go into using the System.Xmlnamespace.
|
|
|
|
|
|
|
|
|
Chapter 6: Separating Code from Presentation
From
ASP.NET Unleashed
by
,
SAMS.
In this chapter, you learn two methods of dividing your application code from your presentation content. In other words, you learn how to keep both your design and engineering teams happy.
|
|
|
|
|
Chapter 3: What's New with ASP.NET?
From
ASP.NET for Developers
by
Michale Amundsen and Paul Litwin
,
SAMS.
You'll learn how ASP.NET offers a new way to build Web applications with "smart" Web Forms and powerful Web Services. You'll also learn some of the infrastructure features of ASP.NET, including a powerful security model, improved deployment and update features, easier configuration, and increased scalability and availability for your ASP.NET solutions.
|
|
|
|
|
Day 10: Building the User Interface with Web Forms
From
SAMS Teach Yourself Visual Basic .NET in 21 Days
by
Duncan Mackenzie and Keny Sharkey
,
SAMS.
In this chapter, you learn how to use the Validation Web controls to validate the information that a user enters into an HTML form. You can use the Validation controls to perform very different types of form validation tasks.
|
|
|
|
|
Day 3: Performing Form Validation with Validation Controls
From
ASP.NET Unleashed
by
Stephen Walther
,
SAMS.
In this chapter, you learn how to use the Validation Web controls to validate the information that a user enters into an HTML form. You can use the Validation controls to perform very different types of form validation tasks.
|
|
|
|
|
Hour 3: Understanding Objects and Collections
From
SAMS Teach Yourself Visual Basic .NET in 24 Hours
by
James Foxall
,
SAMS.
This hour isn't going to discuss object-oriented programming in any detail, because object-oriented programming is a very complex subject and is well beyond the scope of this book. Instead, you'll learn about objects in a more general sense.
|
|
|
|
|
Chapter 3: Consuming a Simple Web Service with .NET SDK
From
Microsoft .NET XML Web Services
by
Robert Tabor
,
SAMS.
In this chapter, you'll use the same tools to consume the Web Service in a Web Forms application, which is the enhanced version of the Active Server Pages applications you might have created in the past. Your Web Forms application will call your Web Service, gather information, and then synthesize it into a Web page that's delivered to your Web Browser.
|
|
|
|
|
Chapter 7: Accessing Data in .NET
From
Building Distributed Applications in Visual Basic .NET
by
,
SAMS.
In this chapter, we'll discuss the architecture of ADO.NET and how it can be used to build distributed applications. The example code discussed in this and subsequent chapters illustrates a somewhat simplified implementation of Quilogy's online education system where students enroll in classes over the Web and Quilogy employees view and manipulate data through an Intranet site. The enrollment data is stored in a SQL Server 2000 database so where appropriate, specific features of SQL Server 2000 will be utilized.
|
|
|
|
|
Chapter 11: Using XML
From
VB.NET Developer's Guide to ASP.NET,XML, and ADO.NET
by
Jeffrey and Chris
,
SAMS.
This chapter explains some basics of XML documents and how to use XML classes in your applications.
|
|