Welcome to MSDN Blogs Sign in | Join | Help

Rafat Sarosh

Tech Crumbs collected along the way ...

Syndication

Browse by Tags

All Tags » C#   (RSS)
How to partition Cube - using C#
There are many different ways you can partition a cube. Here I am talking about – how you can use C# to partition a cube from a DTS package? Using Microsoft.AnalysisServices Object API, you can travel the whole Hierarchy of objects and completely administer Read More...

Posted Tuesday, February 10, 2009 1:22 PM by rafats | 0 Comments

Filed under: , , ,

Divide by Zero
What will be the out put of the following code: try { double k = 19; double m = 0; k = k / m; Console .WriteLine( Convert .ToString(k)); Console .Read(); } catch ( Exception ex) { Console .WriteLine(ex.Message); } Different data type behave differently Read More...

Posted Thursday, July 20, 2006 6:13 PM by rafats | 4 Comments

Filed under:

Code snippets - be smart, Type less.
Get some C# ready made code snippets from here . Learn about snippets here . Read More...

Posted Thursday, February 02, 2006 5:18 AM by rafats | 1 Comments

Filed under:

Page view tracker