Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Friday, July 18, 2008
Generating random sequences with LINQ
›
A concise random number generator Inspired by The LINQ Enumerable Class article from the lastest MSDN Magazine issue, I started to play a ...
3 comments:
Friday, July 11, 2008
C# Puzzle No. 11 (intermediate)
›
Generic list type needs an item type to be initialized: List< int > listInt; List< string > listString; ... On the other ha...
1 comment:
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:
‹
›
Home
View web version