.Net Programing 10-Minute Solutions

.Net Programing 10-Minute Solutions von Jones A. Russell (Autor) und Gunderloy Mike (Autor)

Autor: Jones, A. Russell

Autor: Gunderloy, Mike

Verleger: John Wiley & Sons

Genre: Taschenbuch/Programmiersprachen

ISBN: 0782142532

EAN/ISBN-13: 9780782142532

Sprache: eng

Veröffentlichung: November 2003


 
 
Klappentext zu .Net Programing 10-Minute Solutions
If you're an experienced programmer finding your way with .NET, then this book is for you.
If your .NET skills are already solid, then this book is still for you.
These ten-minute solutions fill the gaps in your knowledge: from them, you'll learn a lot about the realities of programming with .NET technologies, whether you're writing database applications, web applications, or desktop applications.
But they're also solutions to the problems you're most likely to encounter in each of these areas. Particularly when a project entails new techniques or draws you into a realm outside your expertise, you need quick and reliable answers. Here, a couple of veterans provide them. Based on the popular question-and-answer feature of the DevX website, all are in-depth, code-intensive solutions that explain both the how and the why, helping you past immediate obstacles and ultimately making you a more knowledgeable programmer. Here are some of the solutions you'll find inside:
* The new ListBox control's data model: how it differs, how to work with it, why it's better
* The new I/O model: storing and retrieving complete objects with streams
* Launching and monitoring external programs from VB.NET applications: the Process class and how it improves on classic VB Shell command
* ADO.NET support for keeping calculated columns up to date automatically
* Moving data between distributed tiers--and keeping it synchronized--using DiffGrams
Solutions are organized into three categories: general .NET topics that cut across category boundaries, problems that arise when you're building Windows forms, and issues associated specifically with ADO.NET and ASP.NET programming chores. The book contains VB.NET code examples for every solution.

Inhaltsverzeichnis
Introduction.Windows Forms Solutions.Solution 1: ListBox ItemData Is Gone!Solution 2: Create Owner-Drawn ListBoxes and ComboBoxes.Solution 3: Upgrade Your INI Files to XML.Solution 4: Build Your Own XML-Enabled Windows Forms TreeView Control.General .NET Topics.Solution 5: Take Advantage of Streams and Formatters in VB.NET.Solution 6: File I/O in VB.NET:Avoid the Compatibility Syntax.Solution 7: Gain Control of Regular Expressions.Solution 8: Add Sort Capabilities to Your .NET Classes.Solution 9: A Plethora of XML Choices.Solution 10: Where Should I Store That Data?Solution 11: Performing the Most-Requested Conversions in .NET.Solution 12: Building Custom Collections in .NET.Solution 13: Launching and Monitoring External Programs from VB.NET Applications.Solution 14: Build a Touch Utility with .NET.Solution 15: Parse and Validate Command-Line Parameters with VB.NET.Solution 16: Monitor Data and Files with a Windows Service.ASP.NET Solutions.Solution 17: Creating Custom Configuration Settings in ASP.NET.Solution 18: Internationalize Your ASP.NET Applications (Part 1 of 2).Solution 19: Internationalize Your ASP.NET Applications (Part 2 of 2).Solution 20: Managing Focus in Web Forms.Solution 21: The Missing Message Boxes in ASP.NET.ADO.NET Solutions.Solution 22: Optimizing and Troubleshooting Database Connections.Solution 23: Replacing Recordsets with DataSets.Solution 24: Working with Typed DataSets.Solution 25: Saving Time with Calculated DataColumns.Solution 26: Combining Tables in a DataSet.Solution 27: Getting Customized XML from SQL Server.Solution 28: XML and the DataSet.Solution 29: DataBinding ListBoxes and ComboBoxes.Solution 30: Advanced DataBinding.Solution 31: Synchronizing DataSets with DiffGrams.Solution 32: The 10-Minute Guide to Paging Data.Index.

Über den Autor: Jones A. Russell (Autor) und Gunderloy Mike (Autor)
Russell Jones, Ph.D. is a former reptile keeper and professional musician who now composes computer applications. He has an extensive background in designing and developing interactive computer-based training applications. He's the author of several books on Web development using Visual Basic, ASP, VB.NET and C#. He is currently DevX's Executive Editor.
Mike Gunderloy is the lead developer for Lark Group, Inc., an independent software consultancy in eastern Washington. His other Sybex books include ADO and ADO.NET Programming and Access 2002 Desktop Developer's Handbook. When not writing code or writing about code, Mike raises tomatoes and turkeys on his small farm.

weitere passende Bücher

Mastering ASP.Net with C#

A. Russell Jones, Ph.D., a confessed former zookeeper and professional musician, now composes computer applications. He is the Executive Editor for DevX.com, the leading website for professional …

In recent years, creating dynamic, server-side web applications has become the most vital part of web development. Now, thanks to ASP.NET and Visual C#, you can build cleaner, more powerful web …

Introduction.Part 1: Basic Web Programming.Chapter 1: Behind the Scenes: How Web Applications Work.Chapter 2: HTML Basics.Chapter 3: Brief Guide to Dynamic Web Applications.Part 2: Server-Side Web …


geschrieben von A. Russell Jones (Autor)

Mastering SQL Server 7

Mike Gunderloy, an MCSE, MCSD, and MCT, is a senior consultant with MCW Technologies, where he specializes in Microsoft Visual Basic and SQL Server. He is the author of SQL Server 7 In Record …

Complete. Authoritative. Practical. The only SQL Server book you need. Mastering SQL Server 2000 is the one indispensable resource for anyone working with the latest version of SQL Server. Whether you …

Introduction.PART I: INTRODUCING SQL SERVER.1. Introduction to SQL Server 2000.2. Overview of Database Concepts.3. Overview of SQL Server.4. Database Design and Normalization.PART II: TRANSACT-SQL.5. …


geschrieben von Mike Gunderloy (Autor) und Joseph L. Jorden (Autor) und Joe Jorden (Autor)

Absolute Beginner's Guide to Microsoft Office Access 2003

Susan Sales Harkins is an independent consultant with an expertise in Access. SQL: Access to SQL Server, her latest book by APress, was released in January 2002. Currently, Susan writes for a number …

Microsoft Access 11 is a powerful, relational database software package that makes it easier to create and manage complex databases. With Access, users can create a database quickly from scratch or by …

Microsoft Access 11 is a powerful, relational database software package that makes it easy for you to create and manage complex databases. With Access, you can create a database quickly from scratch …


geschrieben von Alison Balter (Autor) und Susan Sales Harkins (Autor) und Mike Gunderloy (Autor)

Coder to Developer: Tools and Strategies for Delivering Your Software

Mike Gunderloy is the lead developer for Lark Group, Inc., an independent software consulting firm in eastern Washington. He has worked with Microsoft data access and web technologies for more than a …

"Two thumbs up"
--Gregory V. Wilson, Dr. Dobbs Journal (October 2004)
No one can disparage the ability to write good code. At its highest levels, it is an art.
But no one can confuse …

Foreword.Introduction.Chapter 1: Planning Your Project.Chapter 2: Organizing Your Project.Chapter 3: Using Source Code Control Effectively.Chapter 4: Coding Defensively.Chapter 5: Preventing Bugs with …


geschrieben von Mike Gunderloy (Autor)

Pro Spring

Rob Harrop  is the lead architect of UK-based software company Cake Solutions Limited (http://www.cakesolutions.net). As part of the Cake Solutions team, Harrop has planned, designed, and …

1. Introduction to Spring (robh)2. Getting Started with Spring (robh)3. The Sample Application and Spring (robh)Section Two ¿ Spring Basics4. Dependency Injection and Spring (robh)5. Advanced …

Getting started with Spring Spring basics Aspect Oriented Programming with Spring Data …


geschrieben von Rob Harrop (Autor) und Jan Machacek (Autor)

HTML: Introductory Concepts and Techniques

Part of the highly successful Shelly Cashman series, this text provides an introduction to HTML and leads the user through a clear, step-by-step, screen-by-screen approach to learning. Readers learn …


geschrieben von Gary B. Shelly (Autor) und Denise M. Woods (Autor)

Alle Seelen

Ein frühes Buch des hoch gelobten Autors von "Mein Herz so weiß". Es ist ein Campus-Roman, den der Spanier Javier Marias unter dem Eindruck seines eigenen Oxford-Aufenthalts 1989 …

"In "Alle Seelen" verarbeitete Marías seinen zweijährigen Aufenthalt als Lektor in Oxford. Ausführlich schildert der Ich-Erzähler, ein leicht verstörter Spanier, Eigenheiten von …


geschrieben von Elke Wehr (Übersetzung) und Javier Marias (Autor)

G is for Gumshoe

Sue Grafton has become one of the most popular mystery writers, both here and in the US. Born in Kentucky in 1940, the daughter of the mystery writer C. W. Grafton, she began her career as a TV …


geschrieben von Sue Grafton (Autor)

Stolz starben die Stämme

In diesem Buch leben die Indianer, wie sie wirklich waren, als sie verzweifelt kämpften und starben, um sich ihre stolze Vergangenheit, das Land ihrer Vorfahren und ihre Seele zu bewahren. Norman …


geschrieben von Ilse Custer (Übersetzung) und Norman B. Wiltsey (Autor)

Was ist Was. Schiffe

Ein einfaches Stück Holz wird das erste Gefährt des Menschen auf dem Wasser gewesen sein. Heute werden Waren mit modernen Containerschiffen über die Weltmeere transportiert, Fähren …


geschrieben von Arnold Kludas (Autor) und Guido Canestari (Illustrator) und Manfred Kostka (Illustrator) und Udo Kruse-Schulz (Illustrator)


durchsuche buecher-lounge.de

  • Loading