473,765 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Beta Readers Wanted - Visual Basic 2005

I am writing a new book on Visual Basic 2005, targeted at VB6 programmers,
and to some degree VB.NET 1.x programmers. I'd like to sign up a (limited)
number of volunteers to read the book and provide feedback.

To participate you would...
1. Sign a non-disclosure agreement
2. Read each chapter in Word format and mark it up and return it within a
week of receipt
3. Be open honest and direct, providing feedback about the content and
approach.

Those who participate and provide feedback will receive an acknowledgement
in the book and will also receive a copy of the book upon publication. There
is no financial or other compensation, I'm afraid.

If you are interested, please write to me at jl******@libert yassociates.com
(do not post a response here as it will clutter up the news group) and
please be sure to tell me your programming experience and level of interest
in VB 2005.

To learn more about me and my books, you may want to take a look at my web
site: http://www.LibertyAssociates.com

Thank you.

-j
Nov 21 '05 #1
16 1455

"Jesse Liberty" <jl******@liber tyassociates.co m> wrote i
I am writing a new book on Visual Basic 2005, targeted at VB6 programmers,
and to some degree VB.NET 1.x programmers. 3. Be open honest and direct, providing feedback about the content and
approach.


Several books target that audience, few target non-programmers.

Hint hint!
LFS
Nov 21 '05 #2
My hope is that my book will be accessible to non-programmers, but the truth
is that there are about 2 million VB6 programmers who have not yet made the
swtich to VB.NET.

Also (and I know everyone says this) I think I'll be taking a radically
different approach. My theory is this: if I were going to teach you VB 2005
in person, I would not start with teaching you looping and conditionals. I'd
fire up Visual Studio and build an applicaiton, explaining what you need to
know about the language and about object oriented programming as we go. That
is how this book will work.

-j
"Larry Serflaten" <se*******@usin ternet.com> wrote in message
news:O5******** ******@TK2MSFTN GP09.phx.gbl...

"Jesse Liberty" <jl******@liber tyassociates.co m> wrote i
I am writing a new book on Visual Basic 2005, targeted at VB6 programmers, and to some degree VB.NET 1.x programmers.

3. Be open honest and direct, providing feedback about the content and
approach.


Several books target that audience, few target non-programmers.

Hint hint!
LFS

Nov 21 '05 #3

"Jesse Liberty" <jl******@liber tyassociates.co m> wrote
My hope is that my book will be accessible to non-programmers, but the truth
is that there are about 2 million VB6 programmers who have not yet made the
swtich to VB.NET.
And there are 1001 books that will try to get them to convert! ;-)

Also (and I know everyone says this) I think I'll be taking a radically
different approach.


My idea of a needed book on programming would begin with a short
history on the evolution of computers, a introduction to generic system
architecture (common motherboard components) and logic circuits
(AND/OR gates, etc.) and give the reader a feel for the evolution of
programming languages. That evolution would help to indicate why
hexidecimal is a common notation, and part of a chapter should
cover conversions from decimal to hex and binary, Hex arithmetic,
and include logic operations on Hex values.

Then go ahead with the basic loops and conditional constructs and
so forth, on into VB language syntax, the event processing model,
OOA/OOP (Object properties/methods), and framework classes,
et.al.

I am thinking anyone interested enough to pick up a book on programming
would be interested in the history of the technology (to some degree).
10 or so pages at the start may be all that is needed to capture the
interest of 'wannabe' programmers, without totally distracting the more
advanced users. (Having your facts correct would solidify what they
already know)

I mentioned it only because I've read several books already, and have been
in a couple courses where non-programmers bring up discussions on
dealing with the "things you did like that in VB6, you do like this in VB.NET"
syndrom that is inevitable in books of the type you indicated.

I'd suggest you avoid that pitfall. If your reader is a VB6 programmer,
chances are they can recognise what you are talking about was handled
differently in previous versions. If your reader is a non-programmer,
adding what some other language did is of no value, or use, and only
confuses the issue.

If you have also perpetrated that syndrom, I'd suggest you delete most
references of that nature, especially in cases where it would be fairly
obvious to the VB6 programmer what is going on.

How many pages was it? I have other things coming up, but, it can't
hurt to learn a thing or two... <g>

( I also have some text on the history of computing I wrote (several)
years ago for my own web site, if you'd be interested in how that might
look)

LFS

Nov 21 '05 #4
"Larry Serflaten" <se*******@usin ternet.com> wrote in message
news:ev******** *****@TK2MSFTNG P11.phx.gbl...
My idea of a needed book on programming would begin with a
short
history on the evolution of computers, a introduction to
generic system
architecture (common motherboard components) and logic circuits
(AND/OR gates, etc.) and give the reader a feel for the
evolution of
programming languages. That evolution would help to indicate
why
hexidecimal is a common notation, and part of a chapter should
cover conversions from decimal to hex and binary, Hex
arithmetic,
and include logic operations on Hex values.


I agree. In my current library to get an idea of this history
you'd have to read through my 600+ page computer architecture
book, my 500+ page programming languages book and my 400+ page
theory of computation book. To have all this information neatly
summarized and presented in a manner that is accessible to
beginners would be invaluable.

Andrew Faust
Nov 21 '05 #5
On 2004-09-25, Larry Serflaten <se*******@usin ternet.com> wrote:

"Jesse Liberty" <jl******@liber tyassociates.co m> wrote
My hope is that my book will be accessible to non-programmers, but the truth
is that there are about 2 million VB6 programmers who have not yet made the
swtich to VB.NET.


And there are 1001 books that will try to get them to convert! ;-)


Which ones are good?

That's a serious question, I don't really know what's out there for VB6
to VB.Net conversion, and I'm finding myself in a situation where I'm
dealing with a lot of people making that transition. There's a lot of
books that deal with the new syntax and the framework, but what I'm
really looking for is a higher level of abstraction.

It seems that books that deal with OOP in .Net start from scratch, while
good VB6 programmers have a starting point of object-based programming
of in COM and VB. Are there any good books out there that deal with
moving from object-based to object-oriented?

Nov 21 '05 #6

"David" <df*****@woofix .local.dom> wrote

Which ones are good?
That may be a matter of taste.... :-(

That's a serious question, I don't really know what's out there for VB6
to VB.Net conversion, and I'm finding myself in a situation where I'm
dealing with a lot of people making that transition. There's a lot of
books that deal with the new syntax and the framework, but what I'm
really looking for is a higher level of abstraction.

It seems that books that deal with OOP in .Net start from scratch, while
good VB6 programmers have a starting point of object-based programming
of in COM and VB. Are there any good books out there that deal with
moving from object-based to object-oriented?


I haven't read this book, but I have others by this author and have listened to
him in person a couple times. This one, however, sounds more like what you're
after....

Visual Basic .NET Business Objects - by Rockford Lhotka
http://www.amazon.com/exec/obidos/tg...63321?v=glance

Read the reviews, see if it may have what you want....

LFS
Nov 21 '05 #7
I think you'll find that the book I'm writing is almost the exact opposite
of what you want <smile>

I do not intend to provide any of the background you are talking about; mine
will be a book in which you are creating a meaningful Visual Basic
application within the first 10 pages, and I will maintain a laser-focus on
the needs of the working professional (or very serious amateur) programmer.

In short, this is not a texbook nor an introductory book, but an
intermediate, hands-on, get working, be productive book. As for the pitfall
you mention, I think there is a happy middle ground of calling out in notes
the specific pitfalls and traps that mgiht await the unwary VB6 programmer.

As I said, serious novices may well be able to read the book, but they are
not the target.

Thanks!

-j

"Larry Serflaten" <se*******@usin ternet.com> wrote in message
news:ev******** *****@TK2MSFTNG P11.phx.gbl...

"Jesse Liberty" <jl******@liber tyassociates.co m> wrote
My hope is that my book will be accessible to non-programmers, but the truth is that there are about 2 million VB6 programmers who have not yet made the swtich to VB.NET.
And there are 1001 books that will try to get them to convert! ;-)

Also (and I know everyone says this) I think I'll be taking a radically
different approach.


My idea of a needed book on programming would begin with a short
history on the evolution of computers, a introduction to generic system
architecture (common motherboard components) and logic circuits
(AND/OR gates, etc.) and give the reader a feel for the evolution of
programming languages. That evolution would help to indicate why
hexidecimal is a common notation, and part of a chapter should
cover conversions from decimal to hex and binary, Hex arithmetic,
and include logic operations on Hex values.

Then go ahead with the basic loops and conditional constructs and
so forth, on into VB language syntax, the event processing model,
OOA/OOP (Object properties/methods), and framework classes,
et.al.

I am thinking anyone interested enough to pick up a book on programming
would be interested in the history of the technology (to some degree).
10 or so pages at the start may be all that is needed to capture the
interest of 'wannabe' programmers, without totally distracting the more
advanced users. (Having your facts correct would solidify what they
already know)

I mentioned it only because I've read several books already, and have been
in a couple courses where non-programmers bring up discussions on
dealing with the "things you did like that in VB6, you do like this in

VB.NET" syndrom that is inevitable in books of the type you indicated.

I'd suggest you avoid that pitfall. If your reader is a VB6 programmer,
chances are they can recognise what you are talking about was handled
differently in previous versions. If your reader is a non-programmer,
adding what some other language did is of no value, or use, and only
confuses the issue.

If you have also perpetrated that syndrom, I'd suggest you delete most
references of that nature, especially in cases where it would be fairly
obvious to the VB6 programmer what is going on.

How many pages was it? I have other things coming up, but, it can't
hurt to learn a thing or two... <g>

( I also have some text on the history of computing I wrote (several)
years ago for my own web site, if you'd be interested in how that might
look)

LFS


Nov 21 '05 #8
http://www.visualbasicbooks.com/progvbrev.html

This book was written with the experienced vb6 programmer in mind.

"Larry Serflaten" <se*******@usin ternet.com> wrote in message
news:#y******** ******@TK2MSFTN GP09.phx.gbl:
"David" <df*****@woofix .local.dom> wrote

Which ones are good?


That may be a matter of taste.... :-(

That's a serious question, I don't really know what's out there for
VB6
to VB.Net conversion, and I'm finding myself in a situation where I'm
dealing with a lot of people making that transition. There's a lot of
books that deal with the new syntax and the framework, but what I'm
really looking for is a higher level of abstraction.

It seems that books that deal with OOP in .Net start from scratch,
while
good VB6 programmers have a starting point of object-based programming
of in COM and VB. Are there any good books out there that deal with
moving from object-based to object-oriented?


I haven't read this book, but I have others by this author and have
listened to
him in person a couple times. This one, however, sounds more like what
you're
after....

Visual Basic .NET Business Objects - by Rockford Lhotka

http://www.amazon.com/exec/obidos/tg...071497-1963321
?v=glance

Read the reviews, see if it may have what you want....

LFS


Nov 21 '05 #9
Belena's book is wonderfu, but totally different from what I have in mind.
His is a straight-forward tutorial, starting with fundamental language
skills. It is much more like the approach I take in Programming Visual
Basic.NET and Programming Windows Applications and Programming ASP.NET. I
think he has done a great job, but you don't learn about buildding web forms
until page 675, and you don't learn about builidng web forms until page
1195.

My new book will be much more about immediate productivity. We'll start by
building non-trivial applications, and learn the details as we go (using
side bars as needed).

There is room for both approaches, I hope, and I couldn't have more respect
for Balena's excellent book.

-j

"scorpion53 061" <ad***@nospamhe rekjmsolutions. com> wrote in message
news:O3******** ******@tk2msftn gp13.phx.gbl...
http://www.visualbasicbooks.com/progvbrev.html

Nov 21 '05 #10

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

Similar topics

16
1786
by: clintonG | last post by:
I haven't installed VS2005 B2 yet. My main concern is installing VS2005 B2 on the XP Pro machine where VSN2003 already exists. Am I asking for trouble? Your comments... <%= Clinton Gallagher
2
1190
by: Jesse Liberty | last post by:
This is a one time request for beta-readers for a new book I'm working on. ************* I'm writing a new book on Visual C# 2.0 - target audience is C# 1.x programmers looking to move up to 2.0 (code-name Whidbey). The ideal candidates have been programming in Visual C# 1.x for a while, are familiar with and comfortable with all the language fundamentals, delegates, creating windows and web applications and so forth and are ready to...
3
1291
by: am | last post by:
Hi, I have been developing a Windows Forms application in Visual C#.Net 2005 Express Beta and wanted to deploy it. The beta edition doesn't seem to have a setup wizard or the stated deployment options. I was wondering if its possible before the official release. Thanks
5
3831
by: Franck | last post by:
Hello, I've just moved to visual developper 2005 to do so, I also had to use the convert assistant. what it did; moving my file resx files that i had in a diresctory called resx to a new directory called: App_GlobalResources in my code i had :
12
1577
by: Jesse Liberty | last post by:
jliberty@LibertyAssociates.com] I'm looking for a few additional volunteers to help with preliminary review of a new book I'm writing on Visual Basic 2005. You will be asked to read about 25 chapters (each 25-35 pages) and to respond to them within a few days of their posting (that is a very demanding requirement). I'm looking for feedback on issues such as "does this make sense" and "does this cover the topic" rahter than punctuation...
2
1575
by: vbmark | last post by:
I get the following message box: Visual Basic 2005 Express Edition Beta 2- ENU Setup =================================================== Setup has detected that previous versions of the following product(s) are currently installed. Uninstall these applications before continuing with Setup. For more information, see the readme.htm file. This file can be
1
4374
by: henk | last post by:
Hello, I want make a database connection to an Oracle db (8i) with Visual Basic 2005 express BETA 2. I already installed Oracle Data Provider for .NET (http://www.oracle.com/technology/tech/windows/odpnet/index.html) And ..NET Managed Provider for Oracle (http://www.microsoft.com/downloads/details.aspx?FamilyId=4F55D429-17D...) I still can't configure the oracle connection. The "add new data source" button does not mention a ODBC or...
0
1516
by: Dr. Zharkov | last post by:
Hello. To see the graphics of technology DirectX 9.0 SDK Update - June 2005 in project Visual Basic, WindowsApplication1 from Visual Studio 2005 Beta 1, in file My Project, MyApplication.vb in a method: <Global.System.Diagnostics.DebuggerStepThrough()> _ Protected Overrides Sub OnCreateMainForm()
0
3588
by: Mart | last post by:
Hi, I have just written (my first) VB.net app using MS Visual Basic 2005 Express Edition Beta. It is fairly simple, it reads some configuration data from an XML file then opens a new window containing a WebBrowser object. This all works fine and I'm happy with my app so I want to 'publish' to a setup file so that others can install it, but when I publish it a get the following errors:
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9951
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9832
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8831
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5275
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5421
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.