As a newbie to .Net, starting with webappication after a combination may help
If reliable development is required
- Asp.Net WebForms (Engine)
- ADO.NET (data access)
- SQL SERVER (DB)
The above will do most of the code for you, and you can easily change the delimiter or change accordingly.
If you want more control over your development process, I would recommend following
- ASP.NET MVC (Engine)
- LinqToSQL, NHibernate (DataAccess)
- SQL SERVER (DB)
WPF is the next generation of Windows-based / non-Web-based desktop applications. It provides a template for a browser-based application, but is probably limited to Internet Explorer, but not in all browsers. I'm not sure about WPF, some may add to it. Since you intend to work on a web application, it will not be a good idea to start with
The IDE for all of the above is certainly Visual Studio 2008+, as it provides access to all units / components of your application, including the view and constructor for the database. You can download it here.
for a three month test
Hope this helps
Asad butt
source share