473,395 Members | 1,624 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,395 software developers and data experts.

Where to start???

First, I'll give you all a little history. I started
programming way back in the day with qbasic. From there I
moved on to C++ in about 1992. It was more of an education
project for myself than anything. I got away from
computers in general for several years, then was thrown
into programming again with the company I am with whom I
am presently employed. The company runs a P.O.S. software,
that is based on a basic btrieve database development
software ( I know, way behind the times ). The software is
customised for the finance business. Its a very basic
programming language, but pretty powerful also. But still
behind the times.
Well in my quest to get the company up to speed, I would
like some info on where to start. From what I have read,
C# is what to use. Here are the questions I have :
1) What are the differences between C#, Visual C#, and
Visual C#.NET? What are the advantages/disadvantages of
each?
2) What tutorial would you all recommend to someone who is
in my position? As I stated before, I have had experience
programming C++ for Windows/DOS, but it has been a while.
I still remember the basics of classes, and object
oreinted programming, but that wheel is rusty.
Thanx in advance for any suggestions and help!
Brian

Nov 15 '05 #1
1 1160
1. It's same thing.
You should consider .Net only as platform on which programs in this language
do run. And platform, which provides standard components.
2. Petzold book on Programming Windows with C# is pretty good and clear
introduction for OO in Windows environment. At least after it you won't be
lost with windows UI and specifics of language and Windows platform. Then
you will be able to move on quickly to more advanced topics like ADO.Net,
ASP.Net, threading etc fairly easily. Also good idea is to use MSDN
resources - at least .Net Framework SDK, which is available from
msdn.microsoft.com. Help there with simple and not so simple examples will
be quite useful.
After you get the basics, you would be able to sort out yourself which books
on .Net will be useful for you.

HTH
Alex

"Brian" <ju*****@bellsouth.net> wrote in message
news:02****************************@phx.gbl...
First, I'll give you all a little history. I started
programming way back in the day with qbasic. From there I
moved on to C++ in about 1992. It was more of an education
project for myself than anything. I got away from
computers in general for several years, then was thrown
into programming again with the company I am with whom I
am presently employed. The company runs a P.O.S. software,
that is based on a basic btrieve database development
software ( I know, way behind the times ). The software is
customised for the finance business. Its a very basic
programming language, but pretty powerful also. But still
behind the times.
Well in my quest to get the company up to speed, I would
like some info on where to start. From what I have read,
C# is what to use. Here are the questions I have :
1) What are the differences between C#, Visual C#, and
Visual C#.NET? What are the advantages/disadvantages of
each?
2) What tutorial would you all recommend to someone who is
in my position? As I stated before, I have had experience
programming C++ for Windows/DOS, but it has been a while.
I still remember the basics of classes, and object
oreinted programming, but that wheel is rusty.
Thanx in advance for any suggestions and help!
Brian

Nov 15 '05 #2

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

Similar topics

2
by: Nat | last post by:
Hi there, I have code as following but it returns error Error Type: Microsoft VBScript compilation (0x800A03F6) Expected 'End' /urbisjhdintranet/metadata/resultList.asp, line 324 which is the...
2
by: MT McNasty | last post by:
Hi. I'm trying to start modifying a VNC client (say RealVNC or UltraVNC). My problem is that I don't even know where to begin? I can't find a list of API's on any of them, and I just don't know...
2
by: GAVO. | last post by:
This probably is not the best group to post this question but any ways. I've been working with ms access for the last couple of years and gotten very good at it. I have never been on any ms...
7
by: Mr. Mountain | last post by:
In the following code I simulate work being done on different threads by sleeping a couple methods for about 40 ms. However, some of these methods that should finish in about 40 -80 ms take as long...
14
by: Odinn | last post by:
Greetings , This is my first year at programming and 3rd week at this so count me as a pure newbie. I am trying to make a program that gets a number and prints out starts as this: For input 3 :...
3
by: saundra | last post by:
This appears to be the code that is giving me trouble. Can someone help <? include("common.php"); require_once("$HeaderFile"); if(empty($_GET)){ $Start = '0'; }else{ $Start = $_GET;
5
by: =?Utf-8?B?cm9jY28=?= | last post by:
Hello, easy question: - what are the best books to start learning C#? Thanks! Rocco
2
by: Ceebaby via AccessMonster.com | last post by:
Hi Folks I wondered if someone could point me in the right direction before I completely tear my hair out. I have a user selection form where options can be selected for a report. Users now...
37
by: Phlip | last post by:
1230987za wrote: Kanze is a classically-trained "unit tester". In some circles "unit" is a QA concept - specifically, if a test fails, you only need to inspect one unit. So "units" are...
2
natalie99
by: natalie99 | last post by:
Hi All I thought this would be easy but I am having great difficulty! Could someone kindly please explain where I am going wrong? I have a single table of data, tblA each line shows a...
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: 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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
0
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...

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.