-
Extending Types in Rust with Traits
Rust is a powerful language that emphasizes safety and performance. While it doesn’t have traditional “extension methods” like some other […]
-
In place string reverse in Rust
Did you ever get asked in place string reverse in any programming language in interviews? Many years ago, I was […]
-
Roman Numbers to integer in Rust
In this post, I’ll be showing you how we can convert Roman Numbers to an integer value in Rust. First […]
-
2 Ways of QueryString Transformation
Converting Objects To and From QueryStrings Hello fellow developers! Query strings are a fundamental part of web development, serving as […]
-
C# Nedir, .Net Framework Nedir? Farkları Nelerdir? Neden Karıştırılıyorlar?
Eğer siz de benim gibi bir “Dotnet Developer” iseniz siz de .NET Framework ve C# kavramlarını duymuş olmalısınız. Bu iki kavram neden ayrı ayrı […]
-
The Story behind NET MAUI
One of my favorite aspects of Microsoft is that they take full ownership of the ecosystem they have established. At […]
-
Multiply Your Productivity with Visual Studio: Discover Lesser-Known Features!
I’ve been using the Visual Studio IDE for software development for a very long time. At this point, I can […]
-
NET 8: Hızın Gizemi ve Geleceğe Yolculuk
NET framework’ünde kodlama yapanlar NET5 ile yeni bir dünyaya giriş yaptığını zaten biliyordu. Sonrasında ise her yeni versiyon bir öncekinden […]
-
The Big Fight — Dapper vs Entity Framework 6 Detailed Benchmark
Although developers always try to create efficient structures, with the third-party integrations our hands are mostly tied. The most popular […]