Arda Çetinkaya Yazılım ve arada kendim ile ilgili karaladıklarım…

Search Results for: .net

Scott Guthrie, kendi blog sitesinde .NET 3.5 ve VS 2008 ile beraber .NET Framework’ün source(kaynak) kodlarının geliştiricilere açılacağını açıkladı. Artık DataBind(); methodunun ne yaptığını Debug işlemi sırasında görebileceğiz. .NET tarafında Microsoft’a çok artı kazandıracak bir şey olduğunu düşünüyorum. Merakla beklemekteyim… Kaynak:http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx

Ajax Extensions 1.0 ile gelen ve sanırım en çok kullanılan kontrol olan UpdatePanel’den biraz bahsetmek istiyorum. Kendi yaptığım uygulamalarda oldukça sık kullanıyor olmam böyle bir yazı yazmam için beni tetikledi. Tetikledi derken, trigger mantığından da biraz bahsedeceğimi söylemek isterim. Bu yazıda basit bir UpdatePanel örneği ve bu UpdatePanel’i dışarıdan başka bir kontrol ile nasıl tetikleriz […]

Uzun bir süredir merakla beklenen, meraklıların Beta sürümleriyle haşır neşir olduğu .NET Framework 3.0 çıktı. .NET 2.0 ‘ a, Windows Communication Foundation, Windows Workflow Foundation,Windows Presentation Foundation ve Windows CardSpace kavramlarının eklenmesi ile ortaya çıkan yeni sistemi http://www.netfx3.com/ adresinden takip edebilirsiniz… “.NET Framework 3.0 has been released! The .NET Framework 3.0 has officially been released!  You […]

There is some curse on the software development processes. A curse that everyone knows but cannot escape. “Assumptions” Assumption: a thing that is accepted as true or as certain to happen, without proof. Oxford Languages During design and implementation processes of software development projects, assumptions are made. These might be somehow normal. But if these […]

Event-driven architecture is one of the patterns in software development for decoupled and distributed services. I am not going to deep dive into what is it or not. But I will try to share some initial info for an existing cloud service in AWS that might empower our event-driven solutions. Those who follow my posts […]