26 Şubat 2010 Cuma

Apple Inc ve Microsoft Corp (Oyun Teorisi)

T.C. İstanbul Ticaret Üniversitesi Sosyal Bilimler Enstitüsü Dönem Projesi olarak hazırlanan Oyun Teorisis isimli çok güzel Türkçe yayınlardan...

http://issuu.com/fatos/docs/oyun-teorisi

9 Şubat 2010 Salı

Windows CE ve uygulama dizini "Path"

Windows CE ile geliştirilen uygulamalarda, uygulamanın çalıştığı path i bulmak gerekebiliyor.

Windows CE ve Path


System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase;

string FullPath = System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase;
System.IO.DirectoryInfo dir = new System.IO.DirectoryInfo(FullPath);
string _appPath = dir.Parent.FullName;