Getting started with ASP.net
Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.
Getting started with ASP.net
#1
Posted 05 July 2007 - 02:57 AM
Before you get going, if you want to see what developing in asp.net looks like you can watch this video of a ajax enabled, sql server backed to-do list being built in asp.net (the whole app is built in 20 minutes include designing the database). http://download.microsoft.com/download/0/f...AX-ToDoList.wmv
You can write asp.net using Notepad, but I highly recommend using Visual Studio. It's honestly the best code editor I've ever used and I use it for PHP, regular XHTML, CSS, etc.
So first off, you'll want to get a copy of the free Visual Studio 2005 Express. This will take care of all your coding, includes SQL Server 2005, and the MSDN help and documentation library. VS 2005 also runs an on-demand webserver for testing your work so you don't need to install or setup a local server. Yep, they're all FREE, they're not trials, and most people won't come up against the limits of the Express edition for a long time.
Download the .net framework 2.0 from: http://www.microsoft.com/downloads/details...;displaylang=en
Then head over to: http://msdn.microsoft.com/vstudio/express/...ds/default.aspx
Download SQL Server 2005 Express, then the Visual Web Developer 2005 Express
Install in this order: framework, sql server, vwd
--------------------------------------
Ok, you've got all your tools - now on to trying it out. Your first decision is going to be what language you want to program asp.net in. You've got a lot of choices including C++, C#, VB.net, IronPython, IronRuby, J# and others. My recommendation is to go with C# or VB.net since almost all the examples, articles, and books are in those two. Personally I like C# better than VB.net, and unless (and even if) you've got a background in Visual Basic it's the one I'd recommend.
There's tons of books, blogs, and articles on learning and using asp.net. I'd recommend going over to www.asp.net and checking out some of the beginner's videos: http://asp.net/learn...id=63#beginners
or the "Migrating to asp.net" videos: http://asp.net/learn...id=63#migrating
You can pull those up, open VWD and work along with them to build all sorts of stuff.
Finally, if you have any questions just post them and I'll be happy to help.
#2
Posted 05 July 2007 - 03:02 AM
Quote
#3
Posted 05 July 2007 - 10:35 PM
#4
Posted 05 July 2007 - 11:11 PM
You'll find that a ton of the common things you build already have a quick easy way in asp.net. Skins, User access control, User profiles, Automatic navigation breadcrumbs, Database bound editable grids, Database forms with validation - those are just a few of the things you can add to a site with almost zero code.
#5
Posted 19 November 2007 - 05:11 AM
This post has been edited by benbramz: 19 November 2007 - 05:13 AM
Reason for edit: Spelling
#6
Posted 19 November 2007 - 05:31 AM
#7
Posted 01 December 2007 - 05:27 AM
Just to follow up on the Visual Studio 2008 release there is a lot of web development goodness in this version namely:
- Javascript intellisense and debugging (finally)
- really nice CSS support (no longer do I need firebug extension for firefox)
- nested master pages (asp.net template system) are supported in the designer
- split screen code and wysiwyg views with immediate feedback when changing css and html etc
#8
Posted 18 December 2007 - 08:32 AM
Can you tell me new features in Visual Studio 2008
#9
Posted 18 December 2007 - 02:56 PM
#10
Posted 24 November 2008 - 04:31 AM
Please tell me some thing about web services, & Crystal report. I can try both but bit confused in accessing web services and crystal report. Can you tell me one thing enabled Crystal report in .Net is just same as normal CR which is normally used in the time of VB.
#11
Posted 15 June 2009 - 05:07 AM
of VS 2008 except team edition are available for download from MSDN.
i am a skilled asp.net 1.1 programmer using C#. i want to go on with asp.net
2.0 but i dont know how to start? installing VS 2008 and MSDN will be enough?
#12
Posted 15 June 2009 - 01:29 PM
It'll download and install everything you need in one shot.
ASP.NET 1.1 is quite a bit different than 2.0 (2.0 being much easier actually). From 2.0 to the current 3.5 the differences are just added support for new technologies like AJAX, LINQ, C# 3.0 features, MVC, etc. What I'm getting as is don't make 2.0 your goal but just switch to 3.5.
#13
Posted 15 June 2009 - 01:32 PM
Bronzytalk, on Nov 24 2008, 02:31 AM, said:
Please tell me some thing about web services, & Crystal report. I can try both but bit confused in accessing web services and crystal report. Can you tell me one thing enabled Crystal report in .Net is just same as normal CR which is normally used in the time of VB.
CR would be similar, especially if you were to use VB.NET. Web services are built in different ways, so consuming a web service has a bit to do with what kind of web service you're trying to use and what you're trying to access it with.
#14
Posted 06 October 2009 - 09:32 AM
#15
Posted 05 May 2011 - 09:32 AM
#16
Posted 27 September 2011 - 10:28 AM


Help

MultiQuote










