Just getting into ASP.NET, its taken me a while to get used to it but the power is awesome. Dinosaurs in the php world better move over
ASP.NET Rocks !
Collapse
X
-
ASP.NET Rocks !
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, you may use a 624x80 instead of a 120x60. Let me repeat... A 120 x 60 button and no more that 3 lines of DEFAULT SIZE AND COLOR text.Tags: None -
Asp is sooo under rated in this business it's not even funnyOriginally posted by rayadp05I rebooted, deleted temp files, history, cookies and everything...still cannot view the news clip. All I see is that fucking gay ass music video from "Rick Roll". Anyone else have a different link to the news clip?Comment
-
Yeah, that's exactly what I don't get. Never see a .NET adult script. If you look at other industries it really is beginning to take over. In finance for example it is already pretty much the standard.Originally posted by Doctor DreAsp is sooo under rated in this business it's not even funnySIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, you may use a 624x80 instead of a 120x60. Let me repeat... A 120 x 60 button and no more that 3 lines of DEFAULT SIZE AND COLOR text.Comment
-
-
You will see .Net used by corporations and the governement.
I like .Net from a technical view but once you start down that route, you will be paying Microsoft license fees for developmnent tools, Windows Server, and SQL Server.
Please note the ASP and ASP.Net are two different things and require two different skill sets. .Net people are in demand now so be prepared to pay well for labor.Comment
-
.NET f.. rules!!! you can do the most hardcore serverscripts in no time PLUS it's so easy to reuse your code!Comment
-
If you write your code proper in php you can reuse it to. Advance of php is that its low on server resources. Asp and Net are costly and use a lot of server resources. Reason big companys demand asp or . net or the combo is because its Microsft. The big software comapnies will use asp and .net because they can make more money with that type of coding.Originally posted by tdp-Cool-content.NET f.. rules!!! you can do the most hardcore serverscripts in no time PLUS it's so easy to reuse your code!Don't let greediness blur your vision | You gotta let some shit slide
icq - 441-456-888Comment
-
Using .NET framework for webdevelopment is NOT draining your servers resources it's a myth. it only copile the code ONE time the rest is up to the bandwith.Originally posted by grumpyIf you write your code proper in php you can reuse it to. Advance of php is that its low on server resources. Asp and Net are costly and use a lot of server resources. Reason big companys demand asp or . net or the combo is because its Microsft. The big software comapnies will use asp and .net because they can make more money with that type of coding.
Using PHP the server read the code for all hits made on the server and is therfor using alot og CPU power.. i belive
well all in all I think MS made a fucking awsome framework that give programers a lot of opportunities that has not been availible before in any language.Comment
-
Curious... how different are they? I know they're quite different, but are they night & day different? I did A LOT with ASP up until about 2002, do you think it would be fairly easy to make the jump to .NET if I needed to?Originally posted by ronbotxPlease note the ASP and ASP.Net are two different things and require two different skill sets.
thanks.Comment
-
for starters the HTML is removed from the code it self! and it's more like Visual basic code or u can use C# code, your choiseOriginally posted by SeriesCurious... how different are they? I know they're quite different, but are they night & day different? I did A LOT with ASP up until about 2002, do you think it would be fairly easy to make the jump to .NET if I needed to?
thanks.
but no it's not that hard to learn! try some starter exsamples ad http://www.asp.netComment
-
Originally posted by SeriesCurious... how different are they? I know they're quite different, but are they night & day different? I did A LOT with ASP up until about 2002, do you think it would be fairly easy to make the jump to .NET if I needed to?
thanks.
If you had experience with asp , asp.net should be no drama. Some differences like a more powerful language (vb.net or c#), code behind pages etc. But overall asp.net is easier than asp (imho).
The really cool thing I like is that vb is now a fully power OO language (vb.net) and its really easy to move over to c# once you've done vb.net. So its actaully a painless way to get over to C.
The other great thing is that the code is indentical for applications, websites or pda's, its just the presentation layer that changes. For example, now I'm working on a derivatives site, but should I need to I can easily move it over to a windows app or pda app.
ASP2.0 is out at the end of the year which is another big step forward, so get on board now folks...SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, you may use a 624x80 instead of a 120x60. Let me repeat... A 120 x 60 button and no more that 3 lines of DEFAULT SIZE AND COLOR text.Comment
-
So you are saying ASP.net uses less resources php?Originally posted by tdp-Cool-contentUsing .NET framework for webdevelopment is NOT draining your servers resources it's a myth. it only copile the code ONE time the rest is up to the bandwith.
Using PHP the server read the code for all hits made on the server and is therfor using alot og CPU power.. i belive
well all in all I think MS made a fucking awsome framework that give programers a lot of opportunities that has not been availible before in any language.
shit you need to hire some new programmers or buy some books
Comment
-
I guess php may use less server resources and is probably more stable than asp.net (although asp.net uses less resources than asp, and asp2 is meant to be 20% quicker). But who cares?? If you have a high traffic TGP or hi-traffic paysite or something like GFY you might notice a small performance benefit. But for the vast majority of sites there isn't the performance difference is insignificant and they would benefit fromthe extra power and functionality of asp.net.Originally posted by RuiSo you are saying ASP.net uses less resources php?
shit you need to hire some new programmers or buy some booksSIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, you may use a 624x80 instead of a 120x60. Let me repeat... A 120 x 60 button and no more that 3 lines of DEFAULT SIZE AND COLOR text.Comment
-
Our new 2257 product is programmed in .netComment
-
-
So does my daughters big wheel, but hey...
What ever makes you happy.

NAKED HOSTING FTW!11 I'm On The INSANE PLAN $9.95/mo!
| The Alien Blog Adult News Worth Reading Updated Daily
| Content For Sale! 641 PICS 216 MINUTES OF VIDEO $350.00 |ICQ: 78943384 |Comment
-
ASP along with ColdFusion are making huge comebacks. Simply because of their scalability and functionality they have over so many other interface languages.Comment
-
You will have a fairly significant learning curve. I had to switch from vbscript to C#, there is the whole code-behind thing, Visual-Studio, and the ADO calls are all different....Originally posted by SeriesCurious... how different are they? I know they're quite different, but are they night & day different? I did A LOT with ASP up until about 2002, do you think it would be fairly easy to make the jump to .NET if I needed to?
thanks.
If you are doing small to maybe medium size apps though, you might try using Dreamweaver MX for ASP.Net. I found it a lot simpler that using Studio for basic web apps.Comment
-
I don't think I need to do anything Mr. ;)Originally posted by RuiSo you are saying ASP.net uses less resources php?
shit you need to hire some new programmers or buy some booksComment
-
ASP.NET is very powerful....I work with every day as an programmer...I use mostly C#
Thanks to BILL, this time he came with a great idea......
And if you are really gonna programm in ASP.NET u need to learn Visual Studio....
It's worth it in the end...
Peace Roger---------
XadultMasters.com
quote:"When I die burry me face down, so the whole world can KISS my ass!!!"Comment



Comment