Tweet

Ana Sayfa   Forum   ASP.NET
Yeni Başlık Cevap Ekle
white_bullet .Net' e Nerden Başlanmalı...? (13/03/2006 05:18)
profil recruit
 offline OFFLINE
 Desirous Coder

Merhaba arkadaşlar öncelikle bir şekilde .NET uygulamalarına başlamak istiyorum fakat bu güne kadar epeyce öğrenmeye çalışmama rağmen tatmin edici bir cevap alamadım. Öncelikli olarak öğrenmek istediğim .NET uygulamaları içindeki pakette hangi yazılım dilleri mevcut ve bu yazılım dillerinin hangisi en kullanışlı ve geniş kulvarlara hitap etmekte. Tam olarak nereden başlanmalı...


Bu konuda döküman, tavsiye ve yardımlarınızı bekliyorum saygılarımla...

impossible is nothing

Üye Profili

white_bullet Re:.Net' e Nerden Başlanmalı...? (06/04/2006 22:19)
profil cyasar
 offline OFFLINE
 Active Coder

Merhaba .


İşletim sistemini xp pro  yada win200 2003 yap


ve iis kur. (program ekle kaldır windows bileşeni ekle IIS var internet information server ) onu kur.


framwork 1.1. kur.


daha sonra c:inetpubwwwroot


altına dosyalarınık kopyala


http://localhost/a.aspx yaz


başlarsın.


 

profil

white_bullet Re:.Net' e Nerden Başlanmalı...? (06/04/2006 22:19)
profil cyasar
 offline OFFLINE
 Active Coder

How to install IIS and run ASP on Windows 2000



  1. From your Start Button, go to Settings, and Control Panel
  2. In the Control Panel window select Add/Remove Programs
  3. In the Add/Remove window select Add/Remove Windows Components
  4. In the Wizard window check Internet Information Services, click OK
  5. An Inetpub folder will be created on your harddrive
  6. Open the Inetpub folder, and find a folder named wwwroot
  7. Create a new folder, like "MyWeb", under wwwroot.
  8. Use a text editor to write some ASP code, save the file as "test1.asp" in the "MyWeb" folder
  9. Make sure your Web server is running - The installation program has added a new icon on your task bar (this is the IIS symbol). Click on the icon and press the Start button in the window that appears.
  10. Open your browser and type in "http://localhost/MyWeb/test1.asp", to view your first ASP page

profil

white_bullet Re:.Net' e Nerden Başlanmalı...? (06/04/2006 22:19)
profil cyasar
 offline OFFLINE
 Active Coder

How to install IIS and run ASP on Windows XP Professional


Note: You cannot run ASP on Windows XP Home Edition.



  1. Insert the Windows XP Professional CD-Rom into your CD-Rom Drive
  2. From your Start Button, go to Settings, and Control Panel
  3. In the Control Panel window select Add/Remove Programs
  4. In the Add/Remove window select Add/Remove Windows Components
  5. In the Wizard window check Internet Information Services, click OK
  6. An Inetpub folder will be created on your harddrive
  7. Open the Inetpub folder, and find a folder named wwwroot
  8. Create a new folder, like "MyWeb", under wwwroot.
  9. Use a text editor to write some ASP code, save the file as "test1.asp" in the "MyWeb" folder
  10. Make sure your Web server is running - its status can be checked by going into the Control Panel, then Administrative Tools, and double-click the "IIS Manager" icon
  11. Open your browser and type in "http://localhost/MyWeb/test1.asp", to view your first ASP page




How to install IIS and run ASP on Windows Server 2003 (Windows .NET Server)



  1. When you start the Windows Server 2003, you should see the Manage Your Server wizard
  2. If the wizard is not displayed, go to Administrative Tools, and select Manage Your Server
  3. In the wizard, click Add or Remove a Role, click Next
  4. Select Custom Configuration, click Next
  5. Select Application Server role, click Next
  6. Select Enable ASP.NET, click Next
  7. Now, the wizard may ask for the Server 2003 CD. Insert the CD and let it run until it is finished, then click the Finish button
  8. The wizard should now show the Application Server role installed
  9. Click on Manage This Application Server to bring up the Application Server Management Console (MMC)
  10. Expand the Internet Information Services (IIS) Manager, then expand your server, and then the Web Sites folder
  11. You should see the Default Web Site, and it should not say (Stopped)
  12. IIS is running!
  13. In the Internet Information Services (IIS) Manager click on the Web Service Extensions folder
  14. Here you will see that Active Server Pages are Prohibited (this is the default configuration of IIS 6)
  15. Highlight Active Server Pages and click the Allow button
  16. ASP is now active!

profil

white_bullet Re:.Net' e Nerden Başlanmalı...? (06/04/2006 22:19)
profil cyasar
 offline OFFLINE
 Active Coder

<html>
<head>
<%
sub vbproc(num1,num2)
response.write(num1*num2)
end sub
%>
</head>
<body>
<p>Result: <%call vbproc(3,4)%></p>
</body>
</html>

profil

white_bullet Re:.Net' e Nerden Başlanmalı...? (06/04/2006 22:19)
profil recruit
 offline OFFLINE
 Desirous Coder

Verdiğiniz bilgiler için teşekkürler fakat öğrenmek kısım biraz daha değişikti kurulumdan ziyade mesela C# uygulaması web tabanlımı veya kullanım alanları nelerdir. Bu tarzda .NET teki uygulamaların en çok tercih edilenleri gibi bilgilerdi bu konuda bilgilerinizi paylaşırsanız sevinirim saygılarımla...

impossible is nothing

profil

white_bullet Re:.Net (06/04/2006 22:19)
profil Dia
 offline OFFLINE
 Sleepless Coder

.NET Nedir ?

Şu an için sadece "bir şey" olmadığını bilmenizde fayda var. Nesneleri ortak kullanabilen diller topluluğu diyebiliriz.

Nereden ve nasıl başlamalıyım ?

Öncelikle bazı konularda deneyim sahibi olmalısınız. Bunlardan en önemlileri nesne yönelimli programlama ve teorik bazı kavramlar. Bu aşamadan sonra kendinize bir dil seçmelisiniz.

Hangi programlama dilini seçmeliyim ?

.NET ile programlama dilinin önemi büyük ölçüde azalmaktadır. Şu anki bilginize ve alışkanlığınıza göre bir dil belirleyebilirsiniz. Önerimiz C# olacaktır. C# hakında ufak bir bilgi verelim.

C#

C# Programlama Dili, Microsoft'un geliştirmiş olduğu yeni nesil dilidir. Yine Microsoft tarafından geliştirilmiş .NET teknolojisinin sunduğu dillerden biridir.

Birçok alanda Java'yı kendisine örnek alır. Bunlardan birisi de derlenen değil yorumlanan bir dil olmasıdır. .NET kütüphanelerini kullanmak amacıyla yazılan programların çalıştığı bilgisayarlarda .NET Framework bulunması gerekir. Ayrıca C# bir nesne yönelimli programlama dilidir Javayı örnek almış olmasına rağmen bazı özelliklerinden dolayı Javadan daha fazla kolaylık sağlamaktadır. .NET platformunun anadili olduğu bazı kesimler tarafından kabul görsede bazıları bunun doğru olmadığını savunur.

<!--The Coders Script v2.0 çok yakında-->
<!--Bana balık vermeyin balık tutmayı öğretin.-->

profil
 
1 /
 
Ana Sayfa   Forum   ASP.NET
Yeni Başlık Cevap Ekle
 

Advertisement


MENÜ » FORUM
Menü » Takip et
RSS Facebook Twitter Friendfeed
Sık Kullanılanlar Google Yahoo Live
Menü » Paylaş
E-Posta ile gönder Twitter Facebook Friendfeed
Buzz Stumbleupon Delicious Digg