Post Tagged with: "Microsoft Visual Studio"

Gyp ERR! Stack Error: Could Not Find Any Visual Studio Installation To Use
Visual C# (.NET)

Gyp ERR! Stack Error: Could Not Find Any Visual Studio Installation To Use

If you get error something like at below you should use the Visual Studio Installer to get the Desktop development with C++ workload in one of the Visual Studio versions you have installed in your machine. When […]

Git Failed With A Fatal Error To Clone / Checkout Repository
General

Git Failed With A Fatal Error To Clone / Checkout Repository

When you use Git or GitHub, you may get one of the errors / warnings which have been written at the below, while clone or checkout repository. If you get […]

ASP.NET’te AJAX ve Asenkron İşlemler (ScriptManager, UpdatePanel, ContentTemplate, Triggers, AsyncPostBackTrigger, PostBackTrigger)
Visual C# (.NET)

ASP.NET’te AJAX ve Asenkron İşlemler (ScriptManager, UpdatePanel, ContentTemplate, Triggers, AsyncPostBackTrigger, PostBackTrigger)

 C#‘ta AJAX ve Asynchronous işlemleri kullanabilmek için aşağıdaki ScriptManager kod parçacığını asenkron işlem yapacağınız her sayfaya eklemeniz gerekiyor ya da bir kere MasterPage‘ye ekleyip her sayfaya ayrı ayrı ekleme derdinden kurtulabilirsiniz. […]

How to Always Run Visual Studio as Administrator by default
Visual C# (.NET)

How to Always Run Visual Studio as Administrator by default

Windows 7: Right click on the shortcut of the program, then click on Properties. Click on the Shortcut tab for a program shortcut, then click on the Advanced button. Check […]

Çalışan C# Windows Service’in Üzerine Yeni Servis Publish Etmek
Visual C# (.NET)

Çalışan C# Windows Service’in Üzerine Yeni Servis Publish Etmek

Arkaplanda Çalışan C# Windows Servisi, Servisin Yeni Versiyonu ile Değiştirme: 1- Uzak bilgisayardaki servisi AdministrativeTools -> Services kısmından Stop edin. 2- Uzak bilgisayardaki CMD‘yi Run As Administrator olarak açıp varolan […]

Make Uppercase or Lowercase at Microsoft Visual Studio C#
Visual C# (.NET)

Make Uppercase or Lowercase at Microsoft Visual Studio C#

These are shortcuts of making uppercase or lowercase in the editor of Microsoft Visual Studio. Keyboard: CTRL + SHIFT + U (upper); CTRL + U (lower) Menu: Edit -> Advanced […]

system.web.httpexception: The GridView ‘NameOfGridView’ fired event RowDeleting which wasn’t handled
Visual C# (.NET)

system.web.httpexception: The GridView ‘NameOfGridView’ fired event RowDeleting which wasn’t handled

If you get the “system.web.httpexception: The GridView ‘NameOfGridView’ fired event RowDeleting which wasn’t handled” error: If you have a DELETE button, or whatever button which “CommandName“s property is “DELETE” in […]

C# ASP.NET DataGridView’i Temizlemek (Clear)
Visual C# (.NET)

C# ASP.NET DataGridView’i Temizlemek (Clear)

Merhaba arkadaşlar, C# ASP.NET projelerinizde DataGridView’i temizlemek için kullanabileceğiniz yöntemler tüm detaylarıyla aşağıdaki gibidir: 1) Aşağıdaki gibi satırları silebilirsiniz.*(1) 2) Aşağıdaki gibi DataTable’yi komple silebilirsiniz.*(2) 3) public void FillGrid(){…} tarzında […]

SQL Server Reporting Services’da (SSRS’de) Textbox’ın Expression’ı (fx) İçinde Alt Satıra Geçmek
SQL Server

SQL Server Reporting Services’da (SSRS’de) Textbox’ın Expression’ı (fx) İçinde Alt Satıra Geçmek

SQL Server Reporting Services’da textbox expression’ı içinde kodunu kullanarak alt satıra geçebilirsiniz. Bu kod bloğu sayesinde bir textbox’ı çok satırlı kullanabilirsiniz. İkinci bir çözüm olarak, Textbox’un markup type’ini HTML’ye çevirip […]

SQL Server Reporting Services’da (SSRS’de) Textbox İçinde HTML Tagleriyle Expression Yazmak
SQL Server

SQL Server Reporting Services’da (SSRS’de) Textbox İçinde HTML Tagleriyle Expression Yazmak

<<Expr>> yazısına çift tıklayın, sonra sağ tıklayıp açılan yerden placeholder properties’e tıklayın (veya direk <<Expr>> yazısına iki kere üst üste çift tıklayın) ve açılan pencereden markup type HTML’ye tik atın. […]

Multi-touch ve Microsoft Surface Makalem Part-13
Multi-touch

Multi-touch ve Microsoft Surface Makalem Part-13

Gelin sizlerle ilk Micosoft Surface uygulamamızı yazalım. “Hello World!” yazacağız ancak öbür programlama dillerinin aksine, biraz atraksiyonlu bir “Hello World!” olacak. Uygulama çalışınca değil de, kullanıcı Surface’in ekranına tıkladığı zaman […]

Multi-touch ve Microsoft Surface Makalem Part-12
Multi-touch

Multi-touch ve Microsoft Surface Makalem Part-12

01.12.2009 itibari ile yayınlanan Microsoft Surface Software Development Kit’in versiyonu 1.0’dır. Ancak v1.0’ın SP1’i çıktı. Bu SP1 paketinden önce Surface Software Development Kit’in, XNA Game Studio 3.0 problemi vardı. Sadece, […]

Too many characters in character literal
Visual C# (.NET)

Too many characters in character literal

“Too many characters in character literal” hatası: .NET, aspx tarafında ve .cs tarafında tek tırnak (‘) işaretinden hoşlanmıyor. Bazı nadir durumlar için .cs tarafında kısıtlı izin veriyor. Anatomik olarak incelersek, […]