O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Asked by Len Williams : 10 February 2011 - 04:35 AM
Answered by ChrisOlson : Mar 24 2011 01:03 PM
Hi Len,
I have passed this info on to the author and editor to see if they know what's going on or perhaps have an updated "Students.mdb" file available to fix that problem. I'll l... full answer >
In this article, i will explain how to create a powers calculator (in C#), using the Math.Pow method to calculate them.
First, open Visual Studio (or C# Express Edition) and go to "File>New p...
WebBrowser.Navigate is a method which the WebBrowser can access to a website. For example, if we want that when click a button, the webbrowser navigates to an address, we use this function.
If we ar...
Well-designed databases can pose a problem for developers.
In the data world, a database is designed for maintainability, security, efficiency, and scalability. Its data is organized in a way that sa...
This excerpt from REST in Practice walks you through the fulfillment service of a coffee shop called Restbucks to show how AtomPub can be implemented in .NET. In this section, we show how Restbucks ...
The following is an excerpt from the O'Reilly publication Programming WCF Services, Third Edition. Below, the author gives the best ways to work with .NET programming's Channel Faulting.
In t...
Are you working on a project that could use the scalability and integration provided by the Windows Azure Table service, but don't know where to start? This excerpt from Sriram Krishnan's Prog...
Are you a F# programmer that wants to create derived classes or a quick mock object for testing? This excerpt from Chris Smith's Programming F# introduces you to F#'s object expressions.
Int...
Interested in writing a location-aware app with .Net? This excerpt from Kiriaty, Moroney, Goldshtein, & Fliess' Introducing Windows® 7 for Developers will get you started on your way.
Throughou...