Results 1 to 5 of 5

Thread: Beginners - Learn ASP.NET Free!

  1. #1
    Join Date
    Feb 2004
    Posts
    4,877
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default Beginners - Learn ASP.NET Free!

    Hello There,
    I just wanted to post this becuse alot of people out there are "scared" of ASP.NET as such and stick to "safe" languages such as PHP or ASP.

    ASP.NET (well, .NET) as a whole is a huge lurning curve to master which therefore may not appeal to the hobbyist or non-fulltime delveloper; not only that the pricing of the development tools (Visual Studio) can be quite high.

    Enter Visual Web Developer 2005

    Visual Web Developer 2005 Express Edition is a lightweight, easy-to-use and easy-to-learn development tool focused exclusively on Web development. Inside, you will find everything you need to begin building exciting, dynamic Web applications with ASP.NET v2 and best of all - its free to use!

    If you interested in trying something new, check it out!
    http://msdn.microsoft.com/vstudio/express/vwd/
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  2. #2
    Join Date
    Jan 2006
    Location
    Preston, UK
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Registration of VWD is FREE. You will then be sent an email with a list of links to .net and VWD resources. The videos link is especially good if you are just learning .net 2.0

  3. #3
    Join Date
    Dec 2005
    Posts
    135
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I never recieved any email

  4. #4
    Join Date
    Jan 2006
    Location
    Preston, UK
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts

  5. #5
    Join Date
    Jun 2005
    Posts
    1,080
    Thanks
    4
    Thanked 15 Times in 15 Posts

    Default

    Actually, there are several options for developing applications running on the .Net Framework.

    For those that are only starting out and developing ASP.Net based applications then the Visual Web Designer (VWD) from Microsoft is definately worth a look at, especially as it is currently free. Microsoft had announced that it was going to be free for a limited period, but they may change their stance given the interest the product has received.

    For those that want to get into writing more code and using advanced features then Visual Studio .Net is Microsoft's solution. This also allows the development of client-side applications and provides integration with SourceSafe or Microsoft Team Foundation server.

    An alternative to Microsoft's development environment is SharpDevelop (http://www.icsharpcode.net/OpenSource/SD/Default.aspx). Whilst the name indicates use for C# development it will allow development in both C# and VB.Net. This application is OpenSource a similar experience to using Visual Stuido.

    Finally for those that really want to stay away from any software investment they can look at Mono (http://www.mono-project.com/Main_Page). This is basically a port of the .Net Framework over to Unix, however it will run on most platforms. There is also a MonoDevelp project providing another free IDE.

    Theoretically ASP.Net applications developed under Mono should run fine on Windows based servers, however you need to be a liitle bit aware of the difference in platform and ensure you have not used anything that is platform specific.

    Hopefully this info will entice a few more of you to try out the .Net Framework as it could be a good way to support multiple platforms from a single code base.

    Note: for those that are writing platform specific code look you could look at using the provider model to implement the platform specific rountines. This allows a plug-in style architecture to choose a different provider depending on platform.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Localization in asp.net 2.0
    By psykik in forum ASP.NET
    Replies: 4
    Last Post: 25th April 2006, 09:05 AM
  2. ASP.NET book
    By creativeworks in forum ASP.NET
    Replies: 4
    Last Post: 7th February 2006, 03:28 PM
  3. Does asp.net have something against afghanisatn?
    By jaimalchohan in forum ASP.NET
    Replies: 12
    Last Post: 25th November 2005, 01:58 PM
  4. ASP.net 2.0
    By JohnnyW in forum Sales and Service Feature Enquiries
    Replies: 17
    Last Post: 8th November 2005, 02:01 PM
  5. ASP.NET tutorials
    By Octavius in forum ASP.NET
    Replies: 3
    Last Post: 24th September 2005, 04:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •