C# DevExpress WinForms App Büyük Harfle Listbox'a Veri EklemeProje C# ve DevExpress ile kodlanmıştır. Listbox'a Baş Harf Büyük Veri Ekleme
Kullanılan TeknolojilerLanguage(Dil): C#
UI: DevExpress
Ekran Görüntüleri
AyrıcaMy Blogger,
Youtube,
Hashnode Dev, Git...
28 Şubat 2024 Çarşamba
22 Şubat 2024 Perşembe
C# enum nedir ve nasıl kullanılır
C# Enum sabiti ile çalışmakenum (numaralandırma) C# programlamada bir veri türüdür ve bir dizi adlandırılmış sabiti temsil etmek için kullanılır. Bir enum bildirimi, bir dizi benzersiz sembolik isim (sabit) ve bunlara karşılık gelen sayısal değerler içerir. İşte enum kullanımına örnekler:Günlerin...
20 Şubat 2024 Salı
What is SOCKS5?
Understanding SOCKS5: Advancing Internet Privacy and SecurityIn the realm of internet technology, maintaining privacy and security is of utmost importance. Among the various tools available for this purpose, SOCKS5 stands out as a robust and versatile solution. But what exactly is SOCKS5, and how does it contribute to a safer online experience?What is SOCKS5?SOCKS5, short for "Socket Secure...
What is SOCKS4?
Understanding SOCKS4: Enhancing Internet Privacy and SecurityIn the ever-expanding realm of internet technology, ensuring privacy and security is paramount. Among the many tools designed to bolster these aspects, SOCKS4 stands out as a versatile and effective solution. But what exactly is SOCKS4, and how does it contribute to a safer online experience?What is SOCKS4?SOCKS4, short for "Socket...
19 Şubat 2024 Pazartesi
C# ve Nesne Yönelimli Programlama (OOP) Property ile veri tutma ve eksi negatif değerlerin girilmesini engelleme
C# ve Nesne Yönelimli Programlama (OOP) Property ile veri tutma ve eksi negatif değerlerin girilmesini engelleme Shoe.cs class'ı içerisinde gelen değerimizi if koşulu ile negatif değer ile değiştirilmesini engellemiş bulunmaktayız. Program.cs
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace C__ve_Nesne_Yönelimli_Programlama__OOP_{...
18 Şubat 2024 Pazar
Mvc Model Alan PartialView Oluşturma
Partial View, ASP.NET MVC'de bir sayfada başka bir sayfanın veya bölümün tekrar kullanılabilir bir parçasını oluşturmak için kullanılır. Bir model alanı içeren bir Partial View oluşturmak için aşağıdaki adımları takip edebilirsiniz.Örnek olarak, bir "Person" modelini kullanarak bir Partial View...
Mastering C#, ASP.NET, MVC, and Help Desk Solutions: Your Ultimate Resource for IT Excellence!
on Şubat 18, 2024
in akgun, ASP.NET, ASP.NET Core, c#, cengizhan, cengizhanakgun, github, help desk, IT, information technology, linkedin
with
Hiç yorum yok

Empower Your IT Journey with Expert Insights: Exploring C#, Web Programming, ASP.NET, and MVC Help Desk SolutionsWelcome to our blog dedicated to all things C#, web programming, ASP.NET, MVC, and IT help desk solutions! Whether you're a seasoned developer, an IT professional, or someone eager to delve into the world of technology, you've come to the right place.Elevate Your Skills with C# MasteryUnlock...
13 Şubat 2024 Salı
ASP.NET VİEW NEDİR
on Şubat 13, 2024
in .cshtml, .vbhtml, ASP.NET, ASP.NET Core, c#, HTML, MVC, view
with
Hiç yorum yok

ASP.NET MVC'de "View", kullanıcı arayüzünün (UI) oluşturulduğu ve sunulduğu bileşendir. ASP.NET MVC uygulamalarında, model verileri (veri) bir Controller'dan bir View'e (kullanıcı arayüzü) iletilebilir ve View, bu model verilerini kullanarak kullanıcıya bilgi sunar. View, HTML, CSS...