Re: How can ASP.NET development be applied in a programming environment?
Posted by: Fernando Gonzalez
Date: December 19, 2012 01:09PM

Hi,

ASP.NET is a framework part of the .NET platform to develop web applications
(is roughly similar to PHP, JSP/JSF, etc.).

You need some hands on experience on the ASP.NET technology, you can follow this tutorial to get a grasp of ASP.NET MVC (ASP.NET MVC is a modern version that partially leverages on the classic ASP.NET)

https://blogs.oracle.com/MySqlOnWindows/entry/building_an_mvc_3_application

To follow it you'll need
- Visual Studio (an express edition will do, since it uses Code First).
- MySql server (to connect to the database).
- Connector/NET (a recent version like 6.6) will do
(all the previous software can be freely downloaded from their respective companies).

Options: ReplyQuote


Subject
Written By
Posted
Re: How can ASP.NET development be applied in a programming environment?
December 19, 2012 01:09PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.