| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Oct 2005 Location: USA
Posts: 114
![]() | |
| | |
| | #2 (permalink) |
| Domains my Dominion Join Date: Aug 2005 Location: Web 1.0
Posts: 9,963
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | As the name implies .net is a framework. asp.net is the .net release of asp, that is a scripting language for the web. vb.net, C# etc are for the development of Windows (desktop) applications (mobile applications too).
__________________ NameNewsletter.com - free lists of available domain names ZoneFiles.net (beta) - ccTLD and gTLD droplists |
| | |
| | #3 (permalink) |
| New Member Join Date: Feb 2010
Posts: 3
![]() | First of all you must decide which Application you are making. Is the application web based or window based. Then think tools are best for building such application.
__________________ Web Design Kent |
| | |
| | #4 (permalink) |
| NamePros Regular Join Date: Aug 2005 Location: NY, USA
Posts: 608
![]() ![]() ![]() ![]() ![]() ![]() | I always write my asp.net in C#. It's the least ugly syntax available. Either way you do it, it'll all work the same and you'll have access to the same classes, so it doesn't really matter too much. If you're already familiar with a certain syntax, stick with it in .NET. Most example code online is in C# or VB.NET, though.
__________________ ask me about the internet |
| | |
| | #5 (permalink) |
| Quality // Join Date: Sep 2008
Posts: 911
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | I have converted from ColdFusion to ASP.NET, and then to PHP. I find PHP the best and most powerful among them. ASP.NET is so complicated. I just HATE it. If you know PHP, then use C# to write your ASP.NET applications; either web or desktop. |
| | |
| | #6 (permalink) |
| New Member Join Date: Feb 2010 Location: Cape Town, South Africa
Posts: 15
![]() | .NET is the framework, i.e. a bunch of packages containing common classes. Languages such as C#, VB and others that run on the .NET Framework are just there to allow developers to code in their choice of language, but the code all compiles down to the same thing (MSIL - Microsoft Intermediary Language, almost like Java bytecodes) and is then further converted to machine instructions. Choose whatever language you are comfortable with on the .NET Framework. Source: I'm a developer, started out on .NET.
__________________ Regards, Coderoid |
| | |
![]() |
| Tags |
| .net, .net framework, asp, web development |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |