getting to grips with .NET and all the MS

Hello All,
Background - Im an IT contractor previously mainly doing networks and large scale system tool integrations etc . But that is all irrelevant now.
I want to know more about .NET and how to start playing with it.

Is there an equivalent of LAMP/WAMP I could setup on my PC ?
If I want to setup purely as a test an Access DB how easy or not is it to then put this on a web server and write a front to it ?.

I'm looking in terms of what tools I need (free or otherwise)
thanks in advance
 

Astaroth

Free Member
Aug 24, 2005
3,985
278
London
LAMP = Linux, Apache, MySQL and PHP

The equiv for .Net would be much less catchy as an acronym but is Windows, IIS, SQL Server and .Net

As Dotty says however you can download Visual Web Developer Express and this includes a test server replacing the need of IIS for development and SQL Server Express as a freeware version of SQL Server.
 
Upvote 0

Dwebs-Ltd

Free Member
Nov 29, 2007
2,019
264
Blackpool
and learn c#...not that nasty vb.net rubbish!

Totally agree I will never go back to vb if I can help it, all though still have tons of sites in classic asp and several vb apps :(

Only been doing .NET for the past couple of months only using visual web dev though does everything I need.

Would suggest anyone wanting to start with .NET has a read through http://www.amazon.co.uk/Build-Your-...=sr_1_8?ie=UTF8&s=books&qid=1229024092&sr=1-8 one of the best .NET books I've found.
 
Upvote 0

Latest Articles