- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
25 Posted Topics
Re: 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 … | |
Re: 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 … | |
Re: in the submit button do something like if (txtField1.Text = "") { msgbox = "Sorry please enter something in txtFeild1"; } Try something like that. | |
Re: 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 … | |
Re: 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 … | |
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; } … | |
Re: 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 … | |
Re: 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 … | |
Re: [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. | |
[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 … | |
Re: [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 … | |
Re: Yes, just setup your boot loader usually either Lilo or grub to be directed to the right hard drive sector. | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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. | |
Re: [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 … | |
Re: 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] |
The End.