Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~9K People Reached
Favorite Tags

25 Posted Topics

Member Avatar for farheen

well, it compiles for better speed. It is highly integrated with the server and OS so you can some really cool cacheing things to get speed. Easier to code in because of the .NET framework. Don't have to write every thing out from scratch leaving you time to actually focus …

Member Avatar for annaharris
0
1K
Member Avatar for AlPhA

I have the perfect answer for you. Use ASP.NET there are many reasons why. 1. Faster than php because it runs on the .NET framework is based on compiled languages and the Web applications is compiled and not interpreted. 2. If you do ASP.NET use C# for the code behind …

Member Avatar for vouxiong
0
603
Member Avatar for ramareddy_dotne

in the submit button do something like if (txtField1.Text = "") { msgbox = "Sorry please enter something in txtFeild1"; } Try something like that.

Member Avatar for shahnawaz khan
0
850
Member Avatar for JohnDarlington

Try finding a Dot Net User Group around your area if there is one and usually they have a site with forums and a jobs posting area. I have seen this on several DNUG sites. You could also just try doing freelance stuff. I know quite a few people that …

Member Avatar for elmogallen
0
298
Member Avatar for timhysniu

Also for PHP.NET compiler checkout [url]http://www.php-compiler.net[/url] It looks like a cooll new thing that is about to come out were you can take existing php compile it under .NET and bam you have a php web application with increased speed and performanc over that of the traditional php application that …

Member Avatar for gever
0
206
Member Avatar for percent20

I have been trying to access a public array inside a class, but it is freaking out on me. Should this be able to work? [code=php] $TestArra = array('Hello', ' ', 'World'); class Test { function Test() { $this->Display(); } function Display() { foreach($TestArray as $value) { echo $value; } …

Member Avatar for R0bb0b
0
561
Member Avatar for blacklocist

Basically what you are going to have to do is one of several things or a combo of both. 1) make some graphics on your own and implment using CSS or tables 2) Buy some templates and implement your controls into the templates 3) Find free templates and implement your …

Member Avatar for jbennet
0
206
Member Avatar for lordj17

Yeah it is possible the best thing to do is connect to a database using the datareader potentially then read and compare fields until you find the one you want. Once you find the user you need add it to a Session variable. If you are wanting to track where …

Member Avatar for f1 fan
0
145
Member Avatar for Monyet

[url]http://msdn.microsoft.com/vstudio/express/visualcsharp/easytolearn/[/url] There are some video tutorials you can look at. It uses visual C# express but it is a stripped down version of Visual Studio so you will get familiar with it.

Member Avatar for percent20
0
117
Member Avatar for percent20

[B]Intro[/B] Here is how to set up Microsofts MSDE for personal development. [B]Getting started[/B] Download the MSDE from: [url]http://www.microsoft.com/sql/downloads/2000/sp3.asp[/url] Select 'SQL2kdesksp3.exe' and save it to your computer. Double-click on the SQL2kdesksp3.exe you downloaded. Once you have run the self extracting exe (SQL2kdesksp3.exe), go to a command prompt. Start > Run …

Member Avatar for loquin
0
460
Member Avatar for lexaTW

[QUOTE=lexaTW]Somebody! Please help to start. I didn't work for couple of years and now I found myself lost. It looks like Microsoft changed their subscription packages. What do I need to order or subscribe to get C#.NET, VB.NET, ASP.NET, ADO.NET ??? Visual Studio .NET Enterprise Architect Visual Studio .NET Enterprise …

Member Avatar for edu.quest
0
207
Member Avatar for Gargen

Yes, just setup your boot loader usually either Lilo or grub to be directed to the right hard drive sector.

Member Avatar for hollystyles
0
380
Member Avatar for Auto

Go to 3dbuzz at [url]www.3dbuzz.com[/url] they have a lot of video tutorials there about how to do 3d there is a game development section there that can get you on your way for some free 3d engines. Also they have some excellent High quality video tutorials for c++ programming that …

Member Avatar for Kraken
0
562
Member Avatar for xonicide

Cain nailed it. I use to be in the same situation. Then basically I did almost exactly what he is describing and now i have the pick of the liter and most of the girls think it is cool that i am a computer nerd. Almost to much because i …

Member Avatar for Cain
0
511
Member Avatar for benny

Using VB 6 IDE is going to be user friendly because you pay for a lot of functionality with the IDE. (if that is what you are refering to) The web matrix is there for a fast free alternative to Visual Studio.net, VB.NET, or C#.NET. yes it takes more time …

Member Avatar for jerMAn
0
216
Member Avatar for ! !
Member Avatar for jasweb2002

If you want to learn something about linux and do coding i would suggest crux [url]www.crux.nu[/url] That is what i use. But i will warn you it is not for newbs. Once it is installed however it is a very nice distrobution.

Member Avatar for Paul.Esson
0
328
Member Avatar for DeFrog777

Well just a couple of things. C# is a very nice language for .NET mainly becuase it was designed for .NET. Kind of like for .NET by .NET sorry stupid cliche. Anyway I use C# and like it there are some performance gains over VB.NET but if you write good …

Member Avatar for Iron_Cross
0
483
Member Avatar for AlPhA

Well ASP.NET (not asp) is going to be around for a long time especially scince it is now multi-platfrom with apache. What how can this be? check out [url]http://www.go-mono.com[/url] They have finally gotten ASP.NET ported to linux using th mono or .NET framework. There is a C# compiler for it …

Member Avatar for percent20
0
281
Member Avatar for timhysniu

I don't know about the number of patches that IIS 6 has but I do know that they only have 3 secureity problems scince it was introduced as opposed to Apaches 2.x 24. I think that is why he said there are no security patches. Apache will run ASP.NET websites …

Member Avatar for percent20
0
173
Member Avatar for bigpoppapumpg

I personally would suggest you go .NET because of all the benefits of using .NET and the windows platform. The windows platform is easier to use and for overall productivity and scince you have the .NET framwork in Server 2003 it is very easy to incorporate. There is a lot …

Member Avatar for percent20
0
139
Member Avatar for RonR

Here is how to set it up. [url]http://www.asp.net/msde/default.aspx?tabindex=0&tabid=1[/url] Then you must go into services and start MSSQLSERVER SQLSERVERAGENT Make sure both are on automatic. The get MSDE Manager free here: [url]http://www.whitebearconsulting.com/Utilities.htm[/url] andyou are ready to go.

Member Avatar for RonR
0
117
Member Avatar for april_er
Member Avatar for crypter

[QUOTE=crypter] I think the idea is feasble but would it possible to have this work with a MYSQL db? or maybe should it just wok with a text file.[/QUOTE] It is possible to do what you are talking about but i am not sure though with a mysql database i …

Member Avatar for crypter
0
161
Member Avatar for shabiz

um i hate to break it to you but this is the MicroSoft server forum. Here is a link to the MySql forum. [url]http://www.daniweb.com/techtalkforums/forum126.html[/url]

Member Avatar for percent20
0
73

The End.