Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Sunday, July 6, 2008
Brief FAQ of AJAX Programming Concepts
›
Q: What is the AJAX? A: Well, it is the A synchronous J avascript A nd X ml. The technology exists since 1995-98, however the term AJAX is ...
2 comments:
Tuesday, July 1, 2008
How to detect which application server runs the ASP.NET code
›
Apart from issues with querying Google , I belive that the most reliable way to detect which application server runs an ASP.NET application ...
1 comment:
Google considers its own query as spyware
›
Since I am stuck in an ASP.NET issue, as always I try to use Google. Specifically, I would like to somehow detect in server code whether the...
Friday, June 27, 2008
Complete OLAP infrastructure without Microsoft Analysis Services, part 3
›
In previous part of this tutorial we've built an analytical database using Microsoft Analysis Services. We've been able to browse t...
21 comments:
Complete OLAP infrastructure without Microsoft Analysis Services, part 2
›
Over a half of a year ago I've promised to write a tutorial on OLAP which would require no analytical server . Let's then go back to...
4 comments:
Thursday, June 26, 2008
C# Puzzle No.10 (beginner)
›
Is it possible that class A has direct access to private members of class B? No, of course not. This is against encapsulation - this is the...
4 comments:
Wednesday, June 25, 2008
C# Puzzle No.9 (beginner)
›
Consider a delegate declaration which takes a function and returns another function: delegate Func< int , int > FuncConversionDeleg...
4 comments:
‹
›
Home
View web version