27 Şubat 2008 Çarşamba

C# Ekibinden Bloglar

Dan Fernandez
Dan is the Visual C# Product Manager and posts interesting bits of C# news from both inside and outside Microsoft.

Raj Pai
Raj Pai is the Group Program Manager of the C# team. He manages the team of PMs that drive the design and delivery of Visual C# and the debugger. Check out Raj’s blog for news on C# and for perspectives on what’s it’s like to be a PM on the C# team.

Charlie Calvert
Charlie Calvert is the Program Manager for the Visual C# Community.

Rusty Miller
Rusty is the QA manager for Visual C# and the Visual Studio debugger. Check out his blog for discussions on software testing, test tools, and the testing techniques they’re trying out. On the side, he spends time on Visual Studio side-by-side issues.

Scott Wiltamuth
Scott is the Product Unit Manager for C#. His group’s mission is to grow a large and highly satisfied base of C# developers. He is one of the designers of the C# language.

Shaykat Chaudhuri
Shaykat is the Release PM for C#. Since he was responsible for the release of Everett, you will likely see Everett related tips on his blog. For the Whidbey release of C#, Shaykat is working on samples and general best practice processes.

The C# FAQ
The C# team posts answers to common questions.

21 Şubat 2008 Perşembe

101 Örnek Visual Basic LINQ Uygulama

Microsoft Visual Basic Developer Center'dan 101 örnek Visual Basic LINQ uygulaması. Ana sayfa için
http://msdn2.microsoft.com/en-us/vbasic/bb688088.aspx

11 Şubat 2008 Pazartesi

Türkçe Online C# Kaynakları

http://www.csharpnedir.com/
CSarp için eşsiz bir kaynak. Tamamı Türk yazılımcılardan oluşmuş bir grup. Emeği geçen herkese teşekkür ederek linki veriyorum.

http://www.csharpturk.net/

http://www.yazgelistir.com/
Yazgelistir.com , Türkiye’de yazılım geliştirme alanında çalışan veya bu alanda kendini geliştirmek, tartışmak ve bilgilerini paylaşmak isteyenleri bir araya getirmeyi amaçlayan bir oluşum.

http://www.programlama.com/

http://www.msakademik.net/
"Microsoft Akademik Yazılım Geliştiriciler Web Sitesi, "bilgi paylaşımı" ilkesi ile Türkiye'deki üniversite ögrencilerinin ve akademisyenlerin Microsoft'un en son yazılım geliştirme teknolojilerini yakından takip edebilmelerine yardımcı olmak üzere kurulmuştur."

2 Şubat 2008 Cumartesi

Microsoft Sınavlarında "Second Shot" Olanağı Devam Ediyor

Microsoft, sınavlarında "ikinci şans" teklifini 30 Haziran 2008'e kadar uzattı. "Second Shot"a kayıt olduğunuzda herhangi bir sınavı ilk seferinde veremezseniz ikinci sefere ücretsiz girebiliyorsunuz.

Bu imkandan yararlanmak için öncelikle aşağıdaki linke girerek kayıt olmanız gerekiyor ve bir "kod" alıyorsunuz. http://www.microsoft.com/learning/mcp/offers/secondshot/default.mspx

Daha sonra prometric sitesinden aldığınız kodu girerek sınav kaydı yaptırıyorsunuz.

Eğer sınavda başarısız olursanız 1-2 gün bekleyip (sınav sonuçlarının yüklendiğinden emin olmak için) daha sonra aynı sınava "second shot kodunuzu" girerek yeniden kayıt olduğunuzda prometric sizden ücret almıyor.Başarılar.

Mobil Programlama Kitabı Kaynak Kodları

Pusula Yayınevinin sitesinden kitabın içindeki projelerin örnek kodlarını indirebilirsiniz.
İndirmek için tıklayın

1 Şubat 2008 Cuma

SQL Server 2000 Veritabanı İsim Değişikliği

SQL Server Management Studion ile SQL Server veritabanlarının isimlerini değiştirmek çok kolay. Sadece ismini değiştireceğiniz veritabanına fare ile sağ tıklıyorsunuz ve "Rename" komutuu veriyorsunuz.

Ancak eğer SQL Server 2000 ile gelen Enterprise Manager kullanıyorsanız böyle bir şansınız yok. Sistem kayıtlı yordamı (stored procedure) kullanmanız gerekiyor.

Kullancağınız sistem kayıtlı yordamı: sp_renamedb. Books Online dan kullanımı hakkında detaylı bilgi alabilirsiniz. Ama en basit şekliyle aşağıdaki gibi kullanabilirsiniz.

EXEC sp_renamedb 'EskiIsim', 'YeniIsim'