Bu işlemi Visual Studio'da Ctrl + K ve sonrasında Ctrl + D ile yapabiliriz.
ContinueKodu girintilemek (Code indent)
Comments OffKod düzenleme
Comments OffYazılım yazarken daha okunabilir kod yazmak için bir kısa kısa notlar aktaracağım. Bunları sık sık kullanarak kendinizi geliştirebilir ve okunabilir kodlar çıkarabilirsiniz. Bunlardan ilki aşağıda resimde gözüken menü. Organize Usings >> Remove and Sort işlemi. Bu işlem ile kullanmadığımız ve fazladan eklediğimiz kütüphaneleri çıkarıp alfabetik olarak kütüphaneleri sıralı hale getirebiliriz.
ContinuePaket Yönetimi
Comments OffUzun zamandır web günlüğüne birşey yazmadığımı farkettim. Araçlar adlı bir kategori oluşturup kullanışlı tüm araçları eklemeyi düşünüyorum. Siz hala kütüphaneleri kopyala/yapıştır ile mi yönetiyorsunuz? Nuget sizin için halletsin. NuGet Package Management System. Nuget Nuget paket galerisi
ContinueYaratıcı kalmak/olmak için 29 yol
Comments Off29 WAYS TO STAY CREATIVE from TO-FU on Vimeo.
ContinueHangi platform
Comments OffYazilim ile ugrasanlarin muhabbetlerinden eksik olmaz - java daha iyi, platform bagimsiz. - olur mu C# icinde mono var. Bir platforma bagli kalma fikri. Yillar icinde onemini pek yitirmedi. Son kullanici acisindan ise mobil ( gezici ) olmali. Son 3-4 yildan beri mini dizustu ( notebook) lerin, tabletlerin ve gelismis cep telefonlari ile ...
ContinueAre you aware of this? The Joel Test Do you use source control? Can you make a build in one step? Do you make daily builds? Do you have a bug database? Do you fix bugs before writing new code? Do you have an up-to-date schedule? Do you have a spec? Do programmers have quiet working conditions? Do you use ...
Continuejs.getTime() returns ticks since 1.1.1970 however .net ticks since 1.1.2000. I had a case where every clicks is recorded on client and processed on the server. Here is how i convert js ticks to c# ticks. Js Code tracking.StartTime = new Date().getTime() - new Date().getTimezoneOffset() * 60 * 1000; C# Code const long ticks1970 = ...
ContinueSELECT table_name=sysobjects.name, column_name=syscolumns.name, datatype=systypes.name, length=syscolumns.length FROM sysobjects JOIN syscolumns ON sysobjects.id = syscolumns.id JOIN systypes ON syscolumns.xtype=systypes.xtype ...
ContinueResetting Nokia N810 lock code 1- download getlockcode 2- login as root on console 3- copy it somewhere other than mmc 4- chmod +x getlockcode 5- execute getlockcode Thats it
Continuei could not install SQL Server Management Studio. The solution Microsoft offers is here , probably it takes one too many hours My own solution is install Visual Studio 2008 Sp 1 , completely uninstall Visual Studio 2008. never ever use/install for home environment again. install Sql Server 2008 Sp 1, reinstall it using ...
Continue









