Blog detail
Dmytro Shteflyuk's Home
http://kpumuk.info
In my blog I'll try to describe about interesting technologies, my discovery in IT and some useful things about programming.
Recent Viewers
Dmytro Shteflyuk's Home's Neighborhood
Recent Posts
fb:editor FBML tag in Facebook applications
Some time ago I have started posting about Facebook Application Platform (see my posts about setFBML and Facebook libraries for .NET). Today’s topic is fb:editor. As you may see, Facebook has nice look and feel, and all applications usually ada...
Coalesce ?? operator in C# 2.0
Operator ??, that was introduced in the .NET 2.0, takes first place in my top used C# idioms list a long time, but unfortunately it is rarely used in projects I’ve participated. Therefore these snippets could be found in production code very of...
Correct using Cache in ASP.NET
Often in ASP.NET application we see a code which looks like this one: if (Cache["SomeData"] != null) { string name = ((SomeClass) Cache["SomeData"]).Name; //.......
Crazy piece of code: Checking query parameter
How often you are laughing out loud when looking on the someone’s code? Today I found great code in my current project and I can’t hold posting this to my blog. So, if (Request.QueryString.HasKeys()) { s...
Sphinx Client API 0.3.1 and 0.4.0 r909 for Sphinx 0.9.8 r909 released
I have a good news: Sphinx Client API has been updated and now it supports all brand new features of the unstable Sphinx 0.9.8 development snapshot. What does it mean for you as a developer? What features you will get if you would decide to switch to...
Comments & Reviews
This blog is currently rated a 10.00 out of a possible 10 based on 2 comments.
Matthias Georgi Said:
This blog is great! Nice layout too.




