473,385 Members | 2,003 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,385 software developers and data experts.

Teaching Visual Studio IDE

I have been given the task of giving a tour of the Visual Studio 2003 IDE to
in house VB6 developers prior to them (possibly) going to professional
training down the road.

I feel comfortable providing the tour but looking for advice on the order of
information to give to these developers.

For example, one idea is starting with explaining different windows i.e.
code view, solution explorer etc. then what are solutions, projects and
general points on them followed by demonstration on creating a simple
solution with several projects (within this section might be organization
for project directory structure). This is the general idea of my plan.

What I am looking for are suggestions on topics and order but not actual
content. I don't want someone's syllabus but instead an outline which I
could then fill in with my instructions. Even if you don't have one I would
be interested in hearing from seasoned DotNet developers, looking back, what
would you like to have known about the development environment?

Thanks for taking the time to read and respond.

Kevin S. Gallagher
Jul 22 '05 #1
3 1363
I think most VB6 developers won't have trouble adjusting to the IDE. Minor
issues will come up, but they will be able to figure most things out.

I would focus on OOP and the framework during the training.

"ke*************@state.or.us" <Ke***************@state.or.us> wrote in
message news:ex**************@TK2MSFTNGP09.phx.gbl...
I have been given the task of giving a tour of the Visual Studio 2003 IDE
to in house VB6 developers prior to them (possibly) going to professional
training down the road.

I feel comfortable providing the tour but looking for advice on the order
of information to give to these developers.

For example, one idea is starting with explaining different windows i.e.
code view, solution explorer etc. then what are solutions, projects and
general points on them followed by demonstration on creating a simple
solution with several projects (within this section might be organization
for project directory structure). This is the general idea of my plan.

What I am looking for are suggestions on topics and order but not actual
content. I don't want someone's syllabus but instead an outline which I
could then fill in with my instructions. Even if you don't have one I
would be interested in hearing from seasoned DotNet developers, looking
back, what would you like to have known about the development environment?

Thanks for taking the time to read and respond.

Kevin S. Gallagher

Jul 22 '05 #2
Marina,

Thanks for the response but several of the more seasoned developers fall
into this category while many others requested IDE walkthrough which is why
I am doing it, and not out of a primal need to show off what I know :-)

PS We have a internal group (of Java, VB, ColdFusion, DB2 and .NETTers)
which meets once per week for the past year which addresses OOP without
consideration to programming language.

Kevin

"Marina" <so*****@nospam.com> wrote in message
news:eg*************@TK2MSFTNGP10.phx.gbl...
I think most VB6 developers won't have trouble adjusting to the IDE. Minor
issues will come up, but they will be able to figure most things out.

I would focus on OOP and the framework during the training.

"ke*************@state.or.us" <Ke***************@state.or.us> wrote in
message news:ex**************@TK2MSFTNGP09.phx.gbl...
I have been given the task of giving a tour of the Visual Studio 2003 IDE
to in house VB6 developers prior to them (possibly) going to professional
training down the road.

I feel comfortable providing the tour but looking for advice on the order
of information to give to these developers.

For example, one idea is starting with explaining different windows i.e.
code view, solution explorer etc. then what are solutions, projects and
general points on them followed by demonstration on creating a simple
solution with several projects (within this section might be organization
for project directory structure). This is the general idea of my plan.

What I am looking for are suggestions on topics and order but not actual
content. I don't want someone's syllabus but instead an outline which I
could then fill in with my instructions. Even if you don't have one I
would be interested in hearing from seasoned DotNet developers, looking
back, what would you like to have known about the development
environment?

Thanks for taking the time to read and respond.

Kevin S. Gallagher


Jul 22 '05 #3
"ke*************@state.or.us"
<Ke***************@state.or.us>'s wild thoughts were
released on Wed, 20 Jul 2005 14:26:54 -0700 bearing the
following fruit:
Marina,

Thanks for the response but several of the more seasoned developers fall
into this category while many others requested IDE walkthrough which is why
I am doing it, and not out of a primal need to show off what I know :-)
You need to show VB6 developers where things are in dotnet.
Project Explorer is now the Solution explorer etc.

Then explain what's new about those familiar features.

Then go on to explain new features of the dotnet IDE.

J
PS We have a internal group (of Java, VB, ColdFusion, DB2 and .NETTers)
which meets once per week for the past year which addresses OOP without
consideration to programming language.

Kevin

"Marina" <so*****@nospam.com> wrote in message
news:eg*************@TK2MSFTNGP10.phx.gbl...
I think most VB6 developers won't have trouble adjusting to the IDE. Minor
issues will come up, but they will be able to figure most things out.

I would focus on OOP and the framework during the training.

"ke*************@state.or.us" <Ke***************@state.or.us> wrote in
message news:ex**************@TK2MSFTNGP09.phx.gbl...
I have been given the task of giving a tour of the Visual Studio 2003 IDE
to in house VB6 developers prior to them (possibly) going to professional
training down the road.

I feel comfortable providing the tour but looking for advice on the order
of information to give to these developers.

For example, one idea is starting with explaining different windows i.e.
code view, solution explorer etc. then what are solutions, projects and
general points on them followed by demonstration on creating a simple
solution with several projects (within this section might be organization
for project directory structure). This is the general idea of my plan.

What I am looking for are suggestions on topics and order but not actual
content. I don't want someone's syllabus but instead an outline which I
could then fill in with my instructions. Even if you don't have one I
would be interested in hearing from seasoned DotNet developers, looking
back, what would you like to have known about the development
environment?

Thanks for taking the time to read and respond.

Kevin S. Gallagher


Jan Hyde (VB MVP)

--
A man is incomplete until he is married.
After that, he is finished.

(Zsa Zsa Gabor)

[Abolish the TV Licence - http://www.tvlicensing.biz/]

Jul 22 '05 #4

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

Similar topics

20
by: Mediocre Person | last post by:
Well, after years of teaching grade 12 students c++, I've decided to make a switch to Python. Why? * interactive mode for learning * less fussing with edit - compile - link - run - debug -...
0
by: Tom Lee | last post by:
Hi, I'm new to .NET 2003 compiler. When I tried to compile my program using DEBUG mode, I got the following errors in the C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7 \include\xdebug...
4
by: kevininstructor | last post by:
I have been given the task of giving a tour of the Visual Studio 2003 IDE to in house VB6 developers prior to them (possibly) going to professional training down the road. I feel comfortable...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
0
by: marathoner | last post by:
I am currently migrating my Visual C++ 6.0 applications to Visual Studio 2005. I am getting compiler errors involving the VS2005's platform SDK. When I removed directory references to that SDK,...
0
by: Wingware | last post by:
Hi, We're pleased to announce the first public beta release of Wing IDE 101, a free scaled back edition of Wing IDE that was designed for teaching introductory programming courses. We are...
2
by: Cramer | last post by:
So, what is the relationship between Visual Studio and Visual Web Developer. I find a lot of documentation on MSDN that presents Visual Web Developer as it's own stand-alone product (which I'd...
0
jwwicks
by: jwwicks | last post by:
Introduction This tutorial describes how to use Visual Studio to create a new C++ program, compile/run a program, resume work on an existing program and debug a program. It is aimed at the...
3
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
0
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,...
0
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...

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.