473,545 Members | 2,005 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where do i go to start learning C# for web developement and services?

I'm ineterested in learning C# for Web Service and Developement, in
conjunction with both ASP.NET and VB.NET. However, i don't really know
where to start.

Are there classes available at local colleges, or do i have to go
through microsoft to find classes? would it be easier to try learning
on my own by purchasing Dummies books and microsoft official books?
Would it be beneficial to pay someone as a private tutor to help me
learn it?

would it be more beneficial for me to just focus on one of the
languages (C# vs VB.NET)?

thanks in advance for the replies!

Aug 7 '06 #1
4 1723
In my opinion the C# for dummes is to be avoided. Reading the certification books on C# might be a good way to learn the language. Those books go through a wide variety of the language and framework, and many don't assume you know much programming to begin with.

It might be wise to stick to either C# or VB.Net, but once you know one of the languages you can easily pick up the other. The framework is shared among all .net languages.

There are several web sites that give lots of code samples to try out as well, and articles that cover everything a book would, though having a book might be tidier.

Creating Web Services and Web Applications in .Net is easy. You need IIS with framework 1.1 or 2.0 (if you installed IIS after Framework 1.1 or 2.0 you might need to reregistert ASP.NET, google for aspnet_regiis)
On Mon, 07 Aug 2006 18:47:27 +0200, Amai <te*********@gm ail.comwrote:
I'm ineterested in learning C# for Web Service and Developement, in
conjunction with both ASP.NET and VB.NET. However, i don't really know
where to start.

Are there classes available at local colleges, or do i have to go
through microsoft to find classes? would it be easier to try learning
on my own by purchasing Dummies books and microsoft official books?
Would it be beneficial to pay someone as a private tutor to help me
learn it?

would it be more beneficial for me to just focus on one of the
languages (C# vs VB.NET)?

thanks in advance for the replies!



--
Happy coding!
Morten Wennevik [C# MVP]
Aug 7 '06 #2
Hello Amai,

Try from this book http://www.amazon.com/exec/obidos/AS...565161-8370446

ASP.net or Win Forms it doesn't important - you need to learn how to build
and consume web services and only that take into account differences

AI'm ineterested in learning C# for Web Service and Developement, in
Aconjunction with both ASP.NET and VB.NET. However, i don't really
Aknow where to start.
A>
AAre there classes available at local colleges, or do i have to go
Athrough microsoft to find classes? would it be easier to try learning
Aon my own by purchasing Dummies books and microsoft official books?
AWould it be beneficial to pay someone as a private tutor to help me
Alearn it?
A>
Awould it be more beneficial for me to just focus on one of the
Alanguages (C# vs VB.NET)?
A>
Athanks in advance for the replies!
A>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Aug 7 '06 #3

"Amai" <te*********@gm ail.comwrote in message
news:11******** **************@ p79g2000cwp.goo glegroups.com.. .
I'm ineterested in learning C# for Web Service and Developement, in
conjunction with both ASP.NET and VB.NET. However, i don't really know
where to start.
You might find this useful: http://www.publicjoe.f9.co.uk/csharp/csharp.html
Aug 7 '06 #4
If you are on a budget, point your reader to framework.aspne t newsgroup and
start reading posts, you should be up and running in writing code in very
little time.

--
_______________ _________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Amai" <te*********@gm ail.comwrote in message
news:11******** **************@ p79g2000cwp.goo glegroups.com.. .
I'm ineterested in learning C# for Web Service and Developement, in
conjunction with both ASP.NET and VB.NET. However, i don't really know
where to start.

Are there classes available at local colleges, or do i have to go
through microsoft to find classes? would it be easier to try learning
on my own by purchasing Dummies books and microsoft official books?
Would it be beneficial to pay someone as a private tutor to help me
learn it?

would it be more beneficial for me to just focus on one of the
languages (C# vs VB.NET)?

thanks in advance for the replies!

Aug 8 '06 #5

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

Similar topics

2
1964
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 second last line at the end of the code. I have no idea where to put 'end'. It would be great if anyone could help. Thanks heaps! Nat
5
343
by: RichG | last post by:
We are building a new developement system specifically for .NET developement. We will bw using VB. and C#. What will be the best OS to install on the new system. What will be the best concidering the developed apps will be ran on everything from Win98 to XP Pro. What will be the best considering building interactive web apps using ASP.NET
7
1453
by: Newbie | last post by:
Hi I am new to VB.net and the .net framework! I have been coding for the last 7 years in purely COBOL and am now moving to .net na dvb.net. Just wondering if anyone can give me some advice on where the best place to start learning vb is! I am quite confident with the general overview of .net and how it works. I have read these teach...
0
1693
by: Matthieu Siggen | last post by:
Hello, I'm really confused about how to define services when concerning data management. I'm going to take an example to show where is my problem. If I'm developping an application with two main business process. One is an agenda planning service (where I could enter meetings) and the second one is a work task manager (where I could enter...
2
965
by: ThunderMusic | last post by:
Hi, I'm doing a custom web control. In this web control, I must load an xml file and parse it to get all the items to add to the control. I will be a menu bar, so I will have to find all the menubar items and their children, et al. For the rendering logic, I have no problem, the problem appears when it comes to parse the xml... I absolutely...
5
1967
by: Amai | last post by:
I'm ineterested in learning ASP.NET, in conjunction with both C# and VB.NET. However, i don't really know where to start. Are there classes available at local colleges, or do i have to go through microsoft to find classes? would it be easier to try learning on my own by purchasing Dummies books and microsoft official books? Would it be...
2
1182
donilourdu
by: donilourdu | last post by:
hi I am doni. I have a problen while deploying the aspx website in network. But I can able to run html based websites. But not able to host asp.net base webpage. But the asp.net base website can be run on ASP.Net Server. while i am trying to run on Version Version Information: Microsoft .NET Framework Version:1.1.4322.2375;...
1
5645
by: aj | last post by:
A few service stop/start/restart questions on SQL Server 2005 SP2, which I'll call SQLS. It looks as if there are *potentially* 6 ways to start/stop SQLS Services like the engine itself, integration services, reporting service, Agent.. -SQLS Configuration Manager -SQLS Surface Area Configuration (for Services and Connections) -Mgmt...
2
2827
by: Infog | last post by:
I have a database in Access 2007, and a GUI in VB.NET 3.5. Where should I go to start learning about databinding, and how to have the front end manipulate the database? I would love to find some learning resources for coding and concepts that is more concise/condensed than random forums, Google, and the MSDN developer references. Most of...
0
7669
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7439
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...
0
7773
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...
0
5987
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...
1
5343
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...
0
4962
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...
1
1901
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
1
1028
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
722
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...

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.