473,799 Members | 3,178 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Suggestion to learn .net 2.0 and above

I want to learn .net 2.0 and above. I have no knowledge in .net at all.
There are Visual Studio 2005 Virtual Labs and Visual Studio .NET 2003 Virtual
Labs in MSDN. My understanding is that Visual Studio .NET 2003 is for .net
1.0. However, it seems to me that the VS .net 2003 labs may be better than
VS 2005 labs for beginners like me. Should I start from VS .net 2003 labs or
go directly to VS 2005 labs?
Mar 15 '07 #1
6 1305
Should I start from VS .net 2003 labs or
go directly to VS 2005 labs?
What experience do you have? Are you a programmer? Developer?

If not, I'd definitely go straight to '05 and avoid any of the issues of
differences between the two. Note that a VS lab is going to teach you more
about how VS works rather than how the code it writes works.

-Darrel
Mar 15 '07 #2
I'd start with VS 2005. You can do a lot of .NET stuff with the Express
version you can download. There are a ton of .NET examples on
www.codeproject.com.

Tom

"Peter" <Pe***@discussi ons.microsoft.c omwrote in message
news:D6******** *************** ***********@mic rosoft.com...
>I want to learn .net 2.0 and above. I have no knowledge in .net at all.
There are Visual Studio 2005 Virtual Labs and Visual Studio .NET 2003
Virtual
Labs in MSDN. My understanding is that Visual Studio .NET 2003 is for
.net
1.0. However, it seems to me that the VS .net 2003 labs may be better
than
VS 2005 labs for beginners like me. Should I start from VS .net 2003 labs
or
go directly to VS 2005 labs?
Mar 15 '07 #3

You can't really do any ASP.NET without knowing a compliant programming
language like VB.NET or C#. It makes more sense to learn C# than VB.NET
because the syntax for C# and JavaScript is exactly alike and the grammar
nearly so. JavaScript is required for code that runs in the client (the
browser) and the C# code runs on the server (the web server). So you learn
two languages for the price of one (more actually but this will do for now
as many languages share the C syntax and grammar but VB does not).

Go to Deitel & Deitel [1] and make a note of a couple of their C# "Learn to
Program" textbooks. Then have your local Barnes & Noble order them for
review. Look them over and buy the one that is best for your learning level.
Deitel publishes the best programming textbooks used in classrooms
everywhere and you will learn C# doing the lessons in the book. Then start
learning ASP.NET.

Download the free Visual Web Developer Express and SQL Server Express and a
textbook from Deitel & Deitel. You're ready to go...

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/

[1] http://deitel.com/

"Peter" <Pe***@discussi ons.microsoft.c omwrote in message
news:D6******** *************** ***********@mic rosoft.com...
>I want to learn .net 2.0 and above. I have no knowledge in .net at all.
There are Visual Studio 2005 Virtual Labs and Visual Studio .NET 2003
Virtual
Labs in MSDN. My understanding is that Visual Studio .NET 2003 is for
.net
1.0. However, it seems to me that the VS .net 2003 labs may be better
than
VS 2005 labs for beginners like me. Should I start from VS .net 2003 labs
or
go directly to VS 2005 labs?

Mar 16 '07 #4
Have you done programming in the past, and in what language(s)? Are you
wanting to create desktop applications or web applications?

Robin S.
-----------------------------------------
"Peter" <Pe***@discussi ons.microsoft.c omwrote in message
news:D6******** *************** ***********@mic rosoft.com...
>I want to learn .net 2.0 and above. I have no knowledge in .net at all.
There are Visual Studio 2005 Virtual Labs and Visual Studio .NET 2003
Virtual
Labs in MSDN. My understanding is that Visual Studio .NET 2003 is for
.net
1.0. However, it seems to me that the VS .net 2003 labs may be better
than
VS 2005 labs for beginners like me. Should I start from VS .net 2003
labs or
go directly to VS 2005 labs?

Mar 16 '07 #5
Hi Tom and others,

I only have programming experience in Visual FoxPro and T-SQL in SQL Server
2000/2005. I have access to VS 2005 Team Edition for Software Developer. I
need to work on a project using XML Web Service and .Net 2.0 and above. The
language will probably be VB.net and some c#. Need suggestions on websites,
articles, books, and webcasts for my experience. I want to make sure that
I'm not learning something which is being pharsed out.

"Tom Serface" wrote:
I'd start with VS 2005. You can do a lot of .NET stuff with the Express
version you can download. There are a ton of .NET examples on
www.codeproject.com.

Tom

"Peter" <Pe***@discussi ons.microsoft.c omwrote in message
news:D6******** *************** ***********@mic rosoft.com...
I want to learn .net 2.0 and above. I have no knowledge in .net at all.
There are Visual Studio 2005 Virtual Labs and Visual Studio .NET 2003
Virtual
Labs in MSDN. My understanding is that Visual Studio .NET 2003 is for
.net
1.0. However, it seems to me that the VS .net 2003 labs may be better
than
VS 2005 labs for beginners like me. Should I start from VS .net 2003 labs
or
go directly to VS 2005 labs?

Mar 16 '07 #6
I would definitely start with the 2005 version of Visual Studio.

VB's not going anywhere. VB would probably be easier for you, and then you
can move into C# as you need to. That's what I did. C# was a lot easier to
learn because I had already learned the .Net Framework with VB which I was
more familiar with.

For VB, check out Tim Patrick's Start-to-Finish VB2005. It has a *lot* of
information in it. My only problem with it was his code wasn't really
standard, but it *did* work great, and his UI was fabulous. It has a wide
variety of topics that aren't covered in many books, like the Reporting
Services. It's also very readable. And if you do the exercises, you end up
building an entire huge application.

If you need help with OOP and want to know how to split your application
into three parts (presentation layer, business layer, and data layer),
check out Deborah Kurata's "Doing Objects in VB2005". You end up building
an application in this book as well, in a more standard way. It's very
pragmatic and understandable. It also has a bunch of tips for stuff like
code snippets and saving user settings and how to access SQLServer from
Visual Studio.

For C#, I liked Andrew Troelsen's "Pro C# with .Net 3.0", but it's not for
the faint of heart. It assumes you know or are familiar with C or C++. I
think he also wrote a VB version (or edited it for someone else), but I
haven't checked that one out.

Good luck.
Robin S.
-------------------------------
"Peter" <Pe***@discussi ons.microsoft.c omwrote in message
news:50******** *************** ***********@mic rosoft.com...
Hi Tom and others,

I only have programming experience in Visual FoxPro and T-SQL in SQL
Server
2000/2005. I have access to VS 2005 Team Edition for Software Developer.
I
need to work on a project using XML Web Service and .Net 2.0 and above.
The
language will probably be VB.net and some c#. Need suggestions on
websites,
articles, books, and webcasts for my experience. I want to make sure
that
I'm not learning something which is being pharsed out.

"Tom Serface" wrote:
>I'd start with VS 2005. You can do a lot of .NET stuff with the Express
version you can download. There are a ton of .NET examples on
www.codeproject.com.

Tom

"Peter" <Pe***@discussi ons.microsoft.c omwrote in message
news:D6******* *************** ************@mi crosoft.com...
>I want to learn .net 2.0 and above. I have no knowledge in .net at
all.
There are Visual Studio 2005 Virtual Labs and Visual Studio .NET 2003
Virtual
Labs in MSDN. My understanding is that Visual Studio .NET 2003 is for
.net
1.0. However, it seems to me that the VS .net 2003 labs may be better
than
VS 2005 labs for beginners like me. Should I start from VS .net 2003
labs
or
go directly to VS 2005 labs?


Mar 17 '07 #7

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

Similar topics

7
4389
by: Petr Prikryl | last post by:
Hi, Summary: In my opinion, the C-like prefix increment and decrement operators (++i and --i) should be marked as "syntax error". Current situation: try... (Python 2.4 (#60, ...)) >>> i = 1 >>> i
5
1937
by: John | last post by:
Hi: I'd like to implement a simple map, which is a 2-D plane with many points, e.g., 100. The points are not evenly distributed, i.e., some points may have two neighbor points; some may have 5 or 6 neighbor points. Could anyone suggest me a data structure for it. Thanks in advance. John
10
4124
by: lallous | last post by:
Hello, This question was asked in comp.lang.c++ and the answers involved the use of objects whose destructors are automatically called when getting out of scope, however I was expecting suggestions that doesn't involve the use of objects. So here is the question again. I have a function like: void fnc() {
9
1657
by: Eric | last post by:
I have a few questions: 1. Should I learn C first or VB? 2. Should I get a book or learn from websites? 3. What book or which website is best? 4. Or should I take a course?
2
1314
by: ranjeet | last post by:
Dear All I want your suggestion on below implementation so that i can have the most optimised solution for the below Lets assume I have the data to encode at the transmitter and decode at the reciver. suppose we have high range of data varing from -infity to + infinity
17
3060
by: lovecreatesbeauty | last post by:
1. In the following code, is the code (line 11) legal? Is there a notice in the document to tell callers that the parameter s1 should receive an array variable, i.e. type char, but not a variable of char *? p1 and p2 point to the same things but they must be declared as different types? Is it nature? char p1 = "hello123456"; char *p2 = "world"; strncpy(p1, p2, strlen(p2));
31
2074
by: John Salerno | last post by:
Ok, I know it's been asked a million times, but I have a more specific question so hopefully this won't be just the same old post. I've tried a few different editors, and I really like UltraEdit, but it's Windows-only and I'm working more on Linux nowadays. Here are my criteria: 1. syntax highlighting (highly customizable) 2. auto/smart indenting 3. ability to run script
34
3162
by: pandit | last post by:
hai all, i want to become a good programmer. one of my friends ( named "arnuld", he posts here infrequently), taught me Lisp. so i am not a programming beginner. i have heard these 2 points. i want to know how : 1. C gives you a strong base of Procedural style of programming which forms the basis of learning other paradigms e.g OOP
20
2599
by: W Karas | last post by:
Would the fear factor for concepts be slightly reduced if, instead of: concept C<typename T> { typename T::S; int T::mem(); int nonmem(); };
0
9686
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
9540
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10222
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
9068
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...
1
7564
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5463
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
5585
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3757
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.