473,382 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Has anyone typed up an index for the O'Reilly book "C# and VB.NET Conversion?"


Has anyone typed up an index for the O'Reilly book "C# and VB.NET
Conversion?"

I'm just learning C#, and often using this little book to see which
VB.NET terms translate directly to some term in C#. However, it's a
real hassle that the book has no index, just a table of contents.

For example, as early as page 8, the book teaches that C#'s "using"
statement is the equivalent of VB.NET's "imports" statement. However,
that concept can't be looked up using the keywords "using" or
"imports" (like, say, in an index).

Instead, you'd have to go to the table of contents and guess that you
need the section called "Namespace Declaration and Usage."
If I want a translation for VB.NET's "friend" or C#'s "internal," I
have to mentally tranlsate that to the table of contents entry "Member
Scope." And what about "void" and "sub" and so on?
What's odd is that people are complaining about this in their
Amazon.com reviews of the book, but it seems like the author (or
anyone) could type up an alpahabetical list of terms and their pages
in about one hour.

In fact, the reason that I'm posting is that I decided I'd type up
that list myself, for my own use. But then I wondered if someone else
hasn't already done exactly the same thing.

Anyone?

Dim.........................10
Imports......................8
new (instance of a class)...11
out (parameter).............15
semicolon....................5
using........................8

etc.

That took me about 5 minutes, and I'm already a tenth of the way
through the book! So, before I continue...

Has anyone typed up a full index for the O'Reilly book "C# and VB.NET
Conversion?"
Thanks.
Nov 16 '05 #1
8 2172
Dgates <dg****@spamlinkline.com> wrote:
Has anyone typed up an index for the O'Reilly book "C# and VB.NET
Conversion?"

I'm just learning C#, and often using this little book to see which
VB.NET terms translate directly to some term in C#. However, it's a
real hassle that the book has no index, just a table of contents.


There are various other resources available. See

http://www.yoda.arachsys.com/csharp/faq/#vb.comparison

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #2
On Thu, 12 Aug 2004 13:20:52 -0700, Dgates <dg****@spamlinkline.com>
wrote:

Has anyone typed up an index for the O'Reilly book "C# and VB.NET
Conversion?"

I'm just learning C#, and often using this little book to see which
VB.NET terms translate directly to some term in C#. However, it's a
real hassle that the book has no index, just a table of contents.

For example, as early as page 8, the book teaches that C#'s "using"
statement is the equivalent of VB.NET's "imports" statement. However,
that concept can't be looked up using the keywords "using" or
"imports" (like, say, in an index).

Instead, you'd have to go to the table of contents and guess that you
need the section called "Namespace Declaration and Usage."
If I want a translation for VB.NET's "friend" or C#'s "internal," I
have to mentally tranlsate that to the table of contents entry "Member
Scope." And what about "void" and "sub" and so on?
What's odd is that people are complaining about this in their
Amazon.com reviews of the book, but it seems like the author (or
anyone) could type up an alpahabetical list of terms and their pages
in about one hour.

In fact, the reason that I'm posting is that I decided I'd type up
that list myself, for my own use. But then I wondered if someone else
hasn't already done exactly the same thing.

Anyone?

Dim.........................10
Imports......................8
new (instance of a class)...11
out (parameter).............15
semicolon....................5
using........................8

etc.

That took me about 5 minutes, and I'm already a tenth of the way
through the book! So, before I continue...

Has anyone typed up a full index for the O'Reilly book "C# and VB.NET
Conversion?"
Thanks.

By the way, this came up most recently when I kept hearing people use
the word "hashtable." I glanced at a description of C#'s hashtable
and thought, "Hmm, this looks like VB.NET's 'SortedList'!"

Neither word was in the table of contents of my little translator
book, so I started guessing what concept might contain them. "D for
Dictionary?... No... Something in the section on arrays??... No..."
Nov 16 '05 #3
i'm a big fan of the o'reilly collection, most of the books i have are
in pdf version and for instance if your looking for a VB term like
imports i would press ctrl + f, and that will pull up a search dialog
box and it will take you to every instance of the word in the document,
sometimes it can take a while, but it should be easier than the way your
doing it

Dgates wrote:
On Thu, 12 Aug 2004 13:20:52 -0700, Dgates <dg****@spamlinkline.com>
wrote:

Has anyone typed up an index for the O'Reilly book "C# and VB.NET
Conversion?"

I'm just learning C#, and often using this little book to see which
VB.NET terms translate directly to some term in C#. However, it's a
real hassle that the book has no index, just a table of contents.

For example, as early as page 8, the book teaches that C#'s "using"
statement is the equivalent of VB.NET's "imports" statement. However,
that concept can't be looked up using the keywords "using" or
"imports" (like, say, in an index).

Instead, you'd have to go to the table of contents and guess that you
need the section called "Namespace Declaration and Usage."
If I want a translation for VB.NET's "friend" or C#'s "internal," I
have to mentally tranlsate that to the table of contents entry "Member
Scope." And what about "void" and "sub" and so on?
What's odd is that people are complaining about this in their
Amazon.com reviews of the book, but it seems like the author (or
anyone) could type up an alpahabetical list of terms and their pages
in about one hour.

In fact, the reason that I'm posting is that I decided I'd type up
that list myself, for my own use. But then I wondered if someone else
hasn't already done exactly the same thing.

Anyone?

Dim.........................10
Imports......................8
new (instance of a class)...11
out (parameter).............15
semicolon....................5
using........................8

etc.

That took me about 5 minutes, and I'm already a tenth of the way
through the book! So, before I continue...

Has anyone typed up a full index for the O'Reilly book "C# and VB.NET
Conversion?"
Thanks.


By the way, this came up most recently when I kept hearing people use
the word "hashtable." I glanced at a description of C#'s hashtable
and thought, "Hmm, this looks like VB.NET's 'SortedList'!"

Neither word was in the table of contents of my little translator
book, so I started guessing what concept might contain them. "D for
Dictionary?... No... Something in the section on arrays??... No..."

Nov 16 '05 #4

I suppose so. But there's something so nice about grabbing a BOOK! A
little paper thing! Just to be able to back away from the computer
for a little bit, walk somewhere else and look at a BOOK!

(My goal, with a typed index, is that it would be printed on 1 or 2
pages and then folded inside the book.)


On Thu, 12 Aug 2004 13:56:32 -0700, TommyBoy <na*********@hotmail.com>
wrote:
i'm a big fan of the o'reilly collection, most of the books i have are
in pdf version and for instance if your looking for a VB term like
imports i would press ctrl + f, and that will pull up a search dialog
box and it will take you to every instance of the word in the document,
sometimes it can take a while, but it should be easier than the way your
doing it

Dgates wrote:
On Thu, 12 Aug 2004 13:20:52 -0700, Dgates <dg****@spamlinkline.com>
wrote:

Has anyone typed up an index for the O'Reilly book "C# and VB.NET
Conversion?"

I'm just learning C#, and often using this little book to see which
VB.NET terms translate directly to some term in C#. However, it's a
real hassle that the book has no index, just a table of contents.

For example, as early as page 8, the book teaches that C#'s "using"
statement is the equivalent of VB.NET's "imports" statement. However,
that concept can't be looked up using the keywords "using" or
"imports" (like, say, in an index).

Instead, you'd have to go to the table of contents and guess that you
need the section called "Namespace Declaration and Usage."
If I want a translation for VB.NET's "friend" or C#'s "internal," I
have to mentally tranlsate that to the table of contents entry "Member
Scope." And what about "void" and "sub" and so on?
What's odd is that people are complaining about this in their
Amazon.com reviews of the book, but it seems like the author (or
anyone) could type up an alpahabetical list of terms and their pages
in about one hour.

In fact, the reason that I'm posting is that I decided I'd type up
that list myself, for my own use. But then I wondered if someone else
hasn't already done exactly the same thing.

Anyone?

Dim.........................10
Imports......................8
new (instance of a class)...11
out (parameter).............15
semicolon....................5
using........................8

etc.

That took me about 5 minutes, and I'm already a tenth of the way
through the book! So, before I continue...

Has anyone typed up a full index for the O'Reilly book "C# and VB.NET
Conversion?"
Thanks.


By the way, this came up most recently when I kept hearing people use
the word "hashtable." I glanced at a description of C#'s hashtable
and thought, "Hmm, this looks like VB.NET's 'SortedList'!"

Neither word was in the table of contents of my little translator
book, so I started guessing what concept might contain them. "D for
Dictionary?... No... Something in the section on arrays??... No..."


Nov 16 '05 #5
On Thu, 12 Aug 2004 21:25:52 +0100, Jon Skeet [C# MVP]
<sk***@pobox.com> wrote:
Dgates <dg****@spamlinkline.com> wrote:
Has anyone typed up an index for the O'Reilly book "C# and VB.NET
Conversion?"

I'm just learning C#, and often using this little book to see which
VB.NET terms translate directly to some term in C#. However, it's a
real hassle that the book has no index, just a table of contents.


There are various other resources available. See

http://www.yoda.arachsys.com/csharp/faq/#vb.comparison

That's pretty nice, all right -- despite my wish for something I can
hold in my hand. I bookmarked it, to be sure.

Thanks.

Nov 16 '05 #6
I'd rather look at a book any second of the day, but i'm still a junior
developer, i don't make enough to buy them, so all i have are downloaded
ebooks
Dgates wrote:
I suppose so. But there's something so nice about grabbing a BOOK! A
little paper thing! Just to be able to back away from the computer
for a little bit, walk somewhere else and look at a BOOK!

(My goal, with a typed index, is that it would be printed on 1 or 2
pages and then folded inside the book.)


On Thu, 12 Aug 2004 13:56:32 -0700, TommyBoy <na*********@hotmail.com>
wrote:

i'm a big fan of the o'reilly collection, most of the books i have are
in pdf version and for instance if your looking for a VB term like
imports i would press ctrl + f, and that will pull up a search dialog
box and it will take you to every instance of the word in the document,
sometimes it can take a while, but it should be easier than the way your
doing it

Dgates wrote:

On Thu, 12 Aug 2004 13:20:52 -0700, Dgates <dg****@spamlinkline.com>
wrote:

Has anyone typed up an index for the O'Reilly book "C# and VB.NET
Conversion?"

I'm just learning C#, and often using this little book to see which
VB.NET terms translate directly to some term in C#. However, it's a
real hassle that the book has no index, just a table of contents.

For example, as early as page 8, the book teaches that C#'s "using"
statement is the equivalent of VB.NET's "imports" statement. However,
that concept can't be looked up using the keywords "using" or
"imports" (like, say, in an index).

Instead, you'd have to go to the table of contents and guess that you
need the section called "Namespace Declaration and Usage."
If I want a translation for VB.NET's "friend" or C#'s "internal," I
have to mentally tranlsate that to the table of contents entry "Member
Scope." And what about "void" and "sub" and so on?
What's odd is that people are complaining about this in their
Amazon.com reviews of the book, but it seems like the author (or
anyone) could type up an alpahabetical list of terms and their pages
in about one hour.

In fact, the reason that I'm posting is that I decided I'd type up
that list myself, for my own use. But then I wondered if someone else
hasn't already done exactly the same thing.

Anyone?

Dim.........................10
Imports......................8
new (instance of a class)...11
out (parameter).............15
semicolon....................5
using........................8

etc.

That took me about 5 minutes, and I'm already a tenth of the way
through the book! So, before I continue...

Has anyone typed up a full index for the O'Reilly book "C# and VB.NET
Conversion?"
Thanks.

By the way, this came up most recently when I kept hearing people use
the word "hashtable." I glanced at a description of C#'s hashtable
and thought, "Hmm, this looks like VB.NET's 'SortedList'!"

Neither word was in the table of contents of my little translator
book, so I started guessing what concept might contain them. "D for
Dictionary?... No... Something in the section on arrays??... No..."


Nov 16 '05 #7
Paper is so 20th century. ;)

I used to buy books, but never really as a reference, usualy more as a way
to learn new material. Recently I've been using the library of my university
instead.

MSDN and the C# language reference documents
(http://msdn.microsoft.com/vcsharp/team/language/) are probably the two
things I look at the most. For anything else, there's Google.
Etienne Boucher
Nov 16 '05 #8
Etienne Boucher wrote:
Paper is so 20th century. ;)

I used to buy books, but never really as a reference, usualy more as a way
to learn new material. Recently I've been using the library of my university
instead.

MSDN and the C# language reference documents
(http://msdn.microsoft.com/vcsharp/team/language/) are probably the two
things I look at the most. For anything else, there's Google.
Etienne Boucher

if you need any electronic books just let me know, i have the whole
oreilly collection
Nov 16 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Luigi Donatello Asero | last post by:
Is an index in a database the equivalent for a <TH scope="col"> in a column of a table in the html code? -- Luigi ( un italiano che vive in Svezia)...
4
by: ben | last post by:
has anyone got or read this book: robert sedgewick "algorithms in c parts 1-4"? i'm having an absolute nightmare with the book. amoung other things i'm trying to construct the necessary support...
11
by: Robert Schuldenfrei | last post by:
I am an older person trying to learn C# just for the fun of it. I am a veteran of older style languages (COBOL, FORTRAN, etc.) and I want to learn an Object Orientated language. Currently working...
8
by: Zach | last post by:
I am looking for a good ADO.NET book to read. I know nothing about ADO as yet. If anyone has read the book - would it be ok for starters? What did you think of the book? If you didn't like the...
20
by: Dennis | last post by:
I use the following code for a strongly typed arraylist and it works great. However, I was wondering if this is the proper way to do it. I realize that if I want to implement sorting of the...
6
by: DraguVaso | last post by:
Hi, Something I don't understand about a Typed DataSet: When a value in the DataSet is DBNull, it throws this error: "Cannot get value because it is DBNull". But aren't Typed DataSets...
3
by: nan | last post by:
Hi All, I am trying to connect the Database which is installed in AS400 using DB2 Client Version 8 in Windows box. First i created the Catalog, then when i selected the connection type...
8
by: shira | last post by:
I have done a fair bit of searching, but haven't yet been able to find an explanation as to why one would set "ignore nulls" to "yes" when creating an index. I understand what it does (I think),...
169
by: JohnQ | last post by:
(The "C++ Grammer" thread in comp.lang.c++.moderated prompted this post). It would be more than a little bit nice if C++ was much "cleaner" (less complex) so that it wasn't a major world wide...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.