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

Home Posts Topics Members FAQ

Learning .NET (expensive software)

I'm seeking advice on learning .NET

I have experience in ASP, HTML, Vb, Vbscript and Javascript but want to learn .NET I also have some experience with SQL Server and Oracle databases.
My employer thinks even with the previous experience noted above, I am incapable of picking up .NET (they are hiring from outside) so I want to learn it independently. I have several books on .NET and XML etc. but am at the point where I need to be able work thru the programming examples in the books. The problem is the software is so expensive. Visual Studio.NET costs over $1000 and I also need to buy a web server and a database such as SQL Server. Does anyone have any tips on how to learn this technology without bankrupting myself? I'd like to be able to create fully functioning websites that I can use as examples for prospective employers.

Jul 21 '05 #1
6 1582
Download SharpDevelop from SourceForge.com . You can do a search to find it.
It is not Visual Studio, but it is a good editor to get started with. Then,
download the Framework SDK 1.1 and start developing.

If you want to get ahead of the curve, you can download the new beta Express
products (both SQL Server 2005 Express and web developer, et al) from:
http://lab.msdn.microsoft.com/vs2005/

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ***
Think Outside the Box!
*************** *************** *************** ***
"kneejerkreacti on" <kn************ **@discussions. microsoft.com> wrote in
message news:B0******** *************** ***********@mic rosoft.com...
I'm seeking advice on learning .NET

I have experience in ASP, HTML, Vb, Vbscript and Javascript but want to learn .NET I also have some experience with SQL Server and Oracle databases. My employer thinks even with the previous experience noted above, I am incapable of picking up .NET (they are hiring from outside) so I want to
learn it independently. I have several books on .NET and XML etc. but am at
the point where I need to be able work thru the programming examples in the
books. The problem is the software is so expensive. Visual Studio.NET costs
over $1000 and I also need to buy a web server and a database such as SQL
Server. Does anyone have any tips on how to learn this technology without
bankrupting myself? I'd like to be able to create fully functioning websites
that I can use as examples for prospective employers.

Jul 21 '05 #2
There is webmatrix, which is a free IDE for web development, I think you can
get it from www.asp.net.

Also, you can get MSDE for free, which is the basic version of SQL Server
with some limitations, but should be good enough for your purpose.

And I think IIS is a free web server.

"kneejerkreacti on" <kn************ **@discussions. microsoft.com> wrote in
message news:B0******** *************** ***********@mic rosoft.com...
I'm seeking advice on learning .NET

I have experience in ASP, HTML, Vb, Vbscript and Javascript but want to learn .NET I also have some experience with SQL Server and Oracle databases. My employer thinks even with the previous experience noted above, I am incapable of picking up .NET (they are hiring from outside) so I want to
learn it independently. I have several books on .NET and XML etc. but am at
the point where I need to be able work thru the programming examples in the
books. The problem is the software is so expensive. Visual Studio.NET costs
over $1000 and I also need to buy a web server and a database such as SQL
Server. Does anyone have any tips on how to learn this technology without
bankrupting myself? I'd like to be able to create fully functioning websites
that I can use as examples for prospective employers.

Jul 21 '05 #3
You can by the Standard edition of either vb or c# for around $99.00, MSDE
can be used as your SQL server, and any professional edition of your desktop
OS can host a web server, XP Pro, 2000 Pro. So out of pocket cost $99.00.
This is what I use to "teach myself" .NET.
Jared
"kneejerkreacti on" <kn************ **@discussions. microsoft.com> wrote in
message news:B0******** *************** ***********@mic rosoft.com...
I'm seeking advice on learning .NET

I have experience in ASP, HTML, Vb, Vbscript and Javascript but want to
learn .NET I also have some experience with SQL Server and Oracle
databases.
My employer thinks even with the previous experience noted above, I am
incapable of picking up .NET (they are hiring from outside) so I want to
learn it independently. I have several books on .NET and XML etc. but am
at the point where I need to be able work thru the programming examples in
the books. The problem is the software is so expensive. Visual Studio.NET
costs over $1000 and I also need to buy a web server and a database such
as SQL Server. Does anyone have any tips on how to learn this technology
without bankrupting myself? I'd like to be able to create fully
functioning websites that I can use as examples for prospective employers.

Jul 21 '05 #4
Hi,

You can take this to learn,
http://samples.gotdotnet.com/quickstart/

You can downsload this beneath which include as well learning stuff and also
VBC.exe what is an Visual basic commandline compiler (There is as well the
same for C# in it)

http://www.microsoft.com/downloads/d...displaylang=en

I hope this helps a little bit?
Jul 21 '05 #5
Make sure you scour Microsoft's SQL Server site as last
August Microsoft started selling SQL Server 2000 Developer
Edition for only $49.00. That price may still be available.

Finally, I would sit nice and quiet accepting that employer's
paychecks while I was learning .NET quietly on the side
(meaning never let anybody at work know).

After I was sufficiently convinced of my capabilities I would
walk out on the dummy employer reminding them you
would like to work for somebody who has faith in you.

<%= Clinton Gallagher

"Cowboy (Gregory A. Beamer) [MVP]" <No************ @comcast.netNoS pamM> wrote
in message news:Oy******** ******@TK2MSFTN GP12.phx.gbl...
Download SharpDevelop from SourceForge.com . You can do a search to find it. It is not Visual Studio, but it is a good editor to get started with. Then, download the Framework SDK 1.1 and start developing.

If you want to get ahead of the curve, you can download the new beta Express products (both SQL Server 2005 Express and web developer, et al) from:
http://lab.msdn.microsoft.com/vs2005/

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ***
Think Outside the Box!
*************** *************** *************** ***
"kneejerkreacti on" <kn************ **@discussions. microsoft.com> wrote in
message news:B0******** *************** ***********@mic rosoft.com...
I'm seeking advice on learning .NET

I have experience in ASP, HTML, Vb, Vbscript and Javascript but want to learn .NET I also have some experience with SQL Server and Oracle

databases.
My employer thinks even with the previous experience noted above, I am

incapable of picking up .NET (they are hiring from outside) so I want to
learn it independently. I have several books on .NET and XML etc. but am

at the point where I need to be able work thru the programming examples in the books. The problem is the software is so expensive. Visual Studio.NET costs over $1000 and I also need to buy a web server and a database such as SQL
Server. Does anyone have any tips on how to learn this technology without
bankrupting myself? I'd like to be able to create fully functioning websites that I can use as examples for prospective employers.


Jul 21 '05 #6
Hi,

Yeah, there's an educational version which is really cheap. Also, MS run
their Academic lliance scheme which colleges / schools etc can be a part of,
and (I believe) if you're a student at a place participating, you can get a
license for free. Definitely worth asking about.

Have a look at
http://msdn.microsoft.com/vstudio/ho....aspx#academic

Steve

"kneejerkreacti on" <kn************ **@discussions. microsoft.com> wrote in
message news:45******** *************** ***********@mic rosoft.com...
Thanks for all the great advice.
One problem I have is that eventually I want to get the MCSD certification in .NET and one of the core exams is 'developing with visual studio .net'.
so presumably I will need to buy it. Is there an academic version, do you
know?
"Cowboy (Gregory A. Beamer) [MVP]" wrote:
Download SharpDevelop from SourceForge.com . You can do a search to find it. It is not Visual Studio, but it is a good editor to get started with. Then, download the Framework SDK 1.1 and start developing.

If you want to get ahead of the curve, you can download the new beta Express products (both SQL Server 2005 Express and web developer, et al) from:
http://lab.msdn.microsoft.com/vs2005/

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ***
Think Outside the Box!
*************** *************** *************** ***
"kneejerkreacti on" <kn************ **@discussions. microsoft.com> wrote in
message news:B0******** *************** ***********@mic rosoft.com...
I'm seeking advice on learning .NET

I have experience in ASP, HTML, Vb, Vbscript and Javascript but want to
learn .NET I also have some experience with SQL Server and Oracle databases. My employer thinks even with the previous experience noted above, I am

incapable of picking up .NET (they are hiring from outside) so I want to
learn it independently. I have several books on .NET and XML etc. but

am at the point where I need to be able work thru the programming examples in the books. The problem is the software is so expensive. Visual Studio.NET costs over $1000 and I also need to buy a web server and a database such as SQL Server. Does anyone have any tips on how to learn this technology without bankrupting myself? I'd like to be able to create fully functioning websites that I can use as examples for prospective employers.


Jul 21 '05 #7

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

Similar topics

2
3477
by: ggg | last post by:
I'm looking for a complete project/application done with heavy use of of object-oriented programming & design. Preferably something well documented and/or commented so that I can pick it apart and learn how/why they designed it they way they did. Any suggestions?
1
2610
by: PerfectDayToChaseTornados | last post by:
Hi All, I was wondering what peoples opinions, or experience were with creating instances by reflection. How expensive is the following code? It is from a factory class, I was wondering whether to create a cache of the instances when first created & then return clones. Command returnCommand = null; String requestedCommand = request.getPathInfo(); if(requestedCommand != null){ try { Class commandClass = Class.forName(requestedCommand);
10
1948
by: David T. Ashley | last post by:
Hi, I'd like to do some basic graphics. For example, if you look at: http://www.marshallaviationcenter.com the banner graphics at the top that apparently used an image editor with some fonts built in and the way the airplane pictures are faded around the edges.
9
1652
by: John Ilves | last post by:
I've read an online C tutorial and a book but I don't really know enough to work on any real projects. What comes in between in the process of learning C? Can anyone direct me to some good websites about this? Thanks, John
6
324
by: kneejerkreaction | last post by:
I'm seeking advice on learning .NET I have experience in ASP, HTML, Vb, Vbscript and Javascript but want to learn .NET I also have some experience with SQL Server and Oracle databases. My employer thinks even with the previous experience noted above, I am incapable of picking up .NET (they are hiring from outside) so I want to learn it independently. I have several books on .NET and XML etc. but am at the point where I need to be able work...
1
9657
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej and I was wondering if anyone here would be able to give me some tips for young players such as myself, for learning the language. Is this the best Newsgroup for support with JAVA?
18
2403
by: Ann Scharpf via AccessMonster.com | last post by:
I am not sure which would be the best place to post this question, so I'm posing it here with Access general questions. I have reached the point many times in Word and in Access where my ignorance of VBA is a real detriment to me. I saw some posts about VBA classes with a particular vendor and the poster was advised not to take the class because of the likelihood of an unskilled trainer. My question is, would taking a Visual Basic...
0
1556
by: LK~ICT | last post by:
Sri Lanka rural e-learning project seeks corporate support Dec 04, 2007 (LBO) - A Sri Lankan e-learning initiative for rural students is seeking corporate sector support to expand and cover 400 computer centers around the island, its designers said. The Shilpa Sayura project initiated by eFusion, a local software company, is a learning tool for rural students who do not have the necessary number of teachers and lack resources to...
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
10250
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
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
6805
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
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.

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.