Entries categorized as ‘.NET’

A First Look at ASP.NET v. 2.0

March 27, 2008 · 1 Comment

  • Book Title: A First Look at ASP.NET v. 2.0
  • Author: Alex Homer, Dave Sussman, Rob Howard
  • Publisher: Addison Wesley
  • Year: 2003

Table of content

  • Chapter 1 - An Introduction to ASP.NET 2.0
  • Chapter 2 - Tools and Architecture
  • Chapter 3 - Data Source Controls and Data Binding
  • Chapter 4 - The GridView and DetailsView Controls
  • Chapter 5 - Master Pages and Navigation
  • Chapter 6 - Security
  • Chapter 7 - Personalization and Themes
  • Chapter 8 - Web Parts and the Portal Framework
  • Chapter 9 - Pages, Posting, and Validation
  • Chapter 10 - Mobile Device Support
  • Chapter 11 - CACHING
  • Chapter 12 - Control Enhancements
  • Chapter 13 - Configuration and Administration

(more…)

Categories: .NET · ASP.NET · Books · Programming · Web Programming

Professional Crystal Reports for Visual Studio .NET

March 13, 2008 · 3 Comments

  • Book Title: Professional Crystal Reports for Visual Studio .NET
  • Author: David McAmis
  • Publisher: Wrox Press
  • Year: 2002

Table of content

  • Introduction
  • Chapter 1 - Crystal Reports.NET Overview
  • Chapter 2 - Getting Started with Crystal Reports.NET
  • Chapter 3 - Report Integration for Windows-Based Applications
  • Chapter 4 - Report Integration for Web-Based Applications
  • Chapter 5 - Creating XML Report Web Services
  • Chapter 6 - Working with .NET Data
  • Chapter 7 - Formulas and Logic
  • Chapter 8 - Working with the Crystal Reports Engine
  • Chapter 9 - Distributing Your Application
  • Appendix A - Troubleshooting
  • Appendix B - Migrating Applications to Crystal Reports.NET
  • Appendix C – Crystal vs. Basic Syntax

(more…)

Categories: .NET · Books · Crystal Report · Programming · Reporting

C# Threading Handbook

February 13, 2008 · 4 Comments

  • Book Title: C# Threading Handbook
  • Author: Tobin Titus, Fabio Claudio Ferracchiati, Tejaswi Redkar, Srinivasa Sivakumar
  • Publisher: Apress
  • Year: 2004

Table of content

  • Introduction
  • Chapter 1 – Defining Threads
  • Chapter 2 – Threading in .NET
  • Chapter 3 – Working with Threads
  • Chapter 4 – Threading Design Principles
  • Chapter 5 – Scaling Threaded Applications
  • Chapter 6 – Debugging and Tracing Threads
  • Chapter 7 – Networking and Threading
  • Appendix A – Customer Support and Feedback

(more…)

Categories: .NET · Books · C# · Programming