Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Do You Use (or Plan To) Asp.net?, Or some other .NET based evniroment?
Unregistered 015
post Feb 11 2006, 12:57 AM
Post #1


Super Member
*********

Group: Members
Posts: 276
Joined: 4-August 05
Member No.: 10,273



I'm interested how many of you use .NET framework, how do you like it, what are it's pros and cons, and anything that comes accross your mind related to it?

I'm using PHP/MySQL combination for now, but I'm considering move to ASP.NET. I've never even used ASP, so what do you recommend? ASP.NET or NOT ASP.NET? Or maybe to start with ASP?
Go to the top of the page
 
+Quote Post
michaelper22
post Feb 24 2006, 07:01 PM
Post #2


-=Hybrid Bus=-
*********

Group: Members
Posts: 744
Joined: 2-November 05
From: My hybrid bus (in NYC), a computer
Member No.: 13,709
Spam Patrol



Let me explain the differences between the two.
ASP - Basically, you make a page with some VBScript or JavaScript/JScript in it. You have some new objects available to you, like the Request, Response, and Server objects. It's not a very high power environment, but may be sslightly easier to learn. Low performance - pages are interperted each time they are run (correct me if I'm wrong). Code can be found interspersed all over the page (aka Spaghetti code), making debugging much hared. The only objects accessible are any ActiveX objects installed on the server.
ASP.Net - Next generation of ASP. Has a totally different model, of which ASP developers might not understand. Pages are made into an application more than a Web page. You have controls, which act similar to controls in desktop programming, and event handlers, which react to events (like a button control being clicked, or a checkbox being checked) made by the controls that you put in the page. For the code you write, you have access to the entire .Net Framework class library. Pages are compiled only once before being run, and then shawdowed and cached. You can easily add your own classes to your application.
Go to the top of the page
 
+Quote Post
chriswsk
post Nov 7 2007, 02:34 PM
Post #3


Newbie [Level 2]
**

Group: Members
Posts: 28
Joined: 15-December 05
Member No.: 15,761



I am experienced in using both ASP and ASP.NET with C# and vb.net.

For me, ASP is only a scripting language. When you need some advanced functionalities, such as file IO, you may need to make use of some COM components. COM generally need to be deployed in the server before it can be referenced. The structure of the code written by ASP generally cannot be well-organized since it is not a object oriented design. Many lines of code may sit in a one page. I think the structure of code of ASP is similar to PHP in some extend. However, ASP is already a little old.

ASP.NET is a framework that specifically designed for building web application. Together with Visual Studio.NET, it is very convenience to build a simple web site or even a enterprise web application. The library of .NET framework already provide a lot of useful functions which are essential for a web application, such as authentication, paging and grid controls, etc. The structure of the code of ASP.NET is generally more readable than that of ASP or PHP, since it is a OO design.

Therefore, no matter you want to build a simple web page or an enterprise web application, you still have to go with ASP.NET.

Actually, I am currently using ASP.NET 2.0 in my job. I am sure that using ASP.NET can save much of the development time than that of using ASP or PHP.
Go to the top of the page
 
+Quote Post
delivi
post Nov 7 2007, 03:34 PM
Post #4


Trap Grand Marshal Member
***********

Group: [HOSTED]
Posts: 1,300
Joined: 11-January 06
From: Chennai, India
Member No.: 16,932



Currently I'm working on PHP & MySQL platform. I'm planning to get a certification in ASP.NET and SQL Server.

Eventhough PHP & MySQL is more popular, the big corporates prefer to use ASP.NET technology to power their websites and web serivces. So learning ASP.NET is a good investment and you can get big corporate orders.
Go to the top of the page
 
+Quote Post
KeeperMustDie
post Jul 7 2008, 01:18 PM
Post #5


Newbie
*

Group: [HOSTED]
Posts: 9
Joined: 6-July 08
From: Lithuania
Member No.: 64,704



I'm using C#, it's really great programing language You don't need to think about such unnecessary things like type conversion or memory leaks after closing the application. And the best think is ability to use C# in web applications. I really recommend to use ASP.NET! it is pleasure to create pages and apps with NET framework and mono makes .NET applications run on linux. I hope You will be happy using NET as I am.
Go to the top of the page
 
+Quote Post
varalu
post Jul 7 2008, 03:13 PM
Post #6


Super Member
*********

Group: [HOSTED]
Posts: 284
Joined: 1-October 07
From: India
Member No.: 50,968



I have been using it for some time... for some 6-7 months during my internship in Intel. Now have completely shifted Java based things and have no use for asp. But i still remember things in asp and very well can work on it if i get a chance.
Go to the top of the page
 
+Quote Post
coolcat50
post Jul 7 2008, 06:34 PM
Post #7


Super Member
*********

Group: [HOSTED]
Posts: 280
Joined: 5-October 07
From: Random Places
Member No.: 51,171
Spam Patrol



I do not find myself using ASP.net anytime soon. I think I'll stick with my PHP and Perl. ASP.net requires a Windows server, which I frankly do not want. I do not know much about ASP, but I tried learning it, and I was really confused. It seemed like beefed up Javascript or VBScript.
Go to the top of the page
 
+Quote Post
seba1killer
post Jul 8 2008, 03:06 AM
Post #8


Newbie [Level 3]
***

Group: [HOSTED]
Posts: 49
Joined: 1-June 08
Member No.: 62,997



I am currently using both ASP.NET and PHP. The have both advantages and disadvantages.
ASP.NET:
-There is almost nothing of information about it on the internet.
-Powerfull IDEs
-Basic design
-Integration with .NET framework
-Vey dinamic server.
-Low compatibility with DBs
-Expensive
PHP:
-A lot of information and examples.
-Free of charge
-Complex web pages
-"Dirty" syntax
-Not many IDEs(they are some bad)
-Integration with most DBs
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Dubit Informer (uk Based Survey Site)(4)
  2. Opengl And Mfc Dialog Based Application(7)
  3. Travian Browser Based Game(1)
  4. Carpentry Information(9)
  5. Travian Online Game(1)
  6. Three Neat Avatar-based Sites(7)
  7. Marathon Training?(7)
  8. Fitness Plan(3)
  9. Background Image Swap Script(15)
  10. Ghostbusters - The Video Game(5)
  11. Terrorised(6)
  12. Test Of Honor(0)
  13. Remove A Value From A Php Array Based On Its Value(5)
  14. Internet Based Confessionals...(6)
  15. Web Based Accounting Software(4)
  1. Looking For Command Line Based Sql Modification(1)
  2. Dreamweaver Cs3 Help With Php(1)
  3. Creating Something With Co-ordinates With Php.(12)
  4. Make A Flat Based Shoutbox, With Auto Refresh.(6)
  5. New Plan To Make Sure Osama Doesn't Hijack A Fishing Boat(7)
  6. Budding Java Game Developers?(8)
  7. Text Based Game(5)
  8. 3s Plan(1)
  9. Sending E-mails Based On Intervals?(7)
  10. Firefox Aims For Guiness Book.(5)
  11. Text Based Rpg Game Maker(3)
  12. Free Newsgroups (based On Nntp Protocol)(0)
  13. Warlords Series And Other Turn Based Strategy Games(0)