Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
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:
Tuesday, June 24, 2008
C# Puzzle No.8 (beginner)
›
It is interesting to note what dilemmas the compiler has to actually resolve during the compilation. In the code below there are two possibi...
8 comments:
Friday, June 20, 2008
C# Puzzle No.7 (intermediate)
›
After two previous puzzles, you'll surely have no problems to determine the output of following code snippet without actually running it...
4 comments:
C# Puzzle No.6 (intermediate)
›
If you have correctly solved the 5th C# puzzle , you should have no problems in predicting the output of following code snippet ( without ac...
1 comment:
‹
›
Home
View web version