What are the pre-requisites for writing .NET web services?

Posted by wackytacky99 on Programmers See other posts from Programmers or by wackytacky99
Published on 2012-07-10T14:50:16Z Indexed on 2012/07/10 15:23 UTC
Read the original article Hit count: 326

Filed under:
|
|
|

I am very new to web development. I have been a C,C++ programmer for 5 years and I'm starting to get into the web development, writing web services, etc.

I understand that basic concepts of web services. I know .Net web services can be written in VB or C#. Working with C,C++ will help getting used to writing code in C#.

I do not have experience in .Net framework. I'd like to quickly get into writing .Net web services and learning on the go, without extensively spending a lot of time learning .Net framework (if possible)

Any suggestions?

Update - I know my way around databases and sql express in Visual Studio

© Programmers or respective owner

Related posts about c#

Related posts about web-development